org.citygml4j.jaxb.gml._3_1_1
Class CategoryExtentType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.CodeOrNullListType
org.citygml4j.jaxb.gml._3_1_1.CategoryExtentType
public class CategoryExtentType
- extends CodeOrNullListType
Restriction of list type to store a 2-point range of ordinal values. If one member is a null, then this is a single ended interval.
Java class for CategoryExtentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategoryExtentType">
<simpleContent>
<restriction base="<http://www.opengis.net/gml>CodeOrNullListType">
</restriction>
</simpleContent>
</complexType>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryExtentType
public CategoryExtentType()