|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.crs.Identifiable
org.deegree.crs.ProjectionType
public class ProjectionType
The base type of all projections defines standard elements used in all projection.
Java class for ProjectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectionType">
<complexContent>
<extension base="{http://www.deegree.org/crs}_Identifiable">
<sequence>
<element name="LatitudeOfNaturalOrigin" type="{http://www.deegree.org/crs}LatLongType"/>
<element name="LongitudeOfNaturalOrigin" type="{http://www.deegree.org/crs}LatLongType"/>
<element name="ScaleFactor" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="FalseEasting" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="FalseNorthing" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
clazz
|
protected Double |
falseEasting
|
protected Double |
falseNorthing
|
protected LatLongType |
latitudeOfNaturalOrigin
|
protected LatLongType |
longitudeOfNaturalOrigin
|
protected Double |
scaleFactor
|
| Fields inherited from class org.deegree.crs.Identifiable |
|---|
id, nameOrVersionOrDescription |
| Constructor Summary | |
|---|---|
ProjectionType()
|
|
| Method Summary | |
|---|---|
String |
getClazz()
Gets the value of the clazz property. |
Double |
getFalseEasting()
Gets the value of the falseEasting property. |
Double |
getFalseNorthing()
Gets the value of the falseNorthing property. |
LatLongType |
getLatitudeOfNaturalOrigin()
Gets the value of the latitudeOfNaturalOrigin property. |
LatLongType |
getLongitudeOfNaturalOrigin()
Gets the value of the longitudeOfNaturalOrigin property. |
Double |
getScaleFactor()
Gets the value of the scaleFactor property. |
void |
setClazz(String value)
Sets the value of the clazz property. |
void |
setFalseEasting(Double value)
Sets the value of the falseEasting property. |
void |
setFalseNorthing(Double value)
Sets the value of the falseNorthing property. |
void |
setLatitudeOfNaturalOrigin(LatLongType value)
Sets the value of the latitudeOfNaturalOrigin property. |
void |
setLongitudeOfNaturalOrigin(LatLongType value)
Sets the value of the longitudeOfNaturalOrigin property. |
void |
setScaleFactor(Double value)
Sets the value of the scaleFactor 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 LatLongType latitudeOfNaturalOrigin
protected LatLongType longitudeOfNaturalOrigin
protected Double scaleFactor
protected Double falseEasting
protected Double falseNorthing
protected String clazz
| Constructor Detail |
|---|
public ProjectionType()
| Method Detail |
|---|
public LatLongType getLatitudeOfNaturalOrigin()
LatLongTypepublic void setLatitudeOfNaturalOrigin(LatLongType value)
value - allowed object is
LatLongTypepublic LatLongType getLongitudeOfNaturalOrigin()
LatLongTypepublic void setLongitudeOfNaturalOrigin(LatLongType value)
value - allowed object is
LatLongTypepublic Double getScaleFactor()
Doublepublic void setScaleFactor(Double value)
value - allowed object is
Doublepublic Double getFalseEasting()
Doublepublic void setFalseEasting(Double value)
value - allowed object is
Doublepublic Double getFalseNorthing()
Doublepublic void setFalseNorthing(Double value)
value - allowed object is
Doublepublic String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||