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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return GeneralizationRelationType
 GeneralizationRelationType Core200Marshaller.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 Core200Unmarshaller.unmarshalGeneralizationRelation(GeneralizationRelationType src)
           
 

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

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

Methods in org.citygml4j.jaxb.citygml.core._2 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._2 with type arguments of type GeneralizationRelationType
 void AbstractCityObjectType.setGeneralizesTo(java.util.List<GeneralizationRelationType> generalizesTo)
          Sets the value of the generalizesTo property.