public static enum ExtendedBandMergeOpImage.Transform extends Enum<ExtendedBandMergeOpImage.Transform>
Enum Constant and Description |
---|
AFFINE |
IDENTITY |
TRANSLATION |
Modifier and Type | Method and Description |
---|---|
static ExtendedBandMergeOpImage.Transform |
getTransform(AffineTransform tr) |
abstract void |
transform(AffineTransform tr,
Point2D src,
Point2D dst)
Transforms the input point coordinates and stores them inside the destination point
|
static ExtendedBandMergeOpImage.Transform |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedBandMergeOpImage.Transform[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtendedBandMergeOpImage.Transform AFFINE
public static final ExtendedBandMergeOpImage.Transform IDENTITY
public static final ExtendedBandMergeOpImage.Transform TRANSLATION
public static ExtendedBandMergeOpImage.Transform[] values()
for (ExtendedBandMergeOpImage.Transform c : ExtendedBandMergeOpImage.Transform.values()) System.out.println(c);
public static ExtendedBandMergeOpImage.Transform valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract void transform(AffineTransform tr, Point2D src, Point2D dst)
tr
- src
- dst
- public static ExtendedBandMergeOpImage.Transform getTransform(AffineTransform tr)
Copyright © 2006–2018 GeoSolutions. All rights reserved.