| Modifier and Type | Method and Description |
|---|---|
static ProjectionFactoryType |
ProjectionFactoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectionFactoryType[] |
ProjectionFactoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProjectionFactoryType> |
ProjectionFactory.buildDefaultOrder()
Build a default order set for specified ordered projection retrievals
without changing the global ordering
|
static Set<ProjectionFactoryType> |
ProjectionFactory.buildOrder(ProjectionFactoryType... types)
Build an order set for specified ordered projection retrievals without
changing the global ordering
|
static Set<ProjectionFactoryType> |
ProjectionFactory.getCachelessOrder()
Get a copy of the projection factory retrieval order without caching
|
static Set<ProjectionFactoryType> |
ProjectionFactory.getOrder()
Get a copy of the projection factory retrieval order
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ProjectionFactoryType> |
ProjectionFactory.buildOrder(ProjectionFactoryType... types)
Build an order set for specified ordered projection retrievals without
changing the global ordering
|
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 boolean |
ProjectionFactory.removeOrderType(ProjectionFactoryType type)
Remove the projection factory retrieval type from the retrieval ordering
|
static void |
ProjectionFactory.setOrder(ProjectionFactoryType... types)
Set the projection factory retrieval order
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.