Package org.locationtech.jts.simplify
Class VWLineSimplifier.VWVertex
java.lang.Object
org.locationtech.jts.simplify.VWLineSimplifier.VWVertex
- Enclosing class:
VWLineSimplifier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate double
private boolean
static double
private VWLineSimplifier.VWVertex
private VWLineSimplifier.VWVertex
private Coordinate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic VWLineSimplifier.VWVertex
buildLine
(Coordinate[] pts) double
getArea()
boolean
isLive()
remove()
void
void
void
-
Field Details
-
MAX_AREA
public static double MAX_AREA -
pt
-
prev
-
next
-
area
private double area -
isLive
private boolean isLive
-
-
Constructor Details
-
VWVertex
-
-
Method Details
-
buildLine
-
setPrev
-
setNext
-
updateArea
public void updateArea() -
getArea
public double getArea() -
isLive
public boolean isLive() -
remove
-
getCoordinates
-