|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fao.geonet.arcgis.ArcSDEConnection
org.fao.geonet.arcgis.ArcSDEMetadataAdapter
public class ArcSDEMetadataAdapter
Adapter to retrieve ISO metadata from an ArcSDE server. The metadata in ArcSDE is scanned for "MD_Metadata" and those that match are included in the result unprocessed, so including any non-ISO ESRI elements they may contain.
| Field Summary |
|---|
| Fields inherited from class org.fao.geonet.arcgis.ArcSDEConnection |
|---|
seConnection |
| Constructor Summary | |
|---|---|
ArcSDEMetadataAdapter(String server,
int instance,
String database,
String username,
String password)
|
|
| Method Summary | |
|---|---|
List<String> |
retrieveMetadata()
|
| Methods inherited from class org.fao.geonet.arcgis.ArcSDEConnection |
|---|
close, finalize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArcSDEMetadataAdapter(String server,
int instance,
String database,
String username,
String password)
| Method Detail |
|---|
public List<String> retrieveMetadata()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||