public class PolyconicProjection extends AbstractTransformBuilder implements HorizTransformBuilderIF
earth, earth_radius, errBuffer, false_easting, false_northing, lat0, lon0
Constructor and Description |
---|
PolyconicProjection() |
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.
|
addParameter, getEarthRadiusInKm, getFalseEastingScaleFactor, getFalseEastingScaleFactor, getFormula, getGeoCoordinateUnits, parseFormula, readAttributeDouble, readAttributeDouble2, readStandardParams, setErrorBuffer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setErrorBuffer
public ProjectionCT makeCoordinateTransform(AttributeContainer ctv, String geoCoordinateUnits)
HorizTransformBuilderIF
makeCoordinateTransform
in interface HorizTransformBuilderIF
ctv
- the coordinate transform variable.geoCoordinateUnits
- the geo X/Y coordinate units, or null.public String getTransformName()
HorizTransformBuilderIF
getTransformName
in interface HorizTransformBuilderIF
getTransformName
in class AbstractTransformBuilder