| Modifier and Type | Method and Description |
|---|---|
static Point |
Point.add(Point p,
Point q) |
static Point |
Point.add(String label,
Point p,
Point q) |
| Modifier and Type | Method and Description |
|---|---|
static Point |
Point.add(Point p,
Point q) |
static Point |
Point.add(String label,
Point p,
Point q) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,Map<Point,Map<Point,Double>>> |
PolygonIndex.distanceIndex |
Map<String,Map<Point,Map<Point,Double>>> |
PolygonIndex.distanceIndex |
List<Point> |
Polygon.points |
| Modifier and Type | Method and Description |
|---|---|
static List<Point> |
OrchidMapper.getPoints(String wktString) |
| Modifier and Type | Method and Description |
|---|---|
void |
Polygon.add(Point y)
Adds a point to the polygon.
|
double |
PolygonIndex.getDistance(String uri,
Point x,
Point y)
Returns the distances between two points x and y from the polygon with
label uri Returns -1 if nothing is found
|
static double |
OrthodromicDistance.getDistanceInDegrees(Point x,
Point y)
Computes and returns distance between two points.
|
void |
Polygon.remove(Point y)
removes a point from the polygon.
|
| Constructor and Description |
|---|
Polygon(String name,
List<Point> p) |
| Modifier and Type | Method and Description |
|---|---|
static double |
APointsetsMeasure.pointToPointDistance(Point x,
Point y) |
| Modifier and Type | Method and Description |
|---|---|
double |
PolygonFrechetDistance.getFrechetPointToPolygonDistance(Point p,
Polygon poly) |
| Modifier and Type | Field and Description |
|---|---|
Point |
CentroidIndex.Circle.center |
| Modifier and Type | Method and Description |
|---|---|
Point |
CentroidIndex.average(Point source,
Point target) |
| Modifier and Type | Method and Description |
|---|---|
Map<Point,Map<Point,Double>> |
IndexedHausdorffMeasure.getInnerDistances(Polygon s) |
Map<Point,Map<Point,Double>> |
IndexedHausdorffMeasure.getInnerDistances(Polygon s) |
| Modifier and Type | Method and Description |
|---|---|
Point |
CentroidIndex.average(Point source,
Point target) |
double |
CentroidIndex.distance(Point x,
Point y) |
| Constructor and Description |
|---|
Circle(Point c,
double r) |
| Modifier and Type | Field and Description |
|---|---|
protected List<PairSimilar<Point>> |
LinkFinder.linkPairsList |
| Modifier and Type | Method and Description |
|---|---|
List<PairSimilar<Point>> |
LinkFinder.getlinkPairsList() |
| Modifier and Type | Field and Description |
|---|---|
protected List<PairSimilar<Point>> |
SurjectionFinder.surjectionPairsList |
| Modifier and Type | Method and Description |
|---|---|
protected Point |
SurjectionFinder.getNearestPoint(Point x,
Polygon Y) |
| Modifier and Type | Method and Description |
|---|---|
List<PairSimilar<Point>> |
FairSurjectionFinder.getFairSurjectionPairsList() |
List<PairSimilar<Point>> |
SurjectionFinder.getSurjectionPairsList() |
| Modifier and Type | Method and Description |
|---|---|
protected Point |
SurjectionFinder.getNearestPoint(Point x,
Polygon Y) |
| Modifier and Type | Method and Description |
|---|---|
static double |
GeoGreatEllipticMeasure.getDistanceInDegrees(Point x,
Point y)
Deprecated.
Computes and returns distance between two points.
|
Copyright © 2020. All rights reserved.