public interface FeatureTypeDefinitionsManager
| 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.
|
DynClass get(FeatureStore store, FeatureType featureType)
store - featureType - boolean contains(FeatureStore store, FeatureType featureType)
store - featureType - void add(FeatureStore store, FeatureType featureType, DynClass dynClass)
store - featureType - dynClass - void remove(FeatureStore store, FeatureType featureType)
store - featureType - void addModel(java.io.File model)
model -