FeatureTypes are stored by typeName, an IOException will be thrown if the requested typeName is already in use.
@param featureType SimpleFeatureType to be added @throws IOException If featureType already exists @see org.geotools.data.DataStore#createSchema(org.geotools.feature.SimpleFeatureType)This method will map the classes of the attributes of featureType to sql types and generate a 'CREATE TABLE' statement against the underlying database.
@see DataStore#createSchema(SimpleFeatureType) @throws IllegalArgumentException If the table already exists. @throws IOException If the table cannot be created due to an error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|