org.citygml4j.jaxb.gml._3_1_1
Class ProjectedCRSType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
                  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralDerivedCRSType
                      extended by 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>
 


Constructor Summary
ProjectedCRSType()
           
 
Method Summary
 CartesianCSRefType getUsesCartesianCS()
          Ruft den Wert der usesCartesianCS-Eigenschaft ab.
 boolean isSetUsesCartesianCS()
           
 void setUsesCartesianCS(CartesianCSRefType value)
          Legt den Wert der usesCartesianCS-Eigenschaft fest.
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGeneralDerivedCRSType
getBaseCRS, getDefinedByConversion, isSetBaseCRS, isSetDefinedByConversion, setBaseCRS, setDefinedByConversion
 
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
 

Constructor Detail

ProjectedCRSType

public ProjectedCRSType()
Method Detail

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()