Uses of Interface
org.opengis.metadata.Identifier
Packages that use Identifier
Package
Description
Access to examples of GeoAPI implementations.
The metadata root entity.
Type for citing a resource and information
about the responsible party.
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
Information concerning the distributor of, and options for obtaining, a resource.
Geographic, vertical and temporal extents.
Information to uniquely identify the data or service.
Sources and production processes used in producing a dataset.
Description of the quality of geographic data.
Base interfaces for reference systems by coordinates or by identifiers.
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.metadata
package.-
Uses of Identifier in org.opengis.example
Methods in org.opengis.example that return IdentifierModifier and TypeMethodDescriptionstatic Identifier
SimpleFactories.createIdentifier
(Citation authority, String code) Creates a new identifier of the given authority and code. -
Uses of Identifier in org.opengis.metadata
Methods in org.opengis.metadata that return IdentifierModifier and TypeMethodDescriptiondefault Identifier
Metadata.getMetadataIdentifier()
Unique identifier for this metadata record. -
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.default Identifier
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 TypeMethodDescriptiondefault Collection
<? extends Identifier> Citation.getIdentifiers()
Unique identifier for the resource.default Collection
<? extends Identifier> Party.getIdentifiers()
Identifiers of the party. -
Uses of Identifier in org.opengis.metadata.content
Methods in org.opengis.metadata.content that return IdentifierModifier and TypeMethodDescriptiondefault Identifier
ImageDescription.getImageQualityCode()
Code in producer’s codespace that specifies the image quality.default Identifier
CoverageDescription.getProcessingLevelCode()
Identifier for the level of processing that has been applied to the resource.Methods in org.opengis.metadata.content that return types with arguments of type IdentifierModifier and TypeMethodDescriptiondefault Collection
<? extends Identifier> RangeDimension.getNames()
Identifiers for each attribute included in the resource. -
Uses of Identifier in org.opengis.metadata.distribution
Methods in org.opengis.metadata.distribution that return IdentifierModifier and TypeMethodDescriptiondefault Identifier
Medium.getIdentifier()
Unique identifier for an instance of the medium. -
Uses of Identifier in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return IdentifierModifier and TypeMethodDescriptionGeographicDescription.getGeographicIdentifier()
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()
Deprecated.default Identifier
Identification.getProcessingLevel()
Code that identifies the level of processing in the producers coding system of a resource. -
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.default Identifier
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 TypeMethodDescriptiondefault Identifier
Element.getMeasureIdentification()
Deprecated.Replaced byMeasureReference.getMeasureIdentification()
.default Identifier
MeasureReference.getMeasureIdentification()
Identifier of the measure, value uniquely identifying the measure within a namespace.Measure.getMeasureIdentifier()
Value uniquely identifying the measure within a namespace. -
Uses of Identifier in org.opengis.referencing
Subinterfaces of Identifier in org.opengis.referencingModifier and TypeInterfaceDescriptioninterface
Identifier used for reference systems. -
Uses of Identifier in org.opengis.test
Methods in org.opengis.test with parameters of type IdentifierModifier and TypeMethodDescriptionstatic void
Assertions.assertIdentifierEquals
(String authority, String codeSpace, String version, String code, Identifier actual, String message) Asserts that the given identifier is equal to the given authority, code space, version and code.final void
ValidatorContainer.validate
(Identifier object) Tests the conformance of the given object.static void
Validators.validate
(Identifier object) Tests the conformance of the given object. -
Uses of Identifier in org.opengis.test.metadata
Methods in org.opengis.test.metadata with parameters of type IdentifierModifier and TypeMethodDescriptionvoid
MetadataBaseValidator.validate
(Identifier object) Validates the given identifier.
AggregateInformation.getAggregateDataSetName()
.