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, ProjectionImpl proj) Create a Projection Coordinate Transform. -
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectionCT.Builder<?>builder()Deprecated.this will return Projection, not ProjectionImpl in 6.Methods inherited from class ucar.nc2.dataset.CoordinateTransform
addParameter, 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
-
getProjection
Deprecated.this will return Projection, not ProjectionImpl in 6.Get the Projection function.- Returns:
- the Projection
-
toBuilder
- Overrides:
toBuilderin classCoordinateTransform
-
builder
-