@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(String name,
String authority,
ProjectionImpl proj)
Create a Projection Coordinate Transform.
|
Modifier and Type | Method and Description |
---|---|
static ProjectionCT.Builder<?> |
builder() |
ProjectionImpl |
getProjection()
Deprecated.
this will return Projection, not ProjectionImpl in 6.
|
ProjectionCT.Builder<?> |
toBuilder() |
addParameter, compareTo, equals, findParameterIgnoreCase, getAttributeContainer, getAuthority, getName, getParameters, getTransformType, hashCode, toString
public ProjectionCT(String name, String authority, ProjectionImpl proj)
name
- name of transform, must be unique within the NcML.authority
- naming authority.proj
- projection function.public ProjectionImpl getProjection()
public ProjectionCT.Builder<?> toBuilder()
toBuilder
in class CoordinateTransform
public static ProjectionCT.Builder<?> builder()