org.citygml4j.jaxb.gml._3_1_1
Class PrimeMeridianType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.DefinitionType
          extended by org.citygml4j.jaxb.gml._3_1_1.PrimeMeridianBaseType
              extended by org.citygml4j.jaxb.gml._3_1_1.PrimeMeridianType

public class PrimeMeridianType
extends PrimeMeridianBaseType

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

PrimeMeridianType

public PrimeMeridianType()
Method Detail

getMeridianID

public java.util.List<IdentifierType> getMeridianID()
Set of alternative identifications of this prime meridian. The first meridianID, if any, is normally the primary identification code, and any others are aliases. Gets the value of the meridianID property.

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


isSetMeridianID

public boolean isSetMeridianID()

unsetMeridianID

public void unsetMeridianID()

getRemarks

public StringOrRefType getRemarks()
Comments on or information about this prime meridian, including source information.

Returns:
possible object is StringOrRefType

setRemarks

public void setRemarks(StringOrRefType value)
Sets the value of the remarks property.

Parameters:
value - allowed object is StringOrRefType

isSetRemarks

public boolean isSetRemarks()

getGreenwichLongitude

public AngleChoiceType getGreenwichLongitude()
Gets the value of the greenwichLongitude property.

Returns:
possible object is AngleChoiceType

setGreenwichLongitude

public void setGreenwichLongitude(AngleChoiceType value)
Sets the value of the greenwichLongitude property.

Parameters:
value - allowed object is AngleChoiceType

isSetGreenwichLongitude

public boolean isSetGreenwichLongitude()

setMeridianID

public void setMeridianID(java.util.List<IdentifierType> meridianID)
Set of alternative identifications of this prime meridian. The first meridianID, if any, is normally the primary identification code, and any others are aliases.

Parameters:
meridianID - allowed object is IdentifierType