com.esri.gpt.control.webharvest.client.ckan
Class CkanToAgpConverter
java.lang.Object
com.esri.gpt.control.webharvest.client.ckan.CkanToAgpConverter
public class CkanToAgpConverter
- extends Object
Converts CKAN information into AGP information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CkanToAgpConverter
public CkanToAgpConverter()
makeItem
public AgpItem makeItem(CkanResource res)
isValid
protected boolean isValid(AgpItem item)
initProp
protected void initProp(AgpItem item,
String attrName,
String attrValue)
extractId
protected String extractId(CkanResource res)
extractTitle
protected String extractTitle(CkanResource res)
extractName
protected String extractName(CkanResource res)
extractUrl
protected String extractUrl(CkanResource res)
extractDescription
protected String extractDescription(CkanResource res)
extractThumbnailUrl
protected String extractThumbnailUrl(CkanResource res)
extractText
protected String extractText(CkanResource res)
extractExtent
protected String extractExtent(CkanResource res)
extractType
protected String extractType(CkanResource res)
extractTypeKeywords
protected String extractTypeKeywords(CkanResource res)
extractModified
protected String extractModified(CkanResource res)
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.