Uses of Class
org.apache.sis.metadata.iso.DefaultApplicationSchemaInformation
Packages that use DefaultApplicationSchemaInformation
Package
Description
JAXB adapters for metadata.
Root package for ISO 19115 metadata about resources (data or services).
-
Uses of DefaultApplicationSchemaInformation in org.apache.sis.internal.jaxb.metadata
Methods in org.apache.sis.internal.jaxb.metadata that return DefaultApplicationSchemaInformationModifier and TypeMethodDescriptionMD_ApplicationSchemaInformation.getElement()
Invoked by JAXB at marshalling time for getting the actual metadata to write inside the<mas:MD_ApplicationSchemaInformation>
XML element.Methods in org.apache.sis.internal.jaxb.metadata with parameters of type DefaultApplicationSchemaInformationModifier and TypeMethodDescriptionvoid
MD_ApplicationSchemaInformation.setElement
(DefaultApplicationSchemaInformation value) Invoked by JAXB at unmarshalling time for storing the result temporarily. -
Uses of DefaultApplicationSchemaInformation in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return DefaultApplicationSchemaInformationModifier and TypeMethodDescriptionDefaultApplicationSchemaInformation.castOrCopy
(org.opengis.metadata.ApplicationSchemaInformation object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.