Package org.geotools.image
Class GTAffinePropertyGenerator
Object
PropertyGeneratorImpl
GTAffinePropertyGenerator
- All Implemented Interfaces:
Serializable,PropertyGenerator
public class GTAffinePropertyGenerator
extends PropertyGeneratorImpl
A property generator for the Affine operation that builds a ROI with a sane image layout even with large upscale
factors
- 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 in the rendered layer.static voidregister(boolean force) Methods inherited from class PropertyGeneratorImpl
canGenerateProperties, getClass, getProperty, getProperty, getPropertyNames, validate
-
Constructor Details
-
GTAffinePropertyGenerator
public GTAffinePropertyGenerator()Constructor.
-
-
Method Details
-
register
public static void register(boolean force) -
getProperty
Returns the specified property in the rendered layer.- Specified by:
getPropertyin interfacePropertyGenerator- Specified by:
getPropertyin classPropertyGeneratorImpl- Parameters:
name- Property name.opNode- Operation node.
-