Uses of Interface
org.citygml4j.model.citygml.cityobjectgroup.CityObjectGroup

Packages that use CityObjectGroup
org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup   
org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup   
org.citygml4j.factory   
org.citygml4j.impl.citygml.cityobjectgroup   
org.citygml4j.model.common.visitor   
org.citygml4j.util.walker   
 

Uses of CityObjectGroup in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.cityobjectgroup with parameters of type CityObjectGroup
 CityObjectGroupType CityObjectGroup100Marshaller.marshalCityObjectGroup(CityObjectGroup src)
           
 CityObjectGroupType CityObjectGroup040Marshaller.marshalCityObjectGroup(CityObjectGroup src)
           
 void CityObjectGroup100Marshaller.marshalCityObjectGroup(CityObjectGroup src, CityObjectGroupType dest)
           
 void CityObjectGroup040Marshaller.marshalCityObjectGroup(CityObjectGroup src, CityObjectGroupType dest)
           
 

Uses of CityObjectGroup in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup that return CityObjectGroup
 CityObjectGroup CityObjectGroup100Unmarshaller.unmarshalCityObjectGroup(CityObjectGroupType src)
           
 CityObjectGroup CityObjectGroup040Unmarshaller.unmarshalCityObjectGroup(CityObjectGroupType src)
           
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.cityobjectgroup with parameters of type CityObjectGroup
 void CityObjectGroup100Unmarshaller.unmarshalCityObjectGroup(CityObjectGroupType src, CityObjectGroup dest)
           
 void CityObjectGroup040Unmarshaller.unmarshalCityObjectGroup(CityObjectGroupType src, CityObjectGroup dest)
           
 

Uses of CityObjectGroup in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return CityObjectGroup
 CityObjectGroup CityGMLFactory.createCityObjectGroup()
           
 

Uses of CityObjectGroup in org.citygml4j.impl.citygml.cityobjectgroup
 

Classes in org.citygml4j.impl.citygml.cityobjectgroup that implement CityObjectGroup
 class CityObjectGroupImpl
           
 

Uses of CityObjectGroup in org.citygml4j.model.common.visitor
 

Methods in org.citygml4j.model.common.visitor with parameters of type CityObjectGroup
 T FeatureFunctor.apply(CityObjectGroup cityObjectGroup)
           
 void FeatureVisitor.visit(CityObjectGroup cityObjectGroup)
           
 

Uses of CityObjectGroup in org.citygml4j.util.walker
 

Methods in org.citygml4j.util.walker with parameters of type CityObjectGroup
 T GMLFunctionWalker.apply(CityObjectGroup cityObjectGroup)
           
 T FeatureFunctionWalker.apply(CityObjectGroup cityObjectGroup)
           
 void GMLWalker.visit(CityObjectGroup cityObjectGroup)
           
 void FeatureWalker.visit(CityObjectGroup cityObjectGroup)