|
||||||||||
| 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.AbstractCoordinateSystemBaseType
net.opengis.gml.AbstractCoordinateSystemType
public abstract class AbstractCoordinateSystemType
A coordinate system (CS) is the set of coordinate system axes that spans a given coordinate space. A CS is derived from a set of (mathematical) rules for specifying how coordinates in a given space are to be assigned to points. The coordinate values in a coordinate tuple shall be recorded in the order in which the coordinate system axes associations are recorded, whenever those coordinates use a coordinate reference system that uses this coordinate system. 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 AbstractCoordinateSystemType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="AbstractCoordinateSystemType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractCoordinateSystemBaseType">
<sequence>
<element ref="{http://www.opengis.net/gml}csID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}usesAxis" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<IdentifierType> |
csID
|
protected StringOrRefType |
remarks
|
protected List<CoordinateSystemAxisRefType> |
usesAxis
|
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
AbstractCoordinateSystemType()
|
|
| Method Summary | |
|---|---|
List<IdentifierType> |
getCsID()
Set of alternative identifications of this coordinate system. |
StringOrRefType |
getRemarks()
Comments on or information about this coordinate system, including data source information. |
List<CoordinateSystemAxisRefType> |
getUsesAxis()
Ordered sequence of associations to the coordinate system axes included in this coordinate system. |
boolean |
isSetCsID()
|
boolean |
isSetRemarks()
|
boolean |
isSetUsesAxis()
|
void |
setRemarks(StringOrRefType value)
Définit la valeur de la propriété remarks. |
void |
unsetCsID()
|
void |
unsetUsesAxis()
|
| 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> csID
protected StringOrRefType remarks
protected List<CoordinateSystemAxisRefType> usesAxis
| Constructor Detail |
|---|
public AbstractCoordinateSystemType()
| Method Detail |
|---|
public List<IdentifierType> getCsID()
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 csID property.
For example, to add a new item, do as follows:
getCsID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetCsID()
public void unsetCsID()
public StringOrRefType getRemarks()
StringOrRefTypepublic void setRemarks(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetRemarks()
public List<CoordinateSystemAxisRefType> getUsesAxis()
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 usesAxis property.
For example, to add a new item, do as follows:
getUsesAxis().add(newItem);
Objects of the following type(s) are allowed in the list
CoordinateSystemAxisRefType
public boolean isSetUsesAxis()
public void unsetUsesAxis()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||