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 TypeClassDescriptionclass
An 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.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'.boolean
GmlValidator.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 CodeType
OutputTypeImpl.crs
The cached value of the 'Crs
' containment reference.protected CodeType
OutputTypeImpl.format
The cached value of the 'Format
' containment reference.protected CodeType
KeywordsTypeImpl.type
The 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 TypeMethodDescriptionNotificationChain
OutputTypeImpl.basicSetCrs
(CodeType newCrs, NotificationChain msgs) NotificationChain
OutputTypeImpl.basicSetFormat
(CodeType newFormat, NotificationChain msgs) NotificationChain
KeywordsTypeImpl.basicSetType
(CodeType newType, NotificationChain msgs) void
void
void
-
Uses of CodeType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CodeTypeModifier and TypeMethodDescriptionboolean
OutputTypeValidator.validateCrs
(CodeType value) boolean
OutputTypeValidator.validateFormat
(CodeType value) boolean
KeywordsTypeValidator.validateType
(CodeType value)