net.opengis.gml
Class CircleByCenterPointType

java.lang.Object
  extended by net.opengis.gml.AbstractCurveSegmentType
      extended by net.opengis.gml.ArcByCenterPointType
          extended by net.opengis.gml.CircleByCenterPointType

public class CircleByCenterPointType
extends ArcByCenterPointType

A CircleByCenterPoint is an ArcByCenterPoint with identical start and end angle to form a full circle. Again, this represenation can be used only in 2D.

Classe Java pour CircleByCenterPointType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="CircleByCenterPointType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}ArcByCenterPointType">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class net.opengis.gml.ArcByCenterPointType
coordinates, endAngle, INTERPOLATION, NUM_ARC, pointProperty, pointRep, pos, posList, radius, startAngle
 
Fields inherited from class net.opengis.gml.AbstractCurveSegmentType
numDerivativeInterior, numDerivativesAtEnd, numDerivativesAtStart
 
Constructor Summary
CircleByCenterPointType()
           
 
Method Summary
 
Methods inherited from class net.opengis.gml.ArcByCenterPointType
getCoordinates, getEndAngle, getPointProperty, getPointRep, getPos, getPosList, getRadius, getStartAngle, isSetCoordinates, isSetEndAngle, isSetPointProperty, isSetPointRep, isSetPos, isSetPosList, isSetRadius, isSetStartAngle, setCoordinates, setEndAngle, setPointProperty, setPointRep, setPos, setPosList, setRadius, setStartAngle
 
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

CircleByCenterPointType

public CircleByCenterPointType()


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