Uses of Class
org.citygml4j.model.citygml.core.GeneralizationRelation

Packages that use GeneralizationRelation
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.model.citygml.core   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type GeneralizationRelation
 GeneralizationRelationType Core200Marshaller.marshalGeneralizationRelation(GeneralizationRelation src)
           
 GeneralizationRelationType Core100Marshaller.marshalGeneralizationRelation(GeneralizationRelation src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return GeneralizationRelation
 GeneralizationRelation Core200Unmarshaller.unmarshalGeneralizationRelation(GeneralizationRelationType src)
           
 GeneralizationRelation Core100Unmarshaller.unmarshalGeneralizationRelation(GeneralizationRelationType src)
           
 

Uses of GeneralizationRelation in org.citygml4j.model.citygml.core
 

Methods in org.citygml4j.model.citygml.core that return types with arguments of type GeneralizationRelation
 java.util.List<GeneralizationRelation> AbstractCityObject.getGeneralizesTo()
           
 

Methods in org.citygml4j.model.citygml.core with parameters of type GeneralizationRelation
 void AbstractCityObject.addGeneralizesTo(GeneralizationRelation generalizesTo)
           
 boolean AbstractCityObject.unsetGeneralizesTo(GeneralizationRelation generalizesTo)
           
 

Method parameters in org.citygml4j.model.citygml.core with type arguments of type GeneralizationRelation
 void AbstractCityObject.setGeneralizesTo(java.util.List<GeneralizationRelation> generalizesTo)