|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.catalog.arcgis.metadata.ServiceInfo.LayerInfo
public static final class ServiceInfo.LayerInfo
Layer info.
Constructor Summary | |
---|---|
ServiceInfo.LayerInfo(String restUrl,
String name,
String title,
String description,
com.esri.arcgisws.Envelope extent)
Creates instance of the layer info. |
Method Summary | |
---|---|
String |
asDublinCore(ApplicationConfiguration cfg,
HttpClientRequest http)
Makes Dublin Core metadata |
String |
getDescription()
Gets description. |
com.esri.arcgisws.Envelope |
getExtent()
Gets extent. |
String |
getName()
Gets name. |
String |
getResourceUrl()
Gets resource URL. |
String |
getTitle()
Gets title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceInfo.LayerInfo(String restUrl, String name, String title, String description, com.esri.arcgisws.Envelope extent)
restUrl
- REST URL of the parent map servicename
- layer name (or ID)title
- layer titledescription
- descriptionextent
- layer extentMethod Detail |
---|
public String getName()
public String getTitle()
public String getDescription()
public com.esri.arcgisws.Envelope getExtent()
public String getResourceUrl()
public String asDublinCore(ApplicationConfiguration cfg, HttpClientRequest http) throws Exception
cfg
- application configurationhttp
- HTTP client request object
Exception
- if generating metadata fails.
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |