|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.DefinitionType
net.opengis.gml.EllipsoidBaseType
net.opengis.gml.EllipsoidType
public class EllipsoidType
An ellipsoid is a geometric figure that can be used to describe the approximate shape of the earth. In mathematical terms, it is a surface formed by the rotation of an ellipse about its minor axis.
Classe Java pour EllipsoidType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="EllipsoidType">
<complexContent>
<extension base="{http://www.opengis.net/gml}EllipsoidBaseType">
<sequence>
<element ref="{http://www.opengis.net/gml}ellipsoidID" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}remarks" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}semiMajorAxis"/>
<element ref="{http://www.opengis.net/gml}secondDefiningParameter"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<IdentifierType> |
ellipsoidID
|
protected StringOrRefType |
remarks
|
protected SecondDefiningParameterType |
secondDefiningParameter
|
protected MeasureType |
semiMajorAxis
|
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
EllipsoidType()
|
|
| Method Summary | |
|---|---|
List<IdentifierType> |
getEllipsoidID()
Set of alternative identifications of this ellipsoid. |
StringOrRefType |
getRemarks()
Comments on or information about this ellipsoid, including source information. |
SecondDefiningParameterType |
getSecondDefiningParameter()
Obtient la valeur de la propriété secondDefiningParameter. |
MeasureType |
getSemiMajorAxis()
Obtient la valeur de la propriété semiMajorAxis. |
boolean |
isSetEllipsoidID()
|
boolean |
isSetRemarks()
|
boolean |
isSetSecondDefiningParameter()
|
boolean |
isSetSemiMajorAxis()
|
void |
setRemarks(StringOrRefType value)
Définit la valeur de la propriété remarks. |
void |
setSecondDefiningParameter(SecondDefiningParameterType value)
Définit la valeur de la propriété secondDefiningParameter. |
void |
setSemiMajorAxis(MeasureType value)
Définit la valeur de la propriété semiMajorAxis. |
void |
unsetEllipsoidID()
|
| Methods inherited from class net.opengis.gml.AbstractGMLType |
|---|
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<IdentifierType> ellipsoidID
protected StringOrRefType remarks
protected MeasureType semiMajorAxis
protected SecondDefiningParameterType secondDefiningParameter
| Constructor Detail |
|---|
public EllipsoidType()
| Method Detail |
|---|
public List<IdentifierType> getEllipsoidID()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ellipsoidID property.
For example, to add a new item, do as follows:
getEllipsoidID().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierType
public boolean isSetEllipsoidID()
public void unsetEllipsoidID()
public StringOrRefType getRemarks()
StringOrRefTypepublic void setRemarks(StringOrRefType value)
value - allowed object is
StringOrRefTypepublic boolean isSetRemarks()
public MeasureType getSemiMajorAxis()
MeasureTypepublic void setSemiMajorAxis(MeasureType value)
value - allowed object is
MeasureTypepublic boolean isSetSemiMajorAxis()
public SecondDefiningParameterType getSecondDefiningParameter()
SecondDefiningParameterTypepublic void setSecondDefiningParameter(SecondDefiningParameterType value)
value - allowed object is
SecondDefiningParameterTypepublic boolean isSetSecondDefiningParameter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||