Package net.opengis.gml311
Interface ArcByCenterPointType
- All Superinterfaces:
AbstractCurveSegmentType
,EObject
,Notifier
- All Known Subinterfaces:
CircleByCenterPointType
- All Known Implementing Classes:
ArcByCenterPointTypeImpl
,CircleByCenterPointTypeImpl
A representation of the model object 'Arc By Center Point Type'.
This variant of the arc requires that the points on the arc have to be computed instead of storing the coordinates directly. The control point is the center point of the arc plus the radius and the bearing at start and end. This represenation can be used only in 2D.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Coordinates' containment reference.Returns the value of the 'End Angle' containment reference.Returns the value of the 'Interpolation' attribute.Returns the value of the 'Num Arc' attribute.Returns the value of the 'Point Property' containment reference.Returns the value of the 'Point Rep' containment reference.getPos()
Returns the value of the 'Pos' containment reference.Returns the value of the 'Pos List' containment reference.Returns the value of the 'Radius' containment reference.Returns the value of the 'Start Angle' containment reference.boolean
Returns whether the value of the 'Interpolation
' attribute is set.boolean
Returns whether the value of the 'Num Arc
' attribute is set.void
setCoordinates
(CoordinatesType value) Sets the value of the 'Coordinates
' containment reference.void
setEndAngle
(AngleType value) Sets the value of the 'End Angle
' containment reference.void
Sets the value of the 'Interpolation
' attribute.void
setNumArc
(BigInteger value) Sets the value of the 'Num Arc
' attribute.void
Sets the value of the 'Point Property
' containment reference.void
setPointRep
(PointPropertyType value) Sets the value of the 'Point Rep
' containment reference.void
setPos
(DirectPositionType value) Sets the value of the 'Pos
' containment reference.void
setPosList
(DirectPositionListType value) Sets the value of the 'Pos List
' containment reference.void
setRadius
(LengthType value) Sets the value of the 'Radius
' containment reference.void
setStartAngle
(AngleType value) Sets the value of the 'Start Angle
' containment reference.void
Unsets the value of the 'Interpolation
' attribute.void
Unsets the value of the 'Num Arc
' 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
-
getPos
DirectPositionType getPos()Returns the value of the 'Pos' containment reference.If the meaning of the 'Pos' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Pos' containment reference.
- See Also:
-
setPos
Sets the value of the 'Pos
' containment reference.- Parameters:
value
- the new value of the 'Pos' containment reference.- See Also:
-
getPointProperty
PointPropertyType getPointProperty()Returns the value of the 'Point Property' containment reference. 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.
- See Also:
-
setPointProperty
Sets the value of the 'Point Property
' containment reference.- Parameters:
value
- the new value of the 'Point Property' containment reference.- See Also:
-
getPointRep
PointPropertyType getPointRep()Returns the value of the 'Point Rep' containment reference. 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.
- See Also:
-
setPointRep
Sets the value of the 'Point Rep
' containment reference.- Parameters:
value
- the new value of the 'Point Rep' containment reference.- 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:
-
getRadius
LengthType getRadius()Returns the value of the 'Radius' containment reference. The radius of the arc.- Returns:
- the value of the 'Radius' containment reference.
- See Also:
-
setRadius
Sets the value of the 'Radius
' containment reference.- Parameters:
value
- the new value of the 'Radius' containment reference.- See Also:
-
getStartAngle
AngleType getStartAngle()Returns the value of the 'Start Angle' containment reference. The bearing of the arc at the start.- Returns:
- the value of the 'Start Angle' containment reference.
- See Also:
-
setStartAngle
Sets the value of the 'Start Angle
' containment reference.- Parameters:
value
- the new value of the 'Start Angle' containment reference.- See Also:
-
getEndAngle
AngleType getEndAngle()Returns the value of the 'End Angle' containment reference. The bearing of the arc at the end.- Returns:
- the value of the 'End Angle' containment reference.
- See Also:
-
setEndAngle
Sets the value of the 'End Angle
' containment reference.- Parameters:
value
- the new value of the 'End Angle' containment reference.- See Also:
-
getInterpolation
CurveInterpolationType getInterpolation()Returns the value of the 'Interpolation' attribute. The default value is"circularArcCenterPointWithRadius"
. 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 ArcByCenterPoint the interpolation is fixed as "circularArcCenterPointWithRadius".- 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 default value is"1"
. Since this type describes always a single arc, the attribute is fixed to "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:
-
unsetNumArc
void unsetNumArc()Unsets the value of the 'Num Arc
' attribute.- See Also:
-
isSetNumArc
boolean isSetNumArc()Returns whether the value of the 'Num Arc
' attribute is set.- Returns:
- whether the value of the 'Num Arc' attribute is set.
- See Also:
-