Package org.geotools.image
Class GTWarpPropertyGenerator
Object
PropertyGeneratorImpl
GTWarpPropertyGenerator
- All Implemented Interfaces:
Serializable
,PropertyGenerator
public class GTWarpPropertyGenerator
extends PropertyGeneratorImpl
A property generator for the Warp operation that builds the expected ROI bounds even when the source and target image
bounds are not superimposed
- Author:
- Andrea Aime - GeoSolutions, Daniele Romagnoli - GeoSolutions
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String name, Object opNode) Returns the specified property.static void
register
(boolean force) Methods inherited from class PropertyGeneratorImpl
canGenerateProperties, getClass, getProperty, getProperty, getPropertyNames, validate
-
Constructor Details
-
GTWarpPropertyGenerator
public GTWarpPropertyGenerator()Constructor.
-
-
Method Details
-
register
public static void register(boolean force) -
getProperty
Returns the specified property.- Specified by:
getProperty
in interfacePropertyGenerator
- Specified by:
getProperty
in classPropertyGeneratorImpl
- Parameters:
name
- Property name.opNode
- Operation node.
-