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 CodeTypeOws11Factory. createCodeType()Returns a new object of class 'Code Type'.CodeTypeBasicIdentificationType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeDatasetDescriptionSummaryBaseType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeDocumentRoot. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeReferenceType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeDocumentRoot. getRole()Returns the value of the 'Role' containment reference.CodeTypeResponsiblePartySubsetType. getRole()Returns the value of the 'Role' containment reference.CodeTypeResponsiblePartyType. getRole()Returns the value of the 'Role' containment reference.CodeTypeServiceIdentificationType. getServiceType()Returns the value of the 'Service Type' containment reference.CodeTypeKeywordsType. getType()Returns the value of the 'Type' containment reference.Methods in net.opengis.ows11 with parameters of type CodeType Modifier and Type Method Description voidBasicIdentificationType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidDatasetDescriptionSummaryBaseType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidDocumentRoot. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidReferenceType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidDocumentRoot. setRole(CodeType value)Sets the value of the 'Role' containment reference.voidResponsiblePartySubsetType. setRole(CodeType value)Sets the value of the 'Role' containment reference.voidResponsiblePartyType. setRole(CodeType value)Sets the value of the 'Role' containment reference.voidServiceIdentificationType. setServiceType(CodeType value)Sets the value of the 'Service Type' containment reference.voidKeywordsType. 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 classCodeTypeImplAn implementation of the model object 'Code Type'.Fields in net.opengis.ows11.impl declared as CodeType Modifier and Type Field Description protected CodeTypeBasicIdentificationTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeDatasetDescriptionSummaryBaseTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeReferenceTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeResponsiblePartySubsetTypeImpl. roleThe cached value of the 'Role' containment reference.protected CodeTypeResponsiblePartyTypeImpl. roleThe cached value of the 'Role' containment reference.protected CodeTypeServiceIdentificationTypeImpl. serviceTypeThe cached value of the 'Service Type' containment reference.protected CodeTypeKeywordsTypeImpl. typeThe cached value of the 'Type' containment reference.Methods in net.opengis.ows11.impl that return CodeType Modifier and Type Method Description CodeTypeOws11FactoryImpl. createCodeType()CodeTypeBasicIdentificationTypeImpl. getIdentifier()CodeTypeDatasetDescriptionSummaryBaseTypeImpl. getIdentifier()CodeTypeDocumentRootImpl. getIdentifier()CodeTypeReferenceTypeImpl. getIdentifier()CodeTypeDocumentRootImpl. getRole()CodeTypeResponsiblePartySubsetTypeImpl. getRole()CodeTypeResponsiblePartyTypeImpl. getRole()CodeTypeServiceIdentificationTypeImpl. getServiceType()CodeTypeKeywordsTypeImpl. getType()Methods in net.opengis.ows11.impl with parameters of type CodeType Modifier and Type Method Description NotificationChainBasicIdentificationTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainDatasetDescriptionSummaryBaseTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainReferenceTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetRole(CodeType newRole, NotificationChain msgs)NotificationChainResponsiblePartySubsetTypeImpl. basicSetRole(CodeType newRole, NotificationChain msgs)NotificationChainResponsiblePartyTypeImpl. basicSetRole(CodeType newRole, NotificationChain msgs)NotificationChainServiceIdentificationTypeImpl. basicSetServiceType(CodeType newServiceType, NotificationChain msgs)NotificationChainKeywordsTypeImpl. basicSetType(CodeType newType, NotificationChain msgs)voidBasicIdentificationTypeImpl. setIdentifier(CodeType newIdentifier)voidDatasetDescriptionSummaryBaseTypeImpl. setIdentifier(CodeType newIdentifier)voidDocumentRootImpl. setIdentifier(CodeType newIdentifier)voidReferenceTypeImpl. setIdentifier(CodeType newIdentifier)voidDocumentRootImpl. setRole(CodeType newRole)voidResponsiblePartySubsetTypeImpl. setRole(CodeType newRole)voidResponsiblePartyTypeImpl. setRole(CodeType newRole)voidServiceIdentificationTypeImpl. setServiceType(CodeType newServiceType)voidKeywordsTypeImpl. 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 ObjectOws11Switch. caseCodeType(CodeType object)Returns the result of interpreting the object as an instance of 'Code Type'.booleanOws11Validator. 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 booleanBasicIdentificationTypeValidator. validateIdentifier(CodeType value)booleanDatasetDescriptionSummaryBaseTypeValidator. validateIdentifier(CodeType value)booleanDocumentRootValidator. validateIdentifier(CodeType value)booleanReferenceTypeValidator. validateIdentifier(CodeType value)booleanDocumentRootValidator. validateRole(CodeType value)booleanResponsiblePartySubsetTypeValidator. validateRole(CodeType value)booleanResponsiblePartyTypeValidator. validateRole(CodeType value)booleanServiceIdentificationTypeValidator. validateServiceType(CodeType value)booleanKeywordsTypeValidator. validateType(CodeType value) -
Uses of CodeType in net.opengis.wcs11
Subinterfaces of CodeType in net.opengis.wcs11 Modifier and Type Interface Description interfaceInterpolationMethodBaseTypeA representation of the model object 'Interpolation Method Base Type'.interfaceInterpolationMethodTypeA representation of the model object 'Interpolation Method Type'.Methods in net.opengis.wcs11 that return CodeType Modifier and Type Method Description CodeTypeFieldSubsetType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeGetCoverageType. getIdentifier()Returns the value of the 'Identifier' containment reference.Methods in net.opengis.wcs11 with parameters of type CodeType Modifier and Type Method Description voidFieldSubsetType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidGetCoverageType. 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 classInterpolationMethodBaseTypeImplAn implementation of the model object 'Interpolation Method Base Type'.classInterpolationMethodTypeImplAn implementation of the model object 'Interpolation Method Type'.Fields in net.opengis.wcs11.impl declared as CodeType Modifier and Type Field Description protected CodeTypeFieldSubsetTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeGetCoverageTypeImpl. identifierThe cached value of the 'Identifier' containment reference.Methods in net.opengis.wcs11.impl that return CodeType Modifier and Type Method Description CodeTypeFieldSubsetTypeImpl. getIdentifier()CodeTypeGetCoverageTypeImpl. getIdentifier()Methods in net.opengis.wcs11.impl with parameters of type CodeType Modifier and Type Method Description NotificationChainFieldSubsetTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainGetCoverageTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)voidFieldSubsetTypeImpl. setIdentifier(CodeType newIdentifier)voidGetCoverageTypeImpl. 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 ObjectWcs111Switch. caseCodeType(CodeType object)Returns the result of interpreting the object as an instance of 'Code Type'.ObjectWcs11Switch. 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 booleanFieldSubsetTypeValidator. validateIdentifier(CodeType value)booleanGetCoverageTypeValidator. 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 CodeTypeDimensionType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeStyleType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeThemeType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeTileMatrixSetType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeTileMatrixType. 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 voidDimensionType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidStyleType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidThemeType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidTileMatrixSetType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidTileMatrixType. 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 CodeTypeDimensionTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeStyleTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeThemeTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeTileMatrixSetTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeTileMatrixTypeImpl. identifierThe cached value of the 'Identifier' containment reference.Methods in net.opengis.wmts.v_1.impl that return CodeType Modifier and Type Method Description CodeTypeDimensionTypeImpl. getIdentifier()CodeTypeStyleTypeImpl. getIdentifier()CodeTypeThemeTypeImpl. getIdentifier()CodeTypeTileMatrixSetTypeImpl. getIdentifier()CodeTypeTileMatrixTypeImpl. getIdentifier()Methods in net.opengis.wmts.v_1.impl with parameters of type CodeType Modifier and Type Method Description NotificationChainDimensionTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainStyleTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainThemeTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainTileMatrixSetTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainTileMatrixTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)voidDimensionTypeImpl. setIdentifier(CodeType newIdentifier)voidStyleTypeImpl. setIdentifier(CodeType newIdentifier)voidThemeTypeImpl. setIdentifier(CodeType newIdentifier)voidTileMatrixSetTypeImpl. setIdentifier(CodeType newIdentifier)voidTileMatrixTypeImpl. setIdentifier(CodeType newIdentifier) -
Uses of CodeType in net.opengis.wps10
Methods in net.opengis.wps10 that return CodeType Modifier and Type Method Description CodeTypeDescriptionType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeExecuteType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeInputType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeOutputDefinitionType. getIdentifier()Returns the value of the 'Identifier' containment reference.Methods in net.opengis.wps10 with parameters of type CodeType Modifier and Type Method Description voidDescriptionType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidExecuteType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidInputType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidOutputDefinitionType. 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 CodeTypeDescriptionTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeExecuteTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeInputTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeOutputDefinitionTypeImpl. identifierThe cached value of the 'Identifier' containment reference.Methods in net.opengis.wps10.impl that return CodeType Modifier and Type Method Description CodeTypeDescriptionTypeImpl. getIdentifier()CodeTypeExecuteTypeImpl. getIdentifier()CodeTypeInputTypeImpl. getIdentifier()CodeTypeOutputDefinitionTypeImpl. getIdentifier()Methods in net.opengis.wps10.impl with parameters of type CodeType Modifier and Type Method Description NotificationChainDescriptionTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainExecuteTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainInputTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainOutputDefinitionTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)voidDescriptionTypeImpl. setIdentifier(CodeType newIdentifier)voidExecuteTypeImpl. setIdentifier(CodeType newIdentifier)voidInputTypeImpl. setIdentifier(CodeType newIdentifier)voidOutputDefinitionTypeImpl. 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 booleanDescriptionTypeValidator. validateIdentifier(CodeType value)booleanExecuteTypeValidator. validateIdentifier(CodeType value)booleanInputTypeValidator. validateIdentifier(CodeType value)booleanOutputDefinitionTypeValidator. validateIdentifier(CodeType value)
-