| 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.framework.ArcGIS.InteractiveMap
public class InteractiveMap
Properties for interactive map controls.
| Constructor Summary | |
|---|---|
InteractiveMap()
Default constructor.  | 
|
| Method Summary | |
|---|---|
 String | 
getGeometryServiceUrl()
Gets the URL for the geometry service.  | 
 String | 
getJsapiUrl()
Gets the URL for the ArcGIS Server Javascript API.  | 
 String | 
getLocatorSingleFieldParameter()
Gets the parameter name associated with a single field locator.  | 
 String | 
getLocatorUrl()
Gets the URL for the locator.  | 
 String | 
getMapServiceType()
Gets map service type.  | 
 String | 
getMapServiceUrl()
Gets the URL for the map service.  | 
 void | 
setGeometryServiceUrl(String url)
Sets the URL for the geometry service.  | 
 void | 
setJsapiUrl(String url)
Sets the URL for the ArcGIS Server Javascript API.  | 
 void | 
setLocatorSingleFieldParameter(String name)
Sets the parameter name associated with a single field locator.  | 
 void | 
setLocatorUrl(String url)
Sets the URL for the locator.  | 
 void | 
setMapServiceType(String type)
Sets map service type.  | 
 void | 
setMapServiceUrl(String url)
Sets the URL for the map service.  | 
 String | 
toString()
Returns the string representation of the object.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public InteractiveMap()
| Method Detail | 
|---|
public String getGeometryServiceUrl()
public void setGeometryServiceUrl(String url)
url - the URLpublic String getJsapiUrl()
public void setJsapiUrl(String url)
url - the URLpublic String getLocatorSingleFieldParameter()
public void setLocatorSingleFieldParameter(String name)
name - parameter name associated with the locatorpublic String getLocatorUrl()
public void setLocatorUrl(String url)
url - the URLpublic String getMapServiceType()
public void setMapServiceType(String type)
type - the map service typepublic String getMapServiceUrl()
public void setMapServiceUrl(String url)
url - the URLpublic String toString()
toString in class Object
  | 
Esri Geoportal Server 1.0 
 | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||