Uses of Interface
net.opengis.gml.CodeListType
-
Packages that use CodeListType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.validation -
-
Uses of CodeListType in net.opengis.gml
Methods in net.opengis.gml that return CodeListType Modifier and Type Method Description CodeListType
GmlFactory. 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 CodeListType Modifier and Type Class Description class
CodeListTypeImpl
An implementation of the model object 'Code List Type'.Methods in net.opengis.gml.impl that return CodeListType Modifier and Type Method Description CodeListType
GmlFactoryImpl. createCodeListType()
-
Uses of CodeListType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type CodeListType Modifier and Type Method Description Object
GmlSwitch. caseCodeListType(CodeListType object)
Returns the result of interpreting the object as an instance of 'Code List Type'.boolean
GmlValidator. validateCodeListType(CodeListType codeListType, DiagnosticChain diagnostics, Map context)
-
Uses of CodeListType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return CodeListType Modifier and Type Method Description CodeListType
ServiceType. getFees()
Returns the value of the 'Fees' containment reference.CodeListType
DocumentRoot. getFormats()
Returns the value of the 'Formats' containment reference.Methods in net.opengis.wcs10 with parameters of type CodeListType Modifier and Type Method Description void
ServiceType. setFees(CodeListType value)
Sets the value of the 'Fees
' containment reference.void
DocumentRoot. 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 CodeListType Modifier and Type Field Description protected CodeListType
ServiceTypeImpl. fees
The cached value of the 'Fees
' containment reference.Methods in net.opengis.wcs10.impl that return CodeListType Modifier and Type Method Description CodeListType
ServiceTypeImpl. getFees()
CodeListType
DocumentRootImpl. getFormats()
Methods in net.opengis.wcs10.impl with parameters of type CodeListType Modifier and Type Method Description NotificationChain
ServiceTypeImpl. basicSetFees(CodeListType newFees, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetFormats(CodeListType newFormats, NotificationChain msgs)
void
ServiceTypeImpl. setFees(CodeListType newFees)
void
DocumentRootImpl. setFormats(CodeListType newFormats)
-
Uses of CodeListType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CodeListType Modifier and Type Method Description boolean
ServiceTypeValidator. validateFees(CodeListType value)
boolean
DocumentRootValidator. validateFormats(CodeListType value)
-