Uses of Interface
net.opengis.gml.CodeType
Packages that use CodeType
Package
Description
-
Uses of CodeType in net.opengis.gml
Methods in net.opengis.gml that return CodeTypeModifier and TypeMethodDescriptionGmlFactory.createCodeType()Returns a new object of class 'Code Type'.DocumentRoot.getName()Returns the value of the 'Name' containment reference.Methods in net.opengis.gml with parameters of type CodeType -
Uses of CodeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CodeTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Code Type'.Methods in net.opengis.gml.impl that return CodeTypeMethods in net.opengis.gml.impl with parameters of type CodeTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetName(CodeType newName, NotificationChain msgs) void -
Uses of CodeType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type CodeTypeModifier and TypeMethodDescriptionGmlSwitch.caseCodeType(CodeType object) Returns the result of interpreting the object as an instance of 'Code Type'.booleanGmlValidator.validateCodeType(CodeType codeType, DiagnosticChain diagnostics, Map context) -
Uses of CodeType in net.opengis.gml.validation
Methods in net.opengis.gml.validation with parameters of type CodeType -
Uses of CodeType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return CodeTypeModifier and TypeMethodDescriptionOutputType.getCrs()Returns the value of the 'Crs' containment reference.OutputType.getFormat()Returns the value of the 'Format' containment reference.KeywordsType.getType()Returns the value of the 'Type' containment reference.Methods in net.opengis.wcs10 with parameters of type CodeType -
Uses of CodeType in net.opengis.wcs10.impl
Fields in net.opengis.wcs10.impl declared as CodeTypeModifier and TypeFieldDescriptionprotected CodeTypeOutputTypeImpl.crsThe cached value of the 'Crs' containment reference.protected CodeTypeOutputTypeImpl.formatThe cached value of the 'Format' containment reference.protected CodeTypeKeywordsTypeImpl.typeThe cached value of the 'Type' containment reference.Methods in net.opengis.wcs10.impl that return CodeTypeModifier and TypeMethodDescriptionOutputTypeImpl.getCrs()OutputTypeImpl.getFormat()KeywordsTypeImpl.getType()Methods in net.opengis.wcs10.impl with parameters of type CodeTypeModifier and TypeMethodDescriptionNotificationChainOutputTypeImpl.basicSetCrs(CodeType newCrs, NotificationChain msgs) NotificationChainOutputTypeImpl.basicSetFormat(CodeType newFormat, NotificationChain msgs) NotificationChainKeywordsTypeImpl.basicSetType(CodeType newType, NotificationChain msgs) voidvoidvoid -
Uses of CodeType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CodeTypeModifier and TypeMethodDescriptionbooleanOutputTypeValidator.validateCrs(CodeType value) booleanOutputTypeValidator.validateFormat(CodeType value) booleanKeywordsTypeValidator.validateType(CodeType value)