Uses of Interface
net.opengis.wfs.OutputFormatListType
Packages that use OutputFormatListType
-
Uses of OutputFormatListType in net.opengis.wfs
Methods in net.opengis.wfs that return OutputFormatListTypeModifier and TypeMethodDescriptionWfsFactory.createOutputFormatListType()Returns a new object of class 'Output Format List Type'.FeatureTypeType.getOutputFormats()Returns the value of the 'Output Formats' containment reference.GMLObjectTypeType.getOutputFormats()Returns the value of the 'Output Formats' containment reference.Methods in net.opengis.wfs with parameters of type OutputFormatListTypeModifier and TypeMethodDescriptionvoidFeatureTypeType.setOutputFormats(OutputFormatListType value) Sets the value of the 'Output Formats' containment reference.voidGMLObjectTypeType.setOutputFormats(OutputFormatListType value) Sets the value of the 'Output Formats' containment reference. -
Uses of OutputFormatListType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement OutputFormatListTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Output Format List Type'.Fields in net.opengis.wfs.impl declared as OutputFormatListTypeModifier and TypeFieldDescriptionprotected OutputFormatListTypeFeatureTypeTypeImpl.outputFormatsThe cached value of the 'Output Formats' containment reference.protected OutputFormatListTypeGMLObjectTypeTypeImpl.outputFormatsThe cached value of the 'Output Formats' containment reference.Methods in net.opengis.wfs.impl that return OutputFormatListTypeModifier and TypeMethodDescriptionWfsFactoryImpl.createOutputFormatListType()FeatureTypeTypeImpl.getOutputFormats()GMLObjectTypeTypeImpl.getOutputFormats()Methods in net.opengis.wfs.impl with parameters of type OutputFormatListTypeModifier and TypeMethodDescriptionNotificationChainFeatureTypeTypeImpl.basicSetOutputFormats(OutputFormatListType newOutputFormats, NotificationChain msgs) NotificationChainGMLObjectTypeTypeImpl.basicSetOutputFormats(OutputFormatListType newOutputFormats, NotificationChain msgs) voidFeatureTypeTypeImpl.setOutputFormats(OutputFormatListType newOutputFormats) voidGMLObjectTypeTypeImpl.setOutputFormats(OutputFormatListType newOutputFormats) -
Uses of OutputFormatListType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type OutputFormatListTypeModifier and TypeMethodDescriptionbooleanFeatureTypeTypeValidator.validateOutputFormats(OutputFormatListType value) booleanGMLObjectTypeTypeValidator.validateOutputFormats(OutputFormatListType value)