public class ArcType extends ArcStringType
Java class for ArcType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArcType">
<complexContent>
<restriction base="{http://www.opengis.net/gml}ArcStringType">
<sequence>
<choice>
<choice maxOccurs="3" minOccurs="3">
<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>
</sequence>
<attribute name="numArc" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="1" />
</restriction>
</complexContent>
</complexType>
coordinates, interpolation, numArc, posList, posOrPointPropertyOrPointRepnumDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart| Constructor and Description |
|---|
ArcType()
Default no-arg constructor
|
ArcType(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 ArcType()
public ArcType(BigInteger numDerivativesAtStart, BigInteger numDerivativesAtEnd, BigInteger numDerivativeInterior, List<JAXBElement<?>> posOrPointPropertyOrPointRep, PosList posList, Coordinates coordinates, CurveInterpolationType interpolation, BigInteger numArc)
Copyright © 2015. All rights reserved.