Uses of Class
org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureCollectionType

Packages that use AbstractFeatureCollectionType
org.citygml4j.builder.jaxb.marshal.gml   
org.citygml4j.builder.jaxb.unmarshal.gml   
org.citygml4j.jaxb.citygml._0_4   
org.citygml4j.jaxb.gml._3_1_1   
 

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

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

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

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

Uses of AbstractFeatureCollectionType in org.citygml4j.jaxb.citygml._0_4
 

Subclasses of AbstractFeatureCollectionType in org.citygml4j.jaxb.citygml._0_4
 class CityModelType
          Type describing the "root" element of any city model file.
 

Uses of AbstractFeatureCollectionType in org.citygml4j.jaxb.gml._3_1_1
 

Subclasses of AbstractFeatureCollectionType in org.citygml4j.jaxb.gml._3_1_1
 class DynamicFeatureCollectionType
          A dynamic feature collection may possess a history and/or a timestamp.
 class FeatureCollectionType
          Concrete generic feature collection.
 

Methods in org.citygml4j.jaxb.gml._3_1_1 that return types with arguments of type AbstractFeatureCollectionType
 javax.xml.bind.JAXBElement<AbstractFeatureCollectionType> ObjectFactory.create_FeatureCollection(AbstractFeatureCollectionType value)
          Create an instance of JAXBElement<AbstractFeatureCollectionType>}
 

Methods in org.citygml4j.jaxb.gml._3_1_1 with parameters of type AbstractFeatureCollectionType
 javax.xml.bind.JAXBElement<AbstractFeatureCollectionType> ObjectFactory.create_FeatureCollection(AbstractFeatureCollectionType value)
          Create an instance of JAXBElement<AbstractFeatureCollectionType>}