Uses of Interface
org.opengis.metadata.identification.Identification
Packages that use Identification
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Information to uniquely identify the data or service.
Root package for metadata.
Identification information
(includes data and service identification).
-
Uses of Identification in org.apache.sis.metadata.iso
Methods in org.apache.sis.metadata.iso that return types with arguments of type IdentificationModifier and TypeMethodDescriptionDefaultMetadata.getIdentificationInfo()Returns basic information about the resource(s) to which the metadata applies.Method parameters in org.apache.sis.metadata.iso with type arguments of type IdentificationModifier and TypeMethodDescriptionvoidDefaultMetadata.setIdentificationInfo(Collection<? extends Identification> newValues) Sets basic information about the resource(s) to which the metadata applies.Constructors in org.apache.sis.metadata.iso with parameters of type IdentificationModifierConstructorDescriptionDefaultMetadata(ResponsibleParty contact, Temporal dateStamp, Identification identificationInfo) Creates a meta data initialized to the specified values. -
Uses of Identification in org.apache.sis.metadata.iso.identification
Classes in org.apache.sis.metadata.iso.identification that implement IdentificationModifier and TypeClassDescriptionclassBasic information required to uniquely identify a resource or resources.classInformation required to identify a dataset.classIdentification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour.Methods in org.apache.sis.metadata.iso.identification with parameters of type IdentificationModifier and TypeMethodDescriptionstatic AbstractIdentificationAbstractIdentification.castOrCopy(Identification object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.Constructors in org.apache.sis.metadata.iso.identification with parameters of type IdentificationModifierConstructorDescriptionAbstractIdentification(Identification object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Identification in org.opengis.metadata
Methods in org.opengis.metadata that return types with arguments of type IdentificationModifier and TypeMethodDescriptionCollection<? extends Identification> Metadata.getIdentificationInfo()Basic information about the resource(s) to which the metadata applies. -
Uses of Identification in org.opengis.metadata.identification
Subinterfaces of Identification in org.opengis.metadata.identificationModifier and TypeInterfaceDescriptioninterfaceInformation required to identify a dataset.interfaceIdentification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour - See ISO 19119 for further information.