|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapViewer
The Interface IMapViewer. Inherit this class to put a new map viewer. Class will be manipulated by MapViewerFactory.
Method Summary | |
---|---|
boolean |
canHandleResource()
Can handle resource. |
String |
readAddToMapUrl()
Read add to map url. |
String |
readOpenDefaultMapViewerUrl()
Returns string that opens default mapviewer (possibly null). |
String |
readTarget()
Reads the link target for html e.g. |
void |
setMapViewerConfigs(MapViewerConfigs mapViewerConfigs)
Sets the map viewer configs. |
void |
setRequestContext(RequestContext context)
Sets the request context. |
void |
setResourceUri(String resourceUri,
String hintServiceType)
Sets the resource uri. |
void |
setSearchResultRecord(SearchResultRecord searchResultRecord)
Sets the search result record. |
Method Detail |
---|
void setMapViewerConfigs(MapViewerConfigs mapViewerConfigs)
mapViewerConfigs
- the new map viewer configsvoid setResourceUri(String resourceUri, String hintServiceType)
resourceUri
- the resource urihintServiceType
- the hint service type (could be null, could be
one of ResourceLinkbuilder.)void setSearchResultRecord(SearchResultRecord searchResultRecord)
searchResultRecord
- the new search result recordvoid setRequestContext(RequestContext context)
context
- the new request contextboolean canHandleResource()
String readAddToMapUrl()
String readTarget()
String readOpenDefaultMapViewerUrl()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |