CrsGeoCoding instead.@Deprecated public class MapProjectionRegistry extends Object
| Constructor and Description |
|---|
MapProjectionRegistry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
deregisterProjection(MapProjection projection)
Deprecated.
De-registers a shared map-projection instance in this registry.
|
static MapTransformDescriptor |
getDescriptor(String typeID)
Deprecated.
Gets the descriptor for the given type ID.
|
static MapTransformDescriptor[] |
getDescriptors()
Deprecated.
Gets all registered map transformation descriptors.
|
static MapProjection |
getProjection(String name)
Deprecated.
Gets the map-projection instance with the given name.
|
static MapProjection[] |
getProjections()
Deprecated.
Gets all registered map-projections.
|
static void |
registerDescriptor(MapTransformDescriptor descriptor)
Deprecated.
Registers a new map transformation type.
|
static void |
registerProjection(MapProjection projection)
Deprecated.
Registers a shared map-projection instance in this registry.
|
public static void registerProjection(MapProjection projection)
projection - the map-projection to be addedpublic static void deregisterProjection(MapProjection projection)
projection - the map-projection to be removedpublic static MapProjection[] getProjections()
nullpublic static MapProjection getProjection(String name)
name - a map-projection name, must not be nullnullpublic static void registerDescriptor(MapTransformDescriptor descriptor)
MapTransformDescriptor.registerProjections() method is called.descriptor - the new map transformation descriptorpublic static MapTransformDescriptor[] getDescriptors()
nullpublic static MapTransformDescriptor getDescriptor(String typeID)
typeID - the map transform type ID, must not be nullnull if the type ID is unknownCopyright © 2002–2014 Brockmann Consult GmbH. All rights reserved.