Uses of Class
org.geotools.geometry.iso.PrecisionModel

Packages that use PrecisionModel
org.geotools.geometry.iso An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.operation An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.util.algorithm2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of PrecisionModel in org.geotools.geometry.iso
 

Methods in org.geotools.geometry.iso with parameters of type PrecisionModel
 int PrecisionModel.compareTo(PrecisionModel other)
          Compares this PrecisionModel object with the specified object for order.
 

Constructors in org.geotools.geometry.iso with parameters of type PrecisionModel
PrecisionModel(PrecisionModel pm)
          Copy constructor to create a new PrecisionModel from an existing one.
 

Uses of PrecisionModel in org.geotools.geometry.iso.operation
 

Fields in org.geotools.geometry.iso.operation declared as PrecisionModel
protected  PrecisionModel GeometryGraphOperation.resultPrecisionModel
           
 

Methods in org.geotools.geometry.iso.operation with parameters of type PrecisionModel
protected  void GeometryGraphOperation.setComputationPrecision(PrecisionModel pm)
           
 

Uses of PrecisionModel in org.geotools.geometry.iso.util.algorithm2D
 

Fields in org.geotools.geometry.iso.util.algorithm2D declared as PrecisionModel
protected  PrecisionModel LineIntersector.precisionModel
          If makePrecise is true, computed intersection coordinates will be made precise using Coordinate#makePrecise
 

Methods in org.geotools.geometry.iso.util.algorithm2D with parameters of type PrecisionModel
 void LineIntersector.setMakePrecise(PrecisionModel precisionModel)
          Deprecated. use setPrecisionModel instead
 void LineIntersector.setPrecisionModel(PrecisionModel precisionModel)
          Force computed intersection to be rounded to a given precision model.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.