|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectIService
net.refractions.udig.catalog.rasterings.AbstractRasterService
public abstract class AbstractRasterService
Provides a handle to a raster service allowing the service to be lazily loaded.
This class provides functionality common to services attached to GridCoverage based resources.
Field Summary | |
---|---|
protected java.lang.Exception |
message
message field reports any errors encountered. |
protected GridCoverageReader |
reader
reader field |
protected Status |
status
status field describes the status of the service |
Constructor Summary | |
---|---|
AbstractRasterService(java.net.URL id,
GridFormatFactorySpi factory)
Construct AbstractRasterService . |
Method Summary | ||
---|---|---|
|
canResolve(java.lang.Class<T> adaptee)
Adapts to to provide GridCoverageReader |
|
java.util.Map<java.lang.String,java.io.Serializable> |
getConnectionParams()
|
|
java.lang.String |
getDescription()
Retrieves the string identifying this service. |
|
java.lang.Object |
getFormat()
Finds or creates the GridFormat object describing the service. |
|
java.net.URL |
getIdentifier()
|
|
abstract IServiceInfo |
getInfo(IProgressMonitor monitor)
|
|
java.lang.Throwable |
getMessage()
|
|
GridCoverageReader |
getReader(IProgressMonitor monitor)
Finds or creates the Reader used to access this service. |
|
Status |
getStatus()
|
|
java.lang.String |
getTitle()
Retrieves a relatively human readable title for this service. |
|
abstract java.util.List<AbstractRasterGeoResource> |
members(IProgressMonitor monitor)
|
|
|
resolve(java.lang.Class<T> adaptee,
IProgressMonitor monitor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Status status
status
field describes the status of the service
protected java.lang.Exception message
message
field reports any errors encountered. May be null.
protected GridCoverageReader reader
reader
field
Constructor Detail |
---|
public AbstractRasterService(java.net.URL id, GridFormatFactorySpi factory)
AbstractRasterService
.
id
- factory
- Method Detail |
---|
public <T> boolean canResolve(java.lang.Class<T> adaptee)
public Status getStatus()
public java.lang.Throwable getMessage()
public java.net.URL getIdentifier()
public java.lang.Object getFormat()
public GridCoverageReader getReader(IProgressMonitor monitor)
public java.lang.String getDescription()
public java.lang.String getTitle()
public <T> T resolve(java.lang.Class<T> adaptee, IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
public abstract java.util.List<AbstractRasterGeoResource> members(IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
public java.util.Map<java.lang.String,java.io.Serializable> getConnectionParams()
public abstract IServiceInfo 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 |