|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewType | |
---|---|
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.resources.coverage |
Uses of ViewType in org.geotools.coverage.grid |
---|
Fields in org.geotools.coverage.grid declared as ViewType | |
---|---|
static ViewType |
ViewType.DISPLAYABLE
Deprecated. Renamed as RENDERED . |
Methods in org.geotools.coverage.grid that return ViewType | |
---|---|
static ViewType |
ViewType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ViewType[] |
ViewType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.geotools.coverage.grid that return types with arguments of type ViewType | |
---|---|
java.util.Set<ViewType> |
GridCoverage2D.getViewTypes()
Returns the set of views that this coverage represents. |
Methods in org.geotools.coverage.grid with parameters of type ViewType | |
---|---|
GridCoverage2D |
GridCoverage2D.view(ViewType type)
Returns a view of the specified type. |
Uses of ViewType in org.geotools.coverage.processing |
---|
Methods in org.geotools.coverage.processing that return ViewType | |
---|---|
protected ViewType |
Operation2D.extractSources(org.opengis.parameter.ParameterValueGroup parameters,
java.lang.String[] sourceNames,
GridCoverage2D[] sources)
Extracts and prepares the sources for this Operation2D , taking into account the
need for going to the geophysics view of the data in case this operation requires so. |
Uses of ViewType in org.geotools.resources.coverage |
---|
Methods in org.geotools.resources.coverage that return ViewType | |
---|---|
static ViewType |
CoverageUtilities.preferredViewAfterOperation(GridCoverage2D coverage)
The preferred view in which to returns the coverage after the operation. |
static ViewType |
CoverageUtilities.preferredViewForOperation(GridCoverage2D coverage,
javax.media.jai.Interpolation interpolation,
boolean hasFilter,
java.awt.RenderingHints hints)
General purpose method used in various operations for GridCoverage2D to help
with taking decisions on how to treat coverages with respect to their ColorModel . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |