Uses of Class
org.citygml4j.jaxb.citygml._0_4.GeneralizationRelationType

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

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

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

Uses of GeneralizationRelationType in org.citygml4j.jaxb.citygml._0_4
 

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

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

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