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.proj 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 IdentifierElement. getMeasureIdentification()Code identifying a registered standard procedure, ornullif none. -
Uses of Identifier in org.geotools.api.referencing
Subinterfaces of Identifier in org.geotools.api.referencing Modifier and Type Interface Description interfaceReferenceIdentifierIdentifier 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 booleanImageMosaicReader. isParameterSupported(String coverageName, Identifier parameterName)Check whether the specified parameter is supported for the specified coverage.booleanImageMosaicReader. isParameterSupported(Identifier name)booleanRasterManager.DomainManager. isParameterSupported(Identifier name)Check whether a specific parameter (identified by theIdentifiername) 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 classIdentifierImplValue 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 voidCitationImpl. 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 IdentifierElementImpl. getMeasureIdentification()Returns the code identifying a registered standard procedure, ornullif none.Methods in org.geotools.metadata.iso.quality with parameters of type Identifier Modifier and Type Method Description voidElementImpl. 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 classNamedIdentifierAn identification of a CRS object. -
Uses of Identifier in org.geotools.referencing.proj
Methods in org.geotools.referencing.proj that return Identifier Modifier and Type Method Description IdentifierPROJFormatter. 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 Identifier Modifier and Type Method Description IdentifierFormatter. getIdentifier(IdentifiedObject info)Returns the preferred identifier for the specified object.
-