Uses of Interface
org.opengis.metadata.ApplicationSchemaInformation
Packages that use ApplicationSchemaInformation
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Root package for metadata.
-
Uses of ApplicationSchemaInformation in org.apache.sis.metadata.iso
Classes in org.apache.sis.metadata.iso that implement ApplicationSchemaInformationModifier and TypeClassDescriptionclassInformation about the application schema used to build the dataset.Methods in org.apache.sis.metadata.iso that return types with arguments of type ApplicationSchemaInformationModifier and TypeMethodDescriptionDefaultMetadata.getApplicationSchemaInfo()Returns information about the conceptual schema of a dataset.Methods in org.apache.sis.metadata.iso with parameters of type ApplicationSchemaInformationModifier and TypeMethodDescriptionDefaultApplicationSchemaInformation.castOrCopy(ApplicationSchemaInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso with type arguments of type ApplicationSchemaInformationModifier and TypeMethodDescriptionvoidDefaultMetadata.setApplicationSchemaInfo(Collection<? extends ApplicationSchemaInformation> newValues) Returns information about the conceptual schema of a dataset.Constructors in org.apache.sis.metadata.iso with parameters of type ApplicationSchemaInformationModifierConstructorDescriptionConstructs a new instance initialized with the values from the specified metadata object. -
Uses of ApplicationSchemaInformation in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type ApplicationSchemaInformationModifier and TypeMethodDescriptionCollection<? extends ApplicationSchemaInformation> Metadata.getApplicationSchemaInfo()Provides information about the conceptual schema of a dataset.