Package net.opengis.gml311
Interface EllipsoidType
-
- All Superinterfaces:
AbstractGMLType
,DefinitionType
,EllipsoidBaseType
,EObject
,Notifier
- All Known Implementing Classes:
EllipsoidTypeImpl
public interface EllipsoidType extends EllipsoidBaseType
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:
Gml311Package.getEllipsoidType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<IdentifierType>
getEllipsoidID()
Returns the value of the 'Ellipsoid ID' containment reference list.StringOrRefType
getRemarks()
Returns the value of the 'Remarks' containment reference.SecondDefiningParameterType
getSecondDefiningParameter()
Returns the value of the 'Second Defining Parameter' containment reference.MeasureType
getSemiMajorAxis()
Returns the value of the 'Semi Major Axis' containment reference.void
setRemarks(StringOrRefType value)
Sets the value of the 'Remarks
' containment reference.void
setSecondDefiningParameter(SecondDefiningParameterType value)
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
-
-
-
-
Method Detail
-
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:
Gml311Package.getEllipsoidType_EllipsoidID()
-
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(StringOrRefType)
,Gml311Package.getEllipsoidType_Remarks()
-
setRemarks
void setRemarks(StringOrRefType value)
Sets the value of the 'Remarks
' containment reference.- Parameters:
value
- the new value of the 'Remarks' containment reference.- See Also:
getRemarks()
-
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(MeasureType)
,Gml311Package.getEllipsoidType_SemiMajorAxis()
-
setSemiMajorAxis
void setSemiMajorAxis(MeasureType value)
Sets the value of the 'Semi Major Axis
' containment reference.- Parameters:
value
- the new value of the 'Semi Major Axis' containment reference.- See Also:
getSemiMajorAxis()
-
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(SecondDefiningParameterType)
,Gml311Package.getEllipsoidType_SecondDefiningParameter()
-
setSecondDefiningParameter
void setSecondDefiningParameter(SecondDefiningParameterType value)
Sets the value of the 'Second Defining Parameter
' containment reference.- Parameters:
value
- the new value of the 'Second Defining Parameter' containment reference.- See Also:
getSecondDefiningParameter()
-
-