public class CircleType extends ArcType
Java class for CircleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CircleType">
<complexContent>
<extension base="{http://www.opengis.net/gml}ArcType">
</extension>
</complexContent>
</complexType>
coordinates, interpolation, numArc, posList, posOrPointPropertyOrPointRepnumDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart| Constructor and Description |
|---|
CircleType()
Default no-arg constructor
|
CircleType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
CurveInterpolationType interpolation,
BigInteger numArc)
Fully-initialising value constructor
|
getCoordinates, getInterpolation, getNumArc, getPosList, getPosOrPointPropertyOrPointRep, setCoordinates, setInterpolation, setNumArc, setPosListgetNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStartpublic CircleType()
public CircleType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, CurveInterpolationType interpolation, BigInteger numArc)
Copyright © 2021 B3Partners B.V.. All rights reserved.