Uses of Class
org.gvsig.raster.lib.buffer.impl.exceptions.CreateBufferException
Packages that use CreateBufferException
-
Uses of CreateBufferException in org.gvsig.raster.lib.buffer.impl
Methods in org.gvsig.raster.lib.buffer.impl that throw CreateBufferExceptionModifier and TypeMethodDescriptionorg.gvsig.raster.lib.buffer.api.BufferDefaultBufferManager.createBuffer(int rows, int columns, int[] bandDataTypes, org.gvsig.raster.lib.buffer.api.NoData[] bandNoData, org.gvsig.crs.projection.lib.Projection projection) Constructors in org.gvsig.raster.lib.buffer.impl that throw CreateBufferExceptionModifierConstructorDescriptionClippedBuffer(org.gvsig.raster.lib.buffer.api.Buffer buffer, org.gvsig.fmap.geom.primitive.Envelope envelope) ConvertedTypeBuffer(org.gvsig.raster.lib.buffer.api.Buffer buffer, int type) DefaultBuffer(int rows, int columns, int[] bandDataTypes, org.gvsig.raster.lib.buffer.api.NoData[] bandNoData, org.gvsig.crs.projection.lib.Projection projection, org.gvsig.fmap.geom.primitive.Envelope envelope, List<org.gvsig.raster.lib.buffer.api.PageManager> pageManagers) Default constructor of buffer.