Package | Description |
---|---|
org.geotools.arcsde.data |
DataStore implementation for the ArcSDE 8.x and 9.x spatial gateway.
|
org.geotools.coverage.io.catalog | |
org.geotools.coverage.util | |
org.geotools.data |
Defines the DataStoreAPI via which all data is imported or exported.
|
org.geotools.data.crs |
Provides support for the OGC Catalog Specification.
|
org.geotools.data.view | |
org.geotools.feature | |
org.geotools.gce.imagemosaic.catalog | |
org.geotools.map |
List of layers to be rendered.
|
org.geotools.renderer.lite |
A simple renderer implementation.
|
Constructor and Description |
---|
ArcSDEFeatureReader(ArcSDEAttributeReader attributeReader) |
Modifier and Type | Method and Description |
---|---|
void |
CoverageSlicesCatalog.createType(String identification,
String typeSpec) |
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureCollection |
FeatureUtilities.wrapGridCoverage(GridCoverage2D coverage)
Wraps a grid coverage into a Feature.
|
static SimpleFeatureCollection |
FeatureUtilities.wrapGridCoverageReader(GridCoverage2DReader gridCoverageReader,
GeneralParameterValue[] params)
Wraps a grid coverage into a Feature.
|
Modifier and Type | Method and Description |
---|---|
protected SimpleFeatureType |
DefaultFeatureReader.createSchema() |
protected SimpleFeatureType |
FIDFeatureReader.createSchema() |
static SimpleFeatureType |
DataUtilities.createSubType(SimpleFeatureType featureType,
String[] properties)
Create a type limited to the named properties provided.
|
static SimpleFeatureType |
DataUtilities.createSubType(SimpleFeatureType featureType,
String[] properties,
CoordinateReferenceSystem override)
Create a derived FeatureType
|
static SimpleFeatureType |
DataUtilities.createSubType(SimpleFeatureType featureType,
String[] properties,
CoordinateReferenceSystem override,
String typeName,
URI namespace)
Create a derived FeatureType
|
static SimpleFeatureType |
DataUtilities.createType(String typeName,
String typeSpec)
Utility method for FeatureType construction.
|
static SimpleFeatureType |
DataUtilities.createType(String namespace,
String name,
String typeSpec)
Utility method for FeatureType construction.
|
static SimpleFeatureSource |
DataUtilities.createView(DataStore store,
Query query)
Return a 'view' of the given
DataStore constrained by a Query . |
static SimpleFeatureSource |
DataUtilities.createView(SimpleFeatureSource source,
Query query)
Return a 'view' of the given
FeatureSource constrained by a Query . |
Constructor and Description |
---|
DefaultFeatureReader(AttributeReader attributeReader) |
DefaultFeatureReader(AttributeReader attributeReader,
SimpleFeatureType schema)
Creates a new instance of AbstractFeatureReader
|
FIDFeatureReader(AttributeReader attributeReader,
FIDReader fidReader) |
FIDFeatureReader(AttributeReader attributeReader,
FIDReader fidReader,
SimpleFeatureType schema)
Creates a new instance of AbstractFeatureReader
|
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureSource |
DefaultView.create(SimpleFeatureSource source,
Query query)
Factory that make the correct decorator for the provided featureSource.
|
Constructor and Description |
---|
DefaultView(SimpleFeatureSource source,
Query query)
Creates a new GeoServerFeatureSource object.
|
Modifier and Type | Method and Description |
---|---|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name)
Create a new FeatureType with the given AttributeTypes.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns)
Create a new FeatureType with the given AttributeTypes.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns,
boolean isAbstract)
Create a new FeatureType with the given AttributeTypes.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns,
boolean isAbstract,
SimpleFeatureType[] superTypes)
The most specific way to create a new FeatureType.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns,
boolean isAbstract,
SimpleFeatureType[] superTypes,
AttributeDescriptor defaultGeometry)
The most specific way to create a new FeatureType.
|
static SimpleFeatureType |
FeatureTypes.newFeatureType(AttributeDescriptor[] types,
String name,
URI ns,
boolean isAbstract,
SimpleFeatureType[] superTypes,
GeometryDescriptor defaultGeometry)
The most specific way to create a new FeatureType.
|
static SimpleFeatureType |
FeatureTypes.transform(SimpleFeatureType schema,
CoordinateReferenceSystem crs)
Forces the specified CRS on all geometry attributes
|
static SimpleFeatureType |
FeatureTypes.transform(SimpleFeatureType schema,
CoordinateReferenceSystem crs,
boolean forceOnlyMissing)
Forces the specified CRS on geometry attributes (all or some, depends on the parameters).
|
Modifier and Type | Method and Description |
---|---|
abstract void |
GranuleCatalog.createType(String identification,
String typeSpec) |
abstract void |
GranuleCatalog.createType(String namespace,
String typeName,
String typeSpec) |
Constructor and Description |
---|
DefaultMapLayer(GridCoverage2DReader reader,
Style style,
String title,
GeneralParameterValue[] params)
Deprecated.
Constructor which adds a new layer and trigger a
LayerListEvent . |
DefaultMapLayer(GridCoverage coverage,
Style style)
Deprecated.
* Add a new layer and trigger a
LayerListEvent . |
DefaultMapLayer(GridCoverage coverage,
Style style,
String title)
Deprecated.
* Add a new layer and trigger a
LayerListEvent . |
MapLayer(GridCoverage2DReader reader,
Style style,
String title,
GeneralParameterValue[] params)
Deprecated.
Constructor which adds a new layer and trigger a
LayerListEvent . |
MapLayer(GridCoverage coverage,
Style style)
Deprecated.
* Add a new layer and trigger a
LayerListEvent . |
MapLayer(GridCoverage coverage,
Style style,
String title)
Deprecated.
* Add a new layer and trigger a
LayerListEvent . |
Modifier and Type | Method and Description |
---|---|
Object |
RenderingTransformationHelper.applyRenderingTransformation(Expression transformation,
FeatureSource featureSource,
Query layerQuery,
Query renderingQuery,
GridGeometry2D gridGeometry,
CoordinateReferenceSystem sourceCrs,
RenderingHints hints) |
Copyright © 1996–2019 Geotools. All rights reserved.