|
Esri Geoportal Server 1.0
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FeedWriter | Feed writer. |
KmlFeedWriter.KmlSignatureProvider | Provides KML signature (header). |
Class Summary | |
---|---|
AtomFeedWriter | ATOM feed writer. |
HtmlAdvancedWriter | The Class HtmlAdvancedWriter. |
JsonFeedWriter | JSON feed writer. |
KmlFeedWriter | KML feed writer. |
RecordSnippetWriter | HTML snippet writer. |
RestQueryServlet | Servlet end-point for rest based catalog query requests. |
SitemapWriter | Sitemap writer. |
Enum Summary | |
---|---|
KmlFeedWriter.Geometry | Geometry |
RecordSnippetWriter.Target | links target |
RestQueryServlet.ResponseFormat | Enumeration of response formats. |
Provides GEORSS feed. GEORSS feed is generated according to RSS 2.0 specification and GEORSS with simple encoding.
GEORSS feed is accessible through /<Application Context>/rest/find/document context..../rest/find/document?bbox=0,0,20,30
esriSpatialRelWithin
(metadata envelope has to completly fit
within request bounding box), esriSpatialRelOverlaps
(metadata
envelope has at least overlap request bounding box).
Default: esriSpatialRelWithin
. Used in conjunction with
bbox parameter..../rest/find/document?spatialRel=esriSpatialRelOverlaps
.../rest/find/document?searchText=Congo
true
to search for any word specified in
searchText attribute, false
to perform exact search.
Used in conjunction with searchText parameter. Also accepts any of
the values defined in
ISearchFilterKeyword.KeySearchTextOptions
.
Default: true
.../rest/find/document?contains=false
SearchEngineCSW.AimsContentTypes
.
Default: none
.../rest/find/document?contentType=downloadableData
empty set
.../rest/find/document?dataCategory=economy,elevation
.../rest/find/document?after=2006-01-01
.../rest/find/document?before=2006-01-01
SearchFilterSort.OptionsSort
. Default:
SearchFilterSort.OptionsSort.dateDescending
.
.../rest/find/document?orderBy=dateAscending
.../rest/find/document?start=2
.../rest/find/document?max=5
esriGeometryPoint
,
esriGeometryPolygon
, esriGeometryBox
. Default:
esriGeometryPolygon
..../rest/find/document?geometryType=esriGeometryPoint
georss
,
kml
, html
, htmlfragment
.
Default: georss
. If htmlfragment
selected,
body'less HTML snippet will be generated..../rest/find/document?f=kml
html
format is choosen. URL's are separated by
coma (,)..../rest/find/document?f=html&style=http://<host>:<port>/<context>/main.css
blank
,
parent
, self
, top
(just like HTML
"target" attribute except no leading underscore '_'). Default:
blank
. It affects every link generated in GEORSS feed.
Example: .../rest/find/document?target=self
|
Esri Geoportal Server 1.0
|
||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |