Uses of Class
org.openjump.core.rasterimage.sextante.rasterWrappers.GridExtent
-
Packages that use GridExtent Package Description org.openjump.core.rasterimage.sextante org.openjump.core.rasterimage.sextante.rasterWrappers -
-
Uses of GridExtent in org.openjump.core.rasterimage.sextante
Methods in org.openjump.core.rasterimage.sextante that return GridExtent Modifier and Type Method Description GridExtentISextanteRasterLayer. getLayerGridExtent()Returns the grid extent of the layerGridExtentOpenJUMPSextanteRasterLayer. getLayerGridExtent()GridExtentAbstractSextanteRasterLayer. getWindowGridExtent()GridExtentISextanteRasterLayer. getWindowGridExtent()Returns the grid extent of the query window of this layer.Methods in org.openjump.core.rasterimage.sextante with parameters of type GridExtent Modifier and Type Method Description voidOpenJUMPSextanteRasterLayer. create(String name, String filename, GridExtent ge, int dataType, int numBands, Object crs, LayerManager layerManager)voidISextanteRasterLayer. fitToGridExtent(GridExtent gridExtent, LayerManager layerManager)Resamples the layer so the new full extent is the same as a given gridExtentvoidOpenJUMPSextanteRasterLayer. fitToGridExtent(GridExtent ge, LayerManager layerManager)voidAbstractSextanteRasterLayer. setWindowExtent(GridExtent extent)voidISextanteRasterLayer. setWindowExtent(GridExtent gridExtent)Sets a new query window extent -
Uses of GridExtent in org.openjump.core.rasterimage.sextante.rasterWrappers
Fields in org.openjump.core.rasterimage.sextante.rasterWrappers declared as GridExtent Modifier and Type Field Description protected GridExtentGridWrapper. m_WindowExtentMethods in org.openjump.core.rasterimage.sextante.rasterWrappers that return GridExtent Modifier and Type Method Description GridExtentGridWrapper. getGridExtent()Methods in org.openjump.core.rasterimage.sextante.rasterWrappers with parameters of type GridExtent Modifier and Type Method Description voidGridExtent. addExtent(GridExtent extent)Modifies this extent to incorporate another one into its boundariesbooleanGridExtent. equals(GridExtent extent)Returns true if this extent has them same characteristics as a given onebooleanGridExtent. fitsIn(GridExtent extent)Returns true if the given extents matches the grid defined by this grid extent (has same size and cell boundaries match)Constructors in org.openjump.core.rasterimage.sextante.rasterWrappers with parameters of type GridExtent Constructor Description GridWrapper(ISextanteRasterLayer layer, GridExtent windowExtent)GridWrapperInterpolated(ISextanteRasterLayer layer, GridExtent windowExtent)GridWrapperNotInterpolated(ISextanteRasterLayer layer, GridExtent windowExtent)
-