@Path(value="/")
public interface Wfs
| Modifier and Type | Method and Description |
|---|---|
org.apache.ws.commons.schema.XmlSchema |
describeFeatureType(DescribeFeatureTypeRequest request)
DescribeFeatureType - HTTP GET
|
org.apache.ws.commons.schema.XmlSchema |
describeFeatureType(DescribeFeatureTypeType describeFeatureRequest)
DescribeFeatureType - HTTP POST
|
WFSCapabilitiesType |
getCapabilities(GetCapabilitiesRequest request)
GetCapabilites - HTTP GET
|
WFSCapabilitiesType |
getCapabilities(GetCapabilitiesType getCapabilitesRequest)
GetCapabilites - HTTP POST
|
Wfs20FeatureCollection |
getFeature(GetFeatureType getFeature)
GetFeature
|
ValueCollectionType |
getPropertyValueType(GetPropertyValueRequest request)
GetPropertyValueType - HTTP GET
|
org.apache.ws.commons.schema.XmlSchema |
getPropertyValueType(GetPropertyValueType propertyValueTypeRequest)
GetPropertyValueType - HTTP POST
|
@GET
@Produces(value={"text/xml","application/xml"})
WFSCapabilitiesType getCapabilities(@QueryParam(value="")
GetCapabilitiesRequest request)
throws WfsException
WfsException@POST
@Consumes(value={"text/xml","application/xml"})
@Produces(value={"text/xml","application/xml"})
WFSCapabilitiesType getCapabilities(GetCapabilitiesType getCapabilitesRequest)
throws WfsException
WfsException@GET
@Produces(value={"text/xml","application/xml"})
org.apache.ws.commons.schema.XmlSchema describeFeatureType(@QueryParam(value="")
DescribeFeatureTypeRequest request)
throws WfsException
WfsException@POST
@Consumes(value={"text/xml","application/xml"})
@Produces(value={"text/xml","application/xml"})
org.apache.ws.commons.schema.XmlSchema describeFeatureType(DescribeFeatureTypeType describeFeatureRequest)
throws WfsException
WfsException@POST
@Consumes(value={"text/xml","application/xml"})
@Produces(value={"text/xml","application/xml"})
Wfs20FeatureCollection getFeature(GetFeatureType getFeature)
throws WfsException
WfsException@GET
@Produces(value={"text/xml","application/xml"})
ValueCollectionType getPropertyValueType(@QueryParam(value="")
GetPropertyValueRequest request)
throws WfsException
WfsException@POST
@Consumes(value={"text/xml","application/xml"})
@Produces(value={"text/xml","application/xml"})
org.apache.ws.commons.schema.XmlSchema getPropertyValueType(GetPropertyValueType propertyValueTypeRequest)
throws WfsException
WfsExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.