| Modifier and Type | Field and Description |
|---|---|
protected Projection |
ProjectionTransform.fromProjection
From Projection
|
protected Projection |
ProjectionTransform.toProjection
To Projection
|
| Modifier and Type | Method and Description |
|---|---|
static Projection |
ProjectionFactory.getCachelessProjection(long epsg)
Get the cacheless projection for the EPSG code
|
static Projection |
ProjectionFactory.getCachelessProjection(String name)
Get the cacheless projection for the projection name, expected as
'authority:code' or 'epsg_code'
|
static Projection |
ProjectionFactory.getCachelessProjection(String authority,
long code)
Get the cacheless projection for authority and code
|
static Projection |
ProjectionFactory.getCachelessProjection(String authority,
long code,
String paramStr)
Get the cacheless projection for authority, code, and parameter string
|
static Projection |
ProjectionFactory.getCachelessProjection(String authority,
long code,
String[] params)
Get the cacheless projection for authority, code, and parameters
|
static Projection |
ProjectionFactory.getCachelessProjection(String authority,
long code,
String[] params,
String definition)
Get the cacheless projection for the authority, code, definition, and
custom parameter array
|
static Projection |
ProjectionFactory.getCachelessProjection(String authority,
String code)
Get the cacheless projection for authority and code
|
static Projection |
ProjectionFactory.getCachelessProjection(String authority,
String code,
String paramStr)
Get the cacheless projection for authority, code, and parameter string
|
static Projection |
ProjectionFactory.getCachelessProjection(String authority,
String code,
String[] params)
Get the cacheless projection for authority, code, and parameters
|
static Projection |
ProjectionFactory.getCachelessProjection(String authority,
String code,
String[] params,
String definition)
Get the cacheless projection for the authority, code, definition, and
custom parameter array
|
static Projection |
ProjectionFactory.getCachelessProjectionByDefinition(String definition)
Get the cacheless projection for the definition
|
static Projection |
ProjectionFactory.getCachelessProjectionByDefinition(String authority,
long code,
String definition)
Get the cacheless projection for the authority, code, and definition
|
static Projection |
ProjectionFactory.getCachelessProjectionByDefinition(String authority,
String code,
String definition)
Get the cacheless projection for the authority, code, and definition
|
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
|
static Projection |
ProjectionFactory.getProjection(ProjectionFactoryType type,
String authority,
String code,
String[] params,
String definition)
Get the projection for the authority, code, definition, and custom
parameter array
|
static Projection |
ProjectionFactory.getProjection(Set<ProjectionFactoryType> types,
String authority,
String code,
String[] params,
String definition)
Get the projection for the authority, code, definition, and custom
parameter array
|
static Projection |
ProjectionFactory.getProjection(String name)
Get the projection for the projection name, expected as 'authority:code'
or 'epsg_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
|
static Projection |
ProjectionFactory.getProjectionByDefinition(String definition)
Get the projection for the definition
|
static Projection |
ProjectionFactory.getProjectionByDefinition(String authority,
long code,
String definition)
Get the projection for the authority, code, and definition
|
static Projection |
ProjectionFactory.getProjectionByDefinition(String authority,
String code,
String definition)
Get the projection for the authority, code, and definition
|
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
|
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(String fromAuthority,
long fromCode,
Projection toProjection)
Create a projection transform
|
static ProjectionTransform |
ProjectionTransform.create(String fromAuthority,
String fromCode,
Projection toProjection)
Create a projection transform
|
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
|
| Constructor and Description |
|---|
ProjectionTransform(Projection fromProjection,
Projection toProjection)
Constructor
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.