public abstract class UpdatableFeatureSource extends FeatureSource
| Constructor and Description |
|---|
UpdatableFeatureSource() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<SimpleFeatureType> |
createFeatureTypes(WaitPageStatus wps)
return a list of featuretypes that are currently present in the
FeatureSource.
|
FeatureSourceUpdateResult |
update()
Update this featuresource.
|
addOrUpdateFeatureType, getFeatureType, getFeatureTypes, getId, getKeyValuePairs, getLinkedService, getMaxValue, getMinValue, getName, getPassword, getProtocol, getUrl, getUsername, removeFeatureType, setFeatureTypes, setId, setLinkedService, setName, setPassword, setUrl, setUsername, toJSONObjectpublic FeatureSourceUpdateResult update() throws Exception
Exception - if anypublic abstract List<SimpleFeatureType> createFeatureTypes(WaitPageStatus wps) throws Exception
wps - status page to monitor featuretype creationException - if anyCopyright © 2018. All rights reserved.