Package nl.b3p.csw.jaxb.gml
Class CircleByCenterPointType
- java.lang.Object
-
- nl.b3p.csw.jaxb.gml.AbstractCurveSegmentType
-
- nl.b3p.csw.jaxb.gml.ArcByCenterPointType
-
- nl.b3p.csw.jaxb.gml.CircleByCenterPointType
-
public class CircleByCenterPointType extends ArcByCenterPointType
A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle. Again, this represenation can be used only in 2D.Java class for CircleByCenterPointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CircleByCenterPointType"> <complexContent> <extension base="{http://www.opengis.net/gml}ArcByCenterPointType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class nl.b3p.csw.jaxb.gml.ArcByCenterPointType
coordinates, endAngle, interpolation, numArc, pointProperty, pointRep, pos, posList, radius, startAngle
-
Fields inherited from class nl.b3p.csw.jaxb.gml.AbstractCurveSegmentType
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart
-
-
Constructor Summary
Constructors Constructor Description CircleByCenterPointType()Default no-arg constructorCircleByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class nl.b3p.csw.jaxb.gml.ArcByCenterPointType
getCoordinates, getEndAngle, getInterpolation, getNumArc, getPointProperty, getPointRep, getPos, getPosList, getRadius, getStartAngle, setCoordinates, setEndAngle, setInterpolation, setNumArc, setPointProperty, setPointRep, setPos, setPosList, setRadius, setStartAngle
-
Methods inherited from class nl.b3p.csw.jaxb.gml.AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart
-
-
-
-
Constructor Detail
-
CircleByCenterPointType
public CircleByCenterPointType()
Default no-arg constructor
-
CircleByCenterPointType
public CircleByCenterPointType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, Pos pos, PointProperty pointProperty, PointRep pointRep, PosList posList, Coordinates coordinates, LengthType radius, AngleType startAngle, AngleType endAngle, CurveInterpolationType interpolation, BigInteger numArc)
Fully-initialising value constructor
-
-