@Immutable public class ProjectionCT extends CoordinateTransform
Modifier and Type | Class and Description |
---|---|
static class |
ProjectionCT.Builder<T extends ProjectionCT.Builder<T>> |
Constructor and Description |
---|
ProjectionCT(java.lang.String name,
java.lang.String authority,
ucar.unidata.geoloc.ProjectionImpl proj)
Create a Projection Coordinate Transform.
|
Modifier and Type | Method and Description |
---|---|
static ProjectionCT.Builder<?> |
builder() |
ProjectionCT.Builder<?> |
toBuilder() |
compareTo, equals, findParameterIgnoreCase, getAttributeContainer, getAuthority, getName, getParameters, getTransformType, hashCode, toString
public ProjectionCT(java.lang.String name, java.lang.String authority, ucar.unidata.geoloc.ProjectionImpl proj)
name
- name of transform, must be unique within the NcML.authority
- naming authority.proj
- projection function. TODO will be Projection in ver6.public static ProjectionCT.Builder<?> builder()
public ProjectionCT.Builder<?> toBuilder()
toBuilder
in class CoordinateTransform