Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DataAccessMappingFeatureIterator
A Feature iterator that operates over the FeatureSource of a FeatureTypeMapping and produces Features of the output schema by
applying the mapping rules to the Features of the source schema.
|
class |
MappingAttributeIterator
A Feature iterator that operates over the FeatureSource of a FeatureTypeMapping that is of a simple content type, e.g. representing
a gml:name element.
|
class |
XmlMappingFeatureIterator
An implementation of AbstractMappingFeatureIterator to handle XML datasources.
|
Copyright © 1996–2019 Geotools. All rights reserved.