Uses of Class
org.geotools.data.transform.Definition
-
-
Uses of Definition in org.geotools.data.transform
Methods in org.geotools.data.transform that return types with arguments of type Definition Modifier and Type Method Description List<Definition>
Definition. 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 Definition Modifier and Type Method Description static 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 Definition Constructor Description TransformFeatureLocking(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 Definition Modifier and Type Field Description protected 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 Definition Modifier and Type Method Description List<Definition>
AbstractFeatureTypeMapper. getDefinitions()
List<Definition>
FeatureTypeMapper. getDefinitions()
Get the definitions listMethods in org.geotools.gce.imagemosaic.catalog.oracle with parameters of type Definition Modifier and Type Method Description protected 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 Definition Constructor Description OracleTransformFeatureStore(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 Definition Modifier and Type Method Description protected 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 Definition Constructor Description PostgisTransformFeatureStore(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 Definition Constructor Description SQLServerTransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)
-