|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureFactory | |
---|---|
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.data.wfs.feature | |
org.geotools.factory | Utility classes which enable dynamic binding to factory implementations at runtime. |
org.geotools.feature | |
org.geotools.feature.simple |
Uses of FeatureFactory in org.geotools.data.complex |
---|
Fields in org.geotools.data.complex declared as FeatureFactory | |
---|---|
protected FeatureFactory |
AbstractMappingFeatureIterator.attf
Factory used to create the target feature and attributes |
Uses of FeatureFactory in org.geotools.data.complex.filter |
---|
Methods in org.geotools.data.complex.filter with parameters of type FeatureFactory | |
---|---|
void |
XPath.setFeatureFactory(FeatureFactory featureFactory)
|
Constructors in org.geotools.data.complex.filter with parameters of type FeatureFactory | |
---|---|
XPath(FilterFactory ff,
FeatureFactory featureFactory)
|
Uses of FeatureFactory in org.geotools.data.store |
---|
Fields in org.geotools.data.store declared as FeatureFactory | |
---|---|
protected FeatureFactory |
ContentDataStore.featureFactory
Factory used to create features |
Methods in org.geotools.data.store that return FeatureFactory | |
---|---|
FeatureFactory |
ContentDataStore.getFeatureFactory()
The factory used to create features. |
Methods in org.geotools.data.store with parameters of type FeatureFactory | |
---|---|
void |
ContentDataStore.setFeatureFactory(FeatureFactory featureFactory)
Sets the factory used to create features. |
Uses of FeatureFactory in org.geotools.data.wfs.feature |
---|
Classes in org.geotools.data.wfs.feature that implement FeatureFactory | |
---|---|
class |
LenientFeatureFactory
|
Methods in org.geotools.data.wfs.feature with parameters of type FeatureFactory | |
---|---|
void |
LenientBuilder.setFeatureFactory(FeatureFactory featureFactory)
You can inject another Factory; this builder will still not do validation |
Uses of FeatureFactory in org.geotools.factory |
---|
Methods in org.geotools.factory that return FeatureFactory | |
---|---|
static FeatureFactory |
CommonFactoryFinder.getFeatureFactory(Hints hints)
Return the first implementation of FeatureFactory matching the specified hints. |
Uses of FeatureFactory in org.geotools.feature |
---|
Classes in org.geotools.feature that implement FeatureFactory | |
---|---|
class |
AbstractFeatureFactoryImpl
Factory for creating instances of the Attribute family of classes. |
class |
AppSchemaFeatureFactoryImpl
FeatureFactory that:
does not choke on null ids
constructs containers for complex attributes with null values
|
class |
LenientFeatureFactoryImpl
|
class |
ValidatingFeatureFactoryImpl
Factory for creating instances of the Attribute family of classes. |
Fields in org.geotools.feature declared as FeatureFactory | |
---|---|
protected FeatureFactory |
FeatureBuilder.factory
the feature factory |
Methods in org.geotools.feature that return FeatureFactory | |
---|---|
FeatureFactory |
AttributeBuilder.getFeatureFactory()
Returns the underlying attribute factory. |
Methods in org.geotools.feature with parameters of type FeatureFactory | |
---|---|
void |
AttributeBuilder.setFeatureFactory(FeatureFactory attributeFactory)
Sets the underlying attribute factory. |
Constructors in org.geotools.feature with parameters of type FeatureFactory | |
---|---|
AppSchemaAttributeBuilder(FeatureFactory attributeFactory)
|
|
AttributeBuilder(FeatureFactory attributeFactory)
|
|
ComplexFeatureBuilder(AttributeDescriptor ad,
FeatureFactory factory)
|
|
ComplexFeatureBuilder(FeatureType featureType,
FeatureFactory factory)
|
|
FeatureBuilder(FT featureType,
FeatureFactory factory)
|
Uses of FeatureFactory in org.geotools.feature.simple |
---|
Constructors in org.geotools.feature.simple with parameters of type FeatureFactory | |
---|---|
SimpleFeatureBuilder(SimpleFeatureType featureType,
FeatureFactory factory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |