net.opengis.gml
Class DerivedCRSType

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


Field Summary
protected  DerivedCRSTypeType derivedCRSType
           
protected  CoordinateSystemRefType usesCS
           
 
Fields inherited from class net.opengis.gml.AbstractGeneralDerivedCRSType
baseCRS, 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
DerivedCRSType()
           
 
Method Summary
 DerivedCRSTypeType getDerivedCRSType()
          Obtient la valeur de la propriété derivedCRSType.
 CoordinateSystemRefType getUsesCS()
          Obtient la valeur de la propriété usesCS.
 boolean isSetDerivedCRSType()
           
 boolean isSetUsesCS()
           
 void setDerivedCRSType(DerivedCRSTypeType value)
          Définit la valeur de la propriété derivedCRSType.
 void setUsesCS(CoordinateSystemRefType value)
          Définit la valeur de la propriété usesCS.
 
Methods inherited from class net.opengis.gml.AbstractGeneralDerivedCRSType
getBaseCRS, getDefinedByConversion, isSetBaseCRS, isSetDefinedByConversion, setBaseCRS, setDefinedByConversion
 
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

derivedCRSType

protected DerivedCRSTypeType derivedCRSType

usesCS

protected CoordinateSystemRefType usesCS
Constructor Detail

DerivedCRSType

public DerivedCRSType()
Method Detail

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.