fr.ign.cogit.geoxygene.spatial.coordgeom
Class GM_Arc

java.lang.Object
  extended by fr.ign.cogit.geoxygene.spatial.geomroot.GM_Object
      extended by fr.ign.cogit.geoxygene.spatial.geomprim.GM_Primitive
          extended by fr.ign.cogit.geoxygene.spatial.geomprim.GM_OrientablePrimitive
              extended by fr.ign.cogit.geoxygene.spatial.geomprim.GM_OrientableCurve
                  extended by fr.ign.cogit.geoxygene.spatial.geomprim.GM_Curve
                      extended by fr.ign.cogit.geoxygene.spatial.coordgeom.GM_CurveSegment
                          extended by fr.ign.cogit.geoxygene.spatial.coordgeom.GM_ArcString
                              extended by fr.ign.cogit.geoxygene.spatial.coordgeom.GM_Arc
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
GM_Circle

 class GM_Arc
extends GM_ArcString

NON IMPLEMENTE. Un segment d'arc, défini par 3 points.

Version:
1.0
Author:
Thierry Badard & Arnaud Braun

Field Summary
 
Fields inherited from class fr.ign.cogit.geoxygene.spatial.coordgeom.GM_CurveSegment
interpolation, numDerivativeAtEnd, numDerivativeInterior, numDerivativesAtStart
 
Fields inherited from class fr.ign.cogit.geoxygene.spatial.geomprim.GM_Curve
segment
 
Fields inherited from class fr.ign.cogit.geoxygene.spatial.geomprim.GM_OrientableCurve
primitive, proxy
 
Fields inherited from class fr.ign.cogit.geoxygene.spatial.geomprim.GM_OrientablePrimitive
orientation
 
Fields inherited from class fr.ign.cogit.geoxygene.spatial.geomprim.GM_Primitive
complex
 
Fields inherited from class fr.ign.cogit.geoxygene.spatial.geomroot.GM_Object
CRS
 
Constructor Summary
GM_Arc()
           
 
Method Summary
 
Methods inherited from class fr.ign.cogit.geoxygene.spatial.coordgeom.GM_ArcString
coord, reverse
 
Methods inherited from class fr.ign.cogit.geoxygene.spatial.coordgeom.GM_CurveSegment
getInterpolation, getNumDerivativeAtEnd, getNumDerivativeInterior, getNumDerivativesAtStart
 
Methods inherited from class fr.ign.cogit.geoxygene.spatial.geomprim.GM_Curve
addSegment, addSegment, addSegment, addSegmentTry, asLineString, endPoint, getSegment, getSegment, removeSegment, removeSegment, setSegment, sizeSegment, startPoint, validate
 
Methods inherited from class fr.ign.cogit.geoxygene.spatial.geomprim.GM_OrientableCurve
boundary, getNegative, getPositive, getPrimitive
 
Methods inherited from class fr.ign.cogit.geoxygene.spatial.geomprim.GM_OrientablePrimitive
getOrientation
 
Methods inherited from class fr.ign.cogit.geoxygene.spatial.geomprim.GM_Primitive
getComplex, sizeComplex
 
Methods inherited from class fr.ign.cogit.geoxygene.spatial.geomroot.GM_Object
area, buffer, buffer, centroid, clone, contains, convexHull, crosses, difference, dimension, disjoint, distance, envelope, equals, equalsExact, equalsExact, exportImage, exportSvgz, exportWkt, getCRS, intersection, intersects, intersectsStrictement, isEmpty, isSimple, isValid, isWithinDistance, length, mbRegion, numPoints, overlaps, relate, setCRS, symmetricDifference, toString, touches, translate, union, within
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GM_Arc

GM_Arc()