|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ViewType | |
---|---|
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.geotools.coverage.processing | Coverage processing implementations. |
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(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're declared. |
Methods in org.geotools.coverage.grid that return types with arguments of type ViewType | |
---|---|
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(ParameterValueGroup parameters,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |