Package net.opengis.gml311
Interface ArcStringType
- All Superinterfaces:
AbstractCurveSegmentType
,EObject
,Notifier
- All Known Subinterfaces:
ArcType
,CircleType
- All Known Implementing Classes:
ArcStringTypeImpl
,ArcTypeImpl
,CircleTypeImpl
A representation of the model object 'Arc String Type'.
An ArcString is a curve segment that uses three-point circular arc interpolation.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Coordinates' containment reference.FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.Returns the value of the 'Interpolation' attribute.Returns the value of the 'Num Arc' attribute.EList<PointPropertyType>
Returns the value of the 'Point Property' containment reference list.EList<PointPropertyType>
Returns the value of the 'Point Rep' containment reference list.EList<DirectPositionType>
getPos()
Returns the value of the 'Pos' containment reference list.Returns the value of the 'Pos List' containment reference.boolean
Returns whether the value of the 'Interpolation
' attribute is set.void
setCoordinates
(CoordinatesType value) Sets the value of the 'Coordinates
' containment reference.void
Sets the value of the 'Interpolation
' attribute.void
setNumArc
(BigInteger value) Sets the value of the 'Num Arc
' attribute.void
setPosList
(DirectPositionListType value) Sets the value of the 'Pos List
' containment reference.void
Unsets the value of the 'Interpolation
' attribute.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 Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getGroup
FeatureMap getGroup()Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Group' attribute list.
- See Also:
-
getPos
EList<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:
-
getPointProperty
EList<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:
-
getPointRep
EList<PointPropertyType> getPointRep()Returns the value of the 'Point Rep' containment reference list. The list contents are of typePointPropertyType
. Deprecated with GML version 3.1.0. Use "pointProperty" instead. Included for backwards compatibility with GML 3.0.0.- Returns:
- the value of the 'Point Rep' containment reference list.
- See Also:
-
getPosList
DirectPositionListType 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
Sets the value of the 'Pos List
' containment reference.- Parameters:
value
- the new value of the 'Pos List' containment reference.- See Also:
-
getCoordinates
CoordinatesType getCoordinates()Returns the value of the 'Coordinates' containment reference. Deprecated with GML version 3.1.0. Use "posList" instead.- Returns:
- the value of the 'Coordinates' containment reference.
- See Also:
-
setCoordinates
Sets the value of the 'Coordinates
' containment reference.- Parameters:
value
- the new value of the 'Coordinates' containment reference.- See Also:
-
getInterpolation
CurveInterpolationType getInterpolation()Returns the value of the 'Interpolation' attribute. The default value is"circularArc3Points"
. 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 ArcString the interpolation is fixed as "circularArc3Points".- Returns:
- the value of the 'Interpolation' attribute.
- See Also:
-
setInterpolation
Sets the value of the 'Interpolation
' attribute.- Parameters:
value
- the new value of the 'Interpolation' attribute.- See Also:
-
unsetInterpolation
void unsetInterpolation()Unsets the value of the 'Interpolation
' attribute. -
isSetInterpolation
boolean isSetInterpolation()Returns whether the value of the 'Interpolation
' attribute is set.- Returns:
- whether the value of the 'Interpolation' attribute is set.
- See Also:
-
getNumArc
BigInteger getNumArc()Returns the value of the 'Num Arc' attribute. The number of arcs in the arc string can be explicitly stated in this attribute. The number of control points in the arc string must be 2 * numArc + 1.- Returns:
- the value of the 'Num Arc' attribute.
- See Also:
-
setNumArc
Sets the value of the 'Num Arc
' attribute.- Parameters:
value
- the new value of the 'Num Arc' attribute.- See Also:
-