net.opengis.gml
Class AbstractGeneralDerivedCRSType
java.lang.Object
net.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractReferenceSystemBaseType
net.opengis.gml.AbstractReferenceSystemType
net.opengis.gml.AbstractGeneralDerivedCRSType
- Direct Known Subclasses:
- DerivedCRSType, ProjectedCRSType
public abstract class AbstractGeneralDerivedCRSType
- extends AbstractReferenceSystemType
A coordinate reference system that is defined by its coordinate conversion from another coordinate reference system (not by a datum). This abstract complexType shall not be used, extended, or restricted, in an Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.
Classe Java pour AbstractGeneralDerivedCRSType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractGeneralDerivedCRSType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractReferenceSystemType">
<sequence>
<element ref="{http://www.opengis.net/gml}baseCRS"/>
<element ref="{http://www.opengis.net/gml}definedByConversion"/>
</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 |
baseCRS
protected CoordinateReferenceSystemRefType baseCRS
definedByConversion
protected GeneralConversionRefType definedByConversion
AbstractGeneralDerivedCRSType
public AbstractGeneralDerivedCRSType()
getBaseCRS
public CoordinateReferenceSystemRefType getBaseCRS()
- Obtient la valeur de la propriété baseCRS.
- Returns:
- possible object is
CoordinateReferenceSystemRefType
setBaseCRS
public void setBaseCRS(CoordinateReferenceSystemRefType value)
- Définit la valeur de la propriété baseCRS.
- Parameters:
value - allowed object is
CoordinateReferenceSystemRefType
isSetBaseCRS
public boolean isSetBaseCRS()
getDefinedByConversion
public GeneralConversionRefType getDefinedByConversion()
- Obtient la valeur de la propriété definedByConversion.
- Returns:
- possible object is
GeneralConversionRefType
setDefinedByConversion
public void setDefinedByConversion(GeneralConversionRefType value)
- Définit la valeur de la propriété definedByConversion.
- Parameters:
value - allowed object is
GeneralConversionRefType
isSetDefinedByConversion
public boolean isSetDefinedByConversion()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.