|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TemporaryResourceFactory
Creates Temporary Resources. Used by the temporaryResource extension point and the ICatalog.getTemporaryDescriptorClasses()
and ICatalog.createTemporaryResource(Object)
.
An example is in net.refractions.udig.catalog.memory plugin. It takes a FeatureType as the param and creates a resource that resolves to a FeatureStore that stores features of the FeatureType.
Method Summary | |
---|---|
IGeoResource |
createResource(java.lang.Object param)
Creates an IGeoResource that the implements the ITransientResolve interface or resolve to that interface. |
Method Detail |
---|
IGeoResource createResource(java.lang.Object param) throws java.io.IOException
ITransientResolve
interface or resolve to that interface.
param
- A object of the type that is defined in the temporaryResource extension point.
ITransientResolve
interface.
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |