Package net.opengis.gml311
Interface ArcByCenterPointType
-
- All Superinterfaces:
AbstractCurveSegmentType
,EObject
,Notifier
- All Known Subinterfaces:
CircleByCenterPointType
- All Known Implementing Classes:
ArcByCenterPointTypeImpl
,CircleByCenterPointTypeImpl
public interface ArcByCenterPointType extends AbstractCurveSegmentType
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:
Gml311Package.getArcByCenterPointType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoordinatesType
getCoordinates()
Returns the value of the 'Coordinates' containment reference.AngleType
getEndAngle()
Returns the value of the 'End Angle' containment reference.CurveInterpolationType
getInterpolation()
Returns the value of the 'Interpolation' attribute.BigInteger
getNumArc()
Returns the value of the 'Num Arc' attribute.PointPropertyType
getPointProperty()
Returns the value of the 'Point Property' containment reference.PointPropertyType
getPointRep()
Returns the value of the 'Point Rep' containment reference.DirectPositionType
getPos()
Returns the value of the 'Pos' containment reference.DirectPositionListType
getPosList()
Returns the value of the 'Pos List' containment reference.LengthType
getRadius()
Returns the value of the 'Radius' containment reference.AngleType
getStartAngle()
Returns the value of the 'Start Angle' containment reference.boolean
isSetInterpolation()
Returns whether the value of the 'Interpolation
' attribute is set.boolean
isSetNumArc()
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
setInterpolation(CurveInterpolationType value)
Sets the value of the 'Interpolation
' attribute.void
setNumArc(BigInteger value)
Sets the value of the 'Num Arc
' attribute.void
setPointProperty(PointPropertyType value)
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
unsetInterpolation()
Unsets the value of the 'Interpolation
' attribute.void
unsetNumArc()
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
-
-
-
-
Method Detail
-
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(DirectPositionType)
,Gml311Package.getArcByCenterPointType_Pos()
-
setPos
void setPos(DirectPositionType value)
Sets the value of the 'Pos
' containment reference.- Parameters:
value
- the new value of the 'Pos' containment reference.- See Also:
getPos()
-
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(PointPropertyType)
,Gml311Package.getArcByCenterPointType_PointProperty()
-
setPointProperty
void setPointProperty(PointPropertyType value)
Sets the value of the 'Point Property
' containment reference.- Parameters:
value
- the new value of the 'Point Property' containment reference.- See Also:
getPointProperty()
-
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(PointPropertyType)
,Gml311Package.getArcByCenterPointType_PointRep()
-
setPointRep
void setPointRep(PointPropertyType value)
Sets the value of the 'Point Rep
' containment reference.- Parameters:
value
- the new value of the 'Point Rep' containment reference.- See Also:
getPointRep()
-
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(DirectPositionListType)
,Gml311Package.getArcByCenterPointType_PosList()
-
setPosList
void 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()
-
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(CoordinatesType)
,Gml311Package.getArcByCenterPointType_Coordinates()
-
setCoordinates
void setCoordinates(CoordinatesType value)
Sets the value of the 'Coordinates
' containment reference.- Parameters:
value
- the new value of the 'Coordinates' containment reference.- See Also:
getCoordinates()
-
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(LengthType)
,Gml311Package.getArcByCenterPointType_Radius()
-
setRadius
void setRadius(LengthType value)
Sets the value of the 'Radius
' containment reference.- Parameters:
value
- the new value of the 'Radius' containment reference.- See Also:
getRadius()
-
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(AngleType)
,Gml311Package.getArcByCenterPointType_StartAngle()
-
setStartAngle
void setStartAngle(AngleType value)
Sets the value of the 'Start Angle
' containment reference.- Parameters:
value
- the new value of the 'Start Angle' containment reference.- See Also:
getStartAngle()
-
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(AngleType)
,Gml311Package.getArcByCenterPointType_EndAngle()
-
setEndAngle
void setEndAngle(AngleType value)
Sets the value of the 'End Angle
' containment reference.- Parameters:
value
- the new value of the 'End Angle' containment reference.- See Also:
getEndAngle()
-
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:
CurveInterpolationType
,isSetInterpolation()
,unsetInterpolation()
,setInterpolation(CurveInterpolationType)
,Gml311Package.getArcByCenterPointType_Interpolation()
-
setInterpolation
void 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()
-
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:
unsetInterpolation()
,getInterpolation()
,setInterpolation(CurveInterpolationType)
-
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:
isSetNumArc()
,unsetNumArc()
,setNumArc(BigInteger)
,Gml311Package.getArcByCenterPointType_NumArc()
-
setNumArc
void setNumArc(BigInteger value)
Sets the value of the 'Num Arc
' attribute.- Parameters:
value
- the new value of the 'Num Arc' attribute.- See Also:
isSetNumArc()
,unsetNumArc()
,getNumArc()
-
unsetNumArc
void unsetNumArc()
Unsets the value of the 'Num Arc
' attribute.- See Also:
isSetNumArc()
,getNumArc()
,setNumArc(BigInteger)
-
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:
unsetNumArc()
,getNumArc()
,setNumArc(BigInteger)
-
-