Uses of Interface
org.opengis.metadata.Identifier

Packages that use Identifier
org.geotools.gce.imagemosaic   
org.geotools.metadata.iso Metadata implementation. 
org.geotools.metadata.iso.citation Citation implementation. 
org.geotools.metadata.iso.content Content information implementation. 
org.geotools.metadata.iso.extent Extent implementation. 
org.geotools.metadata.iso.quality Data quality implementation. 
org.geotools.referencing Reference systems implementation. 
org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. 
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.quality Data quality and positional accuracy
org.opengis.referencing Reference systems
 

Uses of Identifier in org.geotools.gce.imagemosaic
 

Methods in org.geotools.gce.imagemosaic with parameters of type Identifier
 boolean ImageMosaicReader.isParameterSupported(Identifier name)
           
 boolean ImageMosaicReader.isParameterSupported(String coverageName, Identifier parameterName)
          Check whether the specified parameter is supported for the specified coverage.
 

Uses of Identifier in org.geotools.metadata.iso
 

Classes in org.geotools.metadata.iso that implement Identifier
 class IdentifierImpl
          Value uniquely identifying an object within a namespace.
 

Constructors in org.geotools.metadata.iso with parameters of type Identifier
IdentifierImpl(Identifier source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of Identifier in org.geotools.metadata.iso.citation
 

Methods in org.geotools.metadata.iso.citation that return types with arguments of type Identifier
 Collection<Identifier> CitationImpl.getIdentifiers()
          Returns the unique identifier for the resource.
 

Method parameters in org.geotools.metadata.iso.citation with type arguments of type Identifier
 void CitationImpl.setIdentifiers(Collection<? extends Identifier> newValues)
          Set the unique identifier for the resource.
 

Uses of Identifier in org.geotools.metadata.iso.content
 

Methods in org.geotools.metadata.iso.content that return Identifier
 Identifier ImageDescriptionImpl.getImageQualityCode()
          Returns the specifies the image quality.
 Identifier ImageDescriptionImpl.getProcessingLevelCode()
          Returns the image distributor’s code that identifies the level of radiometric and geometric processing that has been applied.
 

Methods in org.geotools.metadata.iso.content with parameters of type Identifier
 void ImageDescriptionImpl.setImageQualityCode(Identifier newValue)
          Set the specifies the image quality.
 void ImageDescriptionImpl.setProcessingLevelCode(Identifier newValue)
          Set the image distributor’s code that identifies the level of radiometric and geometric processing that has been applied.
 

Uses of Identifier in org.geotools.metadata.iso.extent
 

Methods in org.geotools.metadata.iso.extent that return Identifier
 Identifier GeographicDescriptionImpl.getGeographicIdentifier()
          Returns the identifier used to represent a geographic area.
 

Methods in org.geotools.metadata.iso.extent with parameters of type Identifier
 void GeographicDescriptionImpl.setGeographicIdentifier(Identifier newValue)
          Set the identifier used to represent a geographic area.
 

Constructors in org.geotools.metadata.iso.extent with parameters of type Identifier
GeographicDescriptionImpl(Identifier geographicIdentifier)
          Creates a geographic description initialized to the specified value.
 

Uses of Identifier in org.geotools.metadata.iso.quality
 

Methods in org.geotools.metadata.iso.quality that return Identifier
 Identifier ElementImpl.getMeasureIdentification()
          Returns the code identifying a registered standard procedure, or null if none.
 

Methods in org.geotools.metadata.iso.quality with parameters of type Identifier
 void ElementImpl.setMeasureIdentification(Identifier newValue)
          Set the code identifying a registered standard procedure.
 

Uses of Identifier in org.geotools.referencing
 

Classes in org.geotools.referencing that implement Identifier
 class NamedIdentifier
          An identification of a CRS object.
 

Uses of Identifier in org.geotools.referencing.wkt
 

Methods in org.geotools.referencing.wkt that return Identifier
 Identifier Formatter.getIdentifier(IdentifiedObject info)
          Returns the preferred identifier for the specified object.
 

Uses of Identifier in org.opengis.metadata.citation
 

Methods in org.opengis.metadata.citation that return types with arguments of type Identifier
 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
 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
 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
 Identifier AggregateInformation.getAggregateDataSetIdentifier()
          Identification information about aggregate dataset.
 

Uses of Identifier in org.opengis.metadata.quality
 

Methods in org.opengis.metadata.quality that return Identifier
 Identifier Element.getMeasureIdentification()
          Code identifying a registered standard procedure, or null if none.
 

Uses of Identifier in org.opengis.referencing
 

Subinterfaces of Identifier in org.opengis.referencing
 interface ReferenceIdentifier
          Identifier used for reference systems.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.