Uses of Class
org.geotools.coverage.grid.io.footprint.FootprintInsetPolicy
-
Packages that use FootprintInsetPolicy Package Description org.geotools.coverage.grid.io.footprint -
-
Uses of FootprintInsetPolicy in org.geotools.coverage.grid.io.footprint
Methods in org.geotools.coverage.grid.io.footprint that return FootprintInsetPolicy Modifier and Type Method 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.Constructors in org.geotools.coverage.grid.io.footprint with parameters of type FootprintInsetPolicy Constructor Description MultiLevelROIGeometry(Geometry footprint, Geometry granuleBounds, double inset, FootprintInsetPolicy insetPolicy)
MultiLevelROIGeometryProvider(FootprintGeometryProvider geometryProvider, double inset, FootprintInsetPolicy insetPolicy)
Geometry provider constructor based on per feature granuleBoundsMultiLevelROIGeometryProvider(FootprintGeometryProvider geometryProvider, double inset, FootprintInsetPolicy insetPolicy, Geometry defaultGranuleBounds)
Geometry provider constructor based on a fixed granuleBounds
-