|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Allows for different ways of accessing the grid coverage values.
| 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. |
| Method Detail |
public java.lang.String[] getMetadataNames()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a remote method call failed.
public int getNumOperations()
throws java.rmi.RemoteException
java.rmi.RemoteException - if a remote method call failed.
public java.lang.String getMetadataValue(java.lang.String name)
throws java.rmi.RemoteException
name - Metadata keyword for which to retrieve metadata.
java.rmi.RemoteException - if a remote method call failed.
public GP_Operation getOperation(int index)
throws java.rmi.RemoteException
index - Index for which to retrieve the operation information.
java.rmi.RemoteException - if a remote method call failed.
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.
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
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.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||