|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.adf.web.data.GISResource
com.esri.adf.web.aws.data.AWSResource
com.esri.adf.web.aws.data.AWSGeocodeResource
@Deprecated public class AWSGeocodeResource
| Field Summary | |
|---|---|
static java.lang.String |
GEOCODE_ADDRESS_TYPE
Deprecated. |
static java.lang.String |
GEOCODE_IP_TYPE
Deprecated. |
static java.lang.String |
GEOCODE_PHONE_TYPE
Deprecated. |
static java.lang.String |
GEOCODE_PLACE_TYPE
Deprecated. |
| Fields inherited from class com.esri.adf.web.aws.data.AWSResource |
|---|
authentication, content, coordSysId, DEFAULT_COORDSYS, NO_GEOM_RETURN, TOKEN_EXPIRED_CODE |
| Fields inherited from class com.esri.adf.web.data.GISResource |
|---|
alias, context, defaultSpatialReference, functionalities, init |
| Constructor Summary | |
|---|---|
AWSGeocodeResource()
Deprecated. |
|
| Method Summary | |
|---|---|
com.esri.aws.IAddressFinder_PortType |
getAddressFinder()
Deprecated. |
java.lang.String |
getAddressFinderEndPointURL()
Deprecated. |
com.esri.aws.AddressFinderOptions |
getAddressFinderOptions()
Deprecated. |
java.lang.String |
getAlias()
Deprecated. Returns a reader friendly name for this resource. |
com.esri.aws.ContentFinderRecord |
getDataSourceMetadata()
Deprecated. |
java.lang.String |
getGeocodeType()
Deprecated. |
com.esri.aws.IPlaceFinder_PortType |
getPlaceFinder()
Deprecated. |
java.lang.String |
getPlaceFinderEndPointURL()
Deprecated. |
com.esri.aws.PlaceFinderOptions |
getPlaceFinderOptions()
Deprecated. |
void |
init(WebContext context)
Deprecated. This method is called by the WebContext to initialize the resource. |
void |
setAddressFinderEndPointURL(java.lang.String addressFinderEndPointURL)
Deprecated. |
void |
setAddressFinderOptions(com.esri.aws.AddressFinderOptions addressFinderOptions)
Deprecated. |
void |
setGeocodeType(java.lang.String geocodeType)
Deprecated. |
void |
setPlaceFinderEndPointURL(java.lang.String placeFinderEndPointURL)
Deprecated. |
void |
setPlaceFinderOptions(com.esri.aws.PlaceFinderOptions placeFinderOptions)
Deprecated. |
| Methods inherited from class com.esri.adf.web.aws.data.AWSResource |
|---|
getAuthenticationEndPointURL, getContentFinderEndPointURL, getDataSourceMetadata, getPassword, getToken, getTokenExpiryMinutes, getUserName, isPasswordEncrypted, setAuthenticationEndPointURL, setContentFinderEndPointURL, setPassword, setPasswordEncrypted, setToken, setTokenExpiryMinutes, setUserName |
| Methods inherited from class com.esri.adf.web.data.GISResource |
|---|
activate, addFunctionality, destroy, getDefaultSpatialReference, getFunctionalities, getFunctionality, getWebContext, passivate, setAlias, setFunctionalities |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String GEOCODE_ADDRESS_TYPE
public static final java.lang.String GEOCODE_IP_TYPE
public static final java.lang.String GEOCODE_PHONE_TYPE
public static final java.lang.String GEOCODE_PLACE_TYPE
| Constructor Detail |
|---|
public AWSGeocodeResource()
| Method Detail |
|---|
public void init(WebContext context)
GISResource
This method is called by the WebContext to initialize the resource. This is typically called when the
context itself is initialized or when users add a new resource to the context by using the
WebContext.addResource(String, GISResource) method. A GISResource is usable
only after this method has been called.
This method iterates through all its supported GISFunctionalitys and calls the
GISFunctionality.initFunctionality(GISResource) on them all.
Sub-classes that want to do custom initialization should override this method and make the super
call first before doing the custom stuff:
public void init(WebContext context) {
super.init(context);
myInit();
}
init in interface WebContextInitializeinit in class AWSResourcecontext - the WebContext that maintains a reference to this resourceWebContextInitialize.init(com.esri.adf.web.data.WebContext),
GISFunctionality.initFunctionality(GISResource),
WebContext.init(WebContext),
WebContext.addResource(String, GISResource)public java.lang.String getAlias()
GISResourceReturns a reader friendly name for this resource.
It is a good practice for users to explicitly set an alias when the resource is created programmatically or declaratively. Resource providers should provide an auto-generated alias anyway in case users don't explicitly set an alias themselves.
getAlias in class AWSResourcepublic com.esri.aws.IAddressFinder_PortType getAddressFinder()
public com.esri.aws.IPlaceFinder_PortType getPlaceFinder()
public com.esri.aws.AddressFinderOptions getAddressFinderOptions()
public com.esri.aws.PlaceFinderOptions getPlaceFinderOptions()
public java.lang.String getAddressFinderEndPointURL()
public java.lang.String getPlaceFinderEndPointURL()
public java.lang.String getGeocodeType()
public void setAddressFinderOptions(com.esri.aws.AddressFinderOptions addressFinderOptions)
public void setPlaceFinderOptions(com.esri.aws.PlaceFinderOptions placeFinderOptions)
public void setAddressFinderEndPointURL(java.lang.String addressFinderEndPointURL)
public void setPlaceFinderEndPointURL(java.lang.String placeFinderEndPointURL)
public void setGeocodeType(java.lang.String geocodeType)
public com.esri.aws.ContentFinderRecord getDataSourceMetadata()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||