Package | Description |
---|---|
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 | |
org.opengis.referencing |
Modifier and Type | Method and Description |
---|---|
boolean |
RasterManager.DomainManager.isParameterSupported(Identifier name)
Check whether a specific parameter (identified by the
Identifier name) is
supported by this manager (and therefore, by the reader). |
boolean |
ImageMosaicReader.isParameterSupported(Identifier name) |
boolean |
ImageMosaicReader.isParameterSupported(String coverageName,
Identifier parameterName)
Check whether the specified parameter is supported for the specified coverage.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentifierImpl
Value uniquely identifying an object within a namespace.
|
Constructor and Description |
---|
IdentifierImpl(Identifier source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
Collection<Identifier> |
CitationImpl.getIdentifiers()
Returns the unique identifier for the resource.
|
Modifier and Type | Method and Description |
---|---|
void |
CitationImpl.setIdentifiers(Collection<? extends Identifier> newValues)
Set the unique identifier for the resource.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
ImageDescriptionImpl.getImageQualityCode()
Returns the specifies the image quality.
|
Identifier |
ImageDescriptionImpl.getProcessingLevelCode()
Returns the image distributors code that identifies the level of radiometric and geometric
processing that has been applied.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageDescriptionImpl.setImageQualityCode(Identifier newValue)
Set the specifies the image quality.
|
void |
ImageDescriptionImpl.setProcessingLevelCode(Identifier newValue)
Set the image distributors code that identifies the level of radiometric and geometric
processing that has been applied.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
GeographicDescriptionImpl.getGeographicIdentifier()
Returns the identifier used to represent a geographic area.
|
Modifier and Type | Method and Description |
---|---|
void |
GeographicDescriptionImpl.setGeographicIdentifier(Identifier newValue)
Set the identifier used to represent a geographic area.
|
Constructor and Description |
---|
GeographicDescriptionImpl(Identifier geographicIdentifier)
Creates a geographic description initialized to the specified value.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
ElementImpl.getMeasureIdentification()
Returns the code identifying a registered standard procedure, or
null if none. |
Modifier and Type | Method and Description |
---|---|
void |
ElementImpl.setMeasureIdentification(Identifier newValue)
Set the code identifying a registered standard procedure.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedIdentifier
An identification of a CRS object.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
Formatter.getIdentifier(IdentifiedObject info)
Returns the preferred identifier for the specified object.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends Identifier> |
Citation.getIdentifiers()
Unique identifier for the resource.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
GeographicDescription.getGeographicIdentifier()
Returns the identifier used to represent a geographic area.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
AggregateInformation.getAggregateDataSetIdentifier()
Identification information about aggregate dataset.
|
Modifier and Type | Method and Description |
---|---|
Identifier |
Element.getMeasureIdentification()
Code identifying a registered standard procedure, or
null if none. |
Modifier and Type | Interface and Description |
---|---|
interface |
ReferenceIdentifier
Identifier used for reference systems.
|
Copyright © 1996–2019 Geotools. All rights reserved.