Uses of Interface
net.opengis.ows11.AcceptFormatsType
- 
Packages that use AcceptFormatsType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation 
- 
- 
Uses of AcceptFormatsType in net.opengis.ows11Methods in net.opengis.ows11 that return AcceptFormatsType Modifier and Type Method Description AcceptFormatsTypeOws11Factory. createAcceptFormatsType()Returns a new object of class 'Accept Formats Type'.AcceptFormatsTypeGetCapabilitiesType. getAcceptFormats()Returns the value of the 'Accept Formats' containment reference.Methods in net.opengis.ows11 with parameters of type AcceptFormatsType Modifier and Type Method Description voidGetCapabilitiesType. setAcceptFormats(AcceptFormatsType value)Sets the value of the 'Accept Formats' containment reference.
- 
Uses of AcceptFormatsType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement AcceptFormatsType Modifier and Type Class Description classAcceptFormatsTypeImplAn implementation of the model object 'Accept Formats Type'.Fields in net.opengis.ows11.impl declared as AcceptFormatsType Modifier and Type Field Description protected AcceptFormatsTypeGetCapabilitiesTypeImpl. acceptFormatsThe cached value of the 'Accept Formats' containment reference.Methods in net.opengis.ows11.impl that return AcceptFormatsType Modifier and Type Method Description AcceptFormatsTypeOws11FactoryImpl. createAcceptFormatsType()AcceptFormatsTypeGetCapabilitiesTypeImpl. getAcceptFormats()Methods in net.opengis.ows11.impl with parameters of type AcceptFormatsType Modifier and Type Method Description NotificationChainGetCapabilitiesTypeImpl. basicSetAcceptFormats(AcceptFormatsType newAcceptFormats, NotificationChain msgs)voidGetCapabilitiesTypeImpl. setAcceptFormats(AcceptFormatsType newAcceptFormats)
- 
Uses of AcceptFormatsType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type AcceptFormatsType Modifier and Type Method Description ObjectOws11Switch. caseAcceptFormatsType(AcceptFormatsType object)Returns the result of interpreting the object as an instance of 'Accept Formats Type'.booleanOws11Validator. validateAcceptFormatsType(AcceptFormatsType acceptFormatsType, DiagnosticChain diagnostics, Map context)
- 
Uses of AcceptFormatsType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type AcceptFormatsType Modifier and Type Method Description booleanGetCapabilitiesTypeValidator. validateAcceptFormats(AcceptFormatsType value)
 
-