@Immutable public class ProjectionCT extends CoordinateTransform
authority, name, params, transformType| Constructor and Description |
|---|
ProjectionCT(String name,
String authority,
ProjectionImpl proj)
Create a Projection Coordinate Transform.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectionImpl |
getProjection()
get the Projection function
|
addParameter, compareTo, equals, findParameterIgnoreCase, 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.public ProjectionImpl getProjection()