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.getCachelessProjection(String authority,
String code,
String paramStr,
String definition) |
Get the cacheless projection for the authority, code, definition, and
parameter string
|
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
|
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(long epsg) |
Get the projection for the EPSG code
|
static Projection |
ProjectionFactory.getProjection(String name) |
Get the projection for the projection name, expected as 'authority:code'
or 'epsg_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
|
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.getProjection(String authority,
String code,
String paramStr,
String definition) |
Get the projection for the authority, code, definition, and parameter
string
|
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(ProjectionFactoryType type,
String authority,
String code,
String[] params,
String definition) |
Get the projection for the authority, code, definition, and custom
parameter array
|
Projection |
Projections.getProjection(String authority,
String code) |
Get the projection for the authority and code
|
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
|
static Projection |
ProjectionFactory.getProjectionByParams(String paramStr) |
Get the projection for the params
|
static Projection |
ProjectionFactory.getProjectionByParams(String[] params) |
Get the projection for the params
|
Projection |
ProjectionTransform.getToProjection() |
Get the to projection in the transform
|