net.opengis.gml
Class ArcType
java.lang.Object
net.opengis.gml.AbstractCurveSegmentType
net.opengis.gml.ArcStringType
net.opengis.gml.ArcType
- Direct Known Subclasses:
- CircleType
public class ArcType
- extends ArcStringType
An Arc is an arc string with only one arc unit, i.e. three control points.
Classe Java pour ArcType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<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>
| Methods inherited from class net.opengis.gml.ArcStringType |
getCoordinates, getNumArc, getPosList, getPosOrPointPropertyOrPointRep, isSetCoordinates, isSetNumArc, isSetPosList, isSetPosOrPointPropertyOrPointRep, setCoordinates, setNumArc, setPosList, unsetPosOrPointPropertyOrPointRep |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArcType
public ArcType()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.