net.opengis.gml
Class PrimeMeridianType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.DefinitionType
          extended by net.opengis.gml.PrimeMeridianBaseType
              extended by net.opengis.gml.PrimeMeridianType

public class PrimeMeridianType
extends PrimeMeridianBaseType

A prime meridian defines the origin from which longitude values are determined.

Classe Java pour PrimeMeridianType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <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>
 


Field Summary
protected  AngleChoiceType greenwichLongitude
           
protected  List<IdentifierType> meridianID
           
protected  StringOrRefType remarks
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
PrimeMeridianType()
           
 
Method Summary
 AngleChoiceType getGreenwichLongitude()
          Obtient la valeur de la propriété greenwichLongitude.
 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)
          Définit la valeur de la propriété greenwichLongitude.
 void setRemarks(StringOrRefType value)
          Définit la valeur de la propriété remarks.
 void unsetMeridianID()
           
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

meridianID

protected List<IdentifierType> meridianID

remarks

protected StringOrRefType remarks

greenwichLongitude

protected AngleChoiceType greenwichLongitude
Constructor Detail

PrimeMeridianType

public PrimeMeridianType()
Method Detail

getMeridianID

public 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)
Définit la valeur de la propriété remarks.

Parameters:
value - allowed object is StringOrRefType

isSetRemarks

public boolean isSetRemarks()

getGreenwichLongitude

public AngleChoiceType getGreenwichLongitude()
Obtient la valeur de la propriété greenwichLongitude.

Returns:
possible object is AngleChoiceType

setGreenwichLongitude

public void setGreenwichLongitude(AngleChoiceType value)
Définit la valeur de la propriété greenwichLongitude.

Parameters:
value - allowed object is AngleChoiceType

isSetGreenwichLongitude

public boolean isSetGreenwichLongitude()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.