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