Uses of Interface
org.geotools.api.data.ServiceInfo
-
Packages that use ServiceInfo Package Description org.geotools.api.data Defines the DataStore API via which all data is imported or exported.org.geotools.appschema.resolver.data org.geotools.coverage.grid.io org.geotools.coverage.io org.geotools.coverage.io.impl org.geotools.coverage.io.netcdf org.geotools.coverageio Base coverage I/O classes defining coverage reader, coverage request and coverage response.org.geotools.data org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.data.directory org.geotools.data.gen org.geotools.data.ows org.geotools.data.property org.geotools.data.store org.geotools.data.transform org.geotools.data.wfs org.geotools.data.wfs.impl org.geotools.data.wfs.internal.v1_x org.geotools.data.wfs.internal.v2_0 org.geotools.gce.imagemosaic org.geotools.gce.imagemosaic.catalog.oracle org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.ows.wmts -
-
Uses of ServiceInfo in org.geotools.api.data
Subinterfaces of ServiceInfo in org.geotools.api.data Modifier and Type Interface Description interface
FileServiceInfo
ExtendsServiceInfo
with information about the underlying file structureMethods in org.geotools.api.data that return ServiceInfo Modifier and Type Method Description ServiceInfo
DataAccess. getInfo()
Information about this service. -
Uses of ServiceInfo in org.geotools.appschema.resolver.data
Methods in org.geotools.appschema.resolver.data that return ServiceInfo Modifier and Type Method Description ServiceInfo
SampleDataAccess. getInfo()
Unsupported operation. -
Uses of ServiceInfo in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return ServiceInfo Modifier and Type Method Description ServiceInfo
AbstractGridCoverage2DReader. getInfo()
Information about this source.ServiceInfo
GridCoverage2DReader. getInfo()
Information about the store. -
Uses of ServiceInfo in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return ServiceInfo Modifier and Type Method Description ServiceInfo
CoverageAccess. getInfo(ProgressListener listener)
Description of the CoverageAccess we are connected to here. -
Uses of ServiceInfo in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return ServiceInfo Modifier and Type Method Description ServiceInfo
DefaultCoverageAccess. getInfo(ProgressListener listener)
-
Uses of ServiceInfo in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return ServiceInfo Modifier and Type Method Description ServiceInfo
NetCDFAccess. getInfo(ProgressListener listener)
-
Uses of ServiceInfo in org.geotools.coverageio
Methods in org.geotools.coverageio that return ServiceInfo Modifier and Type Method Description ServiceInfo
BaseGridCoverage2DReader. getInfo()
Information about this source. -
Uses of ServiceInfo in org.geotools.data
Classes in org.geotools.data that implement ServiceInfo Modifier and Type Class Description class
DefaultFileServiceInfo
Default implementation ofFileServiceInfo
.class
DefaultServiceInfo
Implementation of DefaultServiceInfo as a java bean.Constructors in org.geotools.data with parameters of type ServiceInfo Constructor Description DefaultServiceInfo(ServiceInfo copy)
-
Uses of ServiceInfo in org.geotools.data.complex
Methods in org.geotools.data.complex that return ServiceInfo Modifier and Type Method Description ServiceInfo
AppSchemaDataAccess. getInfo()
Not a supported operation. -
Uses of ServiceInfo in org.geotools.data.directory
Methods in org.geotools.data.directory that return ServiceInfo Modifier and Type Method Description ServiceInfo
DirectoryDataStore. getInfo()
-
Uses of ServiceInfo in org.geotools.data.gen
Methods in org.geotools.data.gen that return ServiceInfo Modifier and Type Method Description ServiceInfo
PreGeneralizedDataStore. getInfo()
-
Uses of ServiceInfo in org.geotools.data.ows
Fields in org.geotools.data.ows declared as ServiceInfo Modifier and Type Field Description protected ServiceInfo
AbstractOpenWebService. info
Methods in org.geotools.data.ows that return ServiceInfo Modifier and Type Method Description protected abstract ServiceInfo
AbstractOpenWebService. createInfo()
Implemented by a subclass to describe serviceServiceInfo
AbstractOpenWebService. getInfo()
Description of this service. -
Uses of ServiceInfo in org.geotools.data.property
Methods in org.geotools.data.property that return ServiceInfo Modifier and Type Method Description ServiceInfo
PropertyDataStore. getInfo()
-
Uses of ServiceInfo in org.geotools.data.store
Methods in org.geotools.data.store that return ServiceInfo Modifier and Type Method Description ServiceInfo
ContentDataStore. getInfo()
ServiceInfo
DecoratingDataStore. getInfo()
-
Uses of ServiceInfo in org.geotools.data.transform
Methods in org.geotools.data.transform that return ServiceInfo Modifier and Type Method Description ServiceInfo
SingleFeatureSourceDataStore. getInfo()
-
Uses of ServiceInfo in org.geotools.data.wfs
Subinterfaces of ServiceInfo in org.geotools.data.wfs Modifier and Type Interface Description interface
WFSServiceInfo
Extends the standardServiceInfo
interface to provide WFS specific metadata. -
Uses of ServiceInfo in org.geotools.data.wfs.impl
Methods in org.geotools.data.wfs.impl that return ServiceInfo Modifier and Type Method Description ServiceInfo
WFSContentDataAccess. getInfo()
-
Uses of ServiceInfo in org.geotools.data.wfs.internal.v1_x
Classes in org.geotools.data.wfs.internal.v1_x that implement ServiceInfo Modifier and Type Class Description class
CapabilitiesServiceInfo
Adapts a WFS capabilities document toServiceInfo
-
Uses of ServiceInfo in org.geotools.data.wfs.internal.v2_0
Classes in org.geotools.data.wfs.internal.v2_0 that implement ServiceInfo Modifier and Type Class Description class
Capabilities200ServiceInfo
Adapts a WFS capabilities document toServiceInfo
-
Uses of ServiceInfo in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return ServiceInfo Modifier and Type Method Description ServiceInfo
ImageMosaicReader. getInfo()
-
Uses of ServiceInfo in org.geotools.gce.imagemosaic.catalog.oracle
Methods in org.geotools.gce.imagemosaic.catalog.oracle that return ServiceInfo Modifier and Type Method Description ServiceInfo
DataStoreWrapper. getInfo()
-
Uses of ServiceInfo in org.geotools.ows.wms
Classes in org.geotools.ows.wms that implement ServiceInfo Modifier and Type Class Description protected class
WebMapServer.WMSInfo
Class quickly describing Web Map Service.Methods in org.geotools.ows.wms that return ServiceInfo Modifier and Type Method Description protected ServiceInfo
WebMapServer. createInfo()
-
Uses of ServiceInfo in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts that return ServiceInfo Modifier and Type Method Description protected ServiceInfo
WebMapTileServer. createInfo()
-