|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.geosolutions.geoserver.rest.decoder.RESTResource
public class RESTResource
Parse a resource (FeatureType or Coverage) returned as XML REST objects.
| Field Summary | |
|---|---|
protected org.jdom.Element |
rootElem
|
| Constructor Summary | |
|---|---|
RESTResource(org.jdom.Element resource)
|
|
| Method Summary | |
|---|---|
static RESTResource |
build(String response)
|
String |
getAbstract()
|
List<Map<FeatureTypeAttribute,String>> |
getAttributeList()
Deprecated. use RESTFeatureType.getAttributeList() |
String |
getCRS()
|
List<GSAttributeEncoder> |
getEncodedAttributeList()
Deprecated. use RESTFeatureType.getEncodedAttributeList() |
List<GSCoverageDimensionEncoder> |
getEncodedDimensionsInfoList()
Decodes the list of GSCoverageDimensionEncoder from the GeoServer Resource |
List<GSMetadataLinkInfoEncoder> |
getEncodedMetadataLinkInfoList()
Decodes the list of MetadataLinkInfo from the GeoServer Resource |
List<String> |
getKeywords()
|
protected double |
getLatLonEdge(String edge)
|
double |
getMaxX()
|
double |
getMaxY()
|
double |
getMinX()
|
double |
getMinY()
|
String |
getName()
|
String |
getNameSpace()
|
String |
getNativeName()
|
String |
getStoreName()
|
String |
getStoreType()
|
String |
getStoreUrl()
|
String |
getTitle()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.jdom.Element rootElem
| Constructor Detail |
|---|
public RESTResource(org.jdom.Element resource)
| Method Detail |
|---|
public static RESTResource build(String response)
public String getName()
public String getTitle()
public String getNativeName()
public String getAbstract()
public List<String> getKeywords()
public String getNameSpace()
public String getStoreName()
public String getStoreType()
public String getStoreUrl()
public String getCRS()
protected double getLatLonEdge(String edge)
public double getMinX()
public double getMaxX()
public double getMinY()
public double getMaxY()
public List<Map<FeatureTypeAttribute,String>> getAttributeList()
RESTFeatureType.getAttributeList()
UnsupportedOperationExceptionpublic List<GSAttributeEncoder> getEncodedAttributeList()
RESTFeatureType.getEncodedAttributeList()
UnsupportedOperationExceptionpublic List<GSMetadataLinkInfoEncoder> getEncodedMetadataLinkInfoList()
public List<GSCoverageDimensionEncoder> getEncodedDimensionsInfoList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||