| Package | Description |
|---|---|
| com.revolsys.jts.operation |
Provides classes for implementing operations on geometries
|
| com.revolsys.jts.operation.simple | |
| com.revolsys.jts.operation.valid |
Provides classes for testing the validity of geometries.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeometryValidationError> |
IsSimpleOp.getErrors() |
| Modifier and Type | Class and Description |
|---|---|
class |
DuplicateVertexError |
class |
SelfIntersectionPointError |
class |
SelfIntersectionVertexError |
class |
SelfOverlapLineSegmentError |
class |
SelfOverlapSegmentError |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeometryValidationError |
class |
CoordinateInfiniteError |
class |
CoordinateNaNError |
class |
GeometryError |
class |
SegmentError |
class |
TopologyValidationError
Contains information about the nature and location of a
Geometry
validation error |
class |
VertexCoordinateError |
class |
VertexError |
| Modifier and Type | Method and Description |
|---|---|
GeometryValidationError |
IsValidOp.getValidationError()
Computes the validity of the geometry,
and if not valid returns the validation error for the geometry,
or null if the geometry is valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<GeometryValidationError> |
IsValidOp.getErrors() |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.