Uses of Interface
net.opengis.ows20.AcceptFormatsType
-
Packages that use AcceptFormatsType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of AcceptFormatsType in net.opengis.ows20
Methods in net.opengis.ows20 that return AcceptFormatsType Modifier and Type Method Description AcceptFormatsType
Ows20Factory. createAcceptFormatsType()
Returns a new object of class 'Accept Formats Type'.AcceptFormatsType
GetCapabilitiesType. getAcceptFormats()
Returns the value of the 'Accept Formats' containment reference.Methods in net.opengis.ows20 with parameters of type AcceptFormatsType Modifier and Type Method Description void
GetCapabilitiesType. setAcceptFormats(AcceptFormatsType value)
Sets the value of the 'Accept Formats
' containment reference. -
Uses of AcceptFormatsType in net.opengis.ows20.impl
Classes in net.opengis.ows20.impl that implement AcceptFormatsType Modifier and Type Class Description class
AcceptFormatsTypeImpl
An implementation of the model object 'Accept Formats Type'.Fields in net.opengis.ows20.impl declared as AcceptFormatsType Modifier and Type Field Description protected AcceptFormatsType
GetCapabilitiesTypeImpl. acceptFormats
The cached value of the 'Accept Formats
' containment reference.Methods in net.opengis.ows20.impl that return AcceptFormatsType Modifier and Type Method Description AcceptFormatsType
Ows20FactoryImpl. createAcceptFormatsType()
AcceptFormatsType
GetCapabilitiesTypeImpl. getAcceptFormats()
Methods in net.opengis.ows20.impl with parameters of type AcceptFormatsType Modifier and Type Method Description NotificationChain
GetCapabilitiesTypeImpl. basicSetAcceptFormats(AcceptFormatsType newAcceptFormats, NotificationChain msgs)
void
GetCapabilitiesTypeImpl. setAcceptFormats(AcceptFormatsType newAcceptFormats)
-
Uses of AcceptFormatsType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type AcceptFormatsType Modifier and Type Method Description T
Ows20Switch. caseAcceptFormatsType(AcceptFormatsType object)
Returns the result of interpreting the object as an instance of 'Accept Formats Type'.boolean
Ows20Validator. validateAcceptFormatsType(AcceptFormatsType acceptFormatsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of AcceptFormatsType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type AcceptFormatsType Modifier and Type Method Description boolean
GetCapabilitiesTypeValidator. validateAcceptFormats(AcceptFormatsType value)
-