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 classCorrelationDataPairMethods in org.openjump.core.attributeoperations.statistics with parameters of type PirolPoint Modifier and Type Method Description protected voidPunktScaler. 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 PirolPointPirolEdge. anfangprotected PirolPointPirolEdge. endestatic PirolPointPirolPoint. NULLPUNKTMethods in org.openjump.core.graph.pirolProject that return PirolPoint Modifier and Type Method Description static PirolPointPirolPoint. clone(PirolPoint pkt)Method to create a deep copy of the given punkt object, that doesn't share any references with the originalPirolPointPirolPoint. clonePunkt()Method to create a deep copy of the calling punkt object, that doesn't share any references with the originalstatic PirolPointPirolPoint. 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".PirolPointPirolEdge. getAnfang()PirolPointPirolEdge. getEnde()PirolPointPirolEdge. getSchnittpunkt(PirolEdge k2)static PirolPointPirolEdge. getSchnittpunkt(PirolEdge k1, PirolEdge k2)Methods in org.openjump.core.graph.pirolProject with parameters of type PirolPoint Modifier and Type Method Description static PirolPointPirolPoint. clone(PirolPoint pkt)Method to create a deep copy of the given punkt object, that doesn't share any references with the originalstatic PirolPointPirolPoint. 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 doublePirolPoint. distanceBetween(PirolPoint p1, PirolPoint p2)calculates the distance of point p1 to the other point p2.doublePirolPoint. distanceTo(PirolPoint p)calculates the distance ofthispoint to the other point.doublePirolEdge. getABFaktorZumNormalenFaktor(PirolPoint pkt)doublePirolEdge. getNormalenFaktorZu(PirolPoint pkt)static PirolEdgePirolEdge. kreiereKanteDurchPunktInnerhalbBegrenzung(PirolPoint p, double steigung, org.locationtech.jts.geom.Envelope begrenzung)booleanPirolPoint. liegtAuf(PirolPoint p)voidPirolEdge. setAnfang(PirolPoint anfang)voidPirolEdge. setEnde(PirolPoint ende)static PirolEdgePirolEdge. shiftLine(PirolEdge lineToShift, PirolPoint shiftingVector)creates a newPirolEdgeobject, that has a length equal tolineToShift's length and is parallel tolineToShift.static org.locationtech.jts.geom.CoordinatePirolPoint. toCoordinate(PirolPoint p)intPirolEdge. 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)
-