|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectICatalog
net.refractions.udig.catalog.cgdi.CGDICatalog
public class CGDICatalog
Field Summary | |
---|---|
static int |
ALL_SERVICES
ALL_SERVICES field |
static int |
UNDEFINED
UNDEFINED field |
static int |
WEB_COVERAGE_SERVICES
WEB_COVERAGE_SERVICES field |
static int |
WEB_FEATURE_SERVICES
WEB_FEATURE_SERVICES field |
static int |
WEB_MAP_SERVICES
WEB_MAP_SERVICES field |
static int |
WEB_REGISTRY_SERVICES
WEB_REGISTRY_SERVICES field |
Constructor Summary | |
---|---|
CGDICatalog()
Construct CGDICatalog . |
|
CGDICatalog(java.net.URL url)
Construct CGDICatalog . |
Method Summary | ||
---|---|---|
void |
add(IService entry)
|
|
void |
addCatalogListener(IResolveChangeListener listener)
|
|
void |
addListener(IResolveChangeListener listener)
TODO summary sentence for addListener ... |
|
|
canResolve(java.lang.Class<T> adaptee)
|
|
IGeoResource |
createTemporaryResource(java.lang.Object descriptor)
|
|
void |
dispose(IProgressMonitor monitor)
|
|
java.util.List<IResolve> |
find(java.net.URL id,
IProgressMonitor monitor)
Returns the empty list ... |
|
java.util.List<IService> |
findService(java.net.URL query)
|
|
|
getById(java.lang.Class<T> type,
java.net.URL id,
IProgressMonitor monitor)
|
|
java.net.URL |
getIdentifier()
|
|
java.lang.Throwable |
getMessage()
|
|
int |
getServiceTypes()
|
|
Status |
getStatus()
|
|
java.lang.String[] |
getTemporaryDescriptorClasses()
|
|
java.util.List<IResolve> |
members(IProgressMonitor monitor)
Calls search ... |
|
void |
remove(IService entry)
|
|
void |
removeCatalogListener(IResolveChangeListener listener)
|
|
void |
removeListener(IResolveChangeListener listener)
TODO summary sentence for removeListener ... |
|
void |
replace(java.net.URL id,
IService entry)
|
|
|
resolve(java.lang.Class<T> adaptee,
IProgressMonitor monitor)
|
|
java.util.List<IResolve> |
search(java.lang.String pattern,
Envelope bbox,
IProgressMonitor monitor)
|
|
void |
setServiceTypes(int serviceTypes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNDEFINED
UNDEFINED
field
public static final int WEB_FEATURE_SERVICES
WEB_FEATURE_SERVICES
field
public static final int WEB_MAP_SERVICES
WEB_MAP_SERVICES
field
public static final int WEB_COVERAGE_SERVICES
WEB_COVERAGE_SERVICES
field
public static final int WEB_REGISTRY_SERVICES
WEB_REGISTRY_SERVICES
field
public static final int ALL_SERVICES
ALL_SERVICES
field
Constructor Detail |
---|
public CGDICatalog()
CGDICatalog
.
public CGDICatalog(java.net.URL url)
CGDICatalog
.
url
- Method Detail |
---|
public void addCatalogListener(IResolveChangeListener listener)
listener
- public void removeCatalogListener(IResolveChangeListener listener)
listener
- public void addListener(IResolveChangeListener listener)
listener
- public void removeListener(IResolveChangeListener listener)
listener
- public void add(IService entry) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
net.refractions.udig.catalog.ICatalog#add(net.refractions.udig.catalog.IService)
public void remove(IService entry) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
net.refractions.udig.catalog.ICatalog#remove(net.refractions.udig.catalog.IService)
public void replace(java.net.URL id, IService entry) throws java.lang.UnsupportedOperationException
java.lang.UnsupportedOperationException
net.refractions.udig.catalog.ICatalog#replace(java.net.URL,
net.refractions.udig.catalog.IService)
public java.util.List<IResolve> members(IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
public java.util.List<IResolve> find(java.net.URL id, IProgressMonitor monitor)
public java.util.List<IResolve> search(java.lang.String pattern, Envelope bbox, IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
public java.net.URL getIdentifier()
net.refractions.udig.catalog.ICatalogInfo#getSource()
public int getServiceTypes()
public void setServiceTypes(int serviceTypes)
serviceTypes
- The serviceTypes to set.public <T> T resolve(java.lang.Class<T> adaptee, IProgressMonitor monitor) throws java.io.IOException
java.io.IOException
public <T> boolean canResolve(java.lang.Class<T> adaptee)
public Status getStatus()
public java.lang.Throwable getMessage()
public java.util.List<IService> findService(java.net.URL query)
public <T extends IResolve> T getById(java.lang.Class<T> type, java.net.URL id, IProgressMonitor monitor)
public IGeoResource createTemporaryResource(java.lang.Object descriptor) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public java.lang.String[] getTemporaryDescriptorClasses()
public void dispose(IProgressMonitor monitor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |