public class RESTResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.jdom.Element |
rootElem |
| Constructor and Description |
|---|
RESTResource(org.jdom.Element resource) |
| Modifier and Type | Method and Description |
|---|---|
static RESTResource |
build(String response) |
String |
getAbstract() |
List<Map<FeatureTypeAttribute,String>> |
getAttributeList()
Deprecated.
|
String |
getCRS() |
List<GSAttributeEncoder> |
getEncodedAttributeList()
Deprecated.
|
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() |
RESTBoundingBox |
getLatLonBoundingBox() |
double |
getMaxX() |
double |
getMaxY() |
double |
getMinX() |
double |
getMinY() |
String |
getName() |
String |
getNameSpace() |
RESTBoundingBox |
getNativeBoundingBox() |
String |
getNativeCRS() |
String |
getNativeName() |
String |
getStoreName() |
String |
getStoreType() |
String |
getStoreUrl() |
String |
getTitle() |
public static RESTResource build(String response)
public String getName()
public String getTitle()
public String getNativeName()
public String getAbstract()
public String getNameSpace()
public String getStoreName()
public String getStoreType()
public String getStoreUrl()
public String getNativeCRS()
public RESTBoundingBox getNativeBoundingBox()
public RESTBoundingBox getLatLonBoundingBox()
public String getCRS()
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()
Copyright © 2007–2016 PDOK. All rights reserved.