Package | Description |
---|---|
org.apache.sis.storage |
Data store base types for retrieving and saving geospatial data
in various storage formats.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureNaming.add(DataStore store,
GenericName name,
E value)
Adds a value for the given name if none exist.
|
E |
FeatureNaming.get(DataStore store,
String name)
Returns the value associated to the given name.
|
boolean |
FeatureNaming.remove(DataStore store,
GenericName name)
Removes the value associated to the given name.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.