|
||||||||||
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.AbstractDatumBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractDatumType
public abstract class AbstractDatumType
A datum specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system. A datum uses a parameter or set of parameters that determine the location of the origin of the coordinate reference system. Each datum subtype can be associated with only specific types of coordinate systems. 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 AbstractDatumType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AbstractDatumType"> <complexContent> <extension base="{http://www.opengis.net/gml}AbstractDatumBaseType"> <sequence> <element ref="{http://www.opengis.net/gml}datumID" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}anchorPoint" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}realizationEpoch" 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>
Constructor Summary | |
---|---|
AbstractDatumType()
|
Method Summary | |
---|---|
CodeType |
getAnchorPoint()
Ruft den Wert der anchorPoint-Eigenschaft ab. |
java.util.List<IdentifierType> |
getDatumID()
Set of alternative identifications of this datum. |
javax.xml.datatype.XMLGregorianCalendar |
getRealizationEpoch()
Ruft den Wert der realizationEpoch-Eigenschaft ab. |
StringOrRefType |
getRemarks()
Comments on this reference system, including source information. |
java.lang.String |
getScope()
Ruft den Wert der scope-Eigenschaft ab. |
ExtentType |
getValidArea()
Ruft den Wert der validArea-Eigenschaft ab. |
boolean |
isSetAnchorPoint()
|
boolean |
isSetDatumID()
|
boolean |
isSetRealizationEpoch()
|
boolean |
isSetRemarks()
|
boolean |
isSetScope()
|
boolean |
isSetValidArea()
|
void |
setAnchorPoint(CodeType value)
Legt den Wert der anchorPoint-Eigenschaft fest. |
void |
setDatumID(java.util.List<IdentifierType> datumID)
Set of alternative identifications of this datum. |
void |
setRealizationEpoch(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der realizationEpoch-Eigenschaft fest. |
void |
setRemarks(StringOrRefType value)
Legt den Wert der remarks-Eigenschaft fest. |
void |
setScope(java.lang.String value)
Legt den Wert der scope-Eigenschaft fest. |
void |
setValidArea(ExtentType value)
Legt den Wert der validArea-Eigenschaft fest. |
void |
unsetDatumID()
|
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 AbstractDatumType()
Method Detail |
---|
public java.util.List<IdentifierType> getDatumID()
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 datumID property.
For example, to add a new item, do as follows:
getDatumID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetDatumID()
public void unsetDatumID()
public StringOrRefType getRemarks()
StringOrRefType
public void setRemarks(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetRemarks()
public CodeType getAnchorPoint()
CodeType
public void setAnchorPoint(CodeType value)
value
- allowed object is
CodeType
public boolean isSetAnchorPoint()
public javax.xml.datatype.XMLGregorianCalendar getRealizationEpoch()
XMLGregorianCalendar
public void setRealizationEpoch(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetRealizationEpoch()
public ExtentType getValidArea()
ExtentType
public void setValidArea(ExtentType value)
value
- allowed object is
ExtentType
public boolean isSetValidArea()
public java.lang.String getScope()
String
public void setScope(java.lang.String value)
value
- allowed object is
String
public boolean isSetScope()
public void setDatumID(java.util.List<IdentifierType> datumID)
datumID
- allowed object is
IdentifierType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |