Uses of Class
org.apache.sis.internal.storage.gpx.Copyright
Packages that use Copyright
Package
Description
Reads and writes data in GPS Exchange Format (GPX).
-
Uses of Copyright in org.apache.sis.internal.storage.gpx
Fields in org.apache.sis.internal.storage.gpx declared as CopyrightModifier and TypeFieldDescriptionMetadata.copyrightCopyright and license information governing use of the file.Methods in org.apache.sis.internal.storage.gpx that return CopyrightModifier and TypeMethodDescriptionstatic CopyrightCopyright.castOrCopy(org.opengis.metadata.constraint.LegalConstraints c, Locale locale) Returns the given ISO 19115 metadata as aCopyrightinstance.Methods in org.apache.sis.internal.storage.gpx that return types with arguments of type CopyrightModifier and TypeMethodDescriptionprivate Collection<Copyright>Copyright.thisOrEmpty(boolean condition) Returns this object as a singleton if the given condition istrue, or an empty set if the given condition isfalse.