Uses of Class
jaitools.imageutils.PixelCoordType

Packages that use PixelCoordType
jaitools.imageutils Various helper classes used by jai-tools image operators. 
jaitools.media.jai.vectorbinarize   
 

Uses of PixelCoordType in jaitools.imageutils
 

Methods in jaitools.imageutils that return PixelCoordType
static PixelCoordType PixelCoordType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PixelCoordType[] PixelCoordType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jaitools.imageutils with parameters of type PixelCoordType
ROIGeometry(com.vividsolutions.jts.geom.Geometry geom, PixelCoordType coordType)
          Constructor which takes a Geometry object to be used as the reference against which to test inclusion of image coordinates.
 

Uses of PixelCoordType in jaitools.media.jai.vectorbinarize
 

Constructors in jaitools.media.jai.vectorbinarize with parameters of type PixelCoordType
VectorBinarizeOpImage(SampleModel sm, Map configuration, int minX, int minY, int width, int height, com.vividsolutions.jts.geom.prep.PreparedGeometry geom, PixelCoordType coordType)
          Constructor.
 



Copyright © 2009-2011. All Rights Reserved.