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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description CoordinatesTypegetCoordinates()Returns the value of the 'Coordinates' containment reference.AngleTypegetEndAngle()Returns the value of the 'End Angle' containment reference.CurveInterpolationTypegetInterpolation()Returns the value of the 'Interpolation' attribute.BigIntegergetNumArc()Returns the value of the 'Num Arc' attribute.PointPropertyTypegetPointProperty()Returns the value of the 'Point Property' containment reference.PointPropertyTypegetPointRep()Returns the value of the 'Point Rep' containment reference.DirectPositionTypegetPos()Returns the value of the 'Pos' containment reference.DirectPositionListTypegetPosList()Returns the value of the 'Pos List' containment reference.LengthTypegetRadius()Returns the value of the 'Radius' containment reference.AngleTypegetStartAngle()Returns the value of the 'Start Angle' containment reference.booleanisSetInterpolation()Returns whether the value of the 'Interpolation' attribute is set.booleanisSetNumArc()Returns whether the value of the 'Num Arc' attribute is set.voidsetCoordinates(CoordinatesType value)Sets the value of the 'Coordinates' containment reference.voidsetEndAngle(AngleType value)Sets the value of the 'End Angle' containment reference.voidsetInterpolation(CurveInterpolationType value)Sets the value of the 'Interpolation' attribute.voidsetNumArc(BigInteger value)Sets the value of the 'Num Arc' attribute.voidsetPointProperty(PointPropertyType value)Sets the value of the 'Point Property' containment reference.voidsetPointRep(PointPropertyType value)Sets the value of the 'Point Rep' containment reference.voidsetPos(DirectPositionType value)Sets the value of the 'Pos' containment reference.voidsetPosList(DirectPositionListType value)Sets the value of the 'Pos List' containment reference.voidsetRadius(LengthType value)Sets the value of the 'Radius' containment reference.voidsetStartAngle(AngleType value)Sets the value of the 'Start Angle' containment reference.voidunsetInterpolation()Unsets the value of the 'Interpolation' attribute.voidunsetNumArc()Unsets the value of the 'Num Arc' attribute.- 
Methods inherited from interface AbstractCurveSegmentTypegetNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart, unsetNumDerivativeInterior, unsetNumDerivativesAtEnd, unsetNumDerivativesAtStart
 
- 
 
- 
- 
- 
Method Detail- 
getPosDirectPositionType 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()
 
 - 
setPosvoid setPos(DirectPositionType value) Sets the value of the 'Pos' containment reference.- Parameters:
- value- the new value of the 'Pos' containment reference.
- See Also:
- getPos()
 
 - 
getPointPropertyPointPropertyType 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()
 
 - 
setPointPropertyvoid 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()
 
 - 
getPointRepPointPropertyType 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()
 
 - 
setPointRepvoid 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()
 
 - 
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.getArcByCenterPointType_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()
 
 - 
getCoordinatesCoordinatesType 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()
 
 - 
setCoordinatesvoid setCoordinates(CoordinatesType value) Sets the value of the 'Coordinates' containment reference.- Parameters:
- value- the new value of the 'Coordinates' containment reference.
- See Also:
- getCoordinates()
 
 - 
getRadiusLengthType 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()
 
 - 
setRadiusvoid setRadius(LengthType value) Sets the value of the 'Radius' containment reference.- Parameters:
- value- the new value of the 'Radius' containment reference.
- See Also:
- getRadius()
 
 - 
getStartAngleAngleType 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()
 
 - 
setStartAnglevoid 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()
 
 - 
getEndAngleAngleType 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()
 
 - 
setEndAnglevoid 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()
 
 - 
getInterpolationCurveInterpolationType 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()
 
 - 
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)
 
 - 
getNumArcBigInteger 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()
 
 - 
setNumArcvoid 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()
 
 - 
unsetNumArcvoid unsetNumArc() Unsets the value of the 'Num Arc' attribute.- See Also:
- isSetNumArc(),- getNumArc(),- setNumArc(BigInteger)
 
 - 
isSetNumArcboolean 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)
 
 
- 
 
-