org.deegree.crs
Class PrimeMeridianType

java.lang.Object
  extended by org.deegree.crs.Identifiable
      extended by org.deegree.crs.PrimeMeridianType

public class PrimeMeridianType
extends Identifiable

The definition of a prime meridian, with longitude (in units) from greenwich.

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.deegree.org/crs}_Identifiable">
       <sequence>
         <element ref="{http://www.deegree.org/crs}Units"/>
         <element name="Longitude" type="{http://www.deegree.org/crs}LatLongType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  LatLongType longitude
           
protected  String units
           
 
Fields inherited from class org.deegree.crs.Identifiable
id, nameOrVersionOrDescription
 
Constructor Summary
PrimeMeridianType()
           
 
Method Summary
 LatLongType getLongitude()
          Gets the value of the longitude property.
 String getUnits()
          Gets the value of the units property.
 void setLongitude(LatLongType value)
          Sets the value of the longitude property.
 void setUnits(String value)
          Sets the value of the units property.
 
Methods inherited from class org.deegree.crs.Identifiable
getId, getNameOrVersionOrDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

units

protected String units

longitude

protected LatLongType longitude
Constructor Detail

PrimeMeridianType

public PrimeMeridianType()
Method Detail

getUnits

public String getUnits()
Gets the value of the units property.

Returns:
possible object is String

setUnits

public void setUnits(String value)
Sets the value of the units property.

Parameters:
value - allowed object is String

getLongitude

public LatLongType getLongitude()
Gets the value of the longitude property.

Returns:
possible object is LatLongType

setLongitude

public void setLongitude(LatLongType value)
Sets the value of the longitude property.

Parameters:
value - allowed object is LatLongType


Copyright © 2011. All Rights Reserved.