org.citygml4j.jaxb.gml._3_1_1
Class BoundedFeatureType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
org.citygml4j.jaxb.gml._3_1_1.BoundedFeatureType
public abstract class BoundedFeatureType
- extends AbstractFeatureType
Makes boundedBy mandatory
Java-Klasse für BoundedFeatureType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="BoundedFeatureType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}AbstractFeatureType">
<sequence>
<group ref="{http://www.opengis.net/gml}StandardObjectProperties"/>
<element ref="{http://www.opengis.net/gml}boundedBy"/>
<element ref="{http://www.opengis.net/gml}location" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
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 |
BoundedFeatureType
public BoundedFeatureType()