@Path("/") public interface Wfs
JAX-RS Interface to define a WFS server.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.ws.commons.schema.XmlSchema
    describeFeatureType(net.opengis.wfs.v_2_0_0.DescribeFeatureTypeType describeFeatureRequest)
    DescribeFeatureType - HTTP POST
    org.apache.ws.commons.schema.XmlSchema
    DescribeFeatureType - HTTP GET
    net.opengis.wfs.v_2_0_0.WFSCapabilitiesType
    getCapabilities(net.opengis.wfs.v_2_0_0.GetCapabilitiesType getCapabilitesRequest)
    GetCapabilites - HTTP POST
    net.opengis.wfs.v_2_0_0.WFSCapabilitiesType
    GetCapabilites - HTTP GET
    getFeature(net.opengis.wfs.v_2_0_0.GetFeatureType getFeature)
    GetFeature
    org.apache.ws.commons.schema.XmlSchema
    getPropertyValueType(net.opengis.wfs.v_2_0_0.GetPropertyValueType propertyValueTypeRequest)
    GetPropertyValueType - HTTP POST
    net.opengis.wfs.v_2_0_0.ValueCollectionType
    GetPropertyValueType - HTTP GET
  • Method Details

    • getCapabilities

      @GET @Produces({"text/xml","application/xml"}) net.opengis.wfs.v_2_0_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_2_0_0.WFSCapabilitiesType getCapabilities(net.opengis.wfs.v_2_0_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_2_0_0.DescribeFeatureTypeType describeFeatureRequest) throws WfsException
      DescribeFeatureType - HTTP POST
      Throws:
      WfsException
    • getFeature

      @POST @Consumes({"text/xml","application/xml"}) @Produces({"text/xml","application/xml"}) Wfs20FeatureCollection getFeature(net.opengis.wfs.v_2_0_0.GetFeatureType getFeature) throws WfsException
      GetFeature
      Throws:
      WfsException
    • getPropertyValueType

      @GET @Produces({"text/xml","application/xml"}) net.opengis.wfs.v_2_0_0.ValueCollectionType getPropertyValueType(@QueryParam("") GetPropertyValueRequest request) throws WfsException
      GetPropertyValueType - HTTP GET
      Throws:
      WfsException
    • getPropertyValueType

      @POST @Consumes({"text/xml","application/xml"}) @Produces({"text/xml","application/xml"}) org.apache.ws.commons.schema.XmlSchema getPropertyValueType(net.opengis.wfs.v_2_0_0.GetPropertyValueType propertyValueTypeRequest) throws WfsException
      GetPropertyValueType - HTTP POST
      Throws:
      WfsException