| |
|
| java.lang.Object org.geotools.demo.introduction.DemoData
DemoData | public class DemoData (Code) | | A demo class illustrating some of the various parts of the geotools api.
author: Adrian Custer, gnuGIS version: 0.03 since: 2.3-M0 |
Constructor Summary | |
public | DemoData() Creates the demo class and an underlying catalog for storing data. |
aNetworkCatalog | Catalog aNetworkCatalog(Code) | | A Network Catalog used to store the services pointing to data on the network.
|
localCatalog | Catalog localCatalog(Code) | | The local Catalog used to store the services pointing to data in data stores.
|
theDataStoreList | List theDataStoreList(Code) | | The List of DataStores used to store data outside the localCatalog.
|
theFeatureCollectionList | List theFeatureCollectionList(Code) | | The List of FeatureCollections used to store data outside the localCatalog.
|
theFeatureList | List theFeatureList(Code) | | The List of Features used to store data outside the localCatalog.
|
theStyleMap | Map theStyleMap(Code) | | The Map of Styles used to render the different layers stored as:
String name, Style s.
|
DemoData | public DemoData()(Code) | | Creates the demo class and an underlying catalog for storing data.
|
getDataStoreList | public List getDataStoreList()(Code) | | The List used to store data in DataStores. |
getFeatureCollectionList | public List getFeatureCollectionList()(Code) | | The List used to store data in FeatureCollections. |
getFeaturenList | public List getFeaturenList()(Code) | | The List used to store data as Features. |
getLocalCatalog | public Catalog getLocalCatalog()(Code) | | The catalog used to store data. |
|
|
|