@Immutable public class ProjectionCT extends CoordinateTransform
Projection.| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectionCT.Builder<T extends ProjectionCT.Builder<T>> |
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectionCT(ProjectionCT.Builder<?> builder) |
|
ProjectionCT(String name,
String authority,
Projection proj)
Create a Projection Coordinate Transform.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProjectionCT.Builder<?> |
addLocalFieldsToBuilder(ProjectionCT.Builder<? extends ProjectionCT.Builder<?>> b) |
static ProjectionCT.Builder<?> |
builder()
Get a Builder for ProjectionCT.
|
Projection |
getProjection()
Get the Projection function.
|
ProjectionCT.Builder<?> |
toBuilder()
Convert to the mutable Builder.
|
addLocalFieldsToBuilder, compareTo, equals, findParameterIgnoreCase, getAuthority, getCtvAttributes, getName, getParameters, getTransformType, hashCode, toStringpublic ProjectionCT(String name, String authority, Projection proj)
name - name of transform, must be unique within the NcML.authority - naming authority.proj - projection function.protected ProjectionCT(ProjectionCT.Builder<?> builder)
@Nullable public Projection getProjection()
public ProjectionCT.Builder<?> toBuilder()
CoordinateTransformtoBuilder in class CoordinateTransformprotected ProjectionCT.Builder<?> addLocalFieldsToBuilder(ProjectionCT.Builder<? extends ProjectionCT.Builder<?>> b)
public static ProjectionCT.Builder<?> builder()