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
- Entity Selector - Choose currently active entity
- 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
- Spatial Identify - Extended Identify that searches through multiple layers
- 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
- QuickSearch - Quickly find and display an entity
Geocode |
com.cohga.html.client.geocodeView |
Entity Selector |
com.cohga.html.client.main.entitySelectorView |
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 |
Spatial Identify |
com.cohga.html.client.main.spatialIdentifyView |
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 |