org.citygml4j.jaxb.gml._3_1_1
Class SphericalCSType
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.SphericalCSType
public class SphericalCSType
- extends AbstractCoordinateSystemType
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates. Not to be confused with an ellipsoidal coordinate system based on an ellipsoid "degenerated" into a sphere. A SphericalCS shall have three usesAxis associations.
Java class for SphericalCSType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SphericalCSType">
<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 |
SphericalCSType
public SphericalCSType()