org.citygml4j.jaxb.gml._3_1_1
Class AbstractGeometricPrimitiveType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeometricPrimitiveType
- Direct Known Subclasses:
- AbstractCurveType, AbstractSolidType, AbstractSurfaceType, PointType
public abstract class AbstractGeometricPrimitiveType
- extends AbstractGeometryType
This is the abstract root type of the geometric primitives. A geometric primitive is a geometric object that is not
decomposed further into other primitives in the system. All primitives are oriented in the direction implied by the sequence of their
coordinate tuples.
Java class for AbstractGeometricPrimitiveType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractGeometricPrimitiveType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeometryType">
</extension>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeometryType |
getAxisLabels, getGid, getSrsDimension, getSrsName, getUomLabels, isSetAxisLabels, isSetGid, isSetSrsDimension, isSetSrsName, isSetUomLabels, setAxisLabels, setGid, setSrsDimension, setSrsName, setUomLabels, unsetAxisLabels, unsetUomLabels |
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 |
AbstractGeometricPrimitiveType
public AbstractGeometricPrimitiveType()