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