Class | Description |
---|---|
RandomIterFactory |
A factory class to instantiate instances of the RandomIter and WritableRandomIter interfaces on sources of type Raster, RenderedImage, and
WritableRenderedImage.
|
RandomIterFallbackByte |
Slight modified version of JAI
RandomIterFallbackNoCacheNoArray that uses byte vectors to handle indexes rather than int vector. |
RandomIterFallbackByteNoCache |
Modified version of JAI
RandomIterFallbackByte that stores the tile positions in a byte array with less memory usage. |
RandomIterFallbackInt |
Slight modified version of JAI
RandomIterFallbackNoCacheNoArray that uses int vectors to handle indexes. |
RandomIterFallbackIntNoCache |
Modified version of JAI
RandomIterFallbackByte that stores the tile positions in a int array. |
RandomIterFallbackLarge |
Slight modified version of JAI
RandomIterFallbackNoCacheNoArray that uses byte vectors to handle indexes rather than int vector. |
RandomIterFallbackNoCacheNoArray |
Modified version of JAI
RandomIterFallbackIntNoCache that doesn't stores the tile positions in an array. |
RandomIterFallbackShort |
Slight modified version of JAI
RandomIterFallbackNoCacheNoArray that uses short vectors to handle indexes rather than int vector. |
RandomIterFallbackShortNoCache |
Modified version of JAI
RandomIterFallbackByte that stores the tile positions in a short array with less memory usage. |
Copyright © 2006–2018 GeoSolutions. All rights reserved.