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

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_SplineCurve
                              extended by fr.ign.cogit.geoxygene.spatial.coordgeom.GM_BSplineCurve
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
GM_Bezier

 class GM_BSplineCurve
extends GM_SplineCurve

NON IMPLEMENTE.

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_BSplineCurve()
           
 
Method Summary
 
Methods inherited from class fr.ign.cogit.geoxygene.spatial.coordgeom.GM_SplineCurve
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_BSplineCurve

GM_BSplineCurve()