|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Precision | |
---|---|
org.opengis.geometry | Root package for geometries. |
Uses of Precision in org.opengis.geometry |
---|
Methods in org.opengis.geometry that return Precision | |
---|---|
Precision |
PrecisionFactory.createFixedPrecision(PrecisionType code,
double scale)
Creates a Precision of the provided type, scale is used for PrecisionType.FIXED. |
Precision |
PositionFactory.getPrecision()
The Precision used used by direct positions created via this factory. |
Precision |
Geometry.getPrecision()
Returns the precision model used to guide the accuracy of topology operations. |
Methods in org.opengis.geometry with parameters of type Precision | |
---|---|
int |
Precision.compareTo(Precision other)
Compares this precision model with the specified one. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |