org.citygml4j.jaxb.gml._3_1_1
Class ProjectedCRSType
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.AbstractReferenceSystemBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralDerivedCRSType
org.citygml4j.jaxb.gml._3_1_1.ProjectedCRSType
public class ProjectedCRSType
- extends AbstractGeneralDerivedCRSType
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface, but in such a way that the distortion that is inherent to the approximation is carefully controlled and known. Distortion correction is commonly applied to calculated bearings and distances to produce values that are a close match to actual field values.
Java-Klasse für ProjectedCRSType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ProjectedCRSType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeneralDerivedCRSType">
<sequence>
<element ref="{http://www.opengis.net/gml}usesCartesianCS"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType |
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setSrsID, setValidArea, unsetSrsID |
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 |
ProjectedCRSType
public ProjectedCRSType()
getUsesCartesianCS
public CartesianCSRefType getUsesCartesianCS()
- Ruft den Wert der usesCartesianCS-Eigenschaft ab.
- Returns:
- possible object is
CartesianCSRefType
setUsesCartesianCS
public void setUsesCartesianCS(CartesianCSRefType value)
- Legt den Wert der usesCartesianCS-Eigenschaft fest.
- Parameters:
value
- allowed object is
CartesianCSRefType
isSetUsesCartesianCS
public boolean isSetUsesCartesianCS()