org.citygml4j.jaxb.gml._3_1_1
Class FeatureCollectionType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureCollectionType
              extended by org.citygml4j.jaxb.gml._3_1_1.FeatureCollectionType
Direct Known Subclasses:
DynamicFeatureCollectionType

public class FeatureCollectionType
extends AbstractFeatureCollectionType

Concrete generic feature collection.

Java-Klasse für FeatureCollectionType complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="FeatureCollectionType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractFeatureCollectionType">
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
FeatureCollectionType()
           
 
Method Summary
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureCollectionType
getFeatureMember, getFeatureMembers, isSetFeatureMember, isSetFeatureMembers, setFeatureMember, setFeatureMembers, unsetFeatureMember
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureCollectionType

public FeatureCollectionType()