Uses of Interface
net.opengis.gml.CodeListType
Packages that use CodeListType
Package
Description
-
Uses of CodeListType in net.opengis.gml
Methods in net.opengis.gml that return CodeListTypeModifier and TypeMethodDescriptionGmlFactory.createCodeListType()Returns a new object of class 'Code List Type'. -
Uses of CodeListType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CodeListTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Code List Type'.Methods in net.opengis.gml.impl that return CodeListType -
Uses of CodeListType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type CodeListTypeModifier and TypeMethodDescriptionGmlSwitch.caseCodeListType(CodeListType object) Returns the result of interpreting the object as an instance of 'Code List Type'.booleanGmlValidator.validateCodeListType(CodeListType codeListType, DiagnosticChain diagnostics, Map context) -
Uses of CodeListType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return CodeListTypeModifier and TypeMethodDescriptionServiceType.getFees()Returns the value of the 'Fees' containment reference.DocumentRoot.getFormats()Returns the value of the 'Formats' containment reference.Methods in net.opengis.wcs10 with parameters of type CodeListTypeModifier and TypeMethodDescriptionvoidServiceType.setFees(CodeListType value) Sets the value of the 'Fees' containment reference.voidDocumentRoot.setFormats(CodeListType value) Sets the value of the 'Formats' containment reference. -
Uses of CodeListType in net.opengis.wcs10.impl
Fields in net.opengis.wcs10.impl declared as CodeListTypeModifier and TypeFieldDescriptionprotected CodeListTypeServiceTypeImpl.feesThe cached value of the 'Fees' containment reference.Methods in net.opengis.wcs10.impl that return CodeListTypeMethods in net.opengis.wcs10.impl with parameters of type CodeListTypeModifier and TypeMethodDescriptionNotificationChainServiceTypeImpl.basicSetFees(CodeListType newFees, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetFormats(CodeListType newFormats, NotificationChain msgs) voidServiceTypeImpl.setFees(CodeListType newFees) voidDocumentRootImpl.setFormats(CodeListType newFormats) -
Uses of CodeListType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CodeListTypeModifier and TypeMethodDescriptionbooleanServiceTypeValidator.validateFees(CodeListType value) booleanDocumentRootValidator.validateFormats(CodeListType value)