Create a new FeatureMap.
()
| 811 | |
| 812 | /** Create a new FeatureMap. */ |
| 813 | public static FeatureMap newFeatureMap() { |
| 814 | return new SimpleFeatureMapImpl(); |
| 815 | } // newFeatureMap |
| 816 | |
| 817 | /** Open an existing DataStore. */ |
| 818 | public static DataStore openDataStore(String dataStoreClassName, |
no outgoing calls