Uses of Interface
net.opengis.ows11.AcceptFormatsType
Packages that use AcceptFormatsType
Package
Description
-
Uses of AcceptFormatsType in net.opengis.ows11
Methods in net.opengis.ows11 that return AcceptFormatsTypeModifier and TypeMethodDescriptionOws11Factory.createAcceptFormatsType()
Returns a new object of class 'Accept Formats Type'.GetCapabilitiesType.getAcceptFormats()
Returns the value of the 'Accept Formats' containment reference.Methods in net.opengis.ows11 with parameters of type AcceptFormatsTypeModifier and TypeMethodDescriptionvoid
GetCapabilitiesType.setAcceptFormats
(AcceptFormatsType value) Sets the value of the 'Accept Formats
' containment reference. -
Uses of AcceptFormatsType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement AcceptFormatsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Accept Formats Type'.Fields in net.opengis.ows11.impl declared as AcceptFormatsTypeModifier and TypeFieldDescriptionprotected AcceptFormatsType
GetCapabilitiesTypeImpl.acceptFormats
The cached value of the 'Accept Formats
' containment reference.Methods in net.opengis.ows11.impl that return AcceptFormatsTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createAcceptFormatsType()
GetCapabilitiesTypeImpl.getAcceptFormats()
Methods in net.opengis.ows11.impl with parameters of type AcceptFormatsTypeModifier and TypeMethodDescriptionNotificationChain
GetCapabilitiesTypeImpl.basicSetAcceptFormats
(AcceptFormatsType newAcceptFormats, NotificationChain msgs) void
GetCapabilitiesTypeImpl.setAcceptFormats
(AcceptFormatsType newAcceptFormats) -
Uses of AcceptFormatsType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type AcceptFormatsTypeModifier and TypeMethodDescriptionOws11Switch.caseAcceptFormatsType
(AcceptFormatsType object) Returns the result of interpreting the object as an instance of 'Accept Formats Type'.boolean
Ows11Validator.validateAcceptFormatsType
(AcceptFormatsType acceptFormatsType, DiagnosticChain diagnostics, Map context) -
Uses of AcceptFormatsType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type AcceptFormatsTypeModifier and TypeMethodDescriptionboolean
GetCapabilitiesTypeValidator.validateAcceptFormats
(AcceptFormatsType value)