|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.search.SearchUrlBuilder
ResourceLinkBuilder.build(com.esri.gpt.framework.search.SearchXslRecord, com.esri.gpt.catalog.search.SearchResultRecord)
and
RestUrlBuilder.buildParameters(SearchCriteria, String, String)
public class SearchUrlBuilder
Provides absolute URL's.
Constructor Summary | |
---|---|
SearchUrlBuilder(HttpServletRequest httpServletRequest)
Deprecated. Creates instance of the object. |
Method Summary | |
---|---|
String |
buildAddToArcmapUrl(String server,
String serviceType,
String service)
Deprecated. Builds URL to add to ArcMap |
String |
buildAddToGlobeUrlKml(String server,
String serviceType,
String service)
Deprecated. Builds URL to perform adding to globe operation for kml. |
String |
buildAddToGlobeUrlNmf(String server,
String serviceType,
String service)
Deprecated. Builds the add to globe url nmf. |
String |
buildAddToMapUrl(String server,
String serviceType,
String service)
Deprecated. Builds URL to perform adding to MVS map operation |
String |
buildContentTypeIconUrl(SearchEngineCSW.AimsContentTypes contentType)
Deprecated. Builds URL to access content type icon reprezentation. |
String |
buildFullMetadataUrl(String uuid)
Deprecated. Builds URL to access full metadata. |
String |
buildFullMetadataUrl(String uuid,
String format)
Deprecated. Builds URL to access full metadata. |
String |
buildRestSearchRequestUrl(SearchCriteria criteria,
GeorssFeedServlet.Format format)
Deprecated. Build REST interface search request equivalent to search criteria |
String |
buildViewMetadataUrl(String uuid)
Deprecated. Builds URL to access metadata view. |
static String |
getAgsMapServerSoapUrl(String server)
Deprecated. Gets the arcgis server soap root url. |
static String |
getAgsRestServerRootUrl(String server)
Deprecated. Gets the arcgis server root url. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchUrlBuilder(HttpServletRequest httpServletRequest)
httpServletRequest
- HTTP servlet requestMethod Detail |
---|
public String buildFullMetadataUrl(String uuid)
uuid
- record UUID
public String buildFullMetadataUrl(String uuid, String format)
uuid
- record UUIDformat
- the response format
public String buildViewMetadataUrl(String uuid)
uuid
- record UUID
public String buildAddToMapUrl(String server, String serviceType, String service)
server
- server URLserviceType
- service typeservice
- service name
public static String getAgsRestServerRootUrl(String server)
server
- the server
public static String getAgsMapServerSoapUrl(String server)
server
- the server
service)
public String buildAddToGlobeUrlNmf(String server, String serviceType, String service)
server
- the serverserviceType
- the service typeservice
- the service
public String buildAddToGlobeUrlKml(String server, String serviceType, String service)
server
- server URLserviceType
- service typeservice
- service name
public String buildContentTypeIconUrl(SearchEngineCSW.AimsContentTypes contentType)
contentType
- content type
public String buildAddToArcmapUrl(String server, String serviceType, String service)
server
- serverserviceType
- service typeservice
- service
public String buildRestSearchRequestUrl(SearchCriteria criteria, GeorssFeedServlet.Format format)
criteria
- search criteriaformat
- format
|
ArcGIS Server Geoportal extension 10
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |