Package net.opengis.gml311
Interface GeodesicType
-
- All Superinterfaces:
AbstractCurveSegmentType
,EObject
,GeodesicStringType
,Notifier
- All Known Implementing Classes:
GeodesicTypeImpl
public interface GeodesicType extends GeodesicStringType
A representation of the model object 'Geodesic Type'. A Geodesic consists of two distinct positions joined by a geodesic curve. The control points of a Geodesic shall lie on the geodesic between its start point and end points. Between these two points, a geodesic curve defined from ellipsoid or geoid model used by the co-ordinate reference systems may be used to interpolate other positions. Any other point in the controlPoint array must fall on this geodesic.- See Also:
Gml311Package.getGeodesicType()
-
-
Method Summary
-
Methods inherited from interface AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
-
Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface GeodesicStringType
getGeometricPositionGroup, getInterpolation, getPointProperty, getPos, getPosList, isSetInterpolation, setInterpolation, setPosList, unsetInterpolation
-
-