@Immutable public class ProjectionCT extends CoordinateTransform
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectionCT.Builder<T extends ProjectionCT.Builder<T>> |
authority, name, params, transformType| Modifier | Constructor and Description |
|---|---|
protected |
ProjectionCT(ProjectionCT.Builder<?> builder,
NetcdfDataset ncd) |
|
ProjectionCT(String name,
String authority,
ProjectionImpl 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() |
ProjectionImpl |
getProjection()
Deprecated.
this will return Projection, not ProjectionImpl in 6.
|
ProjectionCT.Builder<?> |
toBuilder() |
addLocalFieldsToBuilder, addParameter, compareTo, equals, findParameterIgnoreCase, getAttributeContainer, getAuthority, getName, getParameters, getTransformType, hashCode, toStringpublic ProjectionCT(String name, String authority, ProjectionImpl proj)
name - name of transform, must be unique within the NcML.authority - naming authority.proj - projection function. TODO will be Projection in ver6.protected ProjectionCT(ProjectionCT.Builder<?> builder, NetcdfDataset ncd)
public ProjectionImpl getProjection()
public ProjectionCT.Builder<?> toBuilder()
toBuilder in class CoordinateTransformprotected ProjectionCT.Builder<?> addLocalFieldsToBuilder(ProjectionCT.Builder<? extends ProjectionCT.Builder<?>> b)
public static ProjectionCT.Builder<?> builder()