Package | Description |
---|---|
org.geotools.geometry |
org.geotools.geometry.Geometry implementation.
|
org.opengis.geometry |
Root package for geometries.
|
Modifier and Type | Method and Description |
---|---|
Precision |
GeometryBuilder.getPrecision() |
static Precision |
GeometryFactoryFinder.getPrecision(Hints hints) |
Modifier and Type | Method and Description |
---|---|
Precision |
PrecisionFactory.createFixedPrecision(PrecisionType code,
double scale)
Creates a Precision of the provided type, scale is used for
PrecisionType.FIXED.
|
Precision |
Geometry.getPrecision()
Returns the precision model used to guide the accuracy of topology operations.
|
Precision |
PositionFactory.getPrecision()
The Precision used used by direct positions created via this
factory.
|
Modifier and Type | Method and Description |
---|---|
int |
Precision.compareTo(Precision other)
Compares this precision model with the specified one.
|
Copyright © 1996–2019 Geotools. All rights reserved.