Uses of Interface
org.geotools.api.metadata.Identifier
-
Packages that use Identifier Package Description org.geotools.api.metadata.citation Citation and responsible party information.org.geotools.api.metadata.quality org.geotools.api.referencing org.geotools.gce.imagemosaic org.geotools.metadata.iso org.geotools.metadata.iso.citation Citation implementation.org.geotools.metadata.iso.quality org.geotools.referencing Reference systems implementation.org.geotools.referencing.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of Identifier in org.geotools.api.metadata.citation
Methods in org.geotools.api.metadata.citation that return types with arguments of type Identifier Modifier and Type Method Description Collection<? extends Identifier>
Citation. getIdentifiers()
Unique identifier for the resource. -
Uses of Identifier in org.geotools.api.metadata.quality
Methods in org.geotools.api.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.geotools.api.referencing
Subinterfaces of Identifier in org.geotools.api.referencing Modifier and Type Interface Description interface
ReferenceIdentifier
Identifier used for reference systems. -
Uses of Identifier in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic with parameters of type Identifier Modifier and Type Method Description boolean
ImageMosaicReader. isParameterSupported(String coverageName, Identifier parameterName)
Check whether the specified parameter is supported for the specified coverage.boolean
ImageMosaicReader. isParameterSupported(Identifier name)
boolean
RasterManager.DomainManager. isParameterSupported(Identifier name)
Check whether a specific parameter (identified by theIdentifier
name) is supported by this manager (and therefore, by the reader). -
Uses of Identifier in org.geotools.metadata.iso
Classes in org.geotools.metadata.iso that implement Identifier Modifier and Type Class Description class
IdentifierImpl
Value uniquely identifying an object within a namespace.Constructors in org.geotools.metadata.iso with parameters of type Identifier Constructor Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
CitationImpl. setIdentifiers(Collection<? extends Identifier> newValues)
Set the unique identifier for the resource. -
Uses of Identifier in org.geotools.metadata.iso.quality
Methods in org.geotools.metadata.iso.quality that return Identifier Modifier and Type Method Description Identifier
ElementImpl. getMeasureIdentification()
Returns the code identifying a registered standard procedure, ornull
if none.Methods in org.geotools.metadata.iso.quality with parameters of type Identifier Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description Identifier
Formatter. getIdentifier(IdentifiedObject info)
Returns the preferred identifier for the specified object.
-