@Entity public class JDBCFeatureSource extends UpdatableFeatureSource
| Constructor and Description |
|---|
JDBCFeatureSource() |
JDBCFeatureSource(Map params) |
| Modifier and Type | Method and Description |
|---|---|
org.geotools.data.DataStore |
createDataStore() |
List<SimpleFeatureType> |
createFeatureTypes()
Creates list of featuretypes for this FeatureSource.
|
List<SimpleFeatureType> |
createFeatureTypes(WaitPageStatus status)
return a list of featuretypes that are currently present in the
FeatureSource.
|
String |
getSchema() |
void |
loadFeatureTypes() |
void |
loadFeatureTypes(WaitPageStatus status) |
void |
setSchema(String schema) |
updateaddOrUpdateFeatureType, getFeatureType, getFeatureTypes, getId, getKeyValuePairs, getLinkedService, getMaxValue, getMinValue, getName, getPassword, getProtocol, getUrl, getUsername, removeFeatureType, setFeatureTypes, setId, setLinkedService, setName, setPassword, setUrl, setUsername, toJSONObjectpublic static final String PROTOCOL
public JDBCFeatureSource()
public JDBCFeatureSource(Map params) throws org.json.JSONException
org.json.JSONExceptionpublic String getSchema()
public void setSchema(String schema)
public void loadFeatureTypes(WaitPageStatus status) throws Exception
Exceptionpublic List<SimpleFeatureType> createFeatureTypes() throws Exception
Exception - if anypublic List<SimpleFeatureType> createFeatureTypes(WaitPageStatus status) throws Exception
UpdatableFeatureSourcecreateFeatureTypes in class UpdatableFeatureSourcestatus - status page to monitor featuretype creationException - if anyCopyright © 2019. All rights reserved.