| Modifier and Type | Method and Description |
|---|---|
Projection |
ProjectionTransform.getFromProjection()
Get the from projection in the transform
|
static Projection |
ProjectionFactory.getProjection(long epsg)
Get the projection for the EPSG code
|
Projection |
AuthorityProjections.getProjection(long code)
Get the projection for the code
|
Projection |
AuthorityProjections.getProjection(String code)
Get the projection for the code
|
static Projection |
ProjectionFactory.getProjection(String authority,
long code)
Get the projection for authority and code
|
static Projection |
ProjectionFactory.getProjection(String authority,
long code,
String paramStr)
Get the projection for authority, code, and parameter string
|
static Projection |
ProjectionFactory.getProjection(String authority,
long code,
String[] params)
Get the projection for authority, code, and parameters
|
static Projection |
ProjectionFactory.getProjection(String authority,
long code,
String[] params,
String definition)
Get the projection for the authority, code, definition, and custom
parameter array
|
static Projection |
ProjectionFactory.getProjection(String authority,
String code)
Get the projection for authority and code
|
Projection |
Projections.getProjection(String authority,
String code)
Get the projection for the authority and code
|
static Projection |
ProjectionFactory.getProjection(String authority,
String code,
String paramStr)
Get the projection for authority, code, and parameter string
|
static Projection |
ProjectionFactory.getProjection(String authority,
String code,
String[] params)
Get the projection for authority, code, and parameters
|
static Projection |
ProjectionFactory.getProjection(String authority,
String code,
String[] params,
String definition)
Get the projection for the authority, code, definition, and custom
parameter array
|
Projection |
ProjectionTransform.getToProjection()
Get the to projection in the transform
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Projection> |
AuthorityProjections.getProjections()
Get the projections
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorityProjections.addProjection(Projection projection)
Add the projection to the authority
|
void |
Projections.addProjection(Projection projection)
Add the projection
|
ProjectionTransform |
Projection.getTransformation(Projection projection)
Get the transformation from this Projection to the provided projection.
|
boolean |
AuthorityProjections.hasProjection(Projection projection)
Check if the collection contains the projection
|
boolean |
Projections.hasProjection(Projection projection)
Check if the collection contains the projection
|
void |
AuthorityProjections.remove(Projection projection)
Remove the projection
|
void |
Projections.remove(Projection projection)
Remove the projection
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.