Class VertexLocater.Location
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.geom.VertexLocater.Location
-
- Enclosing class:
- VertexLocater
public static class VertexLocater.Location extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int[]indexprivate Coordinatept
-
Constructor Summary
Constructors Constructor Description Location(Coordinate pt, int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinategetCoordinate()int[]getIndices()
-
-
-
Field Detail
-
pt
private Coordinate pt
-
index
private int[] index
-
-
Constructor Detail
-
Location
Location(Coordinate pt, int index)
-
-
Method Detail
-
getCoordinate
public Coordinate getCoordinate()
-
getIndices
public int[] getIndices()
-
-