Uses of Interface
org.opengis.metadata.identification.Usage
Packages that use Usage
Package
Description
Information to uniquely identify the data or service.
Identification information
(includes data and service identification).
-
Uses of Usage in org.apache.sis.metadata.iso.identification
Classes in org.apache.sis.metadata.iso.identification that implement UsageModifier and TypeClassDescriptionclassBrief description of ways in which the resource(s) is/are currently or has been used.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type UsageModifier and TypeMethodDescriptionAbstractIdentification.getResourceSpecificUsages()Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.Methods in org.apache.sis.metadata.iso.identification with parameters of type UsageModifier and TypeMethodDescriptionstatic DefaultUsageDefaultUsage.castOrCopy(Usage object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type UsageModifier and TypeMethodDescriptionvoidAbstractIdentification.setResourceSpecificUsages(Collection<? extends Usage> newValues) Sets basic information about specific application(s).Constructors in org.apache.sis.metadata.iso.identification with parameters of type UsageModifierConstructorDescriptionDefaultUsage(Usage object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Usage in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type UsageModifier and TypeMethodDescriptionCollection<? extends Usage> Identification.getResourceSpecificUsages()Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.