net.opengis.gml
Class EngineeringCRSType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractReferenceSystemBaseType
net.opengis.gml.AbstractReferenceSystemType
net.opengis.gml.EngineeringCRSType
public class EngineeringCRSType
- extends AbstractReferenceSystemType
A contextually local coordinate reference system; which can be divided into two broad categories:
- earth-fixed systems applied to engineering activities on or near the surface of the earth;
- CRSs on moving platforms such as road vehicles, vessels, aircraft, or spacecraft.
For further information, see OGC Abstract Specification Topic 2.
Classe Java pour EngineeringCRSType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="EngineeringCRSType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
<sequence>
<element ref="{http://www.opengis.net/gml}usesCS"/>
<element ref="{http://www.opengis.net/gml}usesEngineeringDatum"/>
</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 |
usesCS
protected CoordinateSystemRefType usesCS
usesEngineeringDatum
protected EngineeringDatumRefType usesEngineeringDatum
EngineeringCRSType
public EngineeringCRSType()
getUsesCS
public CoordinateSystemRefType getUsesCS()
- Obtient la valeur de la propriété usesCS.
- Returns:
- possible object is
CoordinateSystemRefType
setUsesCS
public void setUsesCS(CoordinateSystemRefType value)
- Définit la valeur de la propriété usesCS.
- Parameters:
value - allowed object is
CoordinateSystemRefType
isSetUsesCS
public boolean isSetUsesCS()
getUsesEngineeringDatum
public EngineeringDatumRefType getUsesEngineeringDatum()
- Obtient la valeur de la propriété usesEngineeringDatum.
- Returns:
- possible object is
EngineeringDatumRefType
setUsesEngineeringDatum
public void setUsesEngineeringDatum(EngineeringDatumRefType value)
- Définit la valeur de la propriété usesEngineeringDatum.
- Parameters:
value - allowed object is
EngineeringDatumRefType
isSetUsesEngineeringDatum
public boolean isSetUsesEngineeringDatum()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.