Uses of Interface
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.factory   
org.citygml4j.impl.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 Core100Marshaller.marshalGeneralizationRelation(GeneralizationRelation src)
           
 GeneralizationRelationType Core040Marshaller.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 Core100Unmarshaller.unmarshalGeneralizationRelation(GeneralizationRelationType src)
           
 GeneralizationRelation Core040Unmarshaller.unmarshalGeneralizationRelation(GeneralizationRelationType src)
           
 

Uses of GeneralizationRelation in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return GeneralizationRelation
 GeneralizationRelation CityGMLFactory.createGeneralizationRelation()
           
 GeneralizationRelation CityGMLFactory.createGeneralizationRelation(AbstractCityObject cityObject)
           
 GeneralizationRelation CityGMLFactory.createGeneralizationRelation(java.lang.String xlink)
           
 

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

Classes in org.citygml4j.impl.citygml.core that implement GeneralizationRelation
 class GeneralizationRelationImpl
           
 

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

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

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

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)