fr.ign.cogit.geoxygene.spatial.geomcomp
Class GM_Composite

java.lang.Object
  extended by fr.ign.cogit.geoxygene.spatial.geomroot.GM_Object
      extended by fr.ign.cogit.geoxygene.spatial.geomcomp.GM_Complex
          extended by fr.ign.cogit.geoxygene.spatial.geomcomp.GM_Composite
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
GM_CompositeCurve, GM_CompositePoint, GM_CompositeSolid, GM_CompositeSurface

abstract class GM_Composite
extends GM_Complex

Classe mère abstraite pour les complexes dont la géométrie est isomorphe à une primitive géométrique.

Version:
1.0
Author:
Thierry Badard & Arnaud Braun

Field Summary
 
Fields inherited from class fr.ign.cogit.geoxygene.spatial.geomcomp.GM_Complex
element, subComplex, superComplex
 
Fields inherited from class fr.ign.cogit.geoxygene.spatial.geomroot.GM_Object
CRS
 
Constructor Summary
GM_Composite()
           
 
Method Summary
 
Methods inherited from class fr.ign.cogit.geoxygene.spatial.geomcomp.GM_Complex
addElement, addSubComplex, addSuperComplex, coord, getElement, getSubComplex, getSuperComplex, isMaximal, removeElement, removeSubComplex, removeSuperComplex, sizeElement, sizeSubComplex, sizeSuperComplex
 
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_Composite

GM_Composite()