|
||||||||||
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.EllipsoidType
public class EllipsoidType
The definition of an ellipsoid in deegree-crs-library.
Java class for EllipsoidType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EllipsoidType"> <complexContent> <extension base="{http://www.deegree.org/crs}_Identifiable"> <sequence> <element ref="{http://www.deegree.org/crs}Units"/> <element name="SemiMajorAxis" type="{http://www.w3.org/2001/XMLSchema}double"/> <choice> <element name="Eccentricity" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="InverseFlattening" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="SemiMinorAxis" type="{http://www.w3.org/2001/XMLSchema}double"/> </choice> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Double |
eccentricity
|
protected Double |
inverseFlattening
|
protected double |
semiMajorAxis
|
protected Double |
semiMinorAxis
|
protected String |
units
|
Fields inherited from class org.deegree.crs.Identifiable |
---|
id, nameOrVersionOrDescription |
Constructor Summary | |
---|---|
EllipsoidType()
|
Method Summary | |
---|---|
Double |
getEccentricity()
Gets the value of the eccentricity property. |
Double |
getInverseFlattening()
Gets the value of the inverseFlattening property. |
double |
getSemiMajorAxis()
Gets the value of the semiMajorAxis property. |
Double |
getSemiMinorAxis()
Gets the value of the semiMinorAxis property. |
String |
getUnits()
Gets the value of the units property. |
void |
setEccentricity(Double value)
Sets the value of the eccentricity property. |
void |
setInverseFlattening(Double value)
Sets the value of the inverseFlattening property. |
void |
setSemiMajorAxis(double value)
Sets the value of the semiMajorAxis property. |
void |
setSemiMinorAxis(Double value)
Sets the value of the semiMinorAxis 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 double semiMajorAxis
protected Double eccentricity
protected Double inverseFlattening
protected Double semiMinorAxis
Constructor Detail |
---|
public EllipsoidType()
Method Detail |
---|
public String getUnits()
String
public void setUnits(String value)
value
- allowed object is
String
public double getSemiMajorAxis()
public void setSemiMajorAxis(double value)
public Double getEccentricity()
Double
public void setEccentricity(Double value)
value
- allowed object is
Double
public Double getInverseFlattening()
Double
public void setInverseFlattening(Double value)
value
- allowed object is
Double
public Double getSemiMinorAxis()
Double
public void setSemiMinorAxis(Double value)
value
- allowed object is
Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |