public static enum BandMerge.TransformList extends Enum<BandMerge.TransformList>
Modifier and Type | Method and Description |
---|---|
abstract AffineTransform |
getCRStoGrid2D(List<GridGeometry2D> list,
int index)
Returns the World To Grid transformation from the following GridGeometry list.
|
abstract AffineTransform |
getGridToCRS2D(List<GridGeometry2D> list,
int index)
Returns the Grid To World transformation from the following GridGeometry list.
|
List<AffineTransform> |
getTransformationList(List<GridGeometry2D> list,
int index)
Returns a List of AffineTransformations objects to use for backward mapping the
destination image pixels into each source image
|
static BandMerge.TransformList |
getTransformList(String choice)
Static method for choosing the TransformList Object associated to the input string
|
static BandMerge.TransformList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BandMerge.TransformList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BandMerge.TransformList FIRST
public static final BandMerge.TransformList LAST
public static final BandMerge.TransformList INDEX
public static BandMerge.TransformList[] values()
for (BandMerge.TransformList c : BandMerge.TransformList.values()) System.out.println(c);
public static BandMerge.TransformList 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 List<AffineTransform> getTransformationList(List<GridGeometry2D> list, int index)
public abstract AffineTransform getGridToCRS2D(List<GridGeometry2D> list, int index)
public abstract AffineTransform getCRStoGrid2D(List<GridGeometry2D> list, int index)
public static BandMerge.TransformList getTransformList(String choice)
Copyright © 1996–2023 Geotools. All rights reserved.