|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectIGeoResource
net.refractions.udig.catalog.rasterings.AbstractRasterGeoResource
public abstract class AbstractRasterGeoResource
Provides a handle to a raster resource allowing the service to be lazily loaded.
This class provides functionality common to GridCoverage based resources.
Field Summary | |
---|---|
protected AbstractRasterService |
service
service field recalls the service that created
this resource |
Constructor Summary | |
---|---|
AbstractRasterGeoResource(AbstractRasterService service,
java.lang.String name)
Construct AbstractRasterGeoResource . |
Method Summary | ||
---|---|---|
|
canResolve(java.lang.Class<T> adaptee)
|
|
java.lang.Object |
findResource()
Finds or creates the GridCoverage for this resource. |
|
java.net.URL |
getIdentifier()
|
|
abstract IGeoResourceInfo |
getInfo(IProgressMonitor monitor)
|
|
java.lang.Throwable |
getMessage()
|
|
ParameterGroup |
getReadParameters()
Retrieves the parameters used to create the GridCoverageReader for this resource. |
|
Status |
getStatus()
|
|
|
resolve(java.lang.Class<T> adaptee,
IProgressMonitor monitor)
|
|
IService |
service(IProgressMonitor monitor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected AbstractRasterService service
service
field recalls the service that created
this resource
Constructor Detail |
---|
public AbstractRasterGeoResource(AbstractRasterService service, java.lang.String name)
AbstractRasterGeoResource
.
service
- The service creating this resource.name
- Human readable name of this resource.Method Detail |
---|
public Status getStatus()
public java.lang.Throwable getMessage()
public ParameterGroup getReadParameters()
public java.lang.Object findResource() throws java.io.IOException
java.io.IOException
public java.net.URL getIdentifier()
public <T> T resolve(java.lang.Class<T> adaptee, IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
public IService service(IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
public <T> boolean canResolve(java.lang.Class<T> adaptee)
public abstract IGeoResourceInfo getInfo(IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |