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.gmlMethods in net.opengis.gml that return CodeType Modifier and Type Method Description CodeTypeGmlFactory. createCodeType()Returns a new object of class 'Code Type'.CodeTypeDocumentRoot. getName()Returns the value of the 'Name' containment reference.Methods in net.opengis.gml with parameters of type CodeType Modifier and Type Method Description voidDocumentRoot. setName(CodeType value)Sets the value of the 'Name' containment reference.
- 
Uses of CodeType in net.opengis.gml.implClasses in net.opengis.gml.impl that implement CodeType Modifier and Type Class Description classCodeTypeImplAn implementation of the model object 'Code Type'.Methods in net.opengis.gml.impl that return CodeType Modifier and Type Method Description CodeTypeGmlFactoryImpl. createCodeType()CodeTypeDocumentRootImpl. getName()Methods in net.opengis.gml.impl with parameters of type CodeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetName(CodeType newName, NotificationChain msgs)voidDocumentRootImpl. setName(CodeType newName)
- 
Uses of CodeType in net.opengis.gml.utilMethods in net.opengis.gml.util with parameters of type CodeType Modifier and Type Method Description ObjectGmlSwitch. 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.validationMethods in net.opengis.gml.validation with parameters of type CodeType Modifier and Type Method Description booleanDocumentRootValidator. validateName(CodeType value)
- 
Uses of CodeType in net.opengis.wcs10Methods in net.opengis.wcs10 that return CodeType Modifier and Type Method Description CodeTypeOutputType. getCrs()Returns the value of the 'Crs' containment reference.CodeTypeOutputType. getFormat()Returns the value of the 'Format' containment reference.CodeTypeKeywordsType. getType()Returns the value of the 'Type' containment reference.Methods in net.opengis.wcs10 with parameters of type CodeType Modifier and Type Method Description voidOutputType. setCrs(CodeType value)Sets the value of the 'Crs' containment reference.voidOutputType. setFormat(CodeType value)Sets the value of the 'Format' containment reference.voidKeywordsType. setType(CodeType value)Sets the value of the 'Type' containment reference.
- 
Uses of CodeType in net.opengis.wcs10.implFields in net.opengis.wcs10.impl declared as CodeType Modifier and Type Field Description protected 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 CodeType Modifier and Type Method Description CodeTypeOutputTypeImpl. getCrs()CodeTypeOutputTypeImpl. getFormat()CodeTypeKeywordsTypeImpl. getType()Methods in net.opengis.wcs10.impl with parameters of type CodeType Modifier and Type Method Description NotificationChainOutputTypeImpl. basicSetCrs(CodeType newCrs, NotificationChain msgs)NotificationChainOutputTypeImpl. basicSetFormat(CodeType newFormat, NotificationChain msgs)NotificationChainKeywordsTypeImpl. basicSetType(CodeType newType, NotificationChain msgs)voidOutputTypeImpl. setCrs(CodeType newCrs)voidOutputTypeImpl. setFormat(CodeType newFormat)voidKeywordsTypeImpl. setType(CodeType newType)
- 
Uses of CodeType in net.opengis.wcs10.validationMethods in net.opengis.wcs10.validation with parameters of type CodeType Modifier and Type Method Description booleanOutputTypeValidator. validateCrs(CodeType value)booleanOutputTypeValidator. validateFormat(CodeType value)booleanKeywordsTypeValidator. validateType(CodeType value)
 
-