Uses of Interface
org.gvsig.raster.lib.buffer.api.PageManager
Packages that use PageManager
-
Uses of PageManager in org.gvsig.raster.lib.buffer.api
Subinterfaces of PageManager in org.gvsig.raster.lib.buffer.apiMethods in org.gvsig.raster.lib.buffer.api that return PageManagerModifier and TypeMethodDescriptionBufferManager.createSimpleBandPageManager(File file, int rows, int columns, int dataType) Methods in org.gvsig.raster.lib.buffer.api that return types with arguments of type PageManagerModifier and TypeMethodDescriptionBufferManager.createAwtRasterBandPageManagerList(Raster img) BufferManager.createSimpleBandPageManagerList(File[] files, int rows, int columns, int[] dataType) Methods in org.gvsig.raster.lib.buffer.api with parameters of type PageManagerModifier and TypeMethodDescriptionBufferManager.createBand(int dataType, int rows, int columns, NoData noData, PageManager pageManager) Creates aBand.Method parameters in org.gvsig.raster.lib.buffer.api with type arguments of type PageManagerModifier and TypeMethodDescriptionBufferManager.createBuffer(int rows, int columns, int[] bandDataTypes, NoData[] bandNoData, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.geom.primitive.Envelope envelope, List<PageManager> pageManagers) Creates a buffer.