net.opengis.gml
Class AbstractGeneralDerivedCRSType

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


Field Summary
protected  CoordinateReferenceSystemRefType baseCRS
           
protected  GeneralConversionRefType 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
AbstractGeneralDerivedCRSType()
           
 
Method Summary
 CoordinateReferenceSystemRefType getBaseCRS()
          Obtient la valeur de la propriété baseCRS.
 GeneralConversionRefType getDefinedByConversion()
          Obtient la valeur de la propriété definedByConversion.
 boolean isSetBaseCRS()
           
 boolean isSetDefinedByConversion()
           
 void setBaseCRS(CoordinateReferenceSystemRefType value)
          Définit la valeur de la propriété baseCRS.
 void setDefinedByConversion(GeneralConversionRefType value)
          Définit la valeur de la propriété definedByConversion.
 
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

baseCRS

protected CoordinateReferenceSystemRefType baseCRS

definedByConversion

protected GeneralConversionRefType definedByConversion
Constructor Detail

AbstractGeneralDerivedCRSType

public AbstractGeneralDerivedCRSType()
Method Detail

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.