Uses of Class
org.geotools.data.transform.Definition

Packages that use Definition
org.geotools.data.transform   
org.geotools.gce.imagemosaic.catalog.oracle   
 

Uses of Definition in org.geotools.data.transform
 

Methods in org.geotools.data.transform that return types with arguments of type Definition
 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
static 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 properties
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 properties
 

Constructor parameters in org.geotools.data.transform with type arguments of type Definition
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 properties
TransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions)
           
 

Uses of Definition in org.geotools.gce.imagemosaic.catalog.oracle
 

Methods in org.geotools.gce.imagemosaic.catalog.oracle that return types with arguments of type Definition
 List<Definition> OracleFeatureTypeMapper.getDefinitions()
           
 List<Definition> FeatureTypeMapper.getDefinitions()
          Get the definitions list
 

Constructor parameters in org.geotools.gce.imagemosaic.catalog.oracle with type arguments of type Definition
OracleTransformFeatureStore(SimpleFeatureStore store, Name name, List<Definition> definitions, DataStore datastore)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.