Class RESTFeatureTypeList

  • All Implemented Interfaces:
    java.lang.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>
     
     
    Version:
    $Id: $
    Author:
    wumpz
    • Constructor Detail

      • RESTFeatureTypeList

        protected RESTFeatureTypeList​(org.jdom.Element list)

        Constructor for RESTFeatureTypeList.

        Parameters:
        list - a Element object.