Uses of Interface
net.opengis.gml.CodeType
-
Packages that use CodeType Package Description net.opengis.gml net.opengis.gml.impl net.opengis.gml.util net.opengis.gml.validation net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.validation -
-
Uses of CodeType in net.opengis.gml
Methods in net.opengis.gml that return CodeType Modifier and Type Method Description CodeType
GmlFactory. createCodeType()
Returns a new object of class 'Code Type'.CodeType
DocumentRoot. getName()
Returns the value of the 'Name' containment reference.Methods in net.opengis.gml with parameters of type CodeType Modifier and Type Method Description void
DocumentRoot. setName(CodeType value)
Sets the value of the 'Name
' containment reference. -
Uses of CodeType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CodeType Modifier and Type Class Description class
CodeTypeImpl
An implementation of the model object 'Code Type'.Methods in net.opengis.gml.impl that return CodeType Modifier and Type Method Description CodeType
GmlFactoryImpl. createCodeType()
CodeType
DocumentRootImpl. getName()
Methods in net.opengis.gml.impl with parameters of type CodeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetName(CodeType newName, NotificationChain msgs)
void
DocumentRootImpl. setName(CodeType newName)
-
Uses of CodeType in net.opengis.gml.util
Methods in net.opengis.gml.util with parameters of type CodeType Modifier and Type Method Description Object
GmlSwitch. 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 Modifier and Type Method Description boolean
DocumentRootValidator. validateName(CodeType value)
-
Uses of CodeType in net.opengis.wcs10
Methods in net.opengis.wcs10 that return CodeType Modifier and Type Method Description CodeType
OutputType. getCrs()
Returns the value of the 'Crs' containment reference.CodeType
OutputType. getFormat()
Returns the value of the 'Format' containment reference.CodeType
KeywordsType. getType()
Returns the value of the 'Type' containment reference.Methods in net.opengis.wcs10 with parameters of type CodeType Modifier and Type Method Description void
OutputType. setCrs(CodeType value)
Sets the value of the 'Crs
' containment reference.void
OutputType. setFormat(CodeType value)
Sets the value of the 'Format
' containment reference.void
KeywordsType. setType(CodeType value)
Sets the value of the 'Type
' containment reference. -
Uses of CodeType in net.opengis.wcs10.impl
Fields in net.opengis.wcs10.impl declared as CodeType Modifier and Type Field Description protected 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 CodeType Modifier and Type Method Description CodeType
OutputTypeImpl. getCrs()
CodeType
OutputTypeImpl. getFormat()
CodeType
KeywordsTypeImpl. getType()
Methods in net.opengis.wcs10.impl with parameters of type CodeType Modifier and Type Method Description NotificationChain
OutputTypeImpl. basicSetCrs(CodeType newCrs, NotificationChain msgs)
NotificationChain
OutputTypeImpl. basicSetFormat(CodeType newFormat, NotificationChain msgs)
NotificationChain
KeywordsTypeImpl. basicSetType(CodeType newType, NotificationChain msgs)
void
OutputTypeImpl. setCrs(CodeType newCrs)
void
OutputTypeImpl. setFormat(CodeType newFormat)
void
KeywordsTypeImpl. setType(CodeType newType)
-
Uses of CodeType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type CodeType Modifier and Type Method Description boolean
OutputTypeValidator. validateCrs(CodeType value)
boolean
OutputTypeValidator. validateFormat(CodeType value)
boolean
KeywordsTypeValidator. validateType(CodeType value)
-