public class ArcByBulgeType extends ArcStringByBulgeType
Java class for ArcByBulgeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArcByBulgeType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}ArcStringByBulgeType">
<sequence>
<choice>
<choice maxOccurs="2" minOccurs="2">
<element ref="{http://www.opengis.net/gml}pos"/>
<element ref="{http://www.opengis.net/gml}pointProperty"/>
<element ref="{http://www.opengis.net/gml}pointRep"/>
</choice>
<element ref="{http://www.opengis.net/gml}posList"/>
<element ref="{http://www.opengis.net/gml}coordinates"/>
</choice>
<element name="bulge" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="normal" type="{http://www.opengis.net/gml}VectorType"/>
</sequence>
<attribute name="numArc" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="1" />
</restriction>
</complexContent>
</complexType>
bulge, coordinates, interpolation, normal, numArc, posList, posOrPointPropertyOrPointRepnumDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart| Constructor and Description |
|---|
ArcByBulgeType()
Default no-arg constructor
|
ArcByBulgeType(BigInteger numDerivativesAtStart,
BigInteger numDerivativesAtEnd,
BigInteger numDerivativeInterior,
List<JAXBElement<?>> posOrPointPropertyOrPointRep,
PosList posList,
Coordinates coordinates,
List<Double> bulge,
List<VectorType> normal,
CurveInterpolationType interpolation,
BigInteger numArc)
Fully-initialising value constructor
|
getBulge, getCoordinates, getInterpolation, getNormal, getNumArc, getPosList, getPosOrPointPropertyOrPointRep, setCoordinates, setInterpolation, setNumArc, setPosListgetNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStartpublic ArcByBulgeType()
public ArcByBulgeType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, List<Double> bulge, List<VectorType> normal, CurveInterpolationType interpolation, BigInteger numArc)
Copyright © 2020 B3Partners B.V.. All rights reserved.