public interface HorizTransformBuilderIF
| Modifier and Type | Method and Description |
|---|---|
String |
getTransformName()
Get the Transform name.
|
ProjectionCT |
makeCoordinateTransform(AttributeContainer ctv,
String geoCoordinateUnits)
Make a ProjectionCT from a Coordinate Transform Variable.
|
void |
setErrorBuffer(Formatter sb)
Pass in a Formatter where error messages can be appended.
|
ProjectionCT makeCoordinateTransform(AttributeContainer ctv, String geoCoordinateUnits)
ctv - the coordinate transform variable.geoCoordinateUnits - the geo X/Y coordinate units, or null.String getTransformName()
void setErrorBuffer(Formatter sb)
sb - use this Formatter to record parse and error info