Uses of Interface
net.opengis.ows11.CodeType
Packages that use CodeType
Package
Description
-
Uses of CodeType in net.opengis.ows11
Methods in net.opengis.ows11 that return CodeTypeModifier and TypeMethodDescriptionOws11Factory.createCodeType()
Returns a new object of class 'Code Type'.BasicIdentificationType.getIdentifier()
Returns the value of the 'Identifier' containment reference.DatasetDescriptionSummaryBaseType.getIdentifier()
Returns the value of the 'Identifier' containment reference.DocumentRoot.getIdentifier()
Returns the value of the 'Identifier' containment reference.ReferenceType.getIdentifier()
Returns the value of the 'Identifier' containment reference.DocumentRoot.getRole()
Returns the value of the 'Role' containment reference.ResponsiblePartySubsetType.getRole()
Returns the value of the 'Role' containment reference.ResponsiblePartyType.getRole()
Returns the value of the 'Role' containment reference.ServiceIdentificationType.getServiceType()
Returns the value of the 'Service Type' containment reference.KeywordsType.getType()
Returns the value of the 'Type' containment reference.Methods in net.opengis.ows11 with parameters of type CodeTypeModifier and TypeMethodDescriptionvoid
BasicIdentificationType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
DatasetDescriptionSummaryBaseType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
DocumentRoot.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
ReferenceType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
Sets the value of the 'Role
' containment reference.void
Sets the value of the 'Role
' containment reference.void
Sets the value of the 'Role
' containment reference.void
ServiceIdentificationType.setServiceType
(CodeType value) Sets the value of the 'Service Type
' containment reference.void
Sets the value of the 'Type
' containment reference. -
Uses of CodeType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement CodeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Code Type'.Fields in net.opengis.ows11.impl declared as CodeTypeModifier and TypeFieldDescriptionprotected CodeType
BasicIdentificationTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
DatasetDescriptionSummaryBaseTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
ReferenceTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
ResponsiblePartySubsetTypeImpl.role
The cached value of the 'Role
' containment reference.protected CodeType
ResponsiblePartyTypeImpl.role
The cached value of the 'Role
' containment reference.protected CodeType
ServiceIdentificationTypeImpl.serviceType
The cached value of the 'Service Type
' containment reference.protected CodeType
KeywordsTypeImpl.type
The cached value of the 'Type
' containment reference.Methods in net.opengis.ows11.impl that return CodeTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createCodeType()
BasicIdentificationTypeImpl.getIdentifier()
DatasetDescriptionSummaryBaseTypeImpl.getIdentifier()
DocumentRootImpl.getIdentifier()
ReferenceTypeImpl.getIdentifier()
DocumentRootImpl.getRole()
ResponsiblePartySubsetTypeImpl.getRole()
ResponsiblePartyTypeImpl.getRole()
ServiceIdentificationTypeImpl.getServiceType()
KeywordsTypeImpl.getType()
Methods in net.opengis.ows11.impl with parameters of type CodeTypeModifier and TypeMethodDescriptionNotificationChain
BasicIdentificationTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
DatasetDescriptionSummaryBaseTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
ReferenceTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
DocumentRootImpl.basicSetRole
(CodeType newRole, NotificationChain msgs) NotificationChain
ResponsiblePartySubsetTypeImpl.basicSetRole
(CodeType newRole, NotificationChain msgs) NotificationChain
ResponsiblePartyTypeImpl.basicSetRole
(CodeType newRole, NotificationChain msgs) NotificationChain
ServiceIdentificationTypeImpl.basicSetServiceType
(CodeType newServiceType, NotificationChain msgs) NotificationChain
KeywordsTypeImpl.basicSetType
(CodeType newType, NotificationChain msgs) void
BasicIdentificationTypeImpl.setIdentifier
(CodeType newIdentifier) void
DatasetDescriptionSummaryBaseTypeImpl.setIdentifier
(CodeType newIdentifier) void
DocumentRootImpl.setIdentifier
(CodeType newIdentifier) void
ReferenceTypeImpl.setIdentifier
(CodeType newIdentifier) void
void
void
void
ServiceIdentificationTypeImpl.setServiceType
(CodeType newServiceType) void
-
Uses of CodeType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type CodeTypeModifier and TypeMethodDescriptionOws11Switch.caseCodeType
(CodeType object) Returns the result of interpreting the object as an instance of 'Code Type'.boolean
Ows11Validator.validateCodeType
(CodeType codeType, DiagnosticChain diagnostics, Map context) -
Uses of CodeType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type CodeTypeModifier and TypeMethodDescriptionboolean
BasicIdentificationTypeValidator.validateIdentifier
(CodeType value) boolean
DatasetDescriptionSummaryBaseTypeValidator.validateIdentifier
(CodeType value) boolean
DocumentRootValidator.validateIdentifier
(CodeType value) boolean
ReferenceTypeValidator.validateIdentifier
(CodeType value) boolean
DocumentRootValidator.validateRole
(CodeType value) boolean
ResponsiblePartySubsetTypeValidator.validateRole
(CodeType value) boolean
ResponsiblePartyTypeValidator.validateRole
(CodeType value) boolean
ServiceIdentificationTypeValidator.validateServiceType
(CodeType value) boolean
KeywordsTypeValidator.validateType
(CodeType value) -
Uses of CodeType in net.opengis.wcs11
Subinterfaces of CodeType in net.opengis.wcs11Modifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Interpolation Method Base Type'.interface
A representation of the model object 'Interpolation Method Type'.Methods in net.opengis.wcs11 that return CodeTypeModifier and TypeMethodDescriptionFieldSubsetType.getIdentifier()
Returns the value of the 'Identifier' containment reference.GetCoverageType.getIdentifier()
Returns the value of the 'Identifier' containment reference.Methods in net.opengis.wcs11 with parameters of type CodeTypeModifier and TypeMethodDescriptionvoid
FieldSubsetType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
GetCoverageType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference. -
Uses of CodeType in net.opengis.wcs11.impl
Classes in net.opengis.wcs11.impl that implement CodeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Interpolation Method Base Type'.class
An implementation of the model object 'Interpolation Method Type'.Fields in net.opengis.wcs11.impl declared as CodeTypeModifier and TypeFieldDescriptionprotected CodeType
FieldSubsetTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
GetCoverageTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.Methods in net.opengis.wcs11.impl that return CodeTypeModifier and TypeMethodDescriptionFieldSubsetTypeImpl.getIdentifier()
GetCoverageTypeImpl.getIdentifier()
Methods in net.opengis.wcs11.impl with parameters of type CodeTypeModifier and TypeMethodDescriptionNotificationChain
FieldSubsetTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
GetCoverageTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) void
FieldSubsetTypeImpl.setIdentifier
(CodeType newIdentifier) void
GetCoverageTypeImpl.setIdentifier
(CodeType newIdentifier) -
Uses of CodeType in net.opengis.wcs11.util
Methods in net.opengis.wcs11.util with parameters of type CodeTypeModifier and TypeMethodDescriptionWcs111Switch.caseCodeType
(CodeType object) Returns the result of interpreting the object as an instance of 'Code Type'.Wcs11Switch.caseCodeType
(CodeType object) Returns the result of interpreting the object as an instance of 'Code Type'. -
Uses of CodeType in net.opengis.wcs11.validation
Methods in net.opengis.wcs11.validation with parameters of type CodeTypeModifier and TypeMethodDescriptionboolean
FieldSubsetTypeValidator.validateIdentifier
(CodeType value) boolean
GetCoverageTypeValidator.validateIdentifier
(CodeType value) -
Uses of CodeType in net.opengis.wmts.v_1
Methods in net.opengis.wmts.v_1 that return CodeTypeModifier and TypeMethodDescriptionDimensionType.getIdentifier()
Returns the value of the 'Identifier' containment reference.StyleType.getIdentifier()
Returns the value of the 'Identifier' containment reference.ThemeType.getIdentifier()
Returns the value of the 'Identifier' containment reference.TileMatrixSetType.getIdentifier()
Returns the value of the 'Identifier' containment reference.TileMatrixType.getIdentifier()
Returns the value of the 'Identifier' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type CodeTypeModifier and TypeMethodDescriptionvoid
DimensionType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
StyleType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
ThemeType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
TileMatrixSetType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
TileMatrixType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference. -
Uses of CodeType in net.opengis.wmts.v_1.impl
Fields in net.opengis.wmts.v_1.impl declared as CodeTypeModifier and TypeFieldDescriptionprotected CodeType
DimensionTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
StyleTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
ThemeTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
TileMatrixSetTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
TileMatrixTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.Methods in net.opengis.wmts.v_1.impl that return CodeTypeModifier and TypeMethodDescriptionDimensionTypeImpl.getIdentifier()
StyleTypeImpl.getIdentifier()
ThemeTypeImpl.getIdentifier()
TileMatrixSetTypeImpl.getIdentifier()
TileMatrixTypeImpl.getIdentifier()
Methods in net.opengis.wmts.v_1.impl with parameters of type CodeTypeModifier and TypeMethodDescriptionNotificationChain
DimensionTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
StyleTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
ThemeTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
TileMatrixSetTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
TileMatrixTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) void
DimensionTypeImpl.setIdentifier
(CodeType newIdentifier) void
StyleTypeImpl.setIdentifier
(CodeType newIdentifier) void
ThemeTypeImpl.setIdentifier
(CodeType newIdentifier) void
TileMatrixSetTypeImpl.setIdentifier
(CodeType newIdentifier) void
TileMatrixTypeImpl.setIdentifier
(CodeType newIdentifier) -
Uses of CodeType in net.opengis.wps10
Methods in net.opengis.wps10 that return CodeTypeModifier and TypeMethodDescriptionDescriptionType.getIdentifier()
Returns the value of the 'Identifier' containment reference.ExecuteType.getIdentifier()
Returns the value of the 'Identifier' containment reference.InputType.getIdentifier()
Returns the value of the 'Identifier' containment reference.OutputDefinitionType.getIdentifier()
Returns the value of the 'Identifier' containment reference.Methods in net.opengis.wps10 with parameters of type CodeTypeModifier and TypeMethodDescriptionvoid
DescriptionType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
ExecuteType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
InputType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference.void
OutputDefinitionType.setIdentifier
(CodeType value) Sets the value of the 'Identifier
' containment reference. -
Uses of CodeType in net.opengis.wps10.impl
Fields in net.opengis.wps10.impl declared as CodeTypeModifier and TypeFieldDescriptionprotected CodeType
DescriptionTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
ExecuteTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
InputTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
OutputDefinitionTypeImpl.identifier
The cached value of the 'Identifier
' containment reference.Methods in net.opengis.wps10.impl that return CodeTypeModifier and TypeMethodDescriptionDescriptionTypeImpl.getIdentifier()
ExecuteTypeImpl.getIdentifier()
InputTypeImpl.getIdentifier()
OutputDefinitionTypeImpl.getIdentifier()
Methods in net.opengis.wps10.impl with parameters of type CodeTypeModifier and TypeMethodDescriptionNotificationChain
DescriptionTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
ExecuteTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
InputTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) NotificationChain
OutputDefinitionTypeImpl.basicSetIdentifier
(CodeType newIdentifier, NotificationChain msgs) void
DescriptionTypeImpl.setIdentifier
(CodeType newIdentifier) void
ExecuteTypeImpl.setIdentifier
(CodeType newIdentifier) void
InputTypeImpl.setIdentifier
(CodeType newIdentifier) void
OutputDefinitionTypeImpl.setIdentifier
(CodeType newIdentifier) -
Uses of CodeType in net.opengis.wps10.validation
Methods in net.opengis.wps10.validation with parameters of type CodeTypeModifier and TypeMethodDescriptionboolean
DescriptionTypeValidator.validateIdentifier
(CodeType value) boolean
ExecuteTypeValidator.validateIdentifier
(CodeType value) boolean
InputTypeValidator.validateIdentifier
(CodeType value) boolean
OutputDefinitionTypeValidator.validateIdentifier
(CodeType value)