Package net.opengis.gml311
Interface EllipsoidType
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EllipsoidBaseType
,EObject
,Notifier
- All Known Implementing Classes:
EllipsoidTypeImpl
A representation of the model object 'Ellipsoid Type'.
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.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEList<IdentifierType>
Returns the value of the 'Ellipsoid ID' containment reference list.Returns the value of the 'Remarks' containment reference.Returns the value of the 'Second Defining Parameter' containment reference.Returns the value of the 'Semi Major Axis' containment reference.void
setRemarks
(StringOrRefType value) Sets the value of the 'Remarks
' containment reference.void
Sets the value of the 'Second Defining Parameter
' containment reference.void
setSemiMajorAxis
(MeasureType value) Sets the value of the 'Semi Major Axis
' containment reference.Methods inherited from interface AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, getNameGroup, setDescription, setId
Methods inherited from interface EllipsoidBaseType
getEllipsoidName, setEllipsoidName
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getEllipsoidID
EList<IdentifierType> getEllipsoidID()Returns the value of the 'Ellipsoid ID' containment reference list. The list contents are of typeIdentifierType
. Set of alternative identifications of this ellipsoid. The first ellipsoidID, if any, is normally the primary identification code, and any others are aliases.- Returns:
- the value of the 'Ellipsoid ID' containment reference list.
- See Also:
-
getRemarks
StringOrRefType getRemarks()Returns the value of the 'Remarks' containment reference. Comments on or information about this ellipsoid, including source information.- Returns:
- the value of the 'Remarks' containment reference.
- See Also:
-
setRemarks
Sets the value of the 'Remarks
' containment reference.- Parameters:
value
- the new value of the 'Remarks' containment reference.- See Also:
-
getSemiMajorAxis
MeasureType getSemiMajorAxis()Returns the value of the 'Semi Major Axis' containment reference. Length of the semi-major axis of the ellipsoid, with its units. Uses the MeasureType with the restriction that the unit of measure referenced by uom must be suitable for a length, such as metres or feet.- Returns:
- the value of the 'Semi Major Axis' containment reference.
- See Also:
-
setSemiMajorAxis
Sets the value of the 'Semi Major Axis
' containment reference.- Parameters:
value
- the new value of the 'Semi Major Axis' containment reference.- See Also:
-
getSecondDefiningParameter
SecondDefiningParameterType getSecondDefiningParameter()Returns the value of the 'Second Defining Parameter' containment reference.If the meaning of the 'Second Defining Parameter' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Second Defining Parameter' containment reference.
- See Also:
-
setSecondDefiningParameter
Sets the value of the 'Second Defining Parameter
' containment reference.- Parameters:
value
- the new value of the 'Second Defining Parameter' containment reference.- See Also:
-