net.opengis.gml
Class CircleType

java.lang.Object
  extended by net.opengis.gml.AbstractCurveSegmentType
      extended by net.opengis.gml.ArcStringType
          extended by net.opengis.gml.ArcType
              extended by 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>
 


Field Summary
 
Fields inherited from class net.opengis.gml.ArcStringType
coordinates, INTERPOLATION, numArc, posList, posOrPointPropertyOrPointRep
 
Fields inherited from class net.opengis.gml.AbstractCurveSegmentType
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart
 
Constructor Summary
CircleType()
           
 
Method Summary
 
Methods inherited from class net.opengis.gml.ArcStringType
getCoordinates, getNumArc, getPosList, getPosOrPointPropertyOrPointRep, isSetCoordinates, isSetNumArc, isSetPosList, isSetPosOrPointPropertyOrPointRep, setCoordinates, setNumArc, setPosList, unsetPosOrPointPropertyOrPointRep
 
Methods inherited from class net.opengis.gml.AbstractCurveSegmentType
getNumDerivativeInterior, getNumDerivativesAtEnd, getNumDerivativesAtStart, isSetNumDerivativeInterior, isSetNumDerivativesAtEnd, isSetNumDerivativesAtStart, setNumDerivativeInterior, setNumDerivativesAtEnd, setNumDerivativesAtStart
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CircleType

public CircleType()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.