public class GeometryLocation extends Object
Constructor and Description |
---|
GeometryLocation(Geometry parent,
Geometry component,
int[] componentPath) |
GeometryLocation(Geometry parent,
Geometry component,
int[] componentPath,
int segmentIndex,
boolean isVertex,
Coordinate pt) |
GeometryLocation(Geometry parent,
Geometry component,
int segmentIndex,
boolean isVertex,
Coordinate pt) |
GeometryLocation(Geometry parent,
Geometry component,
int index,
Coordinate pt) |
Modifier and Type | Method and Description |
---|---|
Geometry |
delete() |
Geometry |
getComponent() |
Coordinate |
getCoordinate() |
double |
getLength() |
Geometry |
insert() |
boolean |
isVertex() |
String |
pathString() |
String |
toFacetString() |
String |
toString() |
public GeometryLocation(Geometry parent, Geometry component, int index, Coordinate pt)
public GeometryLocation(Geometry parent, Geometry component, int segmentIndex, boolean isVertex, Coordinate pt)
public GeometryLocation(Geometry parent, Geometry component, int[] componentPath, int segmentIndex, boolean isVertex, Coordinate pt)
public Geometry getComponent()
public Coordinate getCoordinate()
public boolean isVertex()
public Geometry insert()
public Geometry delete()
public double getLength()
public String pathString()
public String toFacetString()
Copyright © 2020. All rights reserved.