Uses of Interface
org.gvsig.fmap.dal.raster.RasterQuery
Packages that use RasterQuery
-
Uses of RasterQuery in org.gvsig.fmap.dal.raster
Methods in org.gvsig.fmap.dal.raster that return RasterQueryModifier and TypeMethodDescriptionRasterQuery.clone()RasterStore.createRasterQuery()Returns a newRasterQueryassociated to this store.RasterQuery.setClip(org.gvsig.fmap.geom.primitive.Envelope clip) Sets the envelope to clip from the rasterRasterQuery.setPixelSize(double pixelSize) Sets the pixelSize to be used in the rasterMethods in org.gvsig.fmap.dal.raster with parameters of type RasterQueryModifier and TypeMethodDescriptionRasterStore.getRasterSet(RasterQuery rasterQuery) Returns a subset of data taking into account the properties and restrictions of the RasterQuery.voidRasterStore.getRasterSet(RasterQuery dataQuery, org.gvsig.tools.observer.Observer observer)