Client Views
Views are what that the user sees with the Weave client.
They're setup in the client config section of the config file.
Available Views
- Geocode - Search for a property using a geocoding engine
- Data - Display attribute information about the currently selected entities
- Identify - Display information about interactively selected entities
- Projections - Display mouse location in different coordinate systems
- Report - Choose a report to generate
- Search - Search for an entity
- Map - Display a map image
- Table of Contents - Determine what's displayed on the map
- HTML - Embed HTML directly in page
- Details - Custom display of entity details
- Image - Embed an image directly in page
- Legend - Embed a pre-rendered legend image
- Quick Search - Quickly find and display an entity
- Entity Selector - Choose active entity
Geocode | com.cohga.html.client.geocodeView |
Data | com.cohga.html.client.main.gridView |
Identify | com.cohga.html.client.main.identifyView |
Projection | com.cohga.html.client.main.projView |
Report | com.cohga.html.client.main.reportView |
Search | com.cohga.html.client.main.searchView |
Map | com.cohga.html.client.map.mapView |
Table of Contents | com.cohga.html.client.map.tocView |
HTML | com.cohga.html.client.view |
Details | com.cohga.client.panel.details |
Image | com.cohga.client.panel.image |
Legend | com.cohga.client.panel.legend |
Quick Search | com.cohga.view.quicksearch |
Entity Selector | com.cohga.html.client.main.entitySelectorView |