|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.crs.Identifiable org.deegree.crs.PrimeMeridianType
public class PrimeMeridianType
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 |
---|
protected String units
protected LatLongType longitude
Constructor Detail |
---|
public PrimeMeridianType()
Method Detail |
---|
public String getUnits()
String
public void setUnits(String value)
value
- allowed object is
String
public LatLongType getLongitude()
LatLongType
public void setLongitude(LatLongType value)
value
- allowed object is
LatLongType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |