Uses of Class
org.opengis.metadata.content.CoverageContentType
Packages that use CoverageContentType
Package
Description
Description of the dataset content.
Content information
(includes Feature catalogue and Coverage descriptions).
-
Uses of CoverageContentType in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return CoverageContentTypeMethods in org.apache.sis.metadata.iso.content that return types with arguments of type CoverageContentTypeModifier and TypeMethodDescriptionDefaultAttributeGroup.getContentTypes()Returns the types of information represented by the value(s).Methods in org.apache.sis.metadata.iso.content with parameters of type CoverageContentTypeModifier and TypeMethodDescriptionvoidDefaultCoverageDescription.setContentType(CoverageContentType newValue) Deprecated.As of ISO 19115:2014, moved toDefaultAttributeGroup.setContentTypes(Collection).Method parameters in org.apache.sis.metadata.iso.content with type arguments of type CoverageContentTypeModifier and TypeMethodDescriptionvoidDefaultAttributeGroup.setContentTypes(Collection<? extends CoverageContentType> newValues) Sets the types of information represented by the value(s).Constructors in org.apache.sis.metadata.iso.content with parameters of type CoverageContentTypeModifierConstructorDescriptionDefaultAttributeGroup(CoverageContentType contentType, RangeDimension attribute) Constructs an attribute group initialized to the given values. -
Uses of CoverageContentType in org.opengis.metadata.content
Subclasses with type arguments of type CoverageContentType in org.opengis.metadata.contentModifier and TypeClassDescriptionfinal classSpecific type of information represented in the cell.Fields in org.opengis.metadata.content declared as CoverageContentTypeModifier and TypeFieldDescriptionstatic final CoverageContentTypeCoverageContentType.IMAGEMeaningful numerical representation of a physical parameter that is not the actual value of the physical parameter.static final CoverageContentTypeCoverageContentType.PHYSICAL_MEASUREMENTValue in physical units of the quantity being measured.static final CoverageContentTypeCoverageContentType.THEMATIC_CLASSIFICATIONCode value with no quantitative meaning, used to represent a physical quantity.Methods in org.opengis.metadata.content that return CoverageContentTypeModifier and TypeMethodDescriptionCoverageContentType.family()Returns the list of enumerations of the same kind as this enum.CoverageDescription.getContentType()Type of information represented by the cell value.static CoverageContentTypeReturns the coverage content type that matches the given string, or returns a new one if none match it.static CoverageContentType[]CoverageContentType.values()Returns the list ofCoverageContentTypes.
DefaultAttributeGroup.getContentTypes().