Uses of Interface
org.geotools.api.data.ResourceInfo
-
-
Uses of ResourceInfo in org.geotools.api.data
Subinterfaces of ResourceInfo in org.geotools.api.data Modifier and Type Interface Description interfaceFileResourceInfoExtendsResourceInfowith information about the file structure of the resourceMethods in org.geotools.api.data that return ResourceInfo Modifier and Type Method Description ResourceInfoFeatureSource. getInfo()Returns information describing thisFeatureSourcewhich may include title, description and spatial parameters. -
Uses of ResourceInfo in org.geotools.appschema.resolver.data
Methods in org.geotools.appschema.resolver.data that return ResourceInfo Modifier and Type Method Description ResourceInfoSampleDataAccessFeatureSource. getInfo()Not yet implemented. -
Uses of ResourceInfo in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that return ResourceInfo Modifier and Type Method Description ResourceInfoAbstractGridCoverage2DReader. getInfo(String coverageName)Default implementation returns a FileResourceInfo containing same fileGroup list contained in the ServiceInfo object.ResourceInfoGridCoverage2DReader. getInfo(String coverageName)Information about a specific resource. -
Uses of ResourceInfo in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return ResourceInfo Modifier and Type Method Description ResourceInfoCoverageSource. getInfo(ProgressListener listener)Information describing the contents of this resource. -
Uses of ResourceInfo in org.geotools.coverage.io.impl
Methods in org.geotools.coverage.io.impl that return ResourceInfo Modifier and Type Method Description ResourceInfoDefaultCoverageSource. getInfo(ProgressListener listener) -
Uses of ResourceInfo in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf that return ResourceInfo Modifier and Type Method Description ResourceInfoNetCDFReader. getInfo(String coverageName) -
Uses of ResourceInfo in org.geotools.coverageio
Fields in org.geotools.coverageio declared as ResourceInfo Modifier and Type Field Description protected ResourceInfoBaseGridCoverage2DReader. resourceInfoMethods in org.geotools.coverageio that return ResourceInfo Modifier and Type Method Description ResourceInfoBaseGridCoverage2DReader. getInfo(String subname)Information about the named gridcoverage. -
Uses of ResourceInfo in org.geotools.coverageio.gdal
Classes in org.geotools.coverageio.gdal that implement ResourceInfo Modifier and Type Class Description classGDALResourceInfoMethods in org.geotools.coverageio.gdal that return ResourceInfo Modifier and Type Method Description ResourceInfoBaseGDALGridCoverage2DReader. getInfo(String subname)Constructors in org.geotools.coverageio.gdal with parameters of type ResourceInfo Constructor Description GDALResourceInfo(ResourceInfo resourceInfo) -
Uses of ResourceInfo in org.geotools.data
Classes in org.geotools.data that implement ResourceInfo Modifier and Type Class Description classDefaultFileResourceInfoDefault implementation ofFileResourceInfo.classDefaultResourceInfoDefault implementation of ResourceInfo; a simple java bean.Constructors in org.geotools.data with parameters of type ResourceInfo Constructor Description DefaultResourceInfo(ResourceInfo copy) -
Uses of ResourceInfo in org.geotools.data.collection
Methods in org.geotools.data.collection that return ResourceInfo Modifier and Type Method Description ResourceInfoCollectionFeatureSource. getInfo()ResourceInfoSpatialIndexFeatureSource. getInfo() -
Uses of ResourceInfo in org.geotools.data.complex
Methods in org.geotools.data.complex that return ResourceInfo Modifier and Type Method Description ResourceInfoMappingFeatureSource. getInfo() -
Uses of ResourceInfo in org.geotools.data.csv
Methods in org.geotools.data.csv that return ResourceInfo Modifier and Type Method Description ResourceInfoCSVFeatureStore. getInfo() -
Uses of ResourceInfo in org.geotools.data.directory
Methods in org.geotools.data.directory that return ResourceInfo Modifier and Type Method Description ResourceInfoDirectoryFeatureSource. getInfo() -
Uses of ResourceInfo in org.geotools.data.gen
Methods in org.geotools.data.gen that return ResourceInfo Modifier and Type Method Description ResourceInfoPreGeneralizedFeatureSource. getInfo() -
Uses of ResourceInfo in org.geotools.data.geojson.store
Methods in org.geotools.data.geojson.store that return ResourceInfo Modifier and Type Method Description ResourceInfoGeoJSONFeatureStore. getInfo() -
Uses of ResourceInfo in org.geotools.data.ows
Fields in org.geotools.data.ows with type parameters of type ResourceInfo Modifier and Type Field Description protected Map<R,ResourceInfo>AbstractOpenWebService. resourceInfoMethods in org.geotools.data.ows that return ResourceInfo Modifier and Type Method Description protected abstract ResourceInfoAbstractOpenWebService. createInfo(R resource)ResourceInfoAbstractOpenWebService. getInfo(R resource) -
Uses of ResourceInfo in org.geotools.data.property
Methods in org.geotools.data.property that return ResourceInfo Modifier and Type Method Description ResourceInfoPropertyFeatureStore. getInfo() -
Uses of ResourceInfo in org.geotools.data.store
Methods in org.geotools.data.store that return ResourceInfo Modifier and Type Method Description ResourceInfoContentFeatureSource. getInfo()A default ResourceInfo with a generic description. -
Uses of ResourceInfo in org.geotools.data.transform
Methods in org.geotools.data.transform that return ResourceInfo Modifier and Type Method Description ResourceInfoTransformFeatureSource. getInfo() -
Uses of ResourceInfo in org.geotools.data.view
Methods in org.geotools.data.view that return ResourceInfo Modifier and Type Method Description ResourceInfoDefaultView. getInfo() -
Uses of ResourceInfo in org.geotools.data.wfs.impl
Methods in org.geotools.data.wfs.impl that return ResourceInfo Modifier and Type Method Description ResourceInfoWFSContentComplexFeatureSource. getInfo() -
Uses of ResourceInfo in org.geotools.data.wfs.internal
Subinterfaces of ResourceInfo in org.geotools.data.wfs.internal Modifier and Type Interface Description interfaceFeatureTypeInfo -
Uses of ResourceInfo in org.geotools.data.wfs.internal.v1_x
Classes in org.geotools.data.wfs.internal.v1_x that implement ResourceInfo Modifier and Type Class Description classFeatureTypeInfoImpl -
Uses of ResourceInfo in org.geotools.data.wfs.internal.v2_0
Classes in org.geotools.data.wfs.internal.v2_0 that implement ResourceInfo Modifier and Type Class Description classFeatureTypeInfoImpl -
Uses of ResourceInfo in org.geotools.gce.geotiff
Methods in org.geotools.gce.geotiff that return ResourceInfo Modifier and Type Method Description ResourceInfoGeoTiffReader. getInfo(String coverageName) -
Uses of ResourceInfo in org.geotools.gce.imagemosaic
Classes in org.geotools.gce.imagemosaic that implement ResourceInfo Modifier and Type Class Description classImageMosaicFileResourceInfoFileResourceInfoimplementation for ImageMosaic.Methods in org.geotools.gce.imagemosaic that return ResourceInfo Modifier and Type Method Description ResourceInfoImageMosaicReader. getInfo(String coverageName) -
Uses of ResourceInfo in org.geotools.jdbc
Methods in org.geotools.jdbc that return ResourceInfo Modifier and Type Method Description ResourceInfoJDBCFeatureStore. getInfo() -
Uses of ResourceInfo in org.geotools.ows.wms
Classes in org.geotools.ows.wms that implement ResourceInfo Modifier and Type Class Description classWebMapServer.LayerInfoQuickly describe a layer.Methods in org.geotools.ows.wms that return ResourceInfo Modifier and Type Method Description protected ResourceInfoWebMapServer. createInfo(Layer layer) -
Uses of ResourceInfo in org.geotools.ows.wmts
Methods in org.geotools.ows.wmts that return ResourceInfo Modifier and Type Method Description protected ResourceInfoWebMapTileServer. createInfo(Layer resource)
-