Uses of Class
org.citygml4j.model.gml.feature.AbstractFeatureCollection

Packages that use AbstractFeatureCollection
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.model.citygml.core   
org.citygml4j.util.walker   
 

Uses of AbstractFeatureCollection in org.citygml4j.builder.jaxb.marshal.gml
 

Methods in org.citygml4j.builder.jaxb.marshal.gml with parameters of type AbstractFeatureCollection
 void GMLMarshaller.marshalAbstractFeatureCollection(AbstractFeatureCollection src, AbstractFeatureCollectionType dest)
           
 

Uses of AbstractFeatureCollection in org.citygml4j.builder.jaxb.unmarshal.gml
 

Methods in org.citygml4j.builder.jaxb.unmarshal.gml with parameters of type AbstractFeatureCollection
 void GMLUnmarshaller.unmarshalAbstractFeatureCollection(AbstractFeatureCollectionType src, AbstractFeatureCollection dest)
           
 

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

Subclasses of AbstractFeatureCollection in org.citygml4j.model.citygml.core
 class CityModel
           
 

Uses of AbstractFeatureCollection in org.citygml4j.util.walker
 

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