|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="GM_GeodesicString", specification=ISO_19107) public interface GeodesicString
Sequence of geodesic segments. The interface essentially combines a
Sequence<
into a single object,
with the obvious savings of storage space.
Geodesic
>
GeometryFactory.createGeodesicString(java.util.List)
Method Summary | |
---|---|
List<Geodesic> |
asGeodesics()
Decomposes a geodesic string into an equivalent sequence of geodesic segments. |
PointArray |
getControlPoints()
Returns a sequence of positions between which this GeodesicString is interpolated
using geodesics from the geoid or ellipsoid of the
coordinate reference system being used. |
CurveInterpolation |
getInterpolation()
The interpolation for a GeodesicString is
"geodesic". |
Methods inherited from interface CurveSegment |
---|
getBoundary, getCurve, getNumDerivativesAtEnd, getNumDerivativesAtStart, getNumDerivativesInterior, getSamplePoints, reverse |
Methods inherited from interface GenericCurve |
---|
asLineString, forConstructiveParam, forParam, getEndConstructiveParam, getEndParam, getEndPoint, getParamForPoint, getStartConstructiveParam, getStartParam, getStartPoint, getTangent, length, length |
Method Detail |
---|
@UML(identifier="controlPoint", obligation=MANDATORY, specification=ISO_19107) PointArray getControlPoints()
GeodesicString
is interpolated
using geodesics from the geoid or ellipsoid of the
coordinate reference system being used.
The organization of these points is identical to that in LineString
.
@UML(identifier="interpolation", obligation=MANDATORY, specification=ISO_19107) CurveInterpolation getInterpolation()
GeodesicString
is
"geodesic".
getInterpolation
in interface CurveSegment
CurveInterpolation.GEODESIC
.@UML(identifier="asGM_Geodesic", obligation=MANDATORY, specification=ISO_19107) List<Geodesic> asGeodesics()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |