org.citygml4j.jaxb.gml._3_1_1
Class PolarCSType
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.PolarCSType
public class PolarCSType
- extends AbstractCoordinateSystemType
A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction. A PolarCS shall have two usesAxis associations.
Java-Klasse für PolarCSType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="PolarCSType">
<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 |
PolarCSType
public PolarCSType()