org.citygml4j.jaxb.gml._3_1_1
Class LinearCSType
java.lang.Object
org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateSystemBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateSystemType
org.citygml4j.jaxb.gml._3_1_1.LinearCSType
public class LinearCSType
- extends AbstractCoordinateSystemType
A one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated ordinate is the distance from the specified origin to the point along the axis. Example: usage of the line feature representing a road to describe points on or along that road. A LinearCS shall have one usesAxis association.
Java-Klasse für LinearCSType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="LinearCSType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractCoordinateSystemType">
</extension>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateSystemType |
getCsID, getRemarks, getUsesAxis, isSetCsID, isSetRemarks, isSetUsesAxis, setCsID, setRemarks, setUsesAxis, unsetCsID, unsetUsesAxis |
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 |
LinearCSType
public LinearCSType()