Package ucar.nc2.dataset
Class ProjectionCT
java.lang.Object
ucar.nc2.dataset.CoordinateTransform
ucar.nc2.dataset.ProjectionCT
- All Implemented Interfaces:
Comparable<CoordinateTransform>
A Projection CoordinateTransform has a Projection bijection (GeoX, GeoY) <-> (Lat, Lon).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classProjectionCT.Builder<T extends ProjectionCT.Builder<T>> -
Constructor Summary
ConstructorsConstructorDescriptionProjectionCT(String name, String authority, ucar.unidata.geoloc.ProjectionImpl proj) Create a Projection Coordinate Transform. -
Method Summary
Methods inherited from class ucar.nc2.dataset.CoordinateTransform
compareTo, equals, findParameterIgnoreCase, getAttributeContainer, getAuthority, getName, getParameters, getTransformType, hashCode, toString
-
Constructor Details
-
ProjectionCT
Create a Projection Coordinate Transform.- Parameters:
name- name of transform, must be unique within the NcML.authority- naming authority.proj- projection function. TODO will be Projection in ver6.
-
-
Method Details
-
toBuilder
- Overrides:
toBuilderin classCoordinateTransform
-
builder
-