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 MetadataTypeTypeMetadataTypeType. FGDC_LITERALThe 'FGDC' literal object.static MetadataTypeTypeMetadataTypeType. OTHER_LITERALThe 'Other' literal object.static MetadataTypeTypeMetadataTypeType. TC211_LITERALThe 'TC211' literal object.Methods in net.opengis.wcs10 that return MetadataTypeType Modifier and Type Method Description static MetadataTypeTypeMetadataTypeType. get(int value)Returns the 'Metadata Type Type' literal with the specified integer value.static MetadataTypeTypeMetadataTypeType. get(String literal)Returns the 'Metadata Type Type' literal with the specified literal value.static MetadataTypeTypeMetadataTypeType. getByName(String name)Returns the 'Metadata Type Type' literal with the specified name.MetadataTypeTypeMetadataLinkType. getMetadataType()Returns the value of the 'Metadata Type' attribute.Methods in net.opengis.wcs10 with parameters of type MetadataTypeType Modifier and Type Method Description voidMetadataLinkType. 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 MetadataTypeTypeMetadataLinkTypeImpl. METADATA_TYPE_EDEFAULTThe default value of the 'Metadata Type' attribute.protected MetadataTypeTypeMetadataLinkTypeImpl. metadataTypeThe cached value of the 'Metadata Type' attribute.Methods in net.opengis.wcs10.impl that return MetadataTypeType Modifier and Type Method Description MetadataTypeTypeWcs10FactoryImpl. createMetadataTypeTypeFromString(EDataType eDataType, String initialValue)MetadataTypeTypeWcs10FactoryImpl. createMetadataTypeTypeObjectFromString(EDataType eDataType, String initialValue)MetadataTypeTypeMetadataLinkTypeImpl. getMetadataType()Methods in net.opengis.wcs10.impl with parameters of type MetadataTypeType Modifier and Type Method Description voidMetadataLinkTypeImpl. 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 booleanMetadataLinkTypeValidator. validateMetadataType(MetadataTypeType value)
-