|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.citygml4j.jaxb.gml._3_1_1.SecondDefiningParameterType
public class SecondDefiningParameterType
Definition of the second parameter that defines the shape of an ellipsoid. An ellipsoid requires two defining parameters: semi-major axis and inverse flattening or semi-major axis and semi-minor axis. When the reference body is a sphere rather than an ellipsoid, only a single defining parameter is required, namely the radius of the sphere; in that case, the semi-major axis "degenerates" into the radius of the sphere.
Java class for SecondDefiningParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecondDefiningParameterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{http://www.opengis.net/gml}inverseFlattening"/> <element ref="{http://www.opengis.net/gml}semiMinorAxis"/> <element ref="{http://www.opengis.net/gml}isSphere"/> </choice> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
SecondDefiningParameterType()
|
Method Summary | |
---|---|
MeasureType |
getInverseFlattening()
Gets the value of the inverseFlattening property. |
java.lang.String |
getIsSphere()
Gets the value of the isSphere property. |
MeasureType |
getSemiMinorAxis()
Gets the value of the semiMinorAxis property. |
boolean |
isSetInverseFlattening()
|
boolean |
isSetIsSphere()
|
boolean |
isSetSemiMinorAxis()
|
void |
setInverseFlattening(MeasureType value)
Sets the value of the inverseFlattening property. |
void |
setIsSphere(java.lang.String value)
Sets the value of the isSphere property. |
void |
setSemiMinorAxis(MeasureType value)
Sets the value of the semiMinorAxis property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecondDefiningParameterType()
Method Detail |
---|
public MeasureType getInverseFlattening()
MeasureType
public void setInverseFlattening(MeasureType value)
value
- allowed object is
MeasureType
public boolean isSetInverseFlattening()
public MeasureType getSemiMinorAxis()
MeasureType
public void setSemiMinorAxis(MeasureType value)
value
- allowed object is
MeasureType
public boolean isSetSemiMinorAxis()
public java.lang.String getIsSphere()
String
public void setIsSphere(java.lang.String value)
value
- allowed object is
String
public boolean isSetIsSphere()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |