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 class
DefaultCoverageDescription
Information about the content of a grid data cell.class
DefaultFeatureCatalogueDescription
Information identifying the feature catalogue or the conceptual schema.class
DefaultImageDescription
Information about an image's suitability for use.Methods in org.apache.sis.metadata.iso.content that return AbstractContentInformation Modifier and Type Method Description static AbstractContentInformation
AbstractContentInformation. castOrCopy(ContentInformation object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
-