Package net.opengis.gml311
Interface GeodesicStringType
- 
- All Superinterfaces:
- AbstractCurveSegmentType,- EObject,- Notifier
 - All Known Subinterfaces:
- GeodesicType
 - All Known Implementing Classes:
- GeodesicStringTypeImpl,- GeodesicTypeImpl
 
 public interface GeodesicStringType extends AbstractCurveSegmentType A representation of the model object 'Geodesic String Type'. A GeodesicString consists of sequence of geodesic segments. The type essentially combines a sequence of Geodesic into a single object. The GeodesicString is computed from two or more positions and an interpolation using geodesics defined from the geoid (or ellipsoid) of the co-ordinate reference system being used.The following features are supported: - See Also:
- Gml311Package.getGeodesicStringType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMapgetGeometricPositionGroup()Returns the value of the 'Geometric Position Group' attribute list.CurveInterpolationTypegetInterpolation()Returns the value of the 'Interpolation' attribute.EList<PointPropertyType>getPointProperty()Returns the value of the 'Point Property' containment reference list.EList<DirectPositionType>getPos()Returns the value of the 'Pos' containment reference list.DirectPositionListTypegetPosList()Returns the value of the 'Pos List' containment reference.booleanisSetInterpolation()Returns whether the value of the 'Interpolation' attribute is set.voidsetInterpolation(CurveInterpolationType value)Sets the value of the 'Interpolation' attribute.voidsetPosList(DirectPositionListType value)Sets the value of the 'Pos List' containment reference.voidunsetInterpolation()Unsets the value of the 'Interpolation' attribute.- 
Methods inherited from interface AbstractCurveSegmentTypegetNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
 
- 
 
- 
- 
- 
Method Detail- 
getPosListDirectPositionListType getPosList() Returns the value of the 'Pos List' containment reference.If the meaning of the 'Pos List' containment reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Pos List' containment reference.
- See Also:
- setPosList(DirectPositionListType),- Gml311Package.getGeodesicStringType_PosList()
 
 - 
setPosListvoid setPosList(DirectPositionListType value) Sets the value of the 'Pos List' containment reference.- Parameters:
- value- the new value of the 'Pos List' containment reference.
- See Also:
- getPosList()
 
 - 
getGeometricPositionGroupFeatureMap getGeometricPositionGroup() Returns the value of the 'Geometric Position Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Geometric Position Group' attribute list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Geometric Position Group' attribute list.
- See Also:
- Gml311Package.getGeodesicStringType_GeometricPositionGroup()
 
 - 
getPosEList<DirectPositionType> getPos() Returns the value of the 'Pos' containment reference list. The list contents are of typeDirectPositionType.If the meaning of the 'Pos' containment reference list isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Pos' containment reference list.
- See Also:
- Gml311Package.getGeodesicStringType_Pos()
 
 - 
getPointPropertyEList<PointPropertyType> getPointProperty() Returns the value of the 'Point Property' containment reference list. The list contents are of typePointPropertyType. This property element either references a point via the XLink-attributes or contains the point element. pointProperty is the predefined property which can be used by GML Application Schemas whenever a GML Feature has a property with a value that is substitutable for Point.- Returns:
- the value of the 'Point Property' containment reference list.
- See Also:
- Gml311Package.getGeodesicStringType_PointProperty()
 
 - 
getInterpolationCurveInterpolationType getInterpolation() Returns the value of the 'Interpolation' attribute. The default value is"geodesic". The literals are from the enumerationCurveInterpolationType. The attribute "interpolation" specifies the curve interpolation mechanism used for this segment. This mechanism uses the control points and control parameters to determine the position of this curve segment. For an GeodesicString the interpolation is fixed as "geodesic".- Returns:
- the value of the 'Interpolation' attribute.
- See Also:
- CurveInterpolationType,- isSetInterpolation(),- unsetInterpolation(),- setInterpolation(CurveInterpolationType),- Gml311Package.getGeodesicStringType_Interpolation()
 
 - 
setInterpolationvoid setInterpolation(CurveInterpolationType value) Sets the value of the 'Interpolation' attribute.- Parameters:
- value- the new value of the 'Interpolation' attribute.
- See Also:
- CurveInterpolationType,- isSetInterpolation(),- unsetInterpolation(),- getInterpolation()
 
 - 
unsetInterpolationvoid unsetInterpolation() Unsets the value of the 'Interpolation' attribute.
 - 
isSetInterpolationboolean isSetInterpolation() Returns whether the value of the 'Interpolation' attribute is set.- Returns:
- whether the value of the 'Interpolation' attribute is set.
- See Also:
- unsetInterpolation(),- getInterpolation(),- setInterpolation(CurveInterpolationType)
 
 
- 
 
-