Uses of Class
net.opengis.wcs10.MetadataTypeType
-
Packages that use MetadataTypeType Package Description net.opengis.wcs10 net.opengis.wcs10.impl net.opengis.wcs10.validation -
-
Uses of MetadataTypeType in net.opengis.wcs10
Fields in net.opengis.wcs10 declared as MetadataTypeType Modifier and Type Field Description static MetadataTypeType
MetadataTypeType. FGDC_LITERAL
The 'FGDC' literal object.static MetadataTypeType
MetadataTypeType. OTHER_LITERAL
The 'Other' literal object.static MetadataTypeType
MetadataTypeType. TC211_LITERAL
The 'TC211' literal object.Methods in net.opengis.wcs10 that return MetadataTypeType Modifier and Type Method Description static MetadataTypeType
MetadataTypeType. get(int value)
Returns the 'Metadata Type Type' literal with the specified integer value.static MetadataTypeType
MetadataTypeType. get(String literal)
Returns the 'Metadata Type Type' literal with the specified literal value.static MetadataTypeType
MetadataTypeType. getByName(String name)
Returns the 'Metadata Type Type' literal with the specified name.MetadataTypeType
MetadataLinkType. getMetadataType()
Returns the value of the 'Metadata Type' attribute.Methods in net.opengis.wcs10 with parameters of type MetadataTypeType Modifier and Type Method Description void
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 MetadataTypeType Modifier and Type Field Description protected static 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 MetadataTypeType Modifier and Type Method Description MetadataTypeType
Wcs10FactoryImpl. createMetadataTypeTypeFromString(EDataType eDataType, String initialValue)
MetadataTypeType
Wcs10FactoryImpl. createMetadataTypeTypeObjectFromString(EDataType eDataType, String initialValue)
MetadataTypeType
MetadataLinkTypeImpl. getMetadataType()
Methods in net.opengis.wcs10.impl with parameters of type MetadataTypeType Modifier and Type Method Description void
MetadataLinkTypeImpl. setMetadataType(MetadataTypeType newMetadataType)
-
Uses of MetadataTypeType in net.opengis.wcs10.validation
Methods in net.opengis.wcs10.validation with parameters of type MetadataTypeType Modifier and Type Method Description boolean
MetadataLinkTypeValidator. validateMetadataType(MetadataTypeType value)
-