Uses of Class
org.openjump.core.graph.pirolProject.PirolPoint

Packages that use PirolPoint
org.openjump.core.attributeoperations.statistics   
org.openjump.core.graph.pirolProject   
 

Uses of PirolPoint in org.openjump.core.attributeoperations.statistics
 

Subclasses of PirolPoint in org.openjump.core.attributeoperations.statistics
 class CorrelationDataPair
           
 

Methods in org.openjump.core.attributeoperations.statistics with parameters of type PirolPoint
protected  void PunktScaler.getValuesFromArray(PirolPoint[] array)
           
 

Constructors in org.openjump.core.attributeoperations.statistics with parameters of type PirolPoint
PunktScaler(PirolPoint[] punktArray)
           
 

Uses of PirolPoint in org.openjump.core.graph.pirolProject
 

Fields in org.openjump.core.graph.pirolProject declared as PirolPoint
protected  PirolPoint PirolEdge.anfang
           
protected  PirolPoint PirolEdge.ende
           
static PirolPoint PirolPoint.NULLPUNKT
           
 

Methods in org.openjump.core.graph.pirolProject that return PirolPoint
static PirolPoint PirolPoint.clone(PirolPoint pkt)
          Method to create a deep copy of the given punkt object, that doesn't share any references with the original
 PirolPoint PirolPoint.clonePunkt()
          Method to create a deep copy of the calling punkt object, that doesn't share any references with the original
static PirolPoint PirolPoint.createVector(PirolPoint from, PirolPoint to)
          creates a punkt object that represents a vector (x,y(,z)) that shows the direction that leads from point "from" to point "to".
 PirolPoint PirolEdge.getAnfang()
           
 PirolPoint PirolEdge.getEnde()
           
 PirolPoint PirolEdge.getSchnittpunkt(PirolEdge k2)
           
static PirolPoint PirolEdge.getSchnittpunkt(PirolEdge k1, PirolEdge k2)
           
 

Methods in org.openjump.core.graph.pirolProject with parameters of type PirolPoint
static PirolPoint PirolPoint.clone(PirolPoint pkt)
          Method to create a deep copy of the given punkt object, that doesn't share any references with the original
static PirolPoint PirolPoint.createVector(PirolPoint from, PirolPoint to)
          creates a punkt object that represents a vector (x,y(,z)) that shows the direction that leads from point "from" to point "to".
static double PirolPoint.distanceBetween(PirolPoint p1, PirolPoint p2)
          calculates the distance of point p1 to the other point p2.
 double PirolPoint.distanceTo(PirolPoint p)
          calculates the distance of this point to the other point.
 double PirolEdge.getABFaktorZumNormalenFaktor(PirolPoint pkt)
           
 double PirolEdge.getNormalenFaktorZu(PirolPoint pkt)
           
static PirolEdge PirolEdge.kreiereKanteDurchPunktInnerhalbBegrenzung(PirolPoint p, double steigung, com.vividsolutions.jts.geom.Envelope begrenzung)
           
 boolean PirolPoint.liegtAuf(PirolPoint p)
           
 void PirolEdge.setAnfang(PirolPoint anfang)
           
 void PirolEdge.setEnde(PirolPoint ende)
           
static PirolEdge PirolEdge.shiftLine(PirolEdge lineToShift, PirolPoint shiftingVector)
          creates a new PirolEdge object, that has a length equal to lineToShift's length and is parallel to lineToShift.
static com.vividsolutions.jts.geom.Coordinate PirolPoint.toCoordinate(PirolPoint p)
           
 int PirolEdge.vorzeichenDesNormalenFaktors(PirolPoint pkt)
           
 

Constructors in org.openjump.core.graph.pirolProject with parameters of type PirolPoint
PirolEdge(PirolPoint anfang, double steigung, double laenge)
           
PirolEdge(PirolPoint anfang, PirolPoint ende)
           
PirolEdge(PirolPoint anfang, PirolPoint ende, boolean anfangUnbegrenzt, boolean endeUnbegrenzt)