|
||||||||||
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.AbstractReferenceSystemBaseType
org.citygml4j.jaxb.gml._3_1_1.AbstractReferenceSystemType
public abstract class AbstractReferenceSystemType
Description of a spatial and/or temporal reference system used by a dataset.
Java class for AbstractReferenceSystemType complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Constructor Summary | |
---|---|
AbstractReferenceSystemType()
|
Method Summary | |
---|---|
StringOrRefType |
getRemarks()
Comments on or information about this reference system, including source information. |
java.lang.String |
getScope()
Gets the value of the scope property. |
java.util.List<IdentifierType> |
getSrsID()
Set of alterative identifications of this reference system. |
ExtentType |
getValidArea()
Gets the value of the validArea property. |
boolean |
isSetRemarks()
|
boolean |
isSetScope()
|
boolean |
isSetSrsID()
|
boolean |
isSetValidArea()
|
void |
setRemarks(StringOrRefType value)
Sets the value of the remarks property. |
void |
setScope(java.lang.String value)
Sets the value of the scope property. |
void |
setSrsID(java.util.List<IdentifierType> srsID)
Set of alterative identifications of this reference system. |
void |
setValidArea(ExtentType value)
Sets the value of the validArea property. |
void |
unsetSrsID()
|
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 AbstractReferenceSystemType()
Method Detail |
---|
public java.util.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()
StringOrRefType
public void setRemarks(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetRemarks()
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 setSrsID(java.util.List<IdentifierType> srsID)
srsID
- allowed object is
IdentifierType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |