@Immutable public class CoverageTransform extends Object
| Constructor and Description |
|---|
CoverageTransform(String name,
AttributeContainer attributes,
boolean isHoriz) |
| Modifier and Type | Method and Description |
|---|---|
AttributeContainer |
attributes()
The attributes contained by this CoverageTransform.
|
String |
getName() |
Projection |
getProjection() |
boolean |
isHoriz() |
static Projection |
makeProjection(CoverageTransform gct,
Formatter errInfo)
Make a Projection object from the parameters in a CoverageTransform
|
String |
toString() |
void |
toString(Formatter f,
Indent indent) |
public CoverageTransform(String name, AttributeContainer attributes, boolean isHoriz)
public boolean isHoriz()
public Projection getProjection()
public String getName()
public AttributeContainer attributes()
@Nullable public static Projection makeProjection(CoverageTransform gct, Formatter errInfo)
errInfo - pass back error information.