Uses of Interface
org.opengis.geometry.Precision

Packages that use Precision
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.opengis.geometry Root package for geometries
 

Uses of Precision in org.geotools.geometry
 

Methods in org.geotools.geometry that return Precision
 Precision GeometryBuilder.getPrecision()
           
static Precision GeometryFactoryFinder.getPrecision(Hints hints)
           
 

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 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.
 

Methods in org.opengis.geometry with parameters of type Precision
 int Precision.compareTo(Precision other)
          Compares this precision model with the specified one.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.