Uses of Interface
org.opengis.metadata.Identifier
-
Packages that use Identifier Package Description org.opengis.metadata.acquisition org.opengis.metadata.citation Citation and responsible party information.org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions).org.opengis.metadata.extent Extent information.org.opengis.metadata.identification Identification information (includes data and service identification).org.opengis.metadata.lineage Lineage information.org.opengis.metadata.quality org.opengis.referencing -
-
Uses of Identifier in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return Identifier Modifier and Type Method Description IdentifierEvent. getIdentifier()Event name or number.IdentifierInstrument. getIdentifier()Unique identification of the instrument.IdentifierOperation. getIdentifier()Unique identification of the operation.IdentifierPlatform. getIdentifier()Unique identification of the platform.IdentifierPlatformPass. getIdentifier()Unique name of the pass.IdentifierRequirement. getIdentifier()Unique name, or code, for the requirement.Methods in org.opengis.metadata.acquisition that return types with arguments of type Identifier Modifier and Type Method Description java.util.Collection<? 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 Identifier Modifier and Type Method Description java.util.Collection<? 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 Identifier Modifier and Type Method Description IdentifierImageDescription. getImageQualityCode()Specifies the image quality.IdentifierImageDescription. 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 Identifier Modifier and Type Method Description IdentifierGeographicDescription. 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 Identifier Modifier and Type Method Description IdentifierAggregateInformation. getAggregateDataSetIdentifier()Identification information about aggregate dataset. -
Uses of Identifier in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return Identifier Modifier and Type Method Description IdentifierProcessing. getIdentifier()Information to identify the processing package that produced the data.IdentifierSource. getProcessedLevel()Processing level of the source data. -
Uses of Identifier in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return Identifier Modifier and Type Method Description IdentifierElement. getMeasureIdentification()Code identifying a registered standard procedure, ornullif none. -
Uses of Identifier in org.opengis.referencing
Subinterfaces of Identifier in org.opengis.referencing Modifier and Type Interface Description interfaceReferenceIdentifierIdentifier used for reference systems.
-