public class RESTWms extends RESTResource
This is the XML REST representation:
<wmsLayer>
<name>comunilazio</name>
<nativeName>lait:comunilazio</nativeName>
<namespace>
<name>arit</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://172.27.30.25:8080/geoserver/rest/namespaces/arit.xml" type="application/xml"/>
</namespace>
<title>comunilazio</title>
<description/>
<keywords>
<string>features</string>
<string>comunilazio</string>
</keywords>
<nativeCRS>
GEOGCS["WGS 84", DATUM["World Geodetic System 1984", SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], AUTHORITY["EPSG","6326"]], PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], UNIT["degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH], AUTHORITY["EPSG","4326"]]
</nativeCRS>
<srs>EPSG:4326</srs>
<nativeBoundingBox>
<minx>11.4482128</minx>
<maxx>14.0288013</maxx>
<miny>40.7848334</miny>
<maxy>42.8396541</maxy>
<crs>EPSG:4326</crs>
</nativeBoundingBox>
<latLonBoundingBox>
<minx>11.4482128</minx>
<maxx>14.0288013</maxx>
<miny>40.7848334</miny>
<maxy>42.8396541</maxy>
<crs>
GEOGCS["WGS84(DD)", DATUM["WGS84", SPHEROID["WGS84", 6378137.0, 298.257223563]], PRIMEM["Greenwich", 0.0], UNIT["degree", 0.017453292519943295], AXIS["Geodetic longitude", EAST], AXIS["Geodetic latitude", NORTH]]
</crs>
</latLonBoundingBox>
<projectionPolicy>FORCE_DECLARED</projectionPolicy>
<enabled>true</enabled>
<metadata>
<entry key="cachingEnabled">false</entry>
</metadata>
<store class="wmsStore">
<name>regione</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate" href="http://172.27.30.25:8080/geoserver/rest/workspaces/arit/wmsstores/regione.xml" type="application/xml"/>
</store>
</wmsLayer>
rootElem| Constructor and Description |
|---|
RESTWms(org.jdom.Element resource) |
RESTWms(RESTResource resource) |
| Modifier and Type | Method and Description |
|---|---|
static RESTWms |
build(String response) |
List<RESTDimensionInfo> |
getDimensionInfo() |
RESTMetadataList |
getMetadataList() |
String |
getNativeCRS() |
Map<String,String> |
getParametersList()
Retrieves the list of parameters for this wms.
|
String |
getSRS() |
String |
toString() |
getAbstract, getAttributeList, getCRS, getEncodedAttributeList, getEncodedDimensionsInfoList, getEncodedMetadataLinkInfoList, getKeywords, getLatLonBoundingBox, getMaxX, getMaxY, getMinX, getMinY, getName, getNameSpace, getNativeBoundingBox, getNativeName, getStoreName, getStoreType, getStoreUrl, getTitlepublic RESTWms(org.jdom.Element resource)
public RESTWms(RESTResource resource)
public String getNativeCRS()
getNativeCRS in class RESTResourcepublic String getSRS()
public RESTMetadataList getMetadataList()
public List<RESTDimensionInfo> getDimensionInfo()
public Map<String,String> getParametersList()
Map where the key is the name for the parameter and the value is the value for the parameter.Copyright © 2007–2016 PDOK. All rights reserved.