public class DumbFeatureTypeDefinitionsManager extends AbstractFeatureTypeDefinitionsManager implements FeatureTypeDefinitionsManager
| Constructor and Description |
|---|
DumbFeatureTypeDefinitionsManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(FeatureStore store,
FeatureType featureType,
DynClass dynClass)
Associate the DynClass to the feature type.
|
void |
addModel(java.io.File model)
Add the definitions of feature types in the file.
|
boolean |
contains(FeatureStore store,
FeatureType featureType)
Return true if exists a DynClass defined associated to the feature
type passed as parameter.
|
DynClass |
get(FeatureStore store,
FeatureType featureType)
Search if exists a DynClass associated to the feature type and return it.
|
void |
remove(FeatureStore store,
FeatureType featureType)
Unlink the DynClass associated to the feature type.
|
public DynClass get(FeatureStore store, FeatureType featureType)
FeatureTypeDefinitionsManagerget in interface FeatureTypeDefinitionsManagerpublic boolean contains(FeatureStore store, FeatureType featureType)
FeatureTypeDefinitionsManagercontains in interface FeatureTypeDefinitionsManagerpublic void add(FeatureStore store, FeatureType featureType, DynClass dynClass)
FeatureTypeDefinitionsManageradd in interface FeatureTypeDefinitionsManagerpublic void remove(FeatureStore store, FeatureType featureType)
FeatureTypeDefinitionsManagerremove in interface FeatureTypeDefinitionsManagerpublic void addModel(java.io.File model)
FeatureTypeDefinitionsManageraddModel in interface FeatureTypeDefinitionsManager