|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.gp.GP_GridCoverageProcessor_Impl
Allows for different ways of accessing the grid coverage values.
Constructor Summary | |
(package private) |
GP_GridCoverageProcessor_Impl()
|
Method Summary | |
GP_GridAnalysis |
analyse(GC_GridCoverage gridCoverage)
Creates a GP_GridAnalysis interface from a grid coverage.
|
GC_GridCoverage |
doOperation(java.lang.String operationName,
GC_Parameter[] parameters)
Apply a process operation to a grid coverage. |
java.lang.String[] |
getMetadataNames()
Retrieve the list of metadata keywords for the interface. |
java.lang.String |
getMetadataValue(java.lang.String name)
Retrieve the metadata value for a given metadata name. |
int |
getNumOperations()
The number of operations supported by the GP_GridCoverageProcessor. |
GP_Operation |
getOperation(int index)
Retrieve a grid processing operation information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
GP_GridCoverageProcessor_Impl()
Method Detail |
public GP_GridAnalysis analyse(GC_GridCoverage gridCoverage) throws java.rmi.RemoteException
GP_GridAnalysis
interface from a grid coverage.
This allows grid analysis functions to be performed on a grid coverage.
analyse
in interface GP_GridCoverageProcessor
gridCoverage
- Grid coverage on which the analysis will be performed.
GP_GridAnalysis
interface.
java.rmi.RemoteException
- if a remote method call failed.public GC_GridCoverage doOperation(java.lang.String operationName, GC_Parameter[] parameters) throws java.rmi.RemoteException
doOperation
in interface GP_GridCoverageProcessor
operationName
- Name of the operation to be applied to the grid coverage.parameters
- List of name value pairs for the parameters required for the operation.
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String[] getMetadataNames() throws java.rmi.RemoteException
getMetadataNames
in interface GP_GridCoverageProcessor
java.rmi.RemoteException
- if a remote method call failed.public java.lang.String getMetadataValue(java.lang.String name) throws java.rmi.RemoteException
getMetadataValue
in interface GP_GridCoverageProcessor
name
- Metadata keyword for which to retrieve metadata.
java.rmi.RemoteException
- if a remote method call failed.public int getNumOperations() throws java.rmi.RemoteException
getNumOperations
in interface GP_GridCoverageProcessor
java.rmi.RemoteException
- if a remote method call failed.public GP_Operation getOperation(int index) throws java.rmi.RemoteException
getOperation
in interface GP_GridCoverageProcessor
index
- Index for which to retrieve the operation information.
java.rmi.RemoteException
- if a remote method call failed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |