Uses of Interface
org.opengis.metadata.Identifier
-
Packages that use Identifier Package Description org.opengis.metadata The metadata root entity.org.opengis.metadata.acquisition org.opengis.metadata.citation Type for citing a resource and information about the responsible party.org.opengis.metadata.content Identification of the feature catalogue used, or description of the content of a coverage dataset.org.opengis.metadata.distribution Information concerning the distributor of, and options for obtaining, a resource.org.opengis.metadata.extent Geographic, vertical and temporal extents.org.opengis.metadata.identification Information to uniquely identify the data or service.org.opengis.metadata.lineage Sources and production processes used in producing a dataset.org.opengis.metadata.quality org.opengis.referencing Base interfaces for reference systems. -
-
Uses of Identifier in org.opengis.metadata
Methods in org.opengis.metadata that return Identifier Modifier and Type Method Description default IdentifierMetadata. getMetadataIdentifier()Unique identifier for this metadata record. -
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.default 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 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 default 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 default IdentifierImageDescription. getImageQualityCode()Code in producer’s codespace that specifies the image quality.default IdentifierCoverageDescription. 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 Identifier Modifier and Type Method Description default 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 Identifier Modifier and Type Method Description default IdentifierMedium. 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 Identifier Modifier and Type Method Description IdentifierGeographicDescription. 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 Identifier Modifier and Type Method Description IdentifierAggregateInformation. getAggregateDataSetIdentifier()Deprecated.As of ISO 19115:2014, replaced by an identifier ofAggregateInformation.getAggregateDataSetName().default IdentifierIdentification. 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 Identifier Modifier and Type Method Description IdentifierProcessing. getIdentifier()Information to identify the processing package that produced the data.default 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 default 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.
-