Uses of Interface
net.opengis.wfs20.OutputFormatListType
Packages that use OutputFormatListType
Package
Description
-
Uses of OutputFormatListType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return OutputFormatListTypeModifier and TypeMethodDescriptionWfs20Factory.createOutputFormatListType()
Returns a new object of class 'Output Format List Type'.FeatureTypeType.getOutputFormats()
Returns the value of the 'Output Formats' containment reference.Methods in net.opengis.wfs20 with parameters of type OutputFormatListTypeModifier and TypeMethodDescriptionvoid
FeatureTypeType.setOutputFormats
(OutputFormatListType value) Sets the value of the 'Output Formats
' containment reference. -
Uses of OutputFormatListType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement OutputFormatListTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Output Format List Type'.Fields in net.opengis.wfs20.impl declared as OutputFormatListTypeModifier and TypeFieldDescriptionprotected OutputFormatListType
FeatureTypeTypeImpl.outputFormats
The cached value of the 'Output Formats
' containment reference.Methods in net.opengis.wfs20.impl that return OutputFormatListTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createOutputFormatListType()
FeatureTypeTypeImpl.getOutputFormats()
Methods in net.opengis.wfs20.impl with parameters of type OutputFormatListTypeModifier and TypeMethodDescriptionNotificationChain
FeatureTypeTypeImpl.basicSetOutputFormats
(OutputFormatListType newOutputFormats, NotificationChain msgs) void
FeatureTypeTypeImpl.setOutputFormats
(OutputFormatListType newOutputFormats) -
Uses of OutputFormatListType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type OutputFormatListTypeModifier and TypeMethodDescriptionWfs20Switch.caseOutputFormatListType
(OutputFormatListType object) Returns the result of interpreting the object as an instance of 'Output Format List Type'.boolean
Wfs20Validator.validateOutputFormatListType
(OutputFormatListType outputFormatListType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of OutputFormatListType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type OutputFormatListTypeModifier and TypeMethodDescriptionboolean
FeatureTypeTypeValidator.validateOutputFormats
(OutputFormatListType value) Method parameters in net.opengis.wfs20.validation with type arguments of type OutputFormatListTypeModifier and TypeMethodDescriptionboolean
FeatureTypeTypeValidator.validateOutputFormats
(EList<OutputFormatListType> value)