it.geosolutions.geoserver.rest.decoder
Class RESTFeatureTypeList
java.lang.Object
it.geosolutions.geoserver.rest.decoder.RESTAbstractList<NameLinkElem>
it.geosolutions.geoserver.rest.decoder.RESTFeatureTypeList
- All Implemented Interfaces:
- Iterable<NameLinkElem>
public class RESTFeatureTypeList
- extends RESTAbstractList<NameLinkElem>
Parses list of summary data about FeatureTypes.
FeatureType summary info.
This is an XML fragment:
<featureType>
<name>states</name>
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate"
href="http://localhost:8080/geoserver/rest/workspaces/topp/featuretypes/states.xml"
type="application/xml"/>
</featureType>
- Author:
- wumpz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESTFeatureTypeList
protected RESTFeatureTypeList(org.jdom.Element list)
build
public static RESTFeatureTypeList build(String response)
Copyright © 2007-2014 GeoSolutions. All Rights Reserved.