net.opengis.gml
Class ProjectedCRSType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractReferenceSystemBaseType
net.opengis.gml.AbstractReferenceSystemType
net.opengis.gml.AbstractGeneralDerivedCRSType
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>
| 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 |
usesCartesianCS
protected CartesianCSRefType usesCartesianCS
ProjectedCRSType
public ProjectedCRSType()
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.