Uses of Interface
org.geotools.api.metadata.Identifier
Packages that use Identifier
Package
Description
Citation and
responsible party information.
Citation implementation.
Reference systems implementation.
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 IdentifierModifier and TypeMethodDescriptionCollection<? 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 IdentifierModifier and TypeMethodDescriptionElement.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.referencingModifier and TypeInterfaceDescriptioninterface
Identifier used for reference systems. -
Uses of Identifier in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic with parameters of type IdentifierModifier and TypeMethodDescriptionboolean
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 IdentifierModifier and TypeClassDescriptionclass
Value uniquely identifying an object within a namespace.Constructors in org.geotools.metadata.iso with parameters of type IdentifierModifierConstructorDescriptionIdentifierImpl
(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 IdentifierModifier and TypeMethodDescriptionCitationImpl.getIdentifiers()
Returns the unique identifier for the resource.Method parameters in org.geotools.metadata.iso.citation with type arguments of type IdentifierModifier and TypeMethodDescriptionvoid
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 IdentifierModifier and TypeMethodDescriptionElementImpl.getMeasureIdentification()
Returns the code identifying a registered standard procedure, ornull
if none.Methods in org.geotools.metadata.iso.quality with parameters of type IdentifierModifier and TypeMethodDescriptionvoid
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 -
Uses of Identifier in org.geotools.referencing.proj
Methods in org.geotools.referencing.proj that return IdentifierModifier and TypeMethodDescriptionPROJFormatter.getIdentifier
(IdentifiedObject info) Retrieves the identifier for a givenIdentifiedObject
. -
Uses of Identifier in org.geotools.referencing.wkt
Methods in org.geotools.referencing.wkt that return IdentifierModifier and TypeMethodDescriptionFormatter.getIdentifier
(IdentifiedObject info) Returns the preferred identifier for the specified object.