Uses of Class
gistoolkit.features.RasterShape

Packages that use RasterShape
gistoolkit.features   
gistoolkit.projection   
 

Uses of RasterShape in gistoolkit.features
 

Methods in gistoolkit.features with parameters of type RasterShape
 boolean LineString.intersectsRasterShape(RasterShape inRasterShape)
          A LineString intersects a RasterShape if it intersects the envelope of the raster, or if it is contained within the envelope of the raster.
 boolean LinearRing.intersectsRasterShape(RasterShape inRasterShape)
          A LinearRing intersects a RasterShape if it intersects the envelope of the raster, or if it is contained within the raster.
 boolean MultiLineString.intersectsRasterShape(RasterShape inRasterShape)
          A MultiLineString intersects a RasterShape if any of the strings intersect the envelope or are contained within the envelope of the raster shape.
 boolean MultiPoint.intersectsRasterShape(RasterShape inRasterShape)
          A MultiPoint will intersect a RasterShape if any one of the points is contained within the envelope of the Raster.
 boolean MultiPolygon.intersectsRasterShape(RasterShape inRasterShape)
          A MultiPolygon intersects a RasterShape if the MultiPolygon intersects the envelope of the raster
 boolean Point.intersectsRasterShape(RasterShape inRasterShape)
          A point intersects a RasterShape if it is contained within the envelope of the raster shape
 boolean Polygon.intersectsRasterShape(RasterShape inRasterShape)
          A Polygon intersects a RasterShape if it intersects any of the envelope, or if it is contained within the envelope.
 

Uses of RasterShape in gistoolkit.projection
 

Methods in gistoolkit.projection with parameters of type RasterShape
static void ImageProjector.projectForward(Projection inProjection, RasterShape inImage)
          Project the image forward.
static void ImageProjector.projectBackward(Projection inProjection, RasterShape inImage)
          Project the image Backward.
static void ImageProjector.reProject(Projection inFromProjection, Projection inToProjection, RasterShape inImage)
          ReProject the image.