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 Identifier
Event. getIdentifier()
Event name or number.Identifier
Instrument. getIdentifier()
Unique identification of the instrument.Identifier
Operation. getIdentifier()
Unique identification of the operation.Identifier
Platform. getIdentifier()
Unique identification of the platform.Identifier
PlatformPass. getIdentifier()
Unique name of the pass.Identifier
Requirement. 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 Identifier
ImageDescription. getImageQualityCode()
Specifies the image quality.Identifier
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 Identifier Modifier and Type Method Description Identifier
GeographicDescription. 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 Identifier
AggregateInformation. 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 Identifier
Processing. getIdentifier()
Information to identify the processing package that produced the data.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 Identifier Modifier and Type Method Description Identifier
Element. getMeasureIdentification()
Code identifying a registered standard procedure, ornull
if none. -
Uses of Identifier in org.opengis.referencing
Subinterfaces of Identifier in org.opengis.referencing Modifier and Type Interface Description interface
ReferenceIdentifier
Identifier used for reference systems.
-