Uses of Enum Class
org.opengis.cite.cat20.dgiwg10.ProtocolBinding
Packages that use ProtocolBinding
Package
Description
The root package includes supporting classes of general utility such as the main
controller, listeners, and reporters.
This package includes miscellaneous utility classes to support testing.
-
Uses of ProtocolBinding in org.opengis.cite.cat20.dgiwg10
Methods in org.opengis.cite.cat20.dgiwg10 that return ProtocolBindingModifier and TypeMethodDescriptionstatic ProtocolBinding
Returns the enum constant of this class with the specified name.static ProtocolBinding[]
ProtocolBinding.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProtocolBinding in org.opengis.cite.cat20.dgiwg10.util
Methods in org.opengis.cite.cat20.dgiwg10.util that return types with arguments of type ProtocolBindingModifier and TypeMethodDescriptionstatic Set<ProtocolBinding>
ServiceMetadataUtils.getOperationBindings
(Document capabilitiesDoc, String opName) Determines which protocol bindings are supported for a given operation.Methods in org.opengis.cite.cat20.dgiwg10.util with parameters of type ProtocolBindingModifier and TypeMethodDescriptionstatic URI
ServiceMetadataUtils.getOperationEndpoint
(Document capabilitiesDoc, String opName, ProtocolBinding binding) Extracts a request endpoint from a WFS capabilities document.