@Immutable public class ProjectionCT extends CoordinateTransform
authority, name, params, transformType
Constructor and Description |
---|
ProjectionCT(java.lang.String name,
java.lang.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, toString
public ProjectionCT(java.lang.String name, java.lang.String authority, ProjectionImpl proj)
name
- name of transform, must be unique within the NcML.authority
- naming authority.proj
- projection function.public ProjectionImpl getProjection()