Package | Description |
---|---|
org.geotools.coverage.grid.io.footprint |
Modifier and Type | Method and Description |
---|---|
static FootprintInsetPolicy |
FootprintInsetPolicy.getInsetPolicy(Properties properties) |
static FootprintInsetPolicy |
FootprintInsetPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FootprintInsetPolicy[] |
FootprintInsetPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MultiLevelROIGeometry(Geometry footprint,
Geometry granuleBounds,
double inset,
FootprintInsetPolicy insetPolicy) |
MultiLevelROIGeometryProvider(FootprintGeometryProvider geometryProvider,
double inset,
FootprintInsetPolicy insetPolicy)
Geometry provider constructor based on per feature granuleBounds
|
MultiLevelROIGeometryProvider(FootprintGeometryProvider geometryProvider,
double inset,
FootprintInsetPolicy insetPolicy,
Geometry defaultGranuleBounds)
Geometry provider constructor based on a fixed granuleBounds
|
Copyright © 1996–2019 Geotools. All rights reserved.