net.opengis.gml
Class ProjectedCRSType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.AbstractReferenceSystemBaseType
              extended by net.opengis.gml.AbstractReferenceSystemType
                  extended by net.opengis.gml.AbstractGeneralDerivedCRSType
                      extended by net.opengis.gml.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.

Classe Java pour ProjectedCRSType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

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


Field Summary
protected  CartesianCSRefType usesCartesianCS
           
 
Fields inherited from class net.opengis.gml.AbstractGeneralDerivedCRSType
baseCRS, definedByConversion
 
Fields inherited from class net.opengis.gml.AbstractReferenceSystemType
remarks, scope, srsID, validArea
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
ProjectedCRSType()
           
 
Method Summary
 CartesianCSRefType getUsesCartesianCS()
          Obtient la valeur de la propriété usesCartesianCS.
 boolean isSetUsesCartesianCS()
           
 void setUsesCartesianCS(CartesianCSRefType value)
          Définit la valeur de la propriété usesCartesianCS.
 
Methods inherited from class net.opengis.gml.AbstractGeneralDerivedCRSType
getBaseCRS, getDefinedByConversion, isSetBaseCRS, isSetDefinedByConversion, setBaseCRS, setDefinedByConversion
 
Methods inherited from class net.opengis.gml.AbstractReferenceSystemType
getRemarks, getScope, getSrsID, getValidArea, isSetRemarks, isSetScope, isSetSrsID, isSetValidArea, setRemarks, setScope, setValidArea, unsetSrsID
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

usesCartesianCS

protected CartesianCSRefType usesCartesianCS
Constructor Detail

ProjectedCRSType

public ProjectedCRSType()
Method Detail

getUsesCartesianCS

public CartesianCSRefType getUsesCartesianCS()
Obtient la valeur de la propriété usesCartesianCS.

Returns:
possible object is CartesianCSRefType

setUsesCartesianCS

public void setUsesCartesianCS(CartesianCSRefType value)
Définit la valeur de la propriété usesCartesianCS.

Parameters:
value - allowed object is CartesianCSRefType

isSetUsesCartesianCS

public boolean isSetUsesCartesianCS()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.