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 class for ProjectedCRSType complex type.

The following schema fragment specifies the expected content contained within this class.

 <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()
          Gets the value of the usesCartesianCS property.
 boolean isSetUsesCartesianCS()
           
 void setUsesCartesianCS(CartesianCSRefType value)
          Sets the value of the usesCartesianCS property.
 
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()
Gets the value of the usesCartesianCS property.

Returns:
possible object is CartesianCSRefType

setUsesCartesianCS

public void setUsesCartesianCS(CartesianCSRefType value)
Sets the value of the usesCartesianCS property.

Parameters:
value - allowed object is CartesianCSRefType

isSetUsesCartesianCS

public boolean isSetUsesCartesianCS()