Uses of Enum Class
org.geotools.coverage.grid.io.footprint.FootprintInsetPolicy
Packages that use FootprintInsetPolicy
-
Uses of FootprintInsetPolicy in org.geotools.coverage.grid.io.footprint
Methods in org.geotools.coverage.grid.io.footprint that return FootprintInsetPolicyModifier and TypeMethodDescriptionstatic FootprintInsetPolicyFootprintInsetPolicy.getInsetPolicy(Properties properties) static FootprintInsetPolicyReturns the enum constant of this class with the specified name.static FootprintInsetPolicy[]FootprintInsetPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.geotools.coverage.grid.io.footprint with parameters of type FootprintInsetPolicyModifierConstructorDescriptionMultiLevelROIGeometry(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