Uses of Class
org.geotools.data.transform.Definition
Packages that use Definition
Package
Description
-
Uses of Definition in org.geotools.data.transform
Methods in org.geotools.data.transform that return types with arguments of type DefinitionModifier and TypeMethodDescriptionDefinition.inverse()
Returns the inverse to this Definition, that is, the definition of the source attribute corresponding to this computed attribute, if any.Method parameters in org.geotools.data.transform with type arguments of type DefinitionModifier and TypeMethodDescriptionstatic SimpleFeatureSource
TransformFactory.transform
(SimpleFeatureSource source, String name, List<Definition> definitions) Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed propertiesstatic SimpleFeatureSource
TransformFactory.transform
(SimpleFeatureSource source, Name name, List<Definition> definitions) Creates a transformed SimpleFeatureSource/SimpleFeatureStore from the original source, giving it a certain name and a set of computed propertiesConstructor parameters in org.geotools.data.transform with type arguments of type DefinitionModifierConstructorDescriptionTransformFeatureLocking
(SimpleFeatureLocking locking, Name name, List<Definition> definitions) TransformFeatureSource
(SimpleFeatureSource source, Name name, List<Definition> definitions) Creates a transformed feature source from the original source, giving it a certain name and a set of computed propertiesTransformFeatureStore
(SimpleFeatureStore store, Name name, List<Definition> definitions) -
Uses of Definition in org.geotools.gce.imagemosaic.catalog.oracle
Fields in org.geotools.gce.imagemosaic.catalog.oracle with type parameters of type DefinitionModifier and TypeFieldDescriptionprotected List<Definition>
AbstractFeatureTypeMapper.definitions
The list ofDefinition
object defining the mappingprotected Map<Name,
Definition> AbstractFeatureTypeMapper.definitionsMapping
The mapping between an attributeName and its definitionMethods in org.geotools.gce.imagemosaic.catalog.oracle that return types with arguments of type DefinitionModifier and TypeMethodDescriptionAbstractFeatureTypeMapper.getDefinitions()
FeatureTypeMapper.getDefinitions()
Get the definitions listMethods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type DefinitionModifier and TypeMethodDescriptionprotected void
AbstractFeatureTypeMapper.remapGeometryAttribute
(SimpleFeatureTypeBuilder tb, Definition definition, AttributeDescriptor descriptor, AttributeType type) Remap the original GeomtryType on top of the available definitions to create the database specific featureTypeConstructor parameters in org.geotools.gce.imagemosaic.catalog.oracle with type arguments of type DefinitionModifierConstructorDescriptionOracleTransformFeatureStore
(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore) -
Uses of Definition in org.geotools.gce.imagemosaic.catalog.postgis
Methods in org.geotools.gce.imagemosaic.catalog.postgis with parameters of type DefinitionModifier and TypeMethodDescriptionprotected void
PostgisFeatureTypeMapper.remapGeometryAttribute
(SimpleFeatureTypeBuilder tb, Definition definition, AttributeDescriptor descriptor, AttributeType type) Constructor parameters in org.geotools.gce.imagemosaic.catalog.postgis with type arguments of type DefinitionModifierConstructorDescriptionPostgisTransformFeatureStore
(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore) -
Uses of Definition in org.geotools.gce.imagemosaic.catalog.sqlserver
Constructor parameters in org.geotools.gce.imagemosaic.catalog.sqlserver with type arguments of type DefinitionModifierConstructorDescriptionSQLServerTransformFeatureStore
(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)