| Modifier and Type | Method and Description |
|---|---|
static ProjectionTransform |
ProjectionTransform.create(long fromEpsg,
long toEpsg)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(long fromEpsg,
Projection toProjection)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(Projection fromProjection,
long toEpsg)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(Projection fromProjection,
Projection toProjection)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(Projection fromProjection,
String toAuthority,
long toCode)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(Projection fromProjection,
String toAuthority,
String toCode)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(ProjectionTransform transform)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(String fromAuthority,
long fromCode,
Projection toProjection)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(String fromAuthority,
long fromCode,
String toAuthority,
long toCode)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(String fromAuthority,
String fromCode,
Projection toProjection)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(String fromAuthority,
String fromCode,
String toAuthority,
String toCode)
Create a projection transform
|
ProjectionTransform |
ProjectionTransform.getInverseTransformation()
Get the inverse transformation
|
ProjectionTransform |
Projection.getTransformation(long epsg)
Get the transformation from this Projection to the EPSG code.
|
ProjectionTransform |
Projection.getTransformation(Projection projection)
Get the transformation from this Projection to the provided projection.
|
ProjectionTransform |
Projection.getTransformation(String authority,
long code)
Get the transformation from this Projection to the authority and
coordinate code.
|
ProjectionTransform |
Projection.getTransformation(String authority,
String code)
Get the transformation from this Projection to the authority and
coordinate code.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectionTransform |
ProjectionTransform.create(ProjectionTransform transform)
Create a projection transform
|
| Constructor and Description |
|---|
ProjectionTransform(ProjectionTransform transform)
Copy Constructor
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.