net.opengis.gml
Class AbstractReferenceSystemType

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
Direct Known Subclasses:
AbstractGeneralDerivedCRSType, CompoundCRSType, EngineeringCRSType, GeocentricCRSType, GeographicCRSType, ImageCRSType, TemporalCRSType, VerticalCRSType

public abstract class AbstractReferenceSystemType
extends AbstractReferenceSystemBaseType

Description of a spatial and/or temporal reference system used by a dataset.

Classe Java pour AbstractReferenceSystemType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="AbstractReferenceSystemType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractReferenceSystemBaseType">
       <sequence>
         <element ref="{http://www.opengis.net/gml}srsID" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}validArea" minOccurs="0"/>
         <element ref="{http://www.opengis.net/gml}scope" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  StringOrRefType remarks
           
protected  String scope
           
protected  List<IdentifierType> srsID
           
protected  ExtentType validArea
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
AbstractReferenceSystemType()
           
 
Method Summary
 StringOrRefType getRemarks()
          Comments on or information about this reference system, including source information.
 String getScope()
          Obtient la valeur de la propriété scope.
 List<IdentifierType> getSrsID()
          Set of alterative identifications of this reference system.
 ExtentType getValidArea()
          Obtient la valeur de la propriété validArea.
 boolean isSetRemarks()
           
 boolean isSetScope()
           
 boolean isSetSrsID()
           
 boolean isSetValidArea()
           
 void setRemarks(StringOrRefType value)
          Définit la valeur de la propriété remarks.
 void setScope(String value)
          Définit la valeur de la propriété scope.
 void setValidArea(ExtentType value)
          Définit la valeur de la propriété validArea.
 void 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

srsID

protected List<IdentifierType> srsID

remarks

protected StringOrRefType remarks

validArea

protected ExtentType validArea

scope

protected String scope
Constructor Detail

AbstractReferenceSystemType

public AbstractReferenceSystemType()
Method Detail

getSrsID

public List<IdentifierType> getSrsID()
Set of alterative identifications of this reference system. The first srsID, if any, is normally the primary identification code, and any others are aliases.Gets the value of the srsID property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the srsID property.

For example, to add a new item, do as follows:

    getSrsID().add(newItem);
 

Objects of the following type(s) are allowed in the list IdentifierType


isSetSrsID

public boolean isSetSrsID()

unsetSrsID

public void unsetSrsID()

getRemarks

public StringOrRefType getRemarks()
Comments on or information about this reference system, including source information.

Returns:
possible object is StringOrRefType

setRemarks

public void setRemarks(StringOrRefType value)
Définit la valeur de la propriété remarks.

Parameters:
value - allowed object is StringOrRefType

isSetRemarks

public boolean isSetRemarks()

getValidArea

public ExtentType getValidArea()
Obtient la valeur de la propriété validArea.

Returns:
possible object is ExtentType

setValidArea

public void setValidArea(ExtentType value)
Définit la valeur de la propriété validArea.

Parameters:
value - allowed object is ExtentType

isSetValidArea

public boolean isSetValidArea()

getScope

public String getScope()
Obtient la valeur de la propriété scope.

Returns:
possible object is String

setScope

public void setScope(String value)
Définit la valeur de la propriété scope.

Parameters:
value - allowed object is String

isSetScope

public boolean isSetScope()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.