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

Packages that use AbstractFeatureCollection
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.impl.citygml.core   
org.citygml4j.impl.gml.feature   
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.impl.citygml.core
 

Classes in org.citygml4j.impl.citygml.core that implement AbstractFeatureCollection
 class CityModelImpl
           
 

Uses of AbstractFeatureCollection in org.citygml4j.impl.gml.feature
 

Classes in org.citygml4j.impl.gml.feature that implement AbstractFeatureCollection
 class AbstractFeatureCollectionImpl
           
 

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

Subinterfaces of AbstractFeatureCollection in org.citygml4j.model.citygml.core
 interface 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)