Uses of Class
net.opengis.wcs10.MetadataTypeType
Packages that use MetadataTypeType
-
Uses of MetadataTypeType in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as MetadataTypeTypeModifier and TypeFieldDescriptionstatic final MetadataTypeType
MetadataTypeType.FGDC_LITERAL
The 'FGDC' literal object.static final MetadataTypeType
MetadataTypeType.OTHER_LITERAL
The 'Other' literal object.static final MetadataTypeType
MetadataTypeType.TC211_LITERAL
The 'TC211' literal object.Methods in net.opengis.wcs10 that return MetadataTypeTypeModifier and TypeMethodDescriptionstatic MetadataTypeType
MetadataTypeType.get
(int value) Returns the 'Metadata Type Type' literal with the specified integer value.static MetadataTypeType
Returns the 'Metadata Type Type' literal with the specified literal value.static MetadataTypeType
Returns the 'Metadata Type Type' literal with the specified name.MetadataLinkType.getMetadataType()
Returns the value of the 'Metadata Type' attribute.Methods in net.opengis.wcs10 with parameters of type MetadataTypeTypeModifier and TypeMethodDescriptionvoid
MetadataLinkType.setMetadataType
(MetadataTypeType value) Sets the value of the 'Metadata Type
' attribute. -
Uses of MetadataTypeType in net.opengis.wcs10.impl
Fields in net.opengis.wcs10.impl declared as MetadataTypeTypeModifier and TypeFieldDescriptionprotected static final MetadataTypeType
MetadataLinkTypeImpl.METADATA_TYPE_EDEFAULT
The default value of the 'Metadata Type
' attribute.protected MetadataTypeType
MetadataLinkTypeImpl.metadataType
The cached value of the 'Metadata Type
' attribute.Methods in net.opengis.wcs10.impl that return MetadataTypeTypeModifier and TypeMethodDescriptionWcs10FactoryImpl.createMetadataTypeTypeFromString
(EDataType eDataType, String initialValue) Wcs10FactoryImpl.createMetadataTypeTypeObjectFromString
(EDataType eDataType, String initialValue) MetadataLinkTypeImpl.getMetadataType()
Methods in net.opengis.wcs10.impl with parameters of type MetadataTypeTypeModifier and TypeMethodDescriptionvoid
MetadataLinkTypeImpl.setMetadataType
(MetadataTypeType newMetadataType) -
Uses of MetadataTypeType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type MetadataTypeTypeModifier and TypeMethodDescriptionboolean
MetadataLinkTypeValidator.validateMetadataType
(MetadataTypeType value)