net.opengis.gml
Class CircleType
java.lang.Object
net.opengis.gml.AbstractCurveSegmentType
net.opengis.gml.ArcStringType
net.opengis.gml.ArcType
net.opengis.gml.CircleType
public class CircleType
- extends ArcType
A Circle is an arc whose ends coincide to form a simple closed loop. The "start" and "end" bearing are equal and shall be the bearing for the first controlPoint listed. The three control points must be distinct non-co-linear points for the Circle to be unambiguously defined. The arc is simply extended past the third control point until the first control point is encountered.
Classe Java pour CircleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="CircleType">
<complexContent>
<extension base="{http://www.opengis.net/gml}ArcType">
</extension>
</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 |
CircleType
public CircleType()
Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.