public class SQLServerDatastoreWrapper extends DataStoreWrapper
DataStoreWrapper
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_METADATA_TABLE |
auxiliaryFolder, COORDINATE_REFERENCE_SYSTEM, datastore, HIDDEN_FOLDER, LOGGER, MAPPEDNAME, mapping, NAME, SCHEMA
Constructor and Description |
---|
SQLServerDatastoreWrapper(DataStore datastore,
String location) |
Modifier and Type | Method and Description |
---|---|
protected FeatureTypeMapper |
getFeatureTypeMapper(Properties props)
Return a specific
FeatureTypeMapper by parsing mapping properties contained within
the specified Properties object |
protected FeatureTypeMapper |
getFeatureTypeMapper(SimpleFeatureType featureType)
Return a specific
FeatureTypeMapper instance on top of an input featureType |
protected SimpleFeatureSource |
transformFeatureStore(SimpleFeatureStore store,
FeatureTypeMapper mapper) |
createSchema, dispose, getFeatureReader, getFeatureSource, getFeatureSource, getFeatureWriter, getFeatureWriter, getFeatureWriterAppend, getInfo, getLockingManager, getNames, getSchema, getSchema, getTypeNames, removeSchema, removeSchema, storeMapper, storeProperties, updateSchema, updateSchema
public static final String DEFAULT_METADATA_TABLE
protected FeatureTypeMapper getFeatureTypeMapper(Properties props) throws Exception
FeatureTypeMapper
by parsing mapping properties contained within
the specified Properties
objectgetFeatureTypeMapper
in class DataStoreWrapper
Exception
protected FeatureTypeMapper getFeatureTypeMapper(SimpleFeatureType featureType) throws Exception
DataStoreWrapper
FeatureTypeMapper
instance on top of an input featureTypegetFeatureTypeMapper
in class DataStoreWrapper
Exception
protected SimpleFeatureSource transformFeatureStore(SimpleFeatureStore store, FeatureTypeMapper mapper) throws IOException
transformFeatureStore
in class DataStoreWrapper
IOException
Copyright © 1996–2022 Geotools. All rights reserved.