Esri Geoportal Server
1.0

com.esri.gpt.framework.ArcGIS
Class InteractiveMap

java.lang.Object
  extended by com.esri.gpt.framework.ArcGIS.InteractiveMap

public class InteractiveMap
extends Object

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

InteractiveMap

public InteractiveMap()
Default constructor.

Method Detail

getGeometryServiceUrl

public String getGeometryServiceUrl()
Gets the URL for the geometry service.

Returns:
the URL

setGeometryServiceUrl

public void setGeometryServiceUrl(String url)
Sets the URL for the geometry service.

Parameters:
url - the URL

getJsapiUrl

public String getJsapiUrl()
Gets the URL for the ArcGIS Server Javascript API.

Returns:
the url

setJsapiUrl

public void setJsapiUrl(String url)
Sets the URL for the ArcGIS Server Javascript API.

Parameters:
url - the URL

getLocatorSingleFieldParameter

public String getLocatorSingleFieldParameter()
Gets the parameter name associated with a single field locator.

Returns:
the parameter name associated with the locator

setLocatorSingleFieldParameter

public void setLocatorSingleFieldParameter(String name)
Sets the parameter name associated with a single field locator.

Parameters:
name - parameter name associated with the locator

getLocatorUrl

public String getLocatorUrl()
Gets the URL for the locator.

Returns:
the URL

setLocatorUrl

public void setLocatorUrl(String url)
Sets the URL for the locator.

Parameters:
url - the URL

getMapServiceType

public String getMapServiceType()
Gets map service type.

Returns:
the map service type

setMapServiceType

public void setMapServiceType(String type)
Sets map service type.

Parameters:
type - the map service type

getMapServiceUrl

public String getMapServiceUrl()
Gets the URL for the map service.

Returns:
the URL

setMapServiceUrl

public void setMapServiceUrl(String url)
Sets the URL for the map service.

Parameters:
url - the URL

toString

public String toString()
Returns the string representation of the object.

Overrides:
toString in class Object
Returns:
the string

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.