Uses of Class
org.apache.sis.metadata.iso.content.AbstractContentInformation
-
Packages that use AbstractContentInformation Package Description org.apache.sis.metadata.iso.content Description of the dataset content. -
-
Uses of AbstractContentInformation in org.apache.sis.metadata.iso.content
Subclasses of AbstractContentInformation in org.apache.sis.metadata.iso.content Modifier and Type Class Description classDefaultCoverageDescriptionInformation about the content of a grid data cell.classDefaultFeatureCatalogueDescriptionInformation identifying the feature catalogue or the conceptual schema.classDefaultImageDescriptionInformation about an image's suitability for use.Methods in org.apache.sis.metadata.iso.content that return AbstractContentInformation Modifier and Type Method Description static AbstractContentInformationAbstractContentInformation. castOrCopy(ContentInformation object)Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-