|
Legacy OpenGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GP_GridCoverageProcessor
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(String operationName,
GC_Parameter[] parameters)
Apply a process operation to a grid coverage. |
String[] |
getMetadataNames()
Retrieve the list of metadata keywords for the interface. |
String |
getMetadataValue(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 |
|---|
String[] getMetadataNames()
throws RemoteException
RemoteException - if a remote method call failed.
int getNumOperations()
throws RemoteException
RemoteException - if a remote method call failed.
String getMetadataValue(String name)
throws RemoteException
name - Metadata keyword for which to retrieve metadata.
RemoteException - if a remote method call failed.
GP_Operation getOperation(int index)
throws RemoteException
index - Index for which to retrieve the operation information.
RemoteException - if a remote method call failed.
GP_GridAnalysis analyse(GC_GridCoverage gridCoverage)
throws 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.
RemoteException - if a remote method call failed.
GC_GridCoverage doOperation(String operationName,
GC_Parameter[] parameters)
throws 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.
RemoteException - if a remote method call failed.
|
Legacy OpenGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
|
New (current) interfaces | Copyright OpenGIS® Consortium |