@Path("/") public interface ExtendedWfs
JAX-RS Interface to define a WFS server. Supports startIndex for GetFeature.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.ws.commons.schema.XmlSchema
    describeFeatureType(net.opengis.wfs.v_1_1_0.DescribeFeatureTypeType describeFeatureRequest)
    DescribeFeatureType - HTTP POST
    org.apache.ws.commons.schema.XmlSchema
    DescribeFeatureType - HTTP GET
    net.opengis.wfs.v_1_1_0.WFSCapabilitiesType
    getCapabilities(net.opengis.wfs.v_1_1_0.GetCapabilitiesType getCapabilitesRequest)
    GetCapabilites - HTTP POST
    net.opengis.wfs.v_1_1_0.WFSCapabilitiesType
    GetCapabilites - HTTP GET
    org.codice.ddf.spatial.ogc.wfs.catalog.WfsFeatureCollection
    GetFeature
  • Method Details

    • getCapabilities

      @GET @Produces({"text/xml","application/xml"}) net.opengis.wfs.v_1_1_0.WFSCapabilitiesType getCapabilities(@QueryParam("") GetCapabilitiesRequest request) throws WfsException
      GetCapabilites - HTTP GET
      Throws:
      WfsException
    • getCapabilities

      @POST @Consumes({"text/xml","application/xml"}) @Produces({"text/xml","application/xml"}) net.opengis.wfs.v_1_1_0.WFSCapabilitiesType getCapabilities(net.opengis.wfs.v_1_1_0.GetCapabilitiesType getCapabilitesRequest) throws WfsException
      GetCapabilites - HTTP POST
      Throws:
      WfsException
    • describeFeatureType

      @GET @Produces({"text/xml","application/xml"}) org.apache.ws.commons.schema.XmlSchema describeFeatureType(@QueryParam("") DescribeFeatureTypeRequest request) throws WfsException
      DescribeFeatureType - HTTP GET
      Throws:
      WfsException
    • describeFeatureType

      @POST @Consumes({"text/xml","application/xml"}) @Produces({"text/xml","application/xml"}) org.apache.ws.commons.schema.XmlSchema describeFeatureType(net.opengis.wfs.v_1_1_0.DescribeFeatureTypeType describeFeatureRequest) throws WfsException
      DescribeFeatureType - HTTP POST
      Throws:
      WfsException
    • getFeature

      @POST @Consumes({"text/xml","application/xml"}) @Produces({"text/xml","application/xml"}) org.codice.ddf.spatial.ogc.wfs.catalog.WfsFeatureCollection getFeature(ExtendedGetFeatureType getFeature) throws WfsException
      GetFeature
      Throws:
      WfsException