|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.dataop.maptransf.MapProjectionRegistry
CrsGeoCoding instead.
@Deprecated public class MapProjectionRegistry
A registry for map projection instances.
| Constructor Summary | |
|---|---|
MapProjectionRegistry()
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MapProjectionRegistry()
| Method Detail |
|---|
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 null
nullpublic 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 null
null if the type ID is unknown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||