fr.ign.cogit.geoxygene.contrib.delaunay
Class ArcDelaunay

java.lang.Object
  extended by fr.ign.cogit.geoxygene.feature.FT_Feature
      extended by fr.ign.cogit.geoxygene.contrib.cartetopo.ElementCarteTopo
          extended by fr.ign.cogit.geoxygene.contrib.cartetopo.Arc
              extended by fr.ign.cogit.geoxygene.contrib.delaunay.ArcDelaunay
All Implemented Interfaces:
java.lang.Cloneable

public class ArcDelaunay
extends Arc

Classe des aretes de la triangulation.

Version:
1.0
Author:
Bonin

Field Summary
 
Fields inherited from class fr.ign.cogit.geoxygene.feature.FT_Feature
geom, id, topo
 
Constructor Summary
ArcDelaunay()
           
ArcDelaunay(NoeudDelaunay n1, NoeudDelaunay n2)
           
 
Method Summary
 
Methods inherited from class fr.ign.cogit.geoxygene.contrib.cartetopo.Arc
addGroupe, arcPrecedentDebut, arcPrecedentFin, arcSuivantDebut, arcSuivantFin, calculeRectangleEnglobant, cycleADroite, cycleAGauche, distance, faces, finsOrientes, getCoord, getFaceDroite, getFaceGauche, getGeometrie, getListeGroupes, getNoeudFin, getNoeudIni, getOrientation, getPoids, getRectangleEnglobant, hausdorff, inisOrientes, longueur, noeuds, premiereComposanteHausdorff, proche, projeteEtDecoupe, setCoord, setFaceDroite, setFaceGauche, setGeometrie, setListegroupes, setNoeudFin, setNoeudIni, setOrientation, setPoids
 
Methods inherited from class fr.ign.cogit.geoxygene.contrib.cartetopo.ElementCarteTopo
getCarteTopo
 
Methods inherited from class fr.ign.cogit.geoxygene.feature.FT_Feature
addCorrespondant, clearCorrespondants, clone, cloneGeom, getCorrespondant, getCorrespondants, getCorrespondants, getFeatureCollection, getFeatureCollections, getGeom, getId, getPopulation, getTopo, hasGeom, hasTopo, removeCorrespondant, setCorrespondants, setGeom, setId, setTopo
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcDelaunay

public ArcDelaunay()

ArcDelaunay

public ArcDelaunay(NoeudDelaunay n1,
                   NoeudDelaunay n2)