Class | Description |
---|---|
org.locationtech.jts.algorithm.CGAlgorithms |
See Length, Area, Distance, Orientation, PointLocation
|
org.locationtech.jts.geom.DefaultCoordinateSequenceFactory |
no longer used, recommend CoordinateArraySequenceFactory for array backed implementation
|
org.locationtech.jts.noding.IntersectionFinderAdder |
see InteriorIntersectionFinderAdder
|
org.locationtech.jts.precision.SimpleGeometryPrecisionReducer |
use GeometryPrecisionReducer
|
Field | Description |
---|---|
org.locationtech.jts.operation.buffer.BufferOp.CAP_BUTT |
use BufferParameters
|
org.locationtech.jts.operation.buffer.BufferOp.CAP_FLAT |
use BufferParameters
|
org.locationtech.jts.operation.buffer.BufferOp.CAP_ROUND |
use BufferParameters
|
org.locationtech.jts.operation.buffer.BufferOp.CAP_SQUARE |
use BufferParameters
|
org.locationtech.jts.operation.valid.TopologyValidationError.ERROR | |
org.locationtech.jts.operation.valid.TopologyValidationError.REPEATED_POINT |
Copyright © 2018. All rights reserved.