Uses of Class
org.citygml4j.jaxb.citygml.core._1.GeneralizationRelationType

Packages that use GeneralizationRelationType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml.core._1   
 

Uses of GeneralizationRelationType in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return GeneralizationRelationType
 GeneralizationRelationType Core100Marshaller.marshalGeneralizationRelation(GeneralizationRelation src)
           
 

Uses of GeneralizationRelationType in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type GeneralizationRelationType
 GeneralizationRelation Core100Unmarshaller.unmarshalGeneralizationRelation(GeneralizationRelationType src)
           
 

Uses of GeneralizationRelationType in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return GeneralizationRelationType
 GeneralizationRelationType ObjectFactory.createGeneralizationRelationType()
          Create an instance of GeneralizationRelationType
 

Methods in org.citygml4j.jaxb.citygml.core._1 that return types with arguments of type GeneralizationRelationType
 java.util.List<GeneralizationRelationType> AbstractCityObjectType.getGeneralizesTo()
          Gets the value of the generalizesTo property.
 

Method parameters in org.citygml4j.jaxb.citygml.core._1 with type arguments of type GeneralizationRelationType
 void AbstractCityObjectType.setGeneralizesTo(java.util.List<GeneralizationRelationType> generalizesTo)
          Sets the value of the generalizesTo property.