Uses of Class
org.geotools.geometry.iso.coordinate.DoublePointArray

Packages that use DoublePointArray
org.geotools.geometry.iso An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of DoublePointArray in org.geotools.geometry.iso
 

Methods in org.geotools.geometry.iso that return DoublePointArray
 DoublePointArray PositionFactoryImpl.createPointArray(double[] array, int start, int end)
           
 

Uses of DoublePointArray in org.geotools.geometry.iso.coordinate
 

Methods in org.geotools.geometry.iso.coordinate with parameters of type DoublePointArray
 boolean DoublePointArray.equals(DoublePointArray dpArray, double tol)
          Compares coodinates of DoublePointArray and allows a tolerance value in the comparison.
 



Copyright © 1996-2010 Geotools. All Rights Reserved.