Uses of Interface
net.opengis.ows11.CodeType
-
-
Uses of CodeType in net.opengis.ows11
Methods in net.opengis.ows11 that return CodeType Modifier and Type Method Description CodeType
Ows11Factory. createCodeType()
Returns a new object of class 'Code Type'.CodeType
BasicIdentificationType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
DatasetDescriptionSummaryBaseType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
DocumentRoot. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
ReferenceType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
DocumentRoot. getRole()
Returns the value of the 'Role' containment reference.CodeType
ResponsiblePartySubsetType. getRole()
Returns the value of the 'Role' containment reference.CodeType
ResponsiblePartyType. getRole()
Returns the value of the 'Role' containment reference.CodeType
ServiceIdentificationType. getServiceType()
Returns the value of the 'Service Type' containment reference.CodeType
KeywordsType. getType()
Returns the value of the 'Type' containment reference.Methods in net.opengis.ows11 with parameters of type CodeType Modifier and Type Method Description void
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
DocumentRoot. setRole(CodeType value)
Sets the value of the 'Role
' containment reference.void
ResponsiblePartySubsetType. setRole(CodeType value)
Sets the value of the 'Role
' containment reference.void
ResponsiblePartyType. setRole(CodeType value)
Sets the value of the 'Role
' containment reference.void
ServiceIdentificationType. setServiceType(CodeType value)
Sets the value of the 'Service Type
' containment reference.void
KeywordsType. setType(CodeType value)
Sets the value of the 'Type
' containment reference. -
Uses of CodeType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement CodeType Modifier and Type Class Description class
CodeTypeImpl
An implementation of the model object 'Code Type'.Fields in net.opengis.ows11.impl declared as CodeType Modifier and Type Field Description protected 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 CodeType Modifier and Type Method Description CodeType
Ows11FactoryImpl. createCodeType()
CodeType
BasicIdentificationTypeImpl. getIdentifier()
CodeType
DatasetDescriptionSummaryBaseTypeImpl. getIdentifier()
CodeType
DocumentRootImpl. getIdentifier()
CodeType
ReferenceTypeImpl. getIdentifier()
CodeType
DocumentRootImpl. getRole()
CodeType
ResponsiblePartySubsetTypeImpl. getRole()
CodeType
ResponsiblePartyTypeImpl. getRole()
CodeType
ServiceIdentificationTypeImpl. getServiceType()
CodeType
KeywordsTypeImpl. getType()
Methods in net.opengis.ows11.impl with parameters of type CodeType Modifier and Type Method Description NotificationChain
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
DocumentRootImpl. setRole(CodeType newRole)
void
ResponsiblePartySubsetTypeImpl. setRole(CodeType newRole)
void
ResponsiblePartyTypeImpl. setRole(CodeType newRole)
void
ServiceIdentificationTypeImpl. setServiceType(CodeType newServiceType)
void
KeywordsTypeImpl. setType(CodeType newType)
-
Uses of CodeType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type CodeType Modifier and Type Method Description Object
Ows11Switch. 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 CodeType Modifier and Type Method Description boolean
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.wcs11 Modifier and Type Interface Description interface
InterpolationMethodBaseType
A representation of the model object 'Interpolation Method Base Type'.interface
InterpolationMethodType
A representation of the model object 'Interpolation Method Type'.Methods in net.opengis.wcs11 that return CodeType Modifier and Type Method Description CodeType
FieldSubsetType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
GetCoverageType. getIdentifier()
Returns the value of the 'Identifier' containment reference.Methods in net.opengis.wcs11 with parameters of type CodeType Modifier and Type Method Description void
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 CodeType Modifier and Type Class Description class
InterpolationMethodBaseTypeImpl
An implementation of the model object 'Interpolation Method Base Type'.class
InterpolationMethodTypeImpl
An implementation of the model object 'Interpolation Method Type'.Fields in net.opengis.wcs11.impl declared as CodeType Modifier and Type Field Description protected 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 CodeType Modifier and Type Method Description CodeType
FieldSubsetTypeImpl. getIdentifier()
CodeType
GetCoverageTypeImpl. getIdentifier()
Methods in net.opengis.wcs11.impl with parameters of type CodeType Modifier and Type Method Description NotificationChain
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 CodeType Modifier and Type Method Description Object
Wcs111Switch. caseCodeType(CodeType object)
Returns the result of interpreting the object as an instance of 'Code Type'.Object
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 CodeType Modifier and Type Method Description boolean
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 CodeType Modifier and Type Method Description CodeType
DimensionType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
StyleType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
ThemeType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
TileMatrixSetType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
TileMatrixType. getIdentifier()
Returns the value of the 'Identifier' containment reference.Methods in net.opengis.wmts.v_1 with parameters of type CodeType Modifier and Type Method Description void
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 CodeType Modifier and Type Field Description protected 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 CodeType Modifier and Type Method Description CodeType
DimensionTypeImpl. getIdentifier()
CodeType
StyleTypeImpl. getIdentifier()
CodeType
ThemeTypeImpl. getIdentifier()
CodeType
TileMatrixSetTypeImpl. getIdentifier()
CodeType
TileMatrixTypeImpl. getIdentifier()
Methods in net.opengis.wmts.v_1.impl with parameters of type CodeType Modifier and Type Method Description NotificationChain
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 CodeType Modifier and Type Method Description CodeType
DescriptionType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
ExecuteType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
InputType. getIdentifier()
Returns the value of the 'Identifier' containment reference.CodeType
OutputDefinitionType. getIdentifier()
Returns the value of the 'Identifier' containment reference.Methods in net.opengis.wps10 with parameters of type CodeType Modifier and Type Method Description void
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 CodeType Modifier and Type Field Description protected 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 CodeType Modifier and Type Method Description CodeType
DescriptionTypeImpl. getIdentifier()
CodeType
ExecuteTypeImpl. getIdentifier()
CodeType
InputTypeImpl. getIdentifier()
CodeType
OutputDefinitionTypeImpl. getIdentifier()
Methods in net.opengis.wps10.impl with parameters of type CodeType Modifier and Type Method Description NotificationChain
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 CodeType Modifier and Type Method Description boolean
DescriptionTypeValidator. validateIdentifier(CodeType value)
boolean
ExecuteTypeValidator. validateIdentifier(CodeType value)
boolean
InputTypeValidator. validateIdentifier(CodeType value)
boolean
OutputDefinitionTypeValidator. validateIdentifier(CodeType value)
-