|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resolve | |
org.geotools.catalog | |
org.geotools.catalog.defaults | |
org.geotools.catalog.shapefile | |
org.geotools.catalog.wfs | |
org.geotools.catalog.wms |
Uses of Resolve in org.geotools.catalog |
Subinterfaces of Resolve in org.geotools.catalog | |
interface |
Catalog
Extension of Resolve which represents a local catalog or web registry service. |
interface |
GeoResource
Represents a handle to a spatial resource. |
interface |
Service
Represents a geo spatial service handle. |
Classes in org.geotools.catalog that implement Resolve | |
class |
AbstractCatalog
Abstract implementation of Catalog. |
class |
AbstractGeoResource
Abstract implementation of GeoResource. |
class |
AbstractService
Abstract implementation of Service. |
Methods in org.geotools.catalog that return Resolve | |
Resolve |
AbstractService.parent(ProgressListener monitor)
Returns the parent Catalog. |
Resolve |
AbstractGeoResource.parent(ProgressListener monitor)
This method is shorthand for
return (Service) resolve(Service.class, monitor);
|
Resolve |
AbstractCatalog.parent(ProgressListener monitor)
Catalogs do not have a parent so null is returned. |
Resolve |
ResolveDelta.getResolve()
Returns a handle for the affected handle. |
Resolve |
ResolveDelta.getNewResolve()
For replacement ( REPLACE ), this handle describes the resource in the "after"
state. |
Resolve |
ResolveChangeEvent.getResolve()
Returns the handle in question. |
Resolve |
Resolve.parent(ProgressListener monitor)
Blocking method which resolves this instance into its parent. |
Uses of Resolve in org.geotools.catalog.defaults |
Classes in org.geotools.catalog.defaults that implement Resolve | |
class |
DefaultCatalog
Default Catalog implementation. |
Methods in org.geotools.catalog.defaults that return Resolve | |
Resolve |
DefaultResolveDelta.getResolve()
|
Resolve |
DefaultResolveDelta.getNewResolve()
|
Resolve |
DefaultResolveChangeEvent.getResolve()
|
Constructors in org.geotools.catalog.defaults with parameters of type Resolve | |
DefaultResolveDelta(Resolve handle,
java.util.List changes)
Delta for a changed handle, ie handle state refresh. |
|
DefaultResolveDelta(Resolve handle,
ResolveDelta.Kind kind)
Simple change used for Add and Remove with no children |
|
DefaultResolveDelta(Resolve handle,
ResolveDelta.Kind kind,
java.util.List changes)
Delta for a specific change |
|
DefaultResolveDelta(Resolve handle,
Resolve newHandle,
java.util.List changes)
Delta for handle repalcement. |
Uses of Resolve in org.geotools.catalog.shapefile |
Classes in org.geotools.catalog.shapefile that implement Resolve | |
class |
ShapefileGeoResource
|
class |
ShapefileService
Implementation of a service handle for shapefiles. |
Uses of Resolve in org.geotools.catalog.wfs |
Classes in org.geotools.catalog.wfs that implement Resolve | |
class |
WFSGeoResource
Access a feature type in a wfs. |
class |
WFSService
Handle for a WFS service. |
Uses of Resolve in org.geotools.catalog.wms |
Classes in org.geotools.catalog.wms that implement Resolve | |
class |
WMSGeoResource
FeatureType provided by WFS. |
class |
WMSService
Connect to a WMS. |
Methods in org.geotools.catalog.wms that return Resolve | |
Resolve |
WMSGeoResource.parent(ProgressListener monitor)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |