Uses of Interface
org.opengis.metadata.Identifier
Packages that use Identifier
Package
Description
Root package for ISO 19115 metadata about resources (data or services).
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
Reference to the data or service (citation, responsible party, contact information).
Description of the dataset content.
Information about the options for obtaining a resource (data or service).
Information about spatial, vertical, and temporal extent.
Information to uniquely identify the data or service.
Information about the sources and production processes of a dataset.
Information about data quality, accuracy and consistency of a dataset.
Base classes for reference systems used for general positioning.
Provides methods for marshalling and unmarshalling SIS objects in XML.
Citation and
responsible party information.
Content information
(includes Feature catalogue and Coverage descriptions).
Extent information.
Identification information
(includes data and service identification).
Lineage information.
-
Uses of Identifier in org.apache.sis.metadata.iso
Classes in org.apache.sis.metadata.iso that implement IdentifierModifier and TypeClassDescriptionclassValue uniquely identifying an object within a namespace.Fields in org.apache.sis.metadata.iso with type parameters of type IdentifierModifier and TypeFieldDescriptionprotected Collection<Identifier> ISOMetadata.identifiersAll identifiers associated with this metadata, ornullif none.Methods in org.apache.sis.metadata.iso that return IdentifierModifier and TypeMethodDescriptionprotected IdentifierISOMetadata.getIdentifier()Returns the first identifier which is presumed to be defined by ISO 19115 conceptual model.DefaultMetadata.getMetadataIdentifier()Returns a unique identifier for this metadata record.Methods in org.apache.sis.metadata.iso that return types with arguments of type IdentifierModifier and TypeMethodDescriptionISOMetadata.getIdentifiers()Returns all identifiers associated to this object (from conceptual model and from XML document).Methods in org.apache.sis.metadata.iso with parameters of type IdentifierModifier and TypeMethodDescriptionstatic DefaultIdentifierDefaultIdentifier.castOrCopy(Identifier object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.protected voidISOMetadata.setIdentifier(Identifier newValue) Sets the identifier for metadata objects that are expected to contain at most one ISO 19115 identifier.voidDefaultMetadata.setMetadataIdentifier(Identifier newValue) Sets the unique identifier for this metadata record.Constructors in org.apache.sis.metadata.iso with parameters of type IdentifierModifierConstructorDescriptionDefaultIdentifier(Identifier object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Identifier in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return IdentifierModifier and TypeMethodDescriptionDefaultEvent.getIdentifier()Returns the event name or number.DefaultInstrument.getIdentifier()Returns the unique identification of the instrument.DefaultOperation.getIdentifier()Returns the unique identification of the operation.DefaultPlatform.getIdentifier()Returns the unique identification of the platform.DefaultPlatformPass.getIdentifier()Returns the unique name of the pass.DefaultRequirement.getIdentifier()Returns the unique name, or code, for the requirement.Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type IdentifierModifier and TypeMethodDescriptionDefaultObjective.getIdentifiers()Returns the code used to identify the objective.Methods in org.apache.sis.metadata.iso.acquisition with parameters of type IdentifierModifier and TypeMethodDescriptionvoidDefaultEvent.setIdentifier(Identifier newValue) Sets the event name or number.voidDefaultInstrument.setIdentifier(Identifier newValue) Sets the unique identification of the instrument.voidDefaultOperation.setIdentifier(Identifier newValue) Sets the unique identification of the operation.voidDefaultPlatform.setIdentifier(Identifier newValue) Sets the unique identification of the platform.voidDefaultPlatformPass.setIdentifier(Identifier newValue) Sets the unique name of the pass.voidDefaultRequirement.setIdentifier(Identifier newValue) Sets the unique name, or code, for the requirement.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidDefaultObjective.setIdentifiers(Collection<? extends Identifier> newValues) Sets the code used to identify the objective. -
Uses of Identifier in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return types with arguments of type IdentifierModifier and TypeMethodDescriptionAbstractParty.getIdentifiers()Identifiers of the party.DefaultCitation.getIdentifiers()Returns the unique identifier for the resource.Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidAbstractParty.setIdentifiers(Collection<? extends Identifier> newValues) Sets the identifiers of the party.voidDefaultCitation.setIdentifiers(Collection<? extends Identifier> newValues) Sets the unique identifier for the resource. -
Uses of Identifier in org.apache.sis.metadata.iso.content
Methods in org.apache.sis.metadata.iso.content that return IdentifierModifier and TypeMethodDescriptionDefaultImageDescription.getImageQualityCode()Returns a code in producer’s codespace that specifies the image quality.DefaultCoverageDescription.getProcessingLevelCode()Returns an identifier for the level of processing that has been applied to the resource, ornullif none.Methods in org.apache.sis.metadata.iso.content that return types with arguments of type IdentifierModifier and TypeMethodDescriptionDefaultRangeDimension.getNames()Returns the identifiers for each attribute included in the resource.Methods in org.apache.sis.metadata.iso.content with parameters of type IdentifierModifier and TypeMethodDescriptionvoidDefaultImageDescription.setImageQualityCode(Identifier newValue) Sets a code in producer’s codespace that specifies the image quality.voidDefaultCoverageDescription.setProcessingLevelCode(Identifier newValue) Sets the identifier for the level of processing that has been applied to the resource.Method parameters in org.apache.sis.metadata.iso.content with type arguments of type IdentifierModifier and TypeMethodDescriptionvoidDefaultRangeDimension.setNames(Collection<? extends Identifier> newValues) Sets the identifiers for each attribute included in the resource. -
Uses of Identifier in org.apache.sis.metadata.iso.distribution
Methods in org.apache.sis.metadata.iso.distribution that return IdentifierModifier and TypeMethodDescriptionDefaultMedium.getIdentifier()Returns a unique identifier for an instance of the medium.Methods in org.apache.sis.metadata.iso.distribution with parameters of type IdentifierModifier and TypeMethodDescriptionvoidDefaultMedium.setIdentifier(Identifier newValue) Sets a unique identifier for an instance of the medium. -
Uses of Identifier in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return IdentifierModifier and TypeMethodDescriptionDefaultGeographicDescription.getGeographicIdentifier()Returns the identifier used to represent a geographic area.Methods in org.apache.sis.metadata.iso.extent with parameters of type IdentifierModifier and TypeMethodDescriptionvoidDefaultGeographicDescription.setGeographicIdentifier(Identifier newValue) Sets the identifier used to represent a geographic area.Constructors in org.apache.sis.metadata.iso.extent with parameters of type IdentifierModifierConstructorDescriptionConstructs a geographic description initialized to the given identifier. -
Uses of Identifier in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return IdentifierModifier and TypeMethodDescriptionDefaultAggregateInformation.getAggregateDataSetIdentifier()Deprecated.AbstractIdentification.getProcessingLevel()Returns code(s) that identifies the level of processing in the producers coding system of a resource.Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type IdentifierModifier and TypeMethodDescriptionDefaultRepresentativeFraction.getIdentifiers()Returns all identifiers associated to this object, or an empty collection if none.Methods in org.apache.sis.metadata.iso.identification with parameters of type IdentifierModifier and TypeMethodDescriptionvoidDefaultAggregateInformation.setAggregateDataSetIdentifier(Identifier newValue) Deprecated.As of ISO 19115:2014, replaced by an identifier ofDefaultAggregateInformation.getAggregateDataSetName().voidAbstractIdentification.setProcessingLevel(Identifier newValue) Sets code that identifies the level of processing in the producers coding system of a resource. -
Uses of Identifier in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return IdentifierModifier and TypeMethodDescriptionDefaultProcessing.getIdentifier()Returns the information to identify the processing package that produced the data.DefaultSource.getProcessedLevel()Returns the processing level of the source data.Methods in org.apache.sis.metadata.iso.lineage with parameters of type IdentifierModifier and TypeMethodDescriptionvoidDefaultProcessing.setIdentifier(Identifier newValue) Sets the information to identify the processing package that produced the data.voidDefaultSource.setProcessedLevel(Identifier newValue) Sets the processing level of the source data. -
Uses of Identifier in org.apache.sis.metadata.iso.quality
Methods in org.apache.sis.metadata.iso.quality that return IdentifierModifier and TypeMethodDescriptionAbstractElement.getMeasureIdentification()Deprecated.Replaced byDefaultMeasureReference.getMeasureIdentification().DefaultMeasureReference.getMeasureIdentification()Returns a value uniquely identifying the measure within a namespace.DefaultQualityMeasure.getMeasureIdentifier()Returns the value uniquely identifying the measure within a namespace.Methods in org.apache.sis.metadata.iso.quality with parameters of type IdentifierModifier and TypeMethodDescriptionvoidAbstractElement.setMeasureIdentification(Identifier newValue) Deprecated.voidDefaultMeasureReference.setMeasureIdentification(Identifier newValue) Sets the identifier of the measure.voidDefaultQualityMeasure.setMeasureIdentifier(Identifier newValue) Sets the value uniquely identifying the measure within a namespace. -
Uses of Identifier in org.apache.sis.referencing
Classes in org.apache.sis.referencing that implement IdentifierModifier and TypeClassDescriptionclassImmutable value uniquely identifying an object within a namespace, together with a version.classAn identification of a CRS object which is both aIdentifierand aGenericName.Methods in org.apache.sis.referencing that return IdentifierModifier and TypeMethodDescriptionstatic IdentifierIdentifiedObjects.getIdentifier(IdentifiedObject object, Citation authority) Returns an identifier for the given object according the given authority.Methods in org.apache.sis.referencing with parameters of type IdentifierModifier and TypeMethodDescriptionstatic StringIdentifiedObjects.toString(Identifier identifier) Returns a string representation of the given identifier.static StringIdentifiedObjects.toURN(Class<?> type, Identifier identifier) Returns the URN of the given identifier, ornullif no valid URN can be formed. -
Uses of Identifier in org.apache.sis.xml
Methods in org.apache.sis.xml that return types with arguments of type IdentifierModifier and TypeMethodDescriptionCollection<? extends Identifier> IdentifiedObject.getIdentifiers()Returns all identifiers associated to this object.Methods in org.apache.sis.xml with parameters of type IdentifierModifier and TypeMethodDescription<T> TReferenceResolver.newIdentifiedObject(MarshalContext context, Class<T> type, Identifier... identifiers) Returns an empty object of the given type having the given identifiers. -
Uses of Identifier in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return IdentifierModifier and TypeMethodDescriptionEvent.getIdentifier()Event name or number.Instrument.getIdentifier()Unique identification of the instrument.Operation.getIdentifier()Unique identification of the operation.Platform.getIdentifier()Unique identification of the platform.PlatformPass.getIdentifier()Unique name of the pass.Requirement.getIdentifier()Unique name, or code, for the requirement.Methods in org.opengis.metadata.acquisition that return types with arguments of type IdentifierModifier and TypeMethodDescriptionCollection<? extends Identifier> Objective.getIdentifiers()Code used to identify the objective. -
Uses of Identifier in org.opengis.metadata.citation
Methods in org.opengis.metadata.citation that return types with arguments of type IdentifierModifier and TypeMethodDescriptionCollection<? extends Identifier> Citation.getIdentifiers()Unique identifier for the resource. -
Uses of Identifier in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return IdentifierModifier and TypeMethodDescriptionImageDescription.getImageQualityCode()Specifies the image quality.ImageDescription.getProcessingLevelCode()Image distributor's code that identifies the level of radiometric and geometric processing that has been applied. -
Uses of Identifier in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return IdentifierModifier and TypeMethodDescriptionGeographicDescription.getGeographicIdentifier()Returns the identifier used to represent a geographic area. -
Uses of Identifier in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return IdentifierModifier and TypeMethodDescriptionAggregateInformation.getAggregateDataSetIdentifier()Identification information about aggregate dataset. -
Uses of Identifier in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return IdentifierModifier and TypeMethodDescriptionProcessing.getIdentifier()Information to identify the processing package that produced the data.Source.getProcessedLevel()Processing level of the source data. -
Uses of Identifier in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return IdentifierModifier and TypeMethodDescriptionElement.getMeasureIdentification()Code identifying a registered standard procedure, ornullif none. -
Uses of Identifier in org.opengis.referencing
Subinterfaces of Identifier in org.opengis.referencingModifier and TypeInterfaceDescriptioninterfaceIdentifier used for reference systems.
DefaultAggregateInformation.getAggregateDataSetName().