|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.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.
Classe Java pour SecondDefiningParameterType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Field Summary | |
|---|---|
protected MeasureType |
inverseFlattening
|
protected String |
isSphere
|
protected MeasureType |
semiMinorAxis
|
| Constructor Summary | |
|---|---|
SecondDefiningParameterType()
|
|
| Method Summary | |
|---|---|
MeasureType |
getInverseFlattening()
Obtient la valeur de la propriété inverseFlattening. |
String |
getIsSphere()
Obtient la valeur de la propriété isSphere. |
MeasureType |
getSemiMinorAxis()
Obtient la valeur de la propriété semiMinorAxis. |
boolean |
isSetInverseFlattening()
|
boolean |
isSetIsSphere()
|
boolean |
isSetSemiMinorAxis()
|
void |
setInverseFlattening(MeasureType value)
Définit la valeur de la propriété inverseFlattening. |
void |
setIsSphere(String value)
Définit la valeur de la propriété isSphere. |
void |
setSemiMinorAxis(MeasureType value)
Définit la valeur de la propriété semiMinorAxis. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MeasureType inverseFlattening
protected MeasureType semiMinorAxis
protected String isSphere
| Constructor Detail |
|---|
public SecondDefiningParameterType()
| Method Detail |
|---|
public MeasureType getInverseFlattening()
MeasureTypepublic void setInverseFlattening(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetInverseFlattening()
public MeasureType getSemiMinorAxis()
MeasureTypepublic void setSemiMinorAxis(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetSemiMinorAxis()
public String getIsSphere()
Stringpublic void setIsSphere(String value)
value - allowed object is
Stringpublic boolean isSetIsSphere()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||