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 TypeMethodDescriptionvoidFeatureTypeType.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 TypeClassDescriptionclassAn implementation of the model object 'Output Format List Type'.Fields in net.opengis.wfs20.impl declared as OutputFormatListTypeModifier and TypeFieldDescriptionprotected OutputFormatListTypeFeatureTypeTypeImpl.outputFormatsThe 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 TypeMethodDescriptionNotificationChainFeatureTypeTypeImpl.basicSetOutputFormats(OutputFormatListType newOutputFormats, NotificationChain msgs) voidFeatureTypeTypeImpl.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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanFeatureTypeTypeValidator.validateOutputFormats(OutputFormatListType value) Method parameters in net.opengis.wfs20.validation with type arguments of type OutputFormatListTypeModifier and TypeMethodDescriptionbooleanFeatureTypeTypeValidator.validateOutputFormats(EList<OutputFormatListType> value)