public interface HorizTransformBuilderIF
| Modifier and Type | Method and Description |
|---|---|
String |
getTransformName()
Get the Transform name.
|
ProjectionCT.Builder<?> |
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.
|
@Nullable ProjectionCT.Builder<?> makeCoordinateTransform(AttributeContainer ctv, @Nullable String geoCoordinateUnits)
ctv - the coordinate transform variable.geoCoordinateUnits - the geo X/Y coordinate units, or null.String getTransformName()
void setErrorBuffer(Formatter sb)