Uses of Class
org.openjump.core.graph.pirolProject.PirolPoint
-
Packages that use PirolPoint Package Description 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 Modifier and Type Class Description class
CorrelationDataPair
Methods in org.openjump.core.attributeoperations.statistics with parameters of type PirolPoint Modifier and Type Method Description protected void
PunktScaler. getValuesFromArray(PirolPoint[] array)
Constructors in org.openjump.core.attributeoperations.statistics with parameters of type PirolPoint Constructor Description PunktScaler(PirolPoint[] punktArray)
-
Uses of PirolPoint in org.openjump.core.graph.pirolProject
Fields in org.openjump.core.graph.pirolProject declared as PirolPoint Modifier and Type Field Description protected PirolPoint
PirolEdge. anfang
protected PirolPoint
PirolEdge. ende
static PirolPoint
PirolPoint. NULLPUNKT
Methods in org.openjump.core.graph.pirolProject that return PirolPoint Modifier and Type Method Description 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 originalPirolPoint
PirolPoint. clonePunkt()
Method to create a deep copy of the calling punkt object, that doesn't share any references with the originalstatic 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 Modifier and Type Method Description 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 originalstatic 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 ofthis
point to the other point.double
PirolEdge. getABFaktorZumNormalenFaktor(PirolPoint pkt)
double
PirolEdge. getNormalenFaktorZu(PirolPoint pkt)
static PirolEdge
PirolEdge. kreiereKanteDurchPunktInnerhalbBegrenzung(PirolPoint p, double steigung, org.locationtech.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 newPirolEdge
object, that has a length equal tolineToShift
's length and is parallel tolineToShift
.static org.locationtech.jts.geom.Coordinate
PirolPoint. toCoordinate(PirolPoint p)
int
PirolEdge. vorzeichenDesNormalenFaktors(PirolPoint pkt)
Constructors in org.openjump.core.graph.pirolProject with parameters of type PirolPoint Constructor Description PirolEdge(PirolPoint anfang, double steigung, double laenge)
PirolEdge(PirolPoint anfang, PirolPoint ende)
PirolEdge(PirolPoint anfang, PirolPoint ende, boolean anfangUnbegrenzt, boolean endeUnbegrenzt)
-