|
||||||||||
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.PrimeMeridianBaseType
org.citygml4j.jaxb.gml._3_1_1.PrimeMeridianType
public class PrimeMeridianType
A prime meridian defines the origin from which longitude values are determined.
Java class for PrimeMeridianType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrimeMeridianType"> <complexContent> <extension base="{http://www.opengis.net/gml}PrimeMeridianBaseType"> <sequence> <element ref="{http://www.opengis.net/gml}meridianID" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/> <element ref="{http://www.opengis.net/gml}greenwichLongitude"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
PrimeMeridianType()
|
Method Summary | |
---|---|
AngleChoiceType |
getGreenwichLongitude()
Gets the value of the greenwichLongitude property. |
java.util.List<IdentifierType> |
getMeridianID()
Set of alternative identifications of this prime meridian. |
StringOrRefType |
getRemarks()
Comments on or information about this prime meridian, including source information. |
boolean |
isSetGreenwichLongitude()
|
boolean |
isSetMeridianID()
|
boolean |
isSetRemarks()
|
void |
setGreenwichLongitude(AngleChoiceType value)
Sets the value of the greenwichLongitude property. |
void |
setMeridianID(java.util.List<IdentifierType> meridianID)
Set of alternative identifications of this prime meridian. |
void |
setRemarks(StringOrRefType value)
Sets the value of the remarks property. |
void |
unsetMeridianID()
|
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 PrimeMeridianType()
Method Detail |
---|
public java.util.List<IdentifierType> getMeridianID()
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 meridianID property.
For example, to add a new item, do as follows:
getMeridianID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetMeridianID()
public void unsetMeridianID()
public StringOrRefType getRemarks()
StringOrRefType
public void setRemarks(StringOrRefType value)
value
- allowed object is
StringOrRefType
public boolean isSetRemarks()
public AngleChoiceType getGreenwichLongitude()
AngleChoiceType
public void setGreenwichLongitude(AngleChoiceType value)
value
- allowed object is
AngleChoiceType
public boolean isSetGreenwichLongitude()
public void setMeridianID(java.util.List<IdentifierType> meridianID)
meridianID
- allowed object is
IdentifierType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |