Package | Description |
---|---|
org.geotools.appschema.feature | |
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.complex.filter | |
org.geotools.data.store | |
org.geotools.factory | |
org.geotools.feature | |
org.geotools.feature.simple |
Modifier and Type | Class and Description |
---|---|
class |
AppSchemaFeatureFactoryImpl
FeatureFactory that:
does not choke on null ids
constructs containers for complex attributes with null values
|
Constructor and Description |
---|
AppSchemaAttributeBuilder(FeatureFactory attributeFactory) |
Modifier and Type | Field and Description |
---|---|
protected FeatureFactory |
AbstractMappingFeatureIterator.attf
Factory used to create the target feature and attributes
|
Modifier and Type | Method and Description |
---|---|
void |
XPath.setFeatureFactory(FeatureFactory featureFactory) |
Constructor and Description |
---|
XPath(FilterFactory ff,
FeatureFactory featureFactory) |
Modifier and Type | Field and Description |
---|---|
protected FeatureFactory |
ContentDataStore.featureFactory
Factory used to create features
|
Modifier and Type | Method and Description |
---|---|
FeatureFactory |
ContentDataStore.getFeatureFactory()
The factory used to create features.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentDataStore.setFeatureFactory(FeatureFactory featureFactory)
Sets the factory used to create features.
|
Modifier and Type | Method and Description |
---|---|
static FeatureFactory |
CommonFactoryFinder.getFeatureFactory(Hints hints)
Return the first implementation of
FeatureFactory matching the specified hints. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFeatureFactoryImpl
Factory for creating instances of the Attribute family of classes.
|
class |
LenientFeatureFactoryImpl |
class |
ValidatingFeatureFactoryImpl
Factory for creating instances of the Attribute family of classes.
|
Modifier and Type | Field and Description |
---|---|
protected FeatureFactory |
FeatureBuilder.factory
the feature factory
|
Modifier and Type | Method and Description |
---|---|
FeatureFactory |
AttributeBuilder.getFeatureFactory()
Returns the underlying attribute factory.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeBuilder.setFeatureFactory(FeatureFactory attributeFactory)
Sets the underlying attribute factory.
|
Constructor and Description |
---|
AttributeBuilder(FeatureFactory attributeFactory) |
ComplexFeatureBuilder(AttributeDescriptor ad,
FeatureFactory factory) |
ComplexFeatureBuilder(FeatureType featureType,
FeatureFactory factory) |
FeatureBuilder(FT featureType,
FeatureFactory factory) |
Constructor and Description |
---|
SimpleFeatureBuilder(SimpleFeatureType featureType,
FeatureFactory factory) |
Copyright © 1996–2022 Geotools. All rights reserved.