Uses of Class
org.openjump.core.graph.pirolProject.PirolPoint
Packages that use PirolPoint
Package
Description
-
Uses of PirolPoint in org.openjump.core.attributeoperations.statistics
Subclasses of PirolPoint in org.openjump.core.attributeoperations.statisticsMethods in org.openjump.core.attributeoperations.statistics with parameters of type PirolPointModifier and TypeMethodDescriptionprotected voidPunktScaler.getValuesFromArray(PirolPoint[] array) Constructors in org.openjump.core.attributeoperations.statistics with parameters of type PirolPoint -
Uses of PirolPoint in org.openjump.core.graph.pirolProject
Fields in org.openjump.core.graph.pirolProject declared as PirolPointModifier and TypeFieldDescriptionprotected PirolPointPirolEdge.anfangprotected PirolPointPirolEdge.endestatic final PirolPointPirolPoint.NULLPUNKTMethods in org.openjump.core.graph.pirolProject that return PirolPointModifier and TypeMethodDescriptionstatic PirolPointPirolPoint.clone(PirolPoint pkt) Method to create a deep copy of the given punkt object, that doesn't share any references with the originalPirolPoint.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".PirolEdge.getAnfang()PirolEdge.getEnde()PirolEdge.getSchnittpunkt(PirolEdge k2) static PirolPointPirolEdge.getSchnittpunkt(PirolEdge k1, PirolEdge k2) Methods in org.openjump.core.graph.pirolProject with parameters of type PirolPointModifier and TypeMethodDescriptionstatic 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 PirolPointModifierConstructorDescriptionPirolEdge(PirolPoint anfang, double steigung, double laenge) PirolEdge(PirolPoint anfang, PirolPoint ende) PirolEdge(PirolPoint anfang, PirolPoint ende, boolean anfangUnbegrenzt, boolean endeUnbegrenzt)