public class CircleByCenterPointType extends ArcByCenterPointType
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>
coordinates, endAngle, interpolation, numArc, pointProperty, pointRep, pos, posList, radius, startAnglenumDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart| Constructor and Description |
|---|
CircleByCenterPointType()
Default no-arg constructor
|
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
|
getCoordinates, getEndAngle, getInterpolation, getNumArc, getPointProperty, getPointRep, getPos, getPosList, getRadius, getStartAngle, setCoordinates, setEndAngle, setInterpolation, setNumArc, setPointProperty, setPointRep, setPos, setPosList, setRadius, setStartAnglegetNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStartpublic 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)
Copyright © 2022 B3Partners B.V.. All rights reserved.