net.opengis.gml
Class DerivedCRSType
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.DerivedCRSType
public class DerivedCRSType
- extends AbstractGeneralDerivedCRSType
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system but is not a projected coordinate reference system. This category includes coordinate reference systems derived from a projected coordinate reference system.
Classe Java pour DerivedCRSType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DerivedCRSType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGeneralDerivedCRSType">
<sequence>
<element ref="{http://www.opengis.net/gml}derivedCRSType"/>
<element ref="{http://www.opengis.net/gml}usesCS"/>
</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 |
derivedCRSType
protected DerivedCRSTypeType derivedCRSType
usesCS
protected CoordinateSystemRefType usesCS
DerivedCRSType
public DerivedCRSType()
getDerivedCRSType
public DerivedCRSTypeType getDerivedCRSType()
- Obtient la valeur de la propriété derivedCRSType.
- Returns:
- possible object is
DerivedCRSTypeType
setDerivedCRSType
public void setDerivedCRSType(DerivedCRSTypeType value)
- Définit la valeur de la propriété derivedCRSType.
- Parameters:
value - allowed object is
DerivedCRSTypeType
isSetDerivedCRSType
public boolean isSetDerivedCRSType()
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()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.