Package | Description |
---|---|
org.geotools.appschema.resolver.data | |
org.geotools.arcsde.data |
DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
|
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 |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.collection |
Implementations of FeatureCollection for different purposes.
|
org.geotools.data.complex |
This package contains the implementation of a ComplexDataStore,
Author note: though this "Complex" datastore has born to provide
complex features out of a simple features data source, it may be better
called a DerivativeDataStore or something like that, you'll see
why later.
|
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.view | |
org.geotools.data.wfs.impl | |
org.geotools.data.wfs.internal | |
org.geotools.data.wfs.internal.v1_x | |
org.geotools.gce.imagemosaic | |
org.geotools.jdbc | |
org.geotools.ows.wms |
Provides for Web Map Server client access as a Grid Coverage Exchange.
|
org.geotools.ows.wmts |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
SampleDataAccessFeatureSource.getInfo()
Not yet implemented.
|
Modifier and Type | Class and Description |
---|---|
class |
ArcSdeResourceInfo
|
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
AbstractGridCoverage2DReader.getInfo(String coverageName)
Default implementation returns a FileResourceInfo containing same fileGroup list contained in
the ServiceInfo object.
|
ResourceInfo |
GridCoverage2DReader.getInfo(String coverageName)
Information about a specific resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
CoverageSource.getInfo(ProgressListener listener)
Information describing the contents of this resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
DefaultCoverageSource.getInfo(ProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
NetCDFReader.getInfo(String coverageName) |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
BaseGridCoverage2DReader.getInfo(String subname)
Information about the named gridcoverage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileResourceInfo
Extends
ResourceInfo with information about the file structure of the resource |
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileResourceInfo
Default implementation of
FileResourceInfo . |
class |
DefaultResourceInfo
Default implementation of ResourceInfo; a simple java bean.
|
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
FeatureSource.getInfo()
Returns information describing this
FeatureSource which may include title,
description and spatial parameters. |
ResourceInfo |
CachingFeatureSource.getInfo()
Deprecated.
|
Constructor and Description |
---|
DefaultResourceInfo(ResourceInfo copy) |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
CollectionFeatureSource.getInfo() |
ResourceInfo |
SpatialIndexFeatureSource.getInfo() |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
MappingFeatureSource.getInfo() |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
DirectoryFeatureSource.getInfo() |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
PreGeneralizedFeatureSource.getInfo() |
Modifier and Type | Field and Description |
---|---|
protected Map<R,ResourceInfo> |
AbstractOpenWebService.resourceInfo |
Modifier and Type | Method and Description |
---|---|
protected abstract ResourceInfo |
AbstractOpenWebService.createInfo(R resource) |
ResourceInfo |
AbstractOpenWebService.getInfo(R resource) |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
PropertyFeatureStore.getInfo() |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
ContentFeatureSource.getInfo()
A default ResourceInfo with a generic description.
|
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
TransformFeatureSource.getInfo() |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
DefaultView.getInfo() |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
WFSContentComplexFeatureSource.getInfo() |
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureTypeInfo |
Modifier and Type | Class and Description |
---|---|
class |
FeatureTypeInfoImpl |
Modifier and Type | Class and Description |
---|---|
class |
ImageMosaicFileResourceInfo
FileResourceInfo implementation for ImageMosaic. |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
ImageMosaicReader.getInfo(String coverageName) |
Modifier and Type | Method and Description |
---|---|
ResourceInfo |
JDBCFeatureStore.getInfo() |
Modifier and Type | Class and Description |
---|---|
class |
WebMapServer.LayerInfo
Quickly describe a layer.
|
Modifier and Type | Method and Description |
---|---|
protected ResourceInfo |
WebMapServer.createInfo(Layer layer) |
Modifier and Type | Method and Description |
---|---|
protected ResourceInfo |
WebMapTileServer.createInfo(Layer resource) |
Copyright © 1996–2019 Geotools. All rights reserved.