|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
org.citygml4j.jaxb.gml._3_1_1.DefinitionType
org.citygml4j.jaxb.gml._3_1_1.AbstractCoordinateSystemBaseType
org.citygml4j.jaxb.gml._3_1_1.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.
Java-Klasse für AbstractCoordinateSystemType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
Constructor Summary | |
---|---|
AbstractCoordinateSystemType()
|
Method Summary | |
---|---|
java.util.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. |
java.util.List<CoordinateSystemAxisRefType> |
getUsesAxis()
Ordered sequence of associations to the coordinate system axes included in this coordinate system. |
boolean |
isSetCsID()
|
boolean |
isSetRemarks()
|
boolean |
isSetUsesAxis()
|
void |
setCsID(java.util.List<IdentifierType> csID)
Set of alternative identifications of this coordinate system. |
void |
setRemarks(StringOrRefType value)
Legt den Wert der remarks-Eigenschaft fest. |
void |
setUsesAxis(java.util.List<CoordinateSystemAxisRefType> usesAxis)
Ordered sequence of associations to the coordinate system axes included in this coordinate system. |
void |
unsetCsID()
|
void |
unsetUsesAxis()
|
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType |
---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractCoordinateSystemType()
Method Detail |
---|
public java.util.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()
StringOrRefType
public void setRemarks(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetRemarks()
public java.util.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()
public void setCsID(java.util.List<IdentifierType> csID)
csID
- allowed object is
IdentifierType
public void setUsesAxis(java.util.List<CoordinateSystemAxisRefType> usesAxis)
usesAxis
- allowed object is
CoordinateSystemAxisRefType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |