Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss
Interface IFeedRecord

All Known Implementing Classes:
DiscoveredRecordAdapter, SearchResultRecordAdapter

public interface IFeedRecord

Feed record definition.


Field Summary
static String STD_COLLECTION_CATALOG
           
static String STD_COLLECTION_INDEX
           
 
Method Summary
 String getAbstract()
          Gets abstract.
 String getContentType()
          Gets content type.
 Map<String,IFeedAttribute> getData(String collection)
          Gets free data.
 Envelope getEnvelope()
          Gets envelope.
 String getFileIdentifier()
          Gets file identifier.
 Date getModfiedDate()
          Gets modified date.
 long getObjectId()
          Get object id.
 ResourceLinks getResourceLinks()
          Gets resource links.
 String getResourceUrl()
          Gets resource URL.
 String getService()
          Gets service.
 String getServiceType()
          Gets service type.
 String getThumbnailUrl()
          Gets thumbnail url.
 String getTitle()
          Gets title.
 String getUuid()
          Gets UUID.
 String getViewMetadataUrl()
          Gets URL to view metadata.
 

Field Detail

STD_COLLECTION_INDEX

static final String STD_COLLECTION_INDEX
See Also:
Constant Field Values

STD_COLLECTION_CATALOG

static final String STD_COLLECTION_CATALOG
See Also:
Constant Field Values
Method Detail

getObjectId

long getObjectId()
Get object id.

Returns:
object id

getUuid

String getUuid()
Gets UUID.

Returns:
UUID

getTitle

String getTitle()
Gets title.

Returns:
title

getModfiedDate

Date getModfiedDate()
Gets modified date.

Returns:
modified date

getAbstract

String getAbstract()
Gets abstract.

Returns:
abstract

getEnvelope

Envelope getEnvelope()
Gets envelope.

Returns:
envelope

getResourceLinks

ResourceLinks getResourceLinks()
Gets resource links.

Returns:
resource links

getContentType

String getContentType()
Gets content type.

Returns:
content type

getResourceUrl

String getResourceUrl()
Gets resource URL.

Returns:
resource URL

getViewMetadataUrl

String getViewMetadataUrl()
Gets URL to view metadata.

Returns:
URL to view metadata

getServiceType

String getServiceType()
Gets service type.

Returns:
service type

getService

String getService()
Gets service.

Returns:
service

getFileIdentifier

String getFileIdentifier()
Gets file identifier.

Returns:
file identifier

getThumbnailUrl

String getThumbnailUrl()
Gets thumbnail url.

Returns:
thumbnail url

getData

Map<String,IFeedAttribute> getData(String collection)
Gets free data.

Parameters:
collection - id of the collection of data
Returns:
map of attributes

Esri Geoportal Server
1.2.9

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