|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.AbstractReferenceSystemBaseType
net.opengis.gml.AbstractReferenceSystemType
public abstract class AbstractReferenceSystemType
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 |
|---|
protected List<IdentifierType> srsID
protected StringOrRefType remarks
protected ExtentType validArea
protected String scope
| Constructor Detail |
|---|
public AbstractReferenceSystemType()
| Method Detail |
|---|
public List<IdentifierType> getSrsID()
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
public boolean isSetSrsID()
public void unsetSrsID()
public StringOrRefType getRemarks()
StringOrRefTypepublic void setRemarks(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetRemarks()
public ExtentType getValidArea()
ExtentTypepublic void setValidArea(ExtentType value)
value - allowed object is
ExtentTypepublic boolean isSetValidArea()
public String getScope()
Stringpublic void setScope(String value)
value - allowed object is
Stringpublic boolean isSetScope()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||