FeatureTypeList included
This commit is contained in:
parent
18d2a11ce2
commit
b7bef77052
@ -34,21 +34,19 @@ import org.jdom.Element;
|
|||||||
* Parses list of summary data about FeatureTypes.
|
* Parses list of summary data about FeatureTypes.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* Layer summary info.
|
* FeatureType summary info.
|
||||||
* <BR>This is an XML fragment:
|
* <BR>This is an XML fragment:
|
||||||
* <PRE>
|
* <PRE>
|
||||||
*{@code
|
*{@code
|
||||||
<layer>
|
<featureType>
|
||||||
<name>states</name>
|
<name>states</name>
|
||||||
<atom:link
|
<atom:link xmlns:atom="http://www.w3.org/2005/Atom" rel="alternate"
|
||||||
xmlns:atom="http://www.w3.org/2005/Atom"
|
href="http://localhost:8080/geoserver/rest/workspaces/topp/featuretypes/states.xml"
|
||||||
rel="alternate"
|
|
||||||
href="http://localhost:8080/geoserver/rest/layers/states.xml"
|
|
||||||
type="application/xml"/>
|
type="application/xml"/>
|
||||||
</layer>
|
</featureType>
|
||||||
* }
|
* }
|
||||||
* </PRE>
|
* </PRE>
|
||||||
|
*
|
||||||
* @author wumpz
|
* @author wumpz
|
||||||
*/
|
*/
|
||||||
public class RESTFeatureTypeList extends RESTAbstractList<NameLinkElem> {
|
public class RESTFeatureTypeList extends RESTAbstractList<NameLinkElem> {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user