A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A

abort() - Method in class GridCoverageStore
Cancels the read or write operation which is currently under progress in an other thread.
abort() - Method in class ImageCoverageReader
Cancels the read operation.
abort() - Method in class ImageCoverageWriter
Cancels the write operation.
abort() - Method in class ImageReaderAdapter
Aborts the current reading process.
abort() - Method in interface GridCoverageReference
Aborts the image reading.
abort() - Method in class ImageReaderAdapter
Requests that any current read operation be aborted.
abort() - Method in class ImageWriterAdapter
Requests that any current write operation be aborted.
abort() - Method in class MosaicImageReader
Requests that any current read operation be aborted.
ABORT_EXIT_CODE - Static variable in class CommandLine
The code given to System.exit(int) when the program aborted at user request.
abortRequested - Variable in class GridCoverageStore
true if a request to abort the current read or write operation has been made.
About - Class in org.geotoolkit.gui.swing
An "About" dialog box.
About() - Constructor for class About
Constructs a new dialog box with the Geotk logo.
About(Object, Class<?>, ThreadGroup) - Constructor for class About
Constructs a new dialog box for the specified application class.
About(Object, Attributes, ThreadGroup) - Constructor for class About
Constructs a new dialog box from the specified manifest attributes.
AbridgedMolodensky - Class in org.geotoolkit.referencing.operation.provider
The provider for "Abridged Molodensky transformation" (EPSG:9605).
AbridgedMolodensky() - Constructor for class AbridgedMolodensky
Constructs a provider.
Absolute - Class in org.geotoolkit.coverage.processing.operation
Computes the mathematical absolute value of each sample value.
Absolute() - Constructor for class Absolute
Constructs a default "Absolute" operation.
absolute(Coverage) - Method in class Operations
Computes the mathematical absolute value of each sample value.
AbstractAuthorityFactory - Class in org.geotoolkit.referencing.factory
Base class for authority factories.
AbstractAuthorityFactory(Hints) - Constructor for class AbstractAuthorityFactory
Constructs a new authority factory.
AbstractCompleteness - Class in org.geotoolkit.metadata.iso.quality
Presence and absence of features, their attributes and their relationships.
AbstractCompleteness() - Constructor for class AbstractCompleteness
Constructs an initially empty completeness.
AbstractCompleteness(Completeness) - Constructor for class AbstractCompleteness
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractContentInformation - Class in org.geotoolkit.metadata.iso.content
Description of the content of a dataset.
AbstractContentInformation() - Constructor for class AbstractContentInformation
Constructs an initially empty content information.
AbstractContentInformation(ContentInformation) - Constructor for class AbstractContentInformation
Constructs a metadata entity initialized with the value from the specified metadata.
AbstractCoordinateOperation - Class in org.geotoolkit.referencing.operation
Establishes an association between a source and a target coordinate reference system, and provides a transform for transforming coordinates in the source CRS to coordinates in the target CRS.
AbstractCoordinateOperation(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform) - Constructor for class AbstractCoordinateOperation
Constructs a coordinate operation from a set of properties.
AbstractCoordinateOperationFactory - Class in org.geotoolkit.referencing.operation
Base class for coordinate operation factories.
AbstractCoordinateOperationFactory(Hints) - Constructor for class AbstractCoordinateOperationFactory
Constructs a coordinate operation factory using the specified hints.
AbstractCoverage - Class in org.geotoolkit.coverage
Base class of all coverage type.
AbstractCoverage(CharSequence, CoordinateReferenceSystem, PropertySource, Map<?, ?>) - Constructor for class AbstractCoverage
Constructs a coverage using the specified coordinate reference system.
AbstractCoverage(CharSequence, Coverage) - Constructor for class AbstractCoverage
Constructs a new coverage with the same parameters than the specified coverage.
AbstractCoverage.Renderable - Class in org.geotoolkit.coverage
A view of a coverage as a renderable image.
AbstractCoverage.Renderable(int, int) - Constructor for class AbstractCoverage.Renderable
Constructs a renderable image.
AbstractCoverageProcessor - Class in org.geotoolkit.coverage.processing
Provides operations for different ways of accessing the grid coverage values as well as image processing functionality.
AbstractCoverageProcessor() - Constructor for class AbstractCoverageProcessor
Constructs a coverage processor.
AbstractCRS - Class in org.geotoolkit.referencing.crs
Abstract coordinate reference system, usually defined by a coordinate system and a datum.
AbstractCRS(CoordinateReferenceSystem) - Constructor for class AbstractCRS
Constructs a new coordinate reference system with the same values than the specified one.
AbstractCRS(Map<String, ?>, CoordinateSystem) - Constructor for class AbstractCRS
Constructs a coordinate reference system from a set of properties.
AbstractCS - Class in org.geotoolkit.referencing.cs
The set of coordinate system axes that spans a given coordinate space.
AbstractCS(CoordinateSystem) - Constructor for class AbstractCS
Constructs a new coordinate system with the same values than the specified one.
AbstractCS(String, CoordinateSystemAxis...) - Constructor for class AbstractCS
Constructs a coordinate system from a name.
AbstractCS(Map<String, ?>, CoordinateSystemAxis...) - Constructor for class AbstractCS
Constructs a coordinate system from a set of properties.
AbstractDatum - Class in org.geotoolkit.referencing.datum
Specifies the relationship of a coordinate system to the earth, thus creating a coordinate reference system.
AbstractDatum(Datum) - Constructor for class AbstractDatum
Constructs a new datum with the same values than the specified one.
AbstractDatum(Map<String, ?>) - Constructor for class AbstractDatum
Constructs a datum from a set of properties.
AbstractDerivedCRS - Class in org.geotoolkit.referencing.crs
A coordinate reference system that is defined by its coordinate conversion from another CRS (not by a datum).
AbstractDerivedCRS(GeneralDerivedCRS) - Constructor for class AbstractDerivedCRS
Constructs a new derived CRS with the same values than the specified one.
AbstractDerivedCRS(Map<String, ?>, Conversion, CoordinateReferenceSystem, MathTransform, CoordinateSystem) - Constructor for class AbstractDerivedCRS
Constructs a derived CRS from a defining conversion.
AbstractDerivedCRS(Map<String, ?>, CoordinateReferenceSystem, MathTransform, CoordinateSystem) - Constructor for class AbstractDerivedCRS
Constructs a derived CRS from a set of properties.
AbstractDirectPosition - Class in org.geotoolkit.geometry
Base class for direct position implementations.
AbstractDirectPosition() - Constructor for class AbstractDirectPosition
Constructs a direct position.
AbstractElement - Class in org.geotoolkit.metadata.iso.quality
Type of test applied to the data specified by a data quality scope.
AbstractElement() - Constructor for class AbstractElement
Constructs an initially empty element.
AbstractElement(Element) - Constructor for class AbstractElement
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractElement(Result) - Constructor for class AbstractElement
Creates an element initialized to the given result.
AbstractEnvelope - Class in org.geotoolkit.geometry
Base class for envelope implementations.
AbstractEnvelope() - Constructor for class AbstractEnvelope
Constructs an envelope.
AbstractGeographicExtent - Class in org.geotoolkit.metadata.iso.extent
Base class for geographic area of the dataset.
AbstractGeographicExtent() - Constructor for class AbstractGeographicExtent
Constructs an initially empty geographic extent.
AbstractGeographicExtent(GeographicExtent) - Constructor for class AbstractGeographicExtent
Constructs a geographic extent initialized to the same values than the specified one.
AbstractGeographicExtent(boolean) - Constructor for class AbstractGeographicExtent
Constructs a geographic extent initialized with the specified inclusion value.
AbstractGeolocationInformation - Class in org.geotoolkit.metadata.iso.spatial
Information used to determine geographic location corresponding to image location.
AbstractGeolocationInformation() - Constructor for class AbstractGeolocationInformation
Constructs an initially empty geolocation information.
AbstractGeolocationInformation(GeolocationInformation) - Constructor for class AbstractGeolocationInformation
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractGraduation - Class in org.geotoolkit.display.axis
Base class for graduation.
AbstractGraduation(Unit<?>) - Constructor for class AbstractGraduation
Constructs a graduation with the supplied units.
AbstractGridCoverage - Class in org.geotoolkit.coverage.grid
Base class for Geotk implementation of grid coverage.
AbstractGridCoverage(CharSequence, CoordinateReferenceSystem, PropertySource, Map<?, ?>) - Constructor for class AbstractGridCoverage
Constructs a grid coverage using the specified coordinate reference system.
AbstractGridCoverage(CharSequence, CoordinateReferenceSystem, GridCoverage[], PropertySource, Map<?, ?>) - Constructor for class AbstractGridCoverage
Constructs a grid coverage with sources.
AbstractGridCoverage(CharSequence, GridCoverage) - Constructor for class AbstractGridCoverage
Constructs a new coverage with the same parameters than the specified coverage.
AbstractIdentification - Class in org.geotoolkit.metadata.iso.identification
Basic information required to uniquely identify a resource or resources.
AbstractIdentification() - Constructor for class AbstractIdentification
Constructs an initially empty identification.
AbstractIdentification(Identification) - Constructor for class AbstractIdentification
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractIdentification(Citation, InternationalString) - Constructor for class AbstractIdentification
Creates an identification initialized to the specified values.
AbstractIdentifiedObject - Class in org.geotoolkit.referencing
A base class for metadata applicable to reference system objects.
AbstractIdentifiedObject(IdentifiedObject) - Constructor for class AbstractIdentifiedObject
Constructs a new identified object with the same values than the specified one.
AbstractIdentifiedObject(Map<String, ?>) - Constructor for class AbstractIdentifiedObject
Constructs an object from a set of properties.
AbstractIdentifiedObject(Map<String, ?>, Map<String, Object>, String[]) - Constructor for class AbstractIdentifiedObject
Constructs an object from a set of properties and copy unrecognized properties in the specified map.
AbstractInternationalString - Class in org.geotoolkit.util
A string that has been internationalized into several locales.
AbstractInternationalString() - Constructor for class AbstractInternationalString
Constructs an international string.
AbstractLogicalConsistency - Class in org.geotoolkit.metadata.iso.quality
Degree of adherence to logical rules of data structure, attribution and relationships (data structure can be conceptual, logical or physical).
AbstractLogicalConsistency() - Constructor for class AbstractLogicalConsistency
Constructs an initially empty logical consistency.
AbstractLogicalConsistency(LogicalConsistency) - Constructor for class AbstractLogicalConsistency
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractMathTransform - Class in org.geotoolkit.referencing.operation.transform
Provides a default implementation for most methods required by the MathTransform interface.
AbstractMathTransform() - Constructor for class AbstractMathTransform
Constructs a math transform.
AbstractMathTransform.Inverse - Class in org.geotoolkit.referencing.operation.transform
Default implementation for inverse math transform.
AbstractMathTransform.Inverse() - Constructor for class AbstractMathTransform.Inverse
Constructs an inverse math transform.
AbstractMathTransform1D - Class in org.geotoolkit.referencing.operation.transform
Base class for math transforms that are known to be one-dimensional in all cases.
AbstractMathTransform1D() - Constructor for class AbstractMathTransform1D
Constructs a default math transform.
AbstractMathTransform2D - Class in org.geotoolkit.referencing.operation.transform
Base class for math transforms that are known to be two-dimensional in all cases.
AbstractMathTransform2D() - Constructor for class AbstractMathTransform2D
Constructs a default math transform.
AbstractMathTransform2D.Inverse - Class in org.geotoolkit.referencing.operation.transform
Default implementation for inverse math transform.
AbstractMathTransform2D.Inverse() - Constructor for class AbstractMathTransform2D.Inverse
Constructs an inverse math transform.
AbstractMathTransform2D.Parameters - Class in org.geotoolkit.referencing.operation.transform
The parameters of the enclosing transform as a tuple of (normalizenon-linear kerneldenormalize) transforms.
AbstractMathTransform2D.Parameters(ParameterDescriptorGroup) - Constructor for class AbstractMathTransform2D.Parameters
Creates a new Parameters.
AbstractMetadata - Class in org.geotoolkit.metadata
Base class for metadata implementations.
AbstractMetadata() - Constructor for class AbstractMetadata
Creates an initially empty metadata.
AbstractMetadata(Object) - Constructor for class AbstractMetadata
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractName - Class in org.geotoolkit.naming
A sequence of identifiers rooted within the context of a namespace.
AbstractName() - Constructor for class AbstractName
Creates a new instance of generic name.
AbstractOperation - Class in org.geotoolkit.coverage.processing
Provides descriptive information for a Coverage processing operation.
AbstractOperation(ParameterDescriptorGroup) - Constructor for class AbstractOperation
Constructs an operation.
AbstractParameter - Class in org.geotoolkit.parameter
The root class of ParameterValue and ParameterValueGroup implementations.
AbstractParameter(GeneralParameterDescriptor) - Constructor for class AbstractParameter
Constructs a parameter value from the specified descriptor.
AbstractParameterDescriptor - Class in org.geotoolkit.parameter
The root class of ParameterDescriptor and ParameterDescriptorGroup implementations.
AbstractParameterDescriptor(GeneralParameterDescriptor) - Constructor for class AbstractParameterDescriptor
Constructs a descriptor with the same values than the specified one.
AbstractParameterDescriptor(Map<String, ?>, int, int) - Constructor for class AbstractParameterDescriptor
Constructs a parameter from a set of properties.
AbstractParameterValue<T> - Class in org.geotoolkit.parameter
The base class of ParameterValue implementations.
AbstractParameterValue(ParameterDescriptor<T>) - Constructor for class AbstractParameterValue
Constructs a parameter value from the specified descriptor.
AbstractPositionalAccuracy - Class in org.geotoolkit.metadata.iso.quality
Accuracy of the position of features.
AbstractPositionalAccuracy() - Constructor for class AbstractPositionalAccuracy
Constructs an initially empty positional accuracy.
AbstractPositionalAccuracy(PositionalAccuracy) - Constructor for class AbstractPositionalAccuracy
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractPositionalAccuracy(Result) - Constructor for class AbstractPositionalAccuracy
Creates an positional accuracy initialized to the given result.
AbstractReferenceSystem - Class in org.geotoolkit.referencing
Description of a spatial and temporal reference system used by a dataset.
AbstractReferenceSystem(ReferenceSystem) - Constructor for class AbstractReferenceSystem
Constructs a new reference system with the same values than the specified one.
AbstractReferenceSystem(Map<String, ?>) - Constructor for class AbstractReferenceSystem
Constructs a reference system from a set of properties.
AbstractResult - Class in org.geotoolkit.metadata.iso.quality
Type of test applied to the data specified by a data quality scope.
AbstractResult() - Constructor for class AbstractResult
Constructs an initially empty result.
AbstractResult(Result) - Constructor for class AbstractResult
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractSingleCRS - Class in org.geotoolkit.referencing.crs
Abstract coordinate reference system, consisting of a single coordinate system and a single datum (as opposed to compound CRS).
AbstractSingleCRS(SingleCRS) - Constructor for class AbstractSingleCRS
Constructs a new coordinate reference system with the same values than the specified one.
AbstractSingleCRS(Map<String, ?>, Datum, CoordinateSystem) - Constructor for class AbstractSingleCRS
Constructs a coordinate reference system from a set of properties.
AbstractSpatialRepresentation - Class in org.geotoolkit.metadata.iso.spatial
Method used to represent geographic information in the dataset.
AbstractSpatialRepresentation() - Constructor for class AbstractSpatialRepresentation
Constructs an initially empty spatial representation.
AbstractSpatialRepresentation(SpatialRepresentation) - Constructor for class AbstractSpatialRepresentation
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractTemporalAccuracy - Class in org.geotoolkit.metadata.iso.quality
Accuracy of the temporal attributes and temporal relationships of features.
AbstractTemporalAccuracy() - Constructor for class AbstractTemporalAccuracy
Constructs an initially empty temporal accuracy.
AbstractTemporalAccuracy(TemporalAccuracy) - Constructor for class AbstractTemporalAccuracy
Constructs a metadata entity initialized with the values from the specified metadata.
AbstractThematicAccuracy - Class in org.geotoolkit.metadata.iso.quality
Accuracy of quantitative attributes and the correctness of non-quantitative attributes and of the classifications of features and their relationships.
AbstractThematicAccuracy() - Constructor for class AbstractThematicAccuracy
Constructs an initially empty thematic accuracy.
AbstractThematicAccuracy(ThematicAccuracy) - Constructor for class AbstractThematicAccuracy
Constructs a metadata entity initialized with the values from the specified metadata.
accept(TreeNode) - Method in interface TreeNodeFilter
Returns true if the given node should be copied.
accept(File) - Method in class DefaultFileFilter
Tests if a specified file matches the pattern.
accept(File, String) - Method in class DefaultFileFilter
Tests if a specified file matches the pattern.
accept(CoordinateOperation) - Method in class AuthorityBackedFactory
Returns true if the specified operation is acceptable.
accepts(Class<?>) - Method in class BaseClassFilter
Returns true if the given type is assignable to the BaseClassFilter.base class.
accepts(Class<?>) - Method in interface ClassFilter
Returns true if the given class can be accepted.
ACCESS_CONSTRAINT - Static variable in class NetcdfMetadata
The "acces_constraint" attribute name for the access constraints applied to assure the protection of privacy or intellectual property.
ACKNOWLEDGMENT - Static variable in class NetcdfMetadata
The "acknowledgment" attribute name for a place to acknowledge various type of support for the project that produced this data (Recommended).
acquireMarshaller() - Method in class MarshallerPool
Returns a JAXB marshaller from the pool.
acquireReader() - Method in class GridCoverageStorePool
Returns a reader from the pool, or creates a new one if the pool is empty.
acquireUnmarshaller() - Method in class MarshallerPool
Returns a JAXB unmarshaller from the pool.
Action - Annotation Type in org.geotoolkit.console
Annotates a method to be invoked when the first argument which is not an option matches the name.
activate(IIOParam) - Method in class MosaicController
Activates the mosaic controller.
activateForTile(IIOParam) - Method in class MosaicController
Invoked by activate for every tile read parameters or tile write parameters.
adaptSQL(String) - Method in class AnsiDialectEpsgFactory
Modifies the given SQL string to be suitable for non MS-Access databases.
adaptSQL(String) - Method in class DirectEpsgFactory
Invoked when a new PreparedStatement is about to be created from a SQL string.
add(Coverage, double...) - Method in class Operations
Adds constants (one for each band) to every sample values of the source coverage.
add(double, double) - Method in class XRectangle2D
Adds a point, specified by the arguments x and y, to this rectangle.
add(Rectangle2D) - Method in class XRectangle2D
Adds a Rectangle2D object to this rectangle.
add(Rectangle2D) - Method in class Envelope2D
Adds an other rectangle to this rectangle.
add(double, double) - Method in class Envelope2D
Adds a point to this rectangle.
add(DirectPosition) - Method in class GeneralEnvelope
Adds a point to this envelope.
add(Envelope) - Method in class GeneralEnvelope
Adds an envelope object to this envelope.
add(ImageReaderSpi, File[], ProgressController) - Method in class MosaicTableModel
Adds tiles to be constructed from the given array of files.
add(Collection<? extends E>) - Method in class ListTableModel
Adds all elements from the given collection.
add(DirectPosition) - Method in class CoordinateTableModel
Adds a direct position to this table.
add(Collection<? extends DirectPosition>) - Method in class CoordinateTableModel
Adds a collection of direct positions to this table.
add(RenderedImage) - Method in class ImageWorker
Deprecated. Adds every pixels of the given image to the current image.
add(double[]) - Method in class ImageWorker
Deprecated. Adds every pixels in the current image with the given constants.
add(Complex, Complex) - Method in class Complex
Adds to complex numbers.
add(Fraction) - Method in class Fraction
Adds to this fraction the values given by the given fraction.
add(double) - Method in class Statistics
Updates statistics for the specified sample.
add(long) - Method in class Statistics
Updates statistics for the specified sample.
add(Statistics) - Method in class Statistics
Updates statistics with all samples from the specified stats.
add(double) - Method in class Statistics.Delta
Updates statistics for the specified sample.
add(long) - Method in class Statistics.Delta
Updates statistics for the specified sample.
add(Statistics) - Method in class Statistics.Delta
Update statistics with all samples from the specified stats.
add(GeographicBoundingBox) - Method in class DefaultGeographicBoundingBox
Adds a geographic bounding box to this box.
add(Object) - Method in class MetadataWriter
Adds the given metadata object to the database, if it does not already exists.
add(T) - Method in class IdentifiedObjectSet
Ensures that this collection contains the specified object.
add(E) - Method in class CheckedArrayList
Appends the specified element to the end of this list.
add(int, E) - Method in class CheckedArrayList
Inserts the specified element at the specified position in this list.
add(E) - Method in class CheckedHashSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class DerivedSet
Ensures that this set contains the specified element.
add(E) - Method in class DisjointSet
Ensures that this collection contains the specified element.
add(E, int) - Method in class FrequencySortedSet
Adds the specified element to this set.
add(E) - Method in class FrequencySortedSet
Adds the specified element to this set.
add(Integer) - Method in class IntegerList
Adds the given element to this list.
add(K, V) - Method in class KeySortedList
Inserts the specified element at a position determined by the specified key.
add(Range<T>) - Method in class RangeSet
Adds a range to this set.
add(T, T) - Method in class RangeSet
Adds a range of values to this set.
add(byte, byte) - Method in class RangeSet
Adds a range of values to this set.
add(short, short) - Method in class RangeSet
Adds a range of values to this set.
add(int, int) - Method in class RangeSet
Adds a range of values to this set.
add(long, long) - Method in class RangeSet
Adds a range of values to this set.
add(float, float) - Method in class RangeSet
Adds a range of values to this set.
add(double, double) - Method in class RangeSet
Adds a range of values to this set.
add(E) - Method in class WeakHashSet
Adds the specified element to this set if it is not already present.
add(Locale, String) - Method in class DefaultInternationalString
Adds a string for the given locale.
add(String, String, String) - Method in class DefaultInternationalString
Adds a string for the given property key.
addAll(Collection<? extends E>) - Method in class CheckedArrayList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified Collection's Iterator.
addAll(int, Collection<? extends E>) - Method in class CheckedArrayList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAll(Collection<? extends E>) - Method in class CheckedHashSet
Appends all of the elements in the specified collection to this set.
addAll(Collection<? extends E>) - Method in class DisjointSet
Adds all of the elements in the specified collection to this set.
addAnchor(String, URI) - Method in class MarshallerPool
Adds a label associated to an URN.
addAuthorityCode(String) - Method in class IdentifiedObjectSet
Ensures that this collection contains an object for the specified authority code.
addAuthorityFactory(AuthorityFactory) - Static method in class AuthorityFactoryFinder
Programmatic addition of authority factories.
addChangeListener(ChangeListener) - Static method in class Factories
Adds the specified listener to the list of objects to inform when a system-wide configuration changed.
addChangeListener(ChangeListener) - Method in class MosaicChooser
Adds a listener to be notified when the selected tiles changed.
addChangeListener(int, ChangeListener) - Method in class CoordinateChooser
Adds a change listener to the listener list.
addChangeListener(ChangeListener) - Method in class AbstractParameterValue
Adds the specified listener to the list of objects to inform when the value changed.
addColor(Color) - Method in class PaletteComboBox
Adds a uniform color (typically opaque) to the list of proposed choices.
AddConst - Class in org.geotoolkit.coverage.processing.operation
Adds constants (one for each band) to every sample values of the source coverage.
AddConst() - Constructor for class AddConst
Constructs a default "AddConst" operation.
addCoverageReferences(Collection<?>, CoverageDatabaseController) - Method in interface Layer
Adds new coverage references in the database.
addDefaultColors() - Method in class PaletteComboBox
Adds a default set of colors to the list of proposed choices.
addDefaultKernels() - Method in class GradientKernelEditor
Adds a set of predefined kernels.
addDefaultKernels() - Method in class KernelEditor
Add a set of predefined kernels.
addDefaultMetadataFormats() - Method in class IIOMetadataPanel
Adds to this panel the description of "geotk-coverageio_3.07" and "javax_imageio_1.0" formats.
addDimensionId(int) - Method in class DimensionIdentification
Declares the index for the dimension represented by this object.
addDimensionId(String...) - Method in class DimensionIdentification
Adds an identifier for the dimension represented by this object.
addDimensionId(AxisDirection...) - Method in class DimensionIdentification
Adds an identifier for the dimension represented by this object.
addElements(Collection<?>) - Method in class DisjointLists
Adds all elements from the specified collection into the list of unselected elements (on the widget left side).
addElements(Object[]) - Method in class DisjointLists
Adds all elements from the specified array into the list of unselected element (on the widget left side).
addElements(Envelope) - Method in class DefaultExtent
Adds geographic, vertical or temporal extents inferred from the given envelope.
addFactoryIteratorProvider(FactoryIteratorProvider) - Static method in class Factories
Adds an alternative way to search for factory implementations.
addGroup(String) - Method in class ImagingParameters
Always throws an exception, since JAI's parameter list don't have subgroups.
addGroup(String) - Method in class ParameterGroup
Creates a new group of the specified name.
addHandler(Handler) - Method in class LoggerAdapter
Do nothing since this logger adapter does not supports handlers.
addIfNonNull(Collection<E>, E) - Static method in class XCollections
Adds the given element to the given collection only if the element is non-null.
addIIOReadProgressListener(IIOReadProgressListener) - Method in class CoverageStack
Adds an IIOReadProgressListener to the list of registered progress listeners.
addIIOReadProgressListener(IIOReadProgressListener) - Method in class IIOListeners
Adds an IIOReadProgressListener to the list of registered progress listeners.
addIIOReadProgressListener(IIOReadProgressListener) - Method in class ImageReaderAdapter
Adds the given listener to the list of registered progress listeners.
addIIOReadUpdateListener(IIOReadUpdateListener) - Method in class IIOListeners
Adds an IIOReadUpdateListener to the list of registered update listeners.
addIIOReadUpdateListener(IIOReadUpdateListener) - Method in class ImageReaderAdapter
Adds the given listener to the list of registered update listeners.
addIIOReadWarningListener(IIOReadWarningListener) - Method in class CoverageStack
Adds an IIOReadWarningListener to the list of registered warning listeners.
addIIOReadWarningListener(IIOReadWarningListener) - Method in class IIOListeners
Adds an IIOReadWarningListener to the list of registered warning listeners.
addIIOReadWarningListener(IIOReadWarningListener) - Method in class ImageReaderAdapter
Adds the given listener to the list of registered warning listeners.
addIIOWriteProgressListener(IIOWriteProgressListener) - Method in class IIOListeners
Adds an IIOWriteProgressListener to the list of registered progress listeners.
addIIOWriteProgressListener(IIOWriteProgressListener) - Method in class ImageWriterAdapter
Adds the given listener to the list of registered progress listeners.
addIIOWriteWarningListener(IIOWriteWarningListener) - Method in class IIOListeners
Adds an IIOWriteWarningListener to the list of registered warning listeners.
addIIOWriteWarningListener(IIOWriteWarningListener) - Method in class ImageWriterAdapter
Adds the given listener to the list of registered warning listeners.
addInteger(int) - Method in class IntegerList
Adds the given element as the int primitive type.
addKernel(String, String, KernelJAI) - Method in class KernelEditor
Adds a kernel to the list of available kernels.
addLayer(String) - Method in class CoverageDatabase
Adds a new layer of the given name, if it does not already exist.
addListener(CoverageDatabaseListener) - Method in class CoverageDatabase
Adds the given object to the list of objects to notify about changes in database content.
addListener(ProcessListener) - Method in interface Process
Adds a listener to the list of objects to inform about the process progress.
addListenersTo(ImageReader) - Method in class IIOListeners
Adds all listeners registered in this object to the specified image reader.
addListenersTo(ImageWriter) - Method in class IIOListeners
Adds all listeners registered in this object to the specified image writer.
addMetadata(IIOMetadata, IIOMetadata...) - Method in class IIOMetadataPanel
Adds to this panel the values of the given stream and image metadata.
addMetadataFormat(IIOMetadataFormat, IIOMetadataFormat) - Method in class IIOMetadataPanel
Adds to this panel the description of the given stream and image metadata formats.
addMouseListener(MouseListener) - Method in class ZoomPane
Adds an object to the list of objects interested in being notified about mouse events.
addMultiply(Complex, Complex, Complex) - Method in class Complex
Multplies two complex numbers, and add the result to a third one.
addNodataValue(CharSequence, int, Color) - Method in class GridCoverageBuilder.Variable
Adds a "nodata" value.
addNotify() - Method in class ColorRamp
Notifies this component that it now has a parent component.
addOperation(Operation) - Method in class DefaultCoverageProcessor
Adds the specified operation to this processor.
addPropertyChangeListener(PropertyChangeListener) - Method in class AbstractGraduation
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in interface Graduation
Adds a PropertyChangeListener to the listener list.
addSeries(String, Paint, float[], float[]) - Method in class Plot2D
Adds a new serie to the plot.
addSeries(String, Paint, double[], double[]) - Method in class Plot2D
Adds a new serie to the plot.
addSeries(Map<String, ?>, Vector, Vector) - Method in class Plot2D
Adds a new serie to the plot.
addSeries(Plot2D.Series) - Method in class Plot2D
Adds a new serie to the plot.
addSourceDimension(int) - Method in class DimensionFilter
Adds an input dimension to keep.
addSourceDimensionRange(int, int) - Method in class DimensionFilter
Adds a range of input dimensions to keep.
addSourceDimensions(int[]) - Method in class DimensionFilter
Adds input dimensions to keep.
addTargetDimension(int) - Method in class DimensionFilter
Adds an output dimension to keep.
addTargetDimensionRange(int, int) - Method in class DimensionFilter
Adds a range of output dimensions to keep.
addTargetDimensions(int[]) - Method in class DimensionFilter
Adds output dimensions to keep.
addTileObserver(TileObserver) - Method in class DeferredPlanarImage
Adds an observer.
addTree(MetadataStandard, Class<?>, Map<Class<?>, Class<?>>) - Method in class SpatialMetadataFormat
Deprecated. Replaced by SpatialMetadataFormatBuilder.
addTree(MetadataStandard, Class<?>, String, String, Map<Class<?>, Class<?>>) - Method in class SpatialMetadataFormat
Deprecated. Replaced by SpatialMetadataFormatBuilder.
addTree(MetadataStandard, Class<?>) - Method in class SpatialMetadataFormatBuilder
Adds a new optional element or attribute of the given type as a child of the root.
addTree(MetadataStandard, Class<?>, String, String, boolean) - Method in class SpatialMetadataFormatBuilder
Adds a new element or attribute of the given type and name as a child of the given node.
addTreeForCRS(String) - Method in class PredefinedMetadataFormat
Deprecated. Replaced by SpatialMetadataFormatBuilder.
addTreeForCRS(String) - Method in class SpatialMetadataFormatBuilder
Adds the tree structure for a Coordinate Reference System object.
addTreeForImage(String) - Method in class PredefinedMetadataFormat
Deprecated. Replaced by SpatialMetadataFormatBuilder.
addTreeForImage(String) - Method in class SpatialMetadataFormatBuilder
Adds the tree structure for image metadata.
addTreeForISO19115(String) - Method in class SpatialMetadataFormatBuilder
Adds the tree structure for an ISO-19115 metadata object.
addTreeForStream(String) - Method in class PredefinedMetadataFormat
Deprecated. Replaced by SpatialMetadataFormatBuilder.
addTreeForStream(String) - Method in class SpatialMetadataFormatBuilder
Adds the tree structure for stream metadata.
addUndoableEditListener(UndoableEditListener) - Method in class CoverageTableModel
Adds a new object to inform every time a undoable action has been performed.
addWindowListener(WindowListener) - Method in interface Window
Adds the specified window listener to receive window events from this window.
addXAxis(String) - Method in class Plot2D
Adds a new x axis to be used for the next series to be added to this plot.
addYAxis(String) - Method in class Plot2D
Adds a new y axis to be used for the next series to be added to this plot.
addZoomChangeListener(ZoomChangeListener) - Method in class ZoomPane
Adds an object to the list of objects interested in being notified about zoom changes.
adiabeticTemperatureGradient(double, double, double) - Static method in class SeaWater
Computes adiabetic temperature gradient as a function of salinity, temperature and pressure.
adjacentForType(Class<? extends Number>, double, int) - Static method in class XMath
Returns the number adjacent to the given value, as one of the nearest representable numbers of the given type.
adjustForRoundingError(double) - Method in class MetadataHelper
Works around the rounding errors found in some metadata numbers.
Affine - Class in org.geotoolkit.referencing.operation.provider
The provider for "Affine general parametric transformation" (EPSG:9624).
Affine() - Constructor for class Affine
Creates a provider for affine transform with a default matrix size.
AffineMatrix3 - Class in org.geotoolkit.referencing.operation.matrix
An affine matrix of fixed 3×3 size.
AffineMatrix3() - Constructor for class AffineMatrix3
Creates a new identity matrix.
AffineMatrix3(double, double, double, double, double, double) - Constructor for class AffineMatrix3
Constructs a 3×3 matrix from the specified element values.
AffineMatrix3(AffineTransform) - Constructor for class AffineMatrix3
Constructs a 3×3 matrix from the specified affine transform.
AffineMatrix3(Matrix) - Constructor for class AffineMatrix3
Creates a new matrix initialized to the same value than the specified one.
AffineTransform2D - Class in org.geotoolkit.referencing.operation.transform
Transforms two-dimensional coordinate points using an affine transform.
AffineTransform2D(AffineTransform) - Constructor for class AffineTransform2D
Constructs a new affine transform with the same coefficient than the specified transform.
AffineTransform2D(double, double, double, double, double, double) - Constructor for class AffineTransform2D
Constructs a new AffineTransform2D from 6 values representing the 6 specifiable entries of the 3×3 transformation matrix.
after(Class<?>, boolean) - Method in class Factory.Organizer
Specifies that the enclosing factory should be selected after the specified factory.
after(String, boolean) - Method in class Factory.Organizer
Specifies that the enclosing factory should be selected after the specified factory.
AGGREGATE_FACTORY - Static variable in class Hints
The AggregateFactory instance to use.
AggregatedImageStore - Interface in org.geotoolkit.image.io
Interface for ImageReader and ImageWriter implementations that may store a large dataset as an aggregation of smaller datasets.
AlbersEqualArea - Class in org.geotoolkit.referencing.operation.projection
Albers Equal Area projection (EPSG code 9822).
AlbersEqualArea(UnitaryProjection.Parameters) - Constructor for class AlbersEqualArea
Constructs a new map projection from the supplied parameters.
AlbersEqualArea - Class in org.geotoolkit.referencing.operation.provider
The provider for "Albers Equal Area" projection (EPSG:9822).
AlbersEqualArea() - Constructor for class AlbersEqualArea
Constructs a new provider.
ALIGN_CENTER - Static variable in class TableWriter
A possible value for cell alignment.
ALIGN_LEFT - Static variable in class TableWriter
A possible value for cell alignment.
ALIGN_RIGHT - Static variable in class TableWriter
A possible value for cell alignment.
ALL - Static variable in class Logging
Logging configuration that apply to all packages.
allAttempts() - Method in exception NonconvertibleObjectException
Returns the reasons why the conversion failed.
AllAuthoritiesFactory - Class in org.geotoolkit.referencing.factory
An authority factory that delegates the object creation to an other factory determined from the authority part in "authority:code" arguments.
AllAuthoritiesFactory(Hints) - Constructor for class AllAuthoritiesFactory
Creates a new factory using the specified hints.
allEquals(double[], double) - Static method in class XArrays
Returns true if all values in the specified array are equal to the specified value, which may be Double.NaN.
allEquals(float[], float) - Static method in class XArrays
Returns true if all values in the specified array are equal to the specified value, which may be Float.NaN.
alterProperties(Map<String, Object>) - Method in class ReferencingParser
Returns the properties to be given to the parsed object.
ALTITUDE - Static variable in class DefaultCoordinateSystemAxis
The default axis for altitude values.
Angle - Class in org.geotoolkit.measure
An angle in degrees.
Angle(double) - Constructor for class Angle
Constructs a new angle with the specified value.
Angle(String) - Constructor for class Angle
Constructs a newly allocated Angle object that represents the angle value represented by the string.
AngleFormat - Class in org.geotoolkit.measure
Parses and formats angles according a specified pattern.
AngleFormat() - Constructor for class AngleFormat
Constructs a new AngleFormat using the current default locale and a default pattern.
AngleFormat(String) - Constructor for class AngleFormat
Constructs a new AngleFormat using the current default locale and the specified pattern.
AngleFormat(String, Locale) - Constructor for class AngleFormat
Constructs a new AngleFormat using the specified pattern and locale.
AngleFormat(String, DecimalFormatSymbols) - Constructor for class AngleFormat
Constructs a new AngleFormat using the specified pattern and decimal symbols.
AnsiDialectEpsgFactory - Class in org.geotoolkit.referencing.factory.epsg
An EPSG factory for the database generated by ANSI-compatible SQL scripts.
AnsiDialectEpsgFactory(Hints, Connection) - Constructor for class AnsiDialectEpsgFactory
Creates a factory using the given connection.
ANY_QUANTITATIVE_CATEGORY - Static variable in class ColorMap
A special category name meaning "any quantitative value".
AnyConverter - Class in org.geotoolkit.util.converter
An utility for converting arbitrary objects to arbitrary target types without the need to handle ObjectConverter and ConverterRegistry explicitly.
AnyConverter() - Constructor for class AnyConverter
Creates a new AnyConverter which will use the system converter registry.
AnyConverter(ConverterRegistry) - Constructor for class AnyConverter
Creates a new AnyConverter which will use the given converter registry.
append(Formattable) - Method in class Formatter
Appends the given Formattable object.
append(IdentifiedObject) - Method in class Formatter
Appends the specified OpenGIS's IdentifiedObject object.
append(MathTransform) - Method in class Formatter
Appends the specified math transform.
append(CodeList<?>) - Method in class Formatter
Appends a code list.
append(GeneralParameterValue) - Method in class Formatter
Appends a parameter in WKT form.
append(long) - Method in class Formatter
Appends an integer number.
append(double) - Method in class Formatter
Appends a floating point number.
append(Unit<?>) - Method in class Formatter
Appends a unit in WKT form.
append(String) - Method in class Formatter
Appends a character string.
append(T[], T) - Static method in class XArrays
Returns a copy of the given array with a single element appended at the end.
appendChild() - Method in class MetadataAccessor
Adds a new child element at the path given at construction time.
applyPattern(String) - Method in class AngleFormat
Sets the pattern to use for parsing and formatting angle.
ArgumentChecks - Class in org.geotoolkit.util
Provides static methods for performing argument checks.
arguments - Variable in class CommandLine
The remaining arguments after all option values have been assigned to the fields.
arraySize() - Method in class UnmodifiableArrayList
Returns the size of the array backing this list.
Arrow2D - Class in org.geotoolkit.display.shape
Arrow oriented toward positives x values (0° arithmetic).
Arrow2D() - Constructor for class Arrow2D
Creates a new arrow with a null surface.
Arrow2D(double, double, double, double) - Constructor for class Arrow2D
Creates new arrow in the specified frame.
AsciiGridReader - Class in org.geotoolkit.image.io.plugin
Reader for the ASCII Grid format.
AsciiGridReader(AsciiGridReader.Spi) - Constructor for class AsciiGridReader
Constructs a new image reader.
AsciiGridReader.Spi - Class in org.geotoolkit.image.io.plugin
Service provider interface (SPI) for AsciiGridReaders.
AsciiGridReader.Spi() - Constructor for class AsciiGridReader.Spi
Constructs a default AsciiGridReader.Spi.
AsciiGridWriter - Class in org.geotoolkit.image.io.plugin
Writer for the ASCII Grid format.
AsciiGridWriter(AsciiGridWriter.Spi) - Constructor for class AsciiGridWriter
Constructs a new image writer.
AsciiGridWriter.Spi - Class in org.geotoolkit.image.io.plugin
Service provider interface (SPI) for AsciiGridWriters.
AsciiGridWriter.Spi() - Constructor for class AsciiGridWriter.Spi
Constructs a default AsciiGridWriter.Spi.
asCollection(Object) - Static method in class XCollections
Returns the given value as a collection.
asDescriptionMap(Class<?>, Locale, KeyNamePolicy) - Method in class MetadataStandard
Returns a view as a map of the property descriptions for the specified metadata type.
asMap() - Method in class AbstractMetadata
Returns a view of this metadata object as a map.
asMap(Object, NullValuePolicy, KeyNamePolicy) - Method in class MetadataStandard
Returns a view of the specified metadata object as a map.
asMap(Object) - Method in class MetadataStandard
Returns a view as a map of the specified metadata object.
asNameMap(Class<?>, KeyNamePolicy, KeyNamePolicy) - Method in class MetadataStandard
Returns a view as a map of the property names for the specified metadata type.
asRestrictionMap(Object, NullValuePolicy, KeyNamePolicy) - Method in class MetadataStandard
Returns a view as a map of the restrictions for the specified metadata.
asSubclassOrNull(Class<?>, Class<U>) - Static method in class Classes
Casts the type class to represent a subclass of the class represented by the sub argument.
asTree() - Method in class AbstractMetadata
Returns a view of this metadata as a tree.
asTree(Object) - Method in class MetadataStandard
Returns a view of the specified metadata as a tree.
asTree(Object) - Method in class MetadataTreeFormat
Creates a tree for the specified metadata.
asTree() - Method in class FactoryDependencies
Returns the dependencies as a tree.
asTreeTable() - Method in class AbstractMetadata
Returns a view of this metadata as a tree table.
asTreeTable(Object) - Method in class MetadataStandard
Returns a view of the specified metadata as a tree table.
asTreeTable(Object) - Method in class MetadataTreeFormat
Creates a tree-table for the specified metadata.
ASTRONOMICAL_TWILIGHT - Static variable in class SunRelativePosition
Elevation angle of astronomical twilight, in degrees.
asTypeMap(Class<?>, TypeValuePolicy, KeyNamePolicy) - Method in class MetadataStandard
Returns a view as a map of the property types for the specified metadata type.
atanh(double) - Static method in class XMath
Returns the inverse hyperbolic tangent of the given value.
AUTHORITY_COLUMN - Static variable in class DirectPostgisFactory
The standard name ("auth_name") of the column containing the authority names.
AuthorityBackedFactory - Class in org.geotoolkit.referencing.operation
A coordinate operation factory extended with the extra informations provided by an authority factory.
AuthorityBackedFactory() - Constructor for class AuthorityBackedFactory
Creates a new factory backed by a default EPSG authority factory.
AuthorityBackedFactory(Hints) - Constructor for class AuthorityBackedFactory
Creates a new factory backed by an authority factory fetched using the specified hints.
AuthorityCodesComboBox - Class in org.geotoolkit.gui.swing.referencing
A combo box for selecting a coordinate reference system from a list.
AuthorityCodesComboBox() - Constructor for class AuthorityCodesComboBox
Creates a CRS chooser backed by the EPSG authority factory.
AuthorityCodesComboBox(String) - Constructor for class AuthorityCodesComboBox
Creates a CRS chooser backed by the specified authority factory.
AuthorityCodesComboBox(AuthorityFactory) - Constructor for class AuthorityCodesComboBox
Creates a CRS chooser backed by the specified authority factory.
AuthorityCodesComboBox(AuthorityFactory, Class<? extends CoordinateReferenceSystem>...) - Constructor for class AuthorityCodesComboBox
Creates a chooser for objects of the given types backed by the specified authority factory.
AuthorityFactoryAdapter - Class in org.geotoolkit.referencing.factory
An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.
AuthorityFactoryAdapter(AuthorityFactory) - Constructor for class AuthorityFactoryAdapter
Creates a wrapper around the specified factory.
AuthorityFactoryAdapter(CRSAuthorityFactory, CSAuthorityFactory, DatumAuthorityFactory, CoordinateOperationAuthorityFactory) - Constructor for class AuthorityFactoryAdapter
Creates a wrapper around the specified factories.
AuthorityFactoryAdapter(String, Hints) - Constructor for class AuthorityFactoryAdapter
Creates a wrappers around the default factories for the specified authority.
AuthorityFactoryFinder - Class in org.geotoolkit.factory
Defines static methods used to access the application's authority factory implementations.
AuthorityFactoryProvider - Class in org.geotoolkit.referencing.factory.wkt
Convenience class for creating CRSAuthorityFactory instances using custom CRS definitions.
AuthorityFactoryProvider() - Constructor for class AuthorityFactoryProvider
Creates a new instance which will use the default hints.
AuthorityFactoryProvider(Hints) - Constructor for class AuthorityFactoryProvider
Creates a new instance which will use the given hints.
AUTO - Static variable in class Citations
The WMS 1.1.1 "Automatic Projections" authority.
AUTO2 - Static variable in class Citations
The WMS 1.3.0 "Automatic Projections" authority.
AutoCRSFactory - Class in org.geotoolkit.referencing.factory.web
The factory for projected CRS in the AUTO and AUTO2 space.
AutoCRSFactory() - Constructor for class AutoCRSFactory
Constructs a default factory for the AUTO authority.
AutoCRSFactory(Hints) - Constructor for class AutoCRSFactory
Constructs a factory for the AUTO authority using the specified hints.
availability() - Method in class Factory
Returns whatever this factory is ready for use.
availability() - Method in class AuthorityFactoryAdapter
Returns whatever this factory is ready for use.
availability() - Method in class CachingAuthorityFactory
Returns whatever this factory is available.
availability() - Method in class WKTParsingAuthorityFactory
Returns whatever this factory is ready for use.
availability() - Method in class AuthorityBackedFactory
Returns whatever this factory and its underlying authority factory are available for use.
Axis2D - Class in org.geotoolkit.display.axis
An axis as a graduated line.
Axis2D() - Constructor for class Axis2D
Constructs an axis with a default NumberGraduation.
Axis2D(Graduation) - Constructor for class Axis2D
Constructs an axis with the specified graduation.
Axis2D.TickIterator - Class in org.geotoolkit.display.axis
Iterates along the graduation ticks and provides access to the graduation values.
Axis2D.TickIterator(FontRenderContext) - Constructor for class Axis2D.TickIterator
Constructs an iterator.
AXIS_CHANGES - Static variable in class AbstractCoordinateOperationFactory
The identifier for conversion using an affine transform for axis swapping and/or unit conversions.
AXIS_LENGTH_DIFFERENCE - Static variable in class Molodensky
Deprecated. Invoke Molodensky.PARAMETERS.descriptor(String) instead.
AXIS_TITLE_FONT - Static variable in interface Graduation
The font to use for rendering the title.
axisDimensionX - Variable in class GridGeometry2D
The (GridGeometry2D.gridDimensionX, GridGeometry2D.gridDimensionY) dimensions in the envelope space.
axisDimensionY - Variable in class GridGeometry2D
The (GridGeometry2D.gridDimensionX, GridGeometry2D.gridDimensionY) dimensions in the envelope space.
azimuth - Variable in class UnitaryProjection.Parameters
The azimuth of the central line passing through the centre of the projection, in degrees.
AZIMUTH - Static variable in class Krovak
Deprecated. Invoke Krovak.PARAMETERS.descriptor(String) instead.
AZIMUTH - Static variable in class ObliqueMercator
Deprecated. Invoke ObliqueMercator.PARAMETERS.descriptor(String) instead.
AZIMUTH - Static variable in class UniversalParameters
All known names for the azimuth parameter.

B

BACKGROUND - Static variable in class Resample
The parameter descriptor for the background values.
background() - Method in enum X364
Returns the enum for the background color.
BackingStoreException - Exception in org.geotoolkit.util.collection
Thrown to indicate that an operation could not complete because of a failure in the backing store (a file or a database).
BackingStoreException() - Constructor for exception BackingStoreException
Constructs a new exception with no detail message.
BackingStoreException(String) - Constructor for exception BackingStoreException
Constructs a new exception with the specified detail message.
BackingStoreException(Throwable) - Constructor for exception BackingStoreException
Constructs a new exception with the specified cause.
BackingStoreException(String, Throwable) - Constructor for exception BackingStoreException
Constructs a new exception with the specified detail message and cause.
BAD_CONTENT_EXIT_CODE - Static variable in class CommandLine
The code given to System.exit(int) when the program failed because of bad content in a file.
band - Variable in class GridCoverageBuilder.Variable
The band index for this variable.
BAROMETRIC - Static variable in class DefaultVerticalDatum
Default vertical datum for barometric heights.
BASE - Static variable in class Exponential
Deprecated. Invoke Exponential.PARAMETERS.descriptor(String) instead.
BASE - Static variable in class Logarithmic
Deprecated. Invoke Logarithmic.PARAMETERS.descriptor(String) instead.
base - Variable in class ExponentialTransform1D
The base to be raised to a power.
base - Variable in class LogarithmicTransform1D
The base of the logarithm.
base - Variable in class DerivedMap
The base map whose keys are derived from.
base - Variable in class DerivedSet
The base set whose values are derived from.
base - Variable in class BaseClassFilter
The base class.
BASE_URL - Static variable in class HTTP_AuthorityFactory
The base URL, which is "http://www.opengis.net/gml/srs/".
BaseClassFilter - Class in org.geotoolkit.util.converter
A Class Filter implementation accepting only classes that are assignable to a given base class.
BaseClassFilter(Class<?>) - Constructor for class BaseClassFilter
Creates a new class filter for the given base.
baseCRS - Variable in class AbstractDerivedCRS
The base coordinate reference system.
baseToDerived(BK) - Method in class DerivedMap
Transforms a key from the DerivedMap.base map to a key in this map.
baseToDerived(B) - Method in class DerivedSet
Transforms a value in the DerivedSet.base set to a value in this set.
before(Class<?>, boolean) - Method in class Factory.Organizer
Specifies that the enclosing factory should be selected before the specified factory.
before(String, boolean) - Method in class Factory.Organizer
Specifies that the enclosing factory should be selected before the specified factory.
beginNewLine() - Method in class IndentedLineWriter
Invoked when a new line is beginning.
beginNewLine() - Method in class NumberedLineWriter
Invoked when a new line is beginning.
BilevelOperation - Class in org.geotoolkit.coverage.processing
Wraps any JAI operation producing a bilevel image.
BilevelOperation(String) - Constructor for class BilevelOperation
Constructs a bilevel operation with an OGC's name identical to the JAI name.
binarize(boolean) - Method in class ImageWorker
Deprecated. Binarizes the image.
binarize(double) - Method in class ImageWorker
Deprecated. Binarizes the image.
binarize(double, double) - Method in class ImageWorker
Deprecated. Binarizes the image (if not already done) and replaces all 0 values by value0 and all 1 values by value1.
BOOLEAN - Static variable in class Numbers
Constants to be used in switch statements.
booleanValue() - Method in class FloatParameter
Returns true if the value is different from 0, or false otherwise.
booleanValue() - Method in class Parameter
Returns the boolean value of an operation parameter.
booleanValue(ParameterDescriptor<?>, ParameterValueGroup) - Static method in class Parameters
Returns the parameter value as a boolean for the given descriptor.
boundOfParameterizedAttribute(Field) - Static method in class Classes
Returns the upper bounds of the parameterized type of the given attribute.
boundOfParameterizedAttribute(Method) - Static method in class Classes
If the given method is a getter or a setter for a parameterized attribute, returns the upper bounds of the parameterized type.
bounds() - Method in interface Plot2D.Series
Returns the bounding box of all x and y ordinates.
boundsEquals(Envelope, int, int, double) - Method in class Envelope2D
Returns true if this envelope bounds is equal to that envelope bounds in two specified dimensions.
buffer - Variable in class ChannelImageInputStream
The byte buffer to use for reading bytes from the channel.
Buffered - Annotation Type in org.geotoolkit.lang
Annotates factories that are buffering their objects in some way.
build() - Method in class GridCoverageBuilder
Creates the grid coverage.
build() - Method in class GridCoverageBuilder.Variable
Builds the sample dimension from the parameter defined in this class.
build() - Method in class ReferencingBuilder
Returns the coordinate reference system, or null if it can not be created.
build() - Method in class SpatialMetadataFormatBuilder
Returns the metadata format instance which has been build.
build() - Method in class MosaicBuilder
Creates a tile manager from the informations supplied in above setters.
build() - Method in class Builder
Creates the objects from the value previously set.
Builder<T> - Class in org.geotoolkit.lang
Base class of all classes that are builder for other objects.
Builder() - Constructor for class Builder
Creates an empty builder.
buildNavigationMenu(JMenu) - Method in class ZoomPane
Adds navigation options to the specified menu.
BURSA_WOLF_KEY - Static variable in class DefaultGeodeticDatum
The "bursaWolf" property for datum shifts.
BursaWolfParameters - Class in org.geotoolkit.referencing.datum
Parameters for a geographic transformation between two datum.
BursaWolfParameters(GeodeticDatum) - Constructor for class BursaWolfParameters
Constructs a transformation info with all parameters set to 0.
bursawolfs() - Method in class ReferencingCommands
Invoked when the user asked the "bursawolfs" action.
BYTE - Static variable in class Numbers
Constants to be used in switch statements.
byteValue(int) - Method in class Vector
Returns the value at the given index as a byte.
byteValue() - Method in class Measure
Returns the scalar value.

C

c - Variable in class Plane
The c coefficient for this plane.
Cache<K,V> - Class in org.geotoolkit.util.collection
A concurrent cache mechanism.
Cache() - Constructor for class Cache
Creates a new cache with a default initial capacity and cost limit of 100.
Cache(int, long, boolean) - Constructor for class Cache
Creates a new cache using the given initial capacity and cost limit.
Cache.Handler<V> - Interface in org.geotoolkit.util.collection
The handler returned by Cache.lock(K), to be used for unlocking and storing the result.
CachingAuthorityFactory - Class in org.geotoolkit.referencing.factory
An authority factory that caches all objects created by an other factory.
CachingAuthorityFactory(AbstractAuthorityFactory) - Constructor for class CachingAuthorityFactory
Constructs an instance wrapping the specified factory with a default number of entries to keep by strong reference.
CachingAuthorityFactory(AbstractAuthorityFactory, int) - Constructor for class CachingAuthorityFactory
Constructs an instance wrapping the specified factory.
CachingCoordinateOperationFactory - Class in org.geotoolkit.referencing.operation
Caches the coordinate operations created by an other factory.
CachingCoordinateOperationFactory() - Constructor for class CachingCoordinateOperationFactory
Creates a buffered factory wrapping the default one.
CachingCoordinateOperationFactory(Hints) - Constructor for class CachingCoordinateOperationFactory
Creates a buffered factory wrapping an other factory selected according the specified hints.
CachingCoverageProcessor - Class in org.geotoolkit.coverage.processing
A coverage processor that cache the result of operations.
CachingCoverageProcessor() - Constructor for class CachingCoverageProcessor
Creates a default caching processor.
CachingCoverageProcessor(Hints) - Constructor for class CachingCoverageProcessor
Creates a caching processor using the specified hints.
CachingCoverageProcessor(AbstractCoverageProcessor) - Constructor for class CachingCoverageProcessor
Creates a new buffered processor backed by the specified processor.
Calculator2D - Class in org.geotoolkit.coverage.grid
A grid coverage backed by the same image, grid geometry and sample dimension than an other coverage, but performing some additional calculation in its evaluate methods.
Calculator2D(CharSequence, GridCoverage2D) - Constructor for class Calculator2D
Constructs a new grid coverage with the same parameter than the specified coverage.
Calendar - Class in org.geotoolkit.nature
Approximations de quelques calculs astronomiques relatifs aux calendriers terrestres.
call() - Method in interface Process
Executes the process and returns the output in a new ParameterValueGroup.
call() - Method in class EpsgInstaller
Processes to the creation of the EPSG database.
camelCaseToAcronym(String) - Static method in class Strings
Creates an acronym from the given text.
camelCaseToSentence(CharSequence) - Static method in class Strings
Given a string in camel cases (typically a Java identifier), returns a string formatted like an English sentence.
camelCaseToWords(CharSequence, boolean) - Static method in class Strings
Given a string in camel cases, returns a string with the same words separated by spaces.
cancel() - Method in class ProgressController
Indicates that this job should be canceled.
canDecodeInput(Object) - Method in class ImageReaderAdapter.Spi
Returns true if the supplied source object appears to be of the format supported by this reader.
canDecodeInput(Object) - Method in class MosaicImageReader.Spi
Returns true if the image reader can decode the given input.
canDecodeInput(Object) - Method in class NetcdfImageReader.Spi
Checks if the specified input seems to be a readable NetCDF file.
canDecodeInput(Object) - Method in class RawImageReader.Spi
Returns true if the given source is an instance of RawImageInputStream and is compatible with the restriction documented in RawImageReader javadoc.
canDecodeInput(Object) - Method in class RawTiffImageReader.Spi
Current implementation returns false in every case.
canDecodeInput(Object) - Method in class WorldFileImageReader.Spi
Returns true if the supplied source object appears to be of the format supported by this reader.
canDecodeInput(Object) - Method in class TextImageReader.Spi
Returns true if the supplied source object appears to be of the format supported by this reader.
canDecodeInput(Object, int) - Method in class TextImageReader.Spi
Returns true if the supplied source object appears to be of the format supported by this reader.
canDisposeBackingStore(AbstractAuthorityFactory) - Method in class ThreadedEpsgFactory
Returns true if the backing store can be disposed now.
canDisposeBackingStore(AbstractAuthorityFactory) - Method in class ThreadedAuthorityFactory
Returns true if the given backing store can be disposed now.
canEncodeImage(ImageTypeSpecifier) - Method in class ImageWriterAdapter.Spi
Returns true if the writer implementation associated with this service provider is able to encode an image with the given layout.
canEncodeImage(RenderedImage) - Method in class ImageWriterAdapter.Spi
Returns true if the writer implementation associated with this service provider is able to encode the given image.
canEncodeImage(ImageTypeSpecifier) - Method in class MosaicImageWriter.Spi
Returns true if this writer is likely to be able to encode images with the given layout.
canEncodeImage(ImageTypeSpecifier) - Method in class StreamImageWriter.Spi
Returns true if the image writer implementation associated with this service provider is able to encode an image with the given layout.
canEncodeOutput(Object) - Method in class MosaicImageWriter.Spi
Returns true if the image writer can encode the given output.
canNodeAppear(String, ImageTypeSpecifier) - Method in class SpatialMetadataFormat
Returns true if the element (and the subtree below it) is allowed to appear in a metadata document for an image of the given type.
CannotCropException - Exception in org.geotoolkit.coverage.processing
Throws when a "Crop" operation has been requested but the specified grid coverage can't be scaled.
CannotCropException() - Constructor for exception CannotCropException
Creates a new exception without detail message.
CannotCropException(String) - Constructor for exception CannotCropException
Constructs a new exception with the specified detail message.
CannotCropException(Throwable) - Constructor for exception CannotCropException
Constructs a new exception with the specified cause.
CannotCropException(String, Throwable) - Constructor for exception CannotCropException
Constructs a new exception with the specified detail message and cause.
CannotReprojectException - Exception in org.geotoolkit.coverage.processing
Throws when a "Resample" operation has been requested but the specified grid coverage can't be reprojected.
CannotReprojectException() - Constructor for exception CannotReprojectException
Creates a new exception without detail message.
CannotReprojectException(String) - Constructor for exception CannotReprojectException
Constructs a new exception with the specified detail message.
CannotReprojectException(Throwable) - Constructor for exception CannotReprojectException
Constructs a new exception with the specified cause.
CannotReprojectException(String, Throwable) - Constructor for exception CannotReprojectException
Constructs a new exception with the specified detail message and cause.
CannotScaleException - Exception in org.geotoolkit.coverage.processing
Throws when a "Scale" operation has been requested but the specified grid coverage can't be scaled.
CannotScaleException() - Constructor for exception CannotScaleException
Creates a new exception without detail message.
CannotScaleException(String) - Constructor for exception CannotScaleException
Constructs a new exception with the specified detail message.
CannotScaleException(Throwable) - Constructor for exception CannotScaleException
Constructs a new exception with the specified cause.
CannotScaleException(String, Throwable) - Constructor for exception CannotScaleException
Constructs a new exception with the specified detail message and cause.
canReadRaster() - Method in class ImageReaderAdapter
Returns true if this plug-in supports reading just a Raster of pixel data.
canReplacePixels(int) - Method in class ImageWriterAdapter
Returns true if the writer allows pixels of the given image to be replaced using the replacePixels methods.
canReuseImageReader(ImageReaderSpi, Object) - Method in class ImageCoverageReader
Returns true if the image reader created by the given provider can be reused.
canReuseImageWriter(ImageWriterSpi, String, Object, RenderedImage) - Method in class ImageCoverageWriter
Returns true if the image writer created by the given provider can be reused.
canUseReference(Class<T>, T, UUID) - Method in class ObjectLinker
Returns true if the marshaller can use a reference to the given metadata instead than writing the full element.
canWriteRasters() - Method in class ImageWriterAdapter
Returns true if the methods that take an IIOImage parameter are capable of dealing with a Raster.
canWriteRasters() - Method in class SpatialImageWriter
Returns true if the methods that take an IIOImage parameter are capable of dealing with a Raster.
canWriteSequence() - Method in class ImageWriterAdapter
Returns true if the writer is able to append an image to an image stream that already contains header information and possibly prior images.
CARTESIAN - Static variable in class DefaultGeocentricCRS
The default geocentric CRS with a Cartesian coordinate system.
CARTESIAN_2D - Static variable in class DefaultEngineeringCRS
A two-dimensional Cartesian coordinate reference system with x, y axes in metres.
CARTESIAN_3D - Static variable in class DefaultEngineeringCRS
A three-dimensional Cartesian coordinate reference system with x, y, z axes in metres.
CassiniSoldner - Class in org.geotoolkit.referencing.operation.projection
Cassini-Soldner projection (EPSG code 9806).
CassiniSoldner(UnitaryProjection.Parameters) - Constructor for class CassiniSoldner
Constructs a new map projection from the supplied parameters.
CassiniSoldner - Class in org.geotoolkit.referencing.operation.provider
The provider for "Cassini-Soldner" projection (EPSG:9806).
CassiniSoldner() - Constructor for class CassiniSoldner
Constructs a new provider.
cast(ParameterDescriptor<?>, Class<T>) - Static method in class Parameters
Casts the given parameter descriptor to the given type.
cast(ParameterValue<?>, Class<T>) - Static method in class Parameters
Casts the given parameter value to the given type.
cast(Number, Class<N>) - Static method in class Numbers
Casts a number to the specified class.
castOrCopy(GridGeometry) - Static method in class GridGeometry2D
Returns the given grid geometry as a GridGeometry2D.
castOrCopy(SampleDimension) - Static method in class GridSampleDimension
Returns the content of the given OpenGIS's sample dimension as a Geotk implementation of GridSampleDimension.
castOrCopy(Envelope) - Static method in class AbstractEnvelope
Returns the given envelope as an AbstractEnvelope instance.
castOrCopy(Envelope) - Static method in class GeneralEnvelope
Returns the given envelope as a GeneralEnvelope instance.
castOrCopy(Envelope) - Static method in class ImmutableEnvelope
Returns the given envelope as an ImmutableEnvelope instance.
castOrCopy(AcquisitionInformation) - Static method in class DefaultAcquisitionInformation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(EnvironmentalRecord) - Static method in class DefaultEnvironmentalRecord
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Event) - Static method in class DefaultEvent
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Instrument) - Static method in class DefaultInstrument
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Objective) - Static method in class DefaultObjective
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Operation) - Static method in class DefaultOperation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Plan) - Static method in class DefaultPlan
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Platform) - Static method in class DefaultPlatform
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(PlatformPass) - Static method in class DefaultPlatformPass
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(RequestedDate) - Static method in class DefaultRequestedDate
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Requirement) - Static method in class DefaultRequirement
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Address) - Static method in class DefaultAddress
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Citation) - Static method in class DefaultCitation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(CitationDate) - Static method in class DefaultCitationDate
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Contact) - Static method in class DefaultContact
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(OnlineResource) - Static method in class DefaultOnlineResource
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ResponsibleParty) - Static method in class DefaultResponsibleParty
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Series) - Static method in class DefaultSeries
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Telephone) - Static method in class DefaultTelephone
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Constraints) - Static method in class DefaultConstraints
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(LegalConstraints) - Static method in class DefaultLegalConstraints
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(SecurityConstraints) - Static method in class DefaultSecurityConstraints
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ContentInformation) - Static method in class AbstractContentInformation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Band) - Static method in class DefaultBand
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(CoverageDescription) - Static method in class DefaultCoverageDescription
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(FeatureCatalogueDescription) - Static method in class DefaultFeatureCatalogueDescription
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ImageDescription) - Static method in class DefaultImageDescription
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(RangeDimension) - Static method in class DefaultRangeDimension
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(RangeElementDescription) - Static method in class DefaultRangeElementDescription
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ApplicationSchemaInformation) - Static method in class DefaultApplicationSchemaInformation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ExtendedElementInformation) - Static method in class DefaultExtendedElementInformation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(FeatureTypeList) - Static method in class DefaultFeatureTypeList
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Identifier) - Static method in class DefaultIdentifier
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Metadata) - Static method in class DefaultMetadata
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(MetadataExtensionInformation) - Static method in class DefaultMetadataExtensionInformation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(PortrayalCatalogueReference) - Static method in class DefaultPortrayalCatalogueReference
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(DataFile) - Static method in class DefaultDataFile
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(DigitalTransferOptions) - Static method in class DefaultDigitalTransferOptions
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Distribution) - Static method in class DefaultDistribution
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Distributor) - Static method in class DefaultDistributor
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Format) - Static method in class DefaultFormat
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Medium) - Static method in class DefaultMedium
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(StandardOrderProcess) - Static method in class DefaultStandardOrderProcess
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(GeographicExtent) - Static method in class AbstractGeographicExtent
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(BoundingPolygon) - Static method in class DefaultBoundingPolygon
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Extent) - Static method in class DefaultExtent
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(GeographicBoundingBox) - Static method in class DefaultGeographicBoundingBox
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(GeographicDescription) - Static method in class DefaultGeographicDescription
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(SpatialTemporalExtent) - Static method in class DefaultSpatialTemporalExtent
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(TemporalExtent) - Static method in class DefaultTemporalExtent
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(VerticalExtent) - Static method in class DefaultVerticalExtent
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Identification) - Static method in class AbstractIdentification
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(AggregateInformation) - Static method in class DefaultAggregateInformation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(BrowseGraphic) - Static method in class DefaultBrowseGraphic
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(DataIdentification) - Static method in class DefaultDataIdentification
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Keywords) - Static method in class DefaultKeywords
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(RepresentativeFraction) - Static method in class DefaultRepresentativeFraction
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Resolution) - Static method in class DefaultResolution
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ServiceIdentification) - Static method in class DefaultServiceIdentification
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Usage) - Static method in class DefaultUsage
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Algorithm) - Static method in class DefaultAlgorithm
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Lineage) - Static method in class DefaultLineage
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(NominalResolution) - Static method in class DefaultNominalResolution
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Processing) - Static method in class DefaultProcessing
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ProcessStep) - Static method in class DefaultProcessStep
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ProcessStepReport) - Static method in class DefaultProcessStepReport
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Source) - Static method in class DefaultSource
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(MaintenanceInformation) - Static method in class DefaultMaintenanceInformation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ScopeDescription) - Static method in class DefaultScopeDescription
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Completeness) - Static method in class AbstractCompleteness
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Element) - Static method in class AbstractElement
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(LogicalConsistency) - Static method in class AbstractLogicalConsistency
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(PositionalAccuracy) - Static method in class AbstractPositionalAccuracy
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Result) - Static method in class AbstractResult
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(TemporalAccuracy) - Static method in class AbstractTemporalAccuracy
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ThematicAccuracy) - Static method in class AbstractThematicAccuracy
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(AbsoluteExternalPositionalAccuracy) - Static method in class DefaultAbsoluteExternalPositionalAccuracy
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(AccuracyOfATimeMeasurement) - Static method in class DefaultAccuracyOfATimeMeasurement
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(CompletenessCommission) - Static method in class DefaultCompletenessCommission
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(CompletenessOmission) - Static method in class DefaultCompletenessOmission
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ConceptualConsistency) - Static method in class DefaultConceptualConsistency
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ConformanceResult) - Static method in class DefaultConformanceResult
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(CoverageResult) - Static method in class DefaultCoverageResult
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(DataQuality) - Static method in class DefaultDataQuality
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(DomainConsistency) - Static method in class DefaultDomainConsistency
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(FormatConsistency) - Static method in class DefaultFormatConsistency
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(GriddedDataPositionalAccuracy) - Static method in class DefaultGriddedDataPositionalAccuracy
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(NonQuantitativeAttributeAccuracy) - Static method in class DefaultNonQuantitativeAttributeAccuracy
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(QuantitativeAttributeAccuracy) - Static method in class DefaultQuantitativeAttributeAccuracy
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(QuantitativeResult) - Static method in class DefaultQuantitativeResult
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(RelativeInternalPositionalAccuracy) - Static method in class DefaultRelativeInternalPositionalAccuracy
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Scope) - Static method in class DefaultScope
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(TemporalConsistency) - Static method in class DefaultTemporalConsistency
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(TemporalValidity) - Static method in class DefaultTemporalValidity
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(ThematicClassificationCorrectness) - Static method in class DefaultThematicClassificationCorrectness
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(TopologicalConsistency) - Static method in class DefaultTopologicalConsistency
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Usability) - Static method in class DefaultUsability
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(GeolocationInformation) - Static method in class AbstractGeolocationInformation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(SpatialRepresentation) - Static method in class AbstractSpatialRepresentation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Dimension) - Static method in class DefaultDimension
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(GCP) - Static method in class DefaultGCP
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(GCPCollection) - Static method in class DefaultGCPCollection
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(GeometricObjects) - Static method in class DefaultGeometricObjects
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Georectified) - Static method in class DefaultGeorectified
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(Georeferenceable) - Static method in class DefaultGeoreferenceable
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(GridSpatialRepresentation) - Static method in class DefaultGridSpatialRepresentation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(VectorSpatialRepresentation) - Static method in class DefaultVectorSpatialRepresentation
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation.
castOrCopy(CompoundCRS) - Static method in class DefaultCompoundCRS
Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
castOrCopy(DerivedCRS) - Static method in class DefaultDerivedCRS
Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
castOrCopy(EngineeringCRS) - Static method in class DefaultEngineeringCRS
Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
castOrCopy(GeocentricCRS) - Static method in class DefaultGeocentricCRS
Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
castOrCopy(GeographicCRS) - Static method in class DefaultGeographicCRS
Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
castOrCopy(ImageCRS) - Static method in class DefaultImageCRS
Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
castOrCopy(ProjectedCRS) - Static method in class DefaultProjectedCRS
Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
castOrCopy(TemporalCRS) - Static method in class DefaultTemporalCRS
Wraps an arbitrary temporal CRS into a Geotk implementation.
castOrCopy(VerticalCRS) - Static method in class DefaultVerticalCRS
Returns a Geotk CRS implementation with the same values than the given arbitrary implementation.
castOrCopy(AffineCS) - Static method in class DefaultAffineCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(CartesianCS) - Static method in class DefaultCartesianCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(CoordinateSystemAxis) - Static method in class DefaultCoordinateSystemAxis
Returns a Geotk axis implementation with the same values than the given arbitrary implementation.
castOrCopy(CylindricalCS) - Static method in class DefaultCylindricalCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(EllipsoidalCS) - Static method in class DefaultEllipsoidalCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(LinearCS) - Static method in class DefaultLinearCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(PolarCS) - Static method in class DefaultPolarCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(SphericalCS) - Static method in class DefaultSphericalCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(TimeCS) - Static method in class DefaultTimeCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(UserDefinedCS) - Static method in class DefaultUserDefinedCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(VerticalCS) - Static method in class DefaultVerticalCS
Returns a Geotk coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(Ellipsoid) - Static method in class DefaultEllipsoid
Wraps an arbitrary ellipsoid into a Geotk implementation.
castOrCopy(EngineeringDatum) - Static method in class DefaultEngineeringDatum
Returns a Geotk datum implementation with the same values than the given arbitrary implementation.
castOrCopy(GeodeticDatum) - Static method in class DefaultGeodeticDatum
Returns a Geotk datum implementation with the same values than the given arbitrary implementation.
castOrCopy(ImageDatum) - Static method in class DefaultImageDatum
Returns a Geotk datum implementation with the same values than the given arbitrary implementation.
castOrCopy(PrimeMeridian) - Static method in class DefaultPrimeMeridian
Returns a Geotk prime meridian implementation with the same values than the given arbitrary implementation.
castOrCopy(TemporalDatum) - Static method in class DefaultTemporalDatum
Returns a Geotk datum implementation with the same values than the given arbitrary implementation.
castOrCopy(VerticalDatum) - Static method in class DefaultVerticalDatum
Returns a Geotk datum implementation with the same values than the given arbitrary implementation.
castTo(Class<N>) - Method in class MeasurementRange
Casts this range to the specified type.
castTo(Class<N>) - Method in class NumberRange
Casts this range to the specified type.
Category - Class in org.geotoolkit.coverage
A category delimited by a range of sample values.
Category(CharSequence, Color, boolean) - Constructor for class Category
Constructs a qualitative category for a boolean value.
Category(CharSequence, Color, int) - Constructor for class Category
Constructs a qualitative category for sample value sample.
Category(CharSequence, Color, double) - Constructor for class Category
Constructs a qualitative category for sample value sample.
Category(CharSequence, Color, NumberRange<?>) - Constructor for class Category
Constructs a qualitative category for samples in the specified range.
Category(CharSequence, Color[], int, int, double, double) - Constructor for class Category
Constructs a quantitative category for sample values ranging from lower inclusive to upper exclusive.
Category(CharSequence, Color[], NumberRange<?>, double, double) - Constructor for class Category
Constructs a quantitative category for sample values in the specified range.
Category(CharSequence, Color[], NumberRange<?>, NumberRange<?>) - Constructor for class Category
Constructs a quantitative category mapping samples to geophysics values in the specified range.
Category(CharSequence, Color[], NumberRange<?>, MathTransform1D) - Constructor for class Category
Constructs a qualitative or quantitative category for samples in the specified range.
CategoryRecord - Class in org.geotoolkit.gui.swing.coverage
A single row in a CategoryTable.
CategoryRecord() - Constructor for class CategoryRecord
Creates a new row initialized to the [0 … 255] range of sample values, with no transfer function.
CategoryRecord(Category, Locale) - Constructor for class CategoryRecord
Creates a new row initialized to the values inferred from the given category.
CategoryTable - Class in org.geotoolkit.gui.swing.coverage
An editable table model for a list of Category items.
CategoryTable(Locale) - Constructor for class CategoryTable
Creates a new, initially empty, table.
CategoryTable(CategoryTable) - Constructor for class CategoryTable
Creates a new table initialized to the value of the given table.
ceil(int, int) - Static method in class Fraction
Computes numerator / denominator and rounds the result toward positive infinity.
CENTRAL_MERIDIAN - Static variable in class AlbersEqualArea
Deprecated. Invoke AlbersEqualArea.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class CassiniSoldner
Deprecated. Invoke CassiniSoldner.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class EquidistantCylindrical
Deprecated. Invoke EquidistantCylindrical.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class LambertConformal1SP
Deprecated. Invoke LambertConformal1SP.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class LambertConformal2SP
Deprecated. Invoke LambertConformal2SP.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class Mercator1SP
Deprecated. Invoke Mercator1SP.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class Mercator2SP
Deprecated. Invoke Mercator2SP.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class NewZealandMapGrid
Deprecated. Invoke NewZealandMapGrid.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class ObliqueStereographic
Deprecated. Invoke ObliqueStereographic.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class PolarStereographic
Deprecated. Invoke PolarStereographic.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class PolarStereographic.VariantB
Deprecated. Invoke PolarStereographic.VariantB.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class Polyconic
Deprecated. Invoke Polyconic.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class PseudoMercator
Deprecated. Invoke PseudoMercator.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class Stereographic
Deprecated. Invoke Stereographic.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class TransverseMercator
Deprecated. Invoke TransverseMercator.PARAMETERS.descriptor(String) instead.
CENTRAL_MERIDIAN - Static variable in class UniversalParameters
All known names for the central meridian parameter.
centralMeridian - Variable in class UnitaryProjection.Parameters
Central longitude in degrees.
changeArrayDimension(Class<?>, int) - Static method in class Classes
Changes the array dimension by the given amount.
channel - Variable in class ChannelImageInputStream
The channel from which to read bytes.
ChannelImageInputStream - Class in org.geotoolkit.image.io.stream
An Image Input Stream using a Readable Byte Channel as the data source.
ChannelImageInputStream(ReadableByteChannel, int) - Constructor for class ChannelImageInputStream
Creates a new image input stream using the given channel.
ChannelImageInputStream(ReadableByteChannel, ByteBuffer) - Constructor for class ChannelImageInputStream
Creates a new image input stream using the given channel and buffer.
CHAR_SEQUENCE - Static variable in interface ClassFilter
Returns a filter accepting only classes assignable to CharSequence.
CHARACTER - Static variable in class Numbers
Constants to be used in switch statements.
Characters - Class in org.geotoolkit.util
A set of utilities for characters handling.
charAt(int) - Method in class AbstractInternationalString
Returns the character of the string in the default locale at the specified index.
charAt(int) - Method in class Version
Returns the char value at the specified index.
charset - Variable in class TextImageReader.Spi
Character encoding, or null for the default.
charset - Variable in class TextImageWriter.Spi
Character encoding, or null for the default.
checkBandIndex(int, int) - Method in class SpatialImageReader
Ensures that the specified band index is inside the expected range.
checkDimensions(OperationMethod, MathTransform) - Static method in class DefaultOperationMethod
Checks if an operation method and a math transform have a compatible number of source and target dimensions.
CheckedArrayList<E> - Class in org.geotoolkit.util.collection
A checked and synchronized List.
CheckedArrayList(Class<E>) - Constructor for class CheckedArrayList
Constructs a list of the specified type.
CheckedArrayList(Class<E>, int) - Constructor for class CheckedArrayList
Constructs a list of the specified type and initial capacity.
CheckedCollection<E> - Interface in org.geotoolkit.util.collection
Collection that ensures that all elements are assignable to a given base type.
CheckedContainer<E> - Interface in org.geotoolkit.util.collection
A container that ensures that all elements are assignable to a given base type.
CheckedHashMap<K,V> - Class in org.geotoolkit.util.collection
A checked and synchronized Map.
CheckedHashMap(Class<K>, Class<V>) - Constructor for class CheckedHashMap
Constructs a map of the specified type.
CheckedHashSet<E> - Class in org.geotoolkit.util.collection
A checked and synchronized Set.
CheckedHashSet(Class<E>) - Constructor for class CheckedHashSet
Constructs a set of the specified type.
CheckedHashSet(Class<E>, int) - Constructor for class CheckedHashSet
Constructs a set of the specified type and initial capacity.
checkImageIndex(int) - Method in class SpatialImageReader
Ensures that the specified image index is inside the expected range.
checkPermission() - Method in class XAffineTransform
Checks if the caller is allowed to change this XAffineTransform state.
checkPermission() - Method in class AffineTransform2D
Throws an UnsupportedOperationException when a mutable method is invoked, since AffineTransform2D must be immutable.
checkWritePermission() - Method in class ModifiableMetadata
Checks if changes in the metadata are allowed.
checkWritePermission() - Method in class CheckedArrayList
Checks if changes in this collection are allowed.
checkWritePermission() - Method in class CheckedHashMap
Checks if changes in this collection are allowed.
checkWritePermission() - Method in class CheckedHashSet
Checks if changes in this collection are allowed.
childCount() - Method in class MetadataAccessor
Returns the number of child elements.
children() - Method in class DefaultMutableTreeNode
Returns the children of this node as an Enumeration.
children() - Method in interface TreeNode
Returns the children of this node as an Enumeration.
circleCentre(double, double, double, double, double, double) - Static method in class ShapeUtilities
Same as ShapeUtilities.fitCircle(Point2D, Point2D, Point2D) but using only primitive type arguments.
CITATION_FACTORY - Static variable in class Hints
The CitationFactory instance to use.
Citations - Class in org.geotoolkit.metadata.iso.citation
A set of pre-defined constants and static methods working on citations.
CIVIL_TWILIGHT - Static variable in class SunRelativePosition
Elevation angle of civil twilight, in degrees.
CLARKE_1866 - Static variable in class DefaultEllipsoid
Clarke 1866 ellipsoid (EPSG:7008).
Classes - Class in org.geotoolkit.util.converter
Miscellaneous static methods working on Class objects.
ClassFilter - Interface in org.geotoolkit.util.converter
A filter to be given as parameter to methods that apply filtering on Class instances.
clear() - Method in class GridCoverageReadParam
Resets all parameters to their null value.
clear() - Method in class GridCoverageStoreParam
Resets all parameters to their null value.
clear() - Method in class GridCoverageWriteParam
Resets all parameters to their null value.
clear() - Method in class CoverageEnvelope
Resets all envelope attributes to their initial state, which is an infinite envelope.
clear() - Method in class DisjointLists
Removes all elements from this list.
clear() - Method in class IIOMetadataPanel
Removes all metadata from this widget.
clear() - Method in class Plot2D
Removes all axes and series from this plot.
clear() - Method in class DimensionSet
Clears any setting in this object.
clear() - Method in class LineFormat
Clears this parser.
clear() - Method in class Formatter
Clears this formatter.
clear() - Method in class IdentifiedObjectSet
Removes all of the elements from this collection.
clear() - Method in class DimensionFilter
Clears any source and target dimension setting.
clear() - Method in class Cache
Clears the content of this cache.
clear() - Method in class CheckedArrayList
Removes all of the elements from this list.
clear() - Method in class CheckedHashMap
Removes all of the elements from this map.
clear() - Method in class CheckedHashSet
Removes all of the elements from this set.
clear() - Method in class DisjointSet
Removes all of the elements from this set.
clear() - Method in class FrequencySortedSet
Removes all elements from this set.
clear() - Method in class IntegerList
Discarts all elements in this list.
clear() - Method in class KeySortedList
Removes all of the elements from this list.
clear() - Method in class RangeSet
Remove all elements from this set of ranges.
clear() - Method in class WeakHashSet
Removes all of the elements from this set.
clear() - Method in class WeakValueHashMap
Removes all of the elements from this map.
clear(Collection<?>) - Static method in class XCollections
Clears the given collection, if non-null.
clear(Map<?, ?>) - Static method in class XCollections
Clears the given map, if non-null.
clearLevelColors() - Method in class MonolineFormatter
Clears all colors setting.
clone() - Method in class GeneralGridCoordinates
Returns a clone of this grid coordinates.
clone() - Method in class GeneralGridCoordinates.Immutable
Returns a mutable clone of this grid coordinates.
clone() - Method in class GridCoordinates2D
Returns a clone of this coordinates.
clone() - Method in class GridEnvelope2D
Returns a clone of this grid envelope.
clone() - Method in class RangeSpecifier
Returns a clone of this object.
clone() - Method in class CoverageEnvelope
Returns a clone of this coverage envelope.
clone() - Method in class Hints
Returns a new map of hints with the same content than this map.
clone() - Method in class DirectPosition1D
Returns a copy of this position.
clone() - Method in class DirectPosition2D
Returns a clone of this point.
clone() - Method in class GeneralDirectPosition
Returns a deep copy of this position.
clone() - Method in class GeneralEnvelope
Returns a deep copy of this envelope.
clone() - Method in class CategoryRecord
Returns a clone of this record.
clone() - Method in class LineFormat
Returns a clone of this parser.
clone() - Method in class Complex
Returns a copy of this complex number.
clone() - Method in class Fraction
Returns a clone of this fraction.
clone() - Method in class Line
Returns a clone of this line.
clone() - Method in class Plane
Returns a clone of this plane.
clone() - Method in class Statistics
Returns a clone of this statistics.
clone() - Method in class Statistics.Delta
Returns a clone of this statistics.
clone() - Method in class RangeSymbols
Returns a clone of this set of symbols.
clone() - Method in class ModifiableMetadata
Returns a shallow copy of this metadata.
clone() - Method in class AbstractParameter
Returns a copy of this parameter value or group.
clone() - Method in class AbstractParameterValue
Returns a clone of this parameter.
clone() - Method in class FloatParameter
Returns a clone of this parameter.
clone() - Method in class ImagingParameters
Returns a deep copy of this group of parameter values.
clone() - Method in class MatrixParameters
Returns a clone of this parameter group.
clone() - Method in class Parameter
Returns a clone of this parameter.
clone() - Method in class ParameterGroup
Returns a deep copy of this group of parameter values.
clone() - Method in class BursaWolfParameters
Returns a copy of this object.
clone() - Method in class AffineMatrix3
Returns a clone of this affine transform.
clone() - Method in class GeneralMatrix
Returns a clone of this matrix.
clone() - Method in class Matrix1
Returns a clone of this matrix.
clone() - Method in class Matrix2
Returns a clone of this matrix.
clone() - Method in class Matrix3
Returns a clone of this matrix.
clone() - Method in class Matrix4
Returns a clone of this matrix.
clone() - Method in interface XMatrix
Returns a clone of this matrix.
clone() - Method in class AffineTransform2D
Returns a new affine transform which is a modifiable copy of this transform.
clone() - Method in interface Cloneable
Creates and returns a copy of this object.
clone() - Method in class CheckedArrayList
Returns a shallow copy of this list.
clone() - Method in class CheckedHashMap
Returns a shallow copy of this map.
clone() - Method in class CheckedHashSet
Returns a shallow copy of this set.
clone() - Method in class IntegerList
Returns a clone of this list.
clone() - Method in class RangeSet
Returns a clone of this range set.
Cloneable - Interface in org.geotoolkit.util
Indicates that it is legal to make a field-for-field copy of instances of implementing classes.
close() - Method in class FileImageReader
Closes the stream as documented in the super-class, then deletes the temporary file (if any).
close() - Method in class FileImageWriter
Flushes the image content to the output stream, closes the stream and deletes the temporary file (if any).
close() - Method in class ImageReaderAdapter
Closes the input stream created by ImageReaderAdapter.createInput(String).
close() - Method in class ImageWriterAdapter
Closes the output stream created by ImageWriterAdapter.createOutput(String).
close() - Method in class MosaicImageReader
Closes any image input streams that may be held by tiles.
close() - Method in class AsciiGridReader
Closes the input stream created by this reader as documented in the super-class method.
close() - Method in class NetcdfImageReader
Closes the NetCDF file.
close() - Method in class RawTiffImageReader
Closes the file channel.
close() - Method in class TextMatrixImageReader
Closes the input stream and disposes the resources that was specific to that stream.
close() - Method in class TextRecordImageReader
Closes the reader created by TextImageReader.getReader().
close() - Method in class WorldFileImageReader
Closes the input streams created by this reader.
close() - Method in class SpatialImageReader
Invoked when a new input is set or when the reader is disposed.
close() - Method in class ChannelImageInputStream
Closes the ChannelImageInputStream.channel.
close() - Method in class FileImageInputStream
Closes this stream and its underlying channel.
close() - Method in class StreamImageReader
Closes the input stream created by StreamImageReader.getInputStream().
close() - Method in class StreamImageWriter
Closes the output stream created by StreamImageWriter.getOutputStream().
close() - Method in class TextImageReader
Closes the reader created by TextImageReader.getReader().
close() - Method in class TextImageWriter
Closes the writer created by getWriter(...).
close(ImageReader) - Static method in class XImageIO
Closes the input stream of the given reader, and sets the input to null.
close(ImageWriter) - Static method in class XImageIO
Closes the output stream of the given writer, and sets the output to null.
close() - Method in class EchoWriter
Closes the main stream and the echo stream.
close() - Method in class LineWrapWriter
Sends pending characters to the underlying stream and close it.
close() - Method in class TableWriter
Flushes the table content and closes the underlying stream.
close() - Method in class MetadataSource
Closes the database connection used by this object.
closeExclusive - Variable in class RangeSymbols
The character closing a range in which the maximal value is exclusive.
closeExclusiveAlt - Variable in class RangeSymbols
An alternative character closing a range in which the maximal value is exclusive.
closeInclusive - Variable in class RangeSymbols
The character closing a range in which the maximal value is inclusive.
closeOnReset - Variable in class StreamImageReader
The stream to close on setInput(...), ImageReader.reset() or SpatialImageReader.dispose() method invocation.
closeOnReset - Variable in class StreamImageWriter
The stream to close on StreamImageWriter.setOutput(.Object), ImageWriter.reset() or SpatialImageWriter.dispose() method invocation.
CODE_COLUMN - Static variable in class DirectPostgisFactory
The standard name ("auth_srid") of the column containing the authority codes.
colinearPoint(Line2D, Point2D, double) - Static method in class ShapeUtilities
Returns a point on the given line segment located at the given distance from that line.
colinearPoint(double, double, double, double, double, double, double) - Static method in class ShapeUtilities
Same as ShapeUtilities.colinearPoint(Line2D, Point2D, double) but using only primitive type arguments.
collapseNoDataValues(boolean, double[], int) - Method in class SpatialImageReader
Returns true if the no-data values should be collapsed to 0 in order to save memory.
collectionComparator() - Static method in class XCollections
Returns a comparator for arbitrary collections of comparable elements.
collectionType(Class<E>) - Method in class ModifiableMetadata
Returns the type of collection to use for the given type.
COLOR_MAPS - Static variable in class Recolor
The parameter descriptor for the color map.
COLOR_QUANTIZATION - Static variable in class ImageWorker
Deprecated. The Color Quantization method to be applied if a an image needs to have its color model converted to an IndexColorModel.
ColorMap - Class in org.geotoolkit.coverage.processing
Colors associated to categories.
ColorMap() - Constructor for class ColorMap
Creates an initially empty color map.
ColorMap(Color...) - Constructor for class ColorMap
Creates a color map initialized to the specified color ramp to be applied on any quantitative category.
ColorMap(Map<? extends CharSequence, Color[]>) - Constructor for class ColorMap
Creates a color map initialized to the specified map.
ColorQuantization - Enum in org.geotoolkit.image
Deprecated. Deprecated together with ImageWorker.
ColorRamp - Class in org.geotoolkit.gui.swing.image
A color ramp with a graduation.
ColorRamp() - Constructor for class ColorRamp
Constructs an initially empty color ramp.
ColorRamp(Coverage) - Constructor for class ColorRamp
Constructs a color ramp for the specified coverage.
colors - Variable in class CommandLine
true if colors can be applied for ANSI X3.64 compliant terminal.
colors - Variable in class GridCoverageBuilder.Variable
The colors to associate to values in the sample range, or null if unspecified.
Colors - Class in org.geotoolkit.io.wkt
The colors to use for formatting Well Known Text (WKT) objects.
Colors() - Constructor for class Colors
Creates a new, initially empty, set of colors.
Colors.Element - Enum in org.geotoolkit.io.wkt
Keys for syntactic elements to be colorized.
COLUMN - Static variable in class DefaultCoordinateSystemAxis
A default axis for column indices in a grid coverage.
COLUMN_COUNT - Static variable in class MetadataTreeTable
The number of columns in the table (7), when every columns are present.
Combine - Class in org.geotoolkit.image.jai
Computes a set of arbitrary linear combinations of the bands of many rendered source images, using a specified matrix.
Combine(Vector<? extends RenderedImage>, double[][], Combine.Transform, RenderingHints) - Constructor for class Combine
Constructs an image with the specified matrix.
Combine.Dyadic - Class in org.geotoolkit.image.jai
Optimized Combine operation for dyadic (two sources) image.
Combine.Dyadic(Vector<? extends RenderedImage>, double[][], RenderingHints) - Constructor for class Combine.Dyadic
Constructs a new instance of Combine.Dyadic.
Combine.Transform - Interface in org.geotoolkit.image.jai
Transforms the sample values for one pixel during a "Combine" operation.
CommandLine - Class in org.geotoolkit.console
Base class for command line tools.
CommandLine(String, String[]) - Constructor for class CommandLine
Creates a new CommandLine instance.
COMMENT - Static variable in class NetcdfMetadata
The "comment" attribute name for miscellaneous information about the data (Recommended).
commitEdit() - Method in class About
Forces the current values to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class SampleDimensionPanel
Forces the current value to be taken from the editable fields and set them as the current values.
commitEdit() - Method in interface Dialog
Forces the current value to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class DisjointLists
Forces the current value to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class FormatChooser
Forces the current value to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class GradientKernelEditor
Forces the current value to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class ImageProperties
Forces the current values to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class KernelEditor
Forces the current value to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class MosaicBuilderEditor
Forces the current value to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class MosaicChooser
Forces the current value to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class MosaicPerformanceGraph
Forces the current values to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class MultiColorChooser
Forces the current value to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class OperationTreeBrowser
Forces the current values to be taken from the editable fields and set them as the current values.
commitEdit() - Method in class CoordinateChooser
Forces the current value to be taken from the editable fields and set them as the current values.
commonDivisors(int...) - Static method in class XMath
Returns the divisors which are common to all the specified numbers.
commonPrefix(String, String) - Static method in class Strings
Returns the longest sequence of characters which is found at the beginning of the two given strings.
COMMONS_LOGGING - Static variable in class LoggerFactory
Deprecated. Deprecated together with Logging.setLoggerFactory(String).
CommonsLoggerFactory - Class in org.geotoolkit.util.logging
A factory for loggers that redirect all Java logging events to the Apache Commons-logging framework.
CommonsLoggerFactory() - Constructor for class CommonsLoggerFactory
Constructs a default factory.
commonSuffix(String, String) - Static method in class Strings
Returns the longest sequence of characters which is found at the end of the two given strings.
comparator() - Method in class FrequencySortedSet
Returns the comparator used to order the elements in this set.
comparator() - Method in class RangeSet
Returns the comparator associated with this sorted set.
compare(CoordinateSystemAxis, CoordinateSystemAxis) - Method in class OrderedAxisAuthorityFactory
Compares two axis for order.
compare(E, E) - Method in class FrequencySortedSet
Compares the specified elements for frequency.
compareTo(Tile) - Method in class Tile
Compares two tiles for optimal order in sequential reads.
compareTo(Fraction) - Method in class Fraction
Compares this fraction with the given one for order.
compareTo(Angle) - Method in class Angle
Compares two Angle objects numerically.
compareTo(GenericName) - Method in class AbstractName
Compares this name with the specified name for order.
compareTo(GenericName) - Method in class DefaultLocalName
Compares this name with the specified object for order.
compareTo(GenericName) - Method in class NamedIdentifier
Compares this name with the specified object for order.
compareTo(InternationalString) - Method in class AbstractInternationalString
Compares this string with the specified object for order.
compareTo(Version, int) - Method in class Version
Compares this version with an other version object, up to the specified limit.
compareTo(Version) - Method in class Version
Compares this version with an other version object.
ComparisonMode - Enum in org.geotoolkit.util
Specifies the degree of strictness when comparing two LenientComparable objects for equality.
completed() - Method in class ProgressMailer
Sends an emails saying that the operation finished.
completed() - Method in class ProgressPrinter
Notifies this listener that the operation has finished.
completed() - Method in class ProgressWindow
Notifies that the operation has finished.
completed(ProcessEvent) - Method in interface ProcessListener
Reports that a process has completed successfully.
completed() - Method in class ProgressController
Notifies this controller that the operation has finished.
completed(ProcessEvent) - Method in class ProgressController
Notifies this controller that the operation has finished and sets the states of this controller according the given event.
completeImageMetadata(IIOMetadata, GridCoverage) - Method in class ImageCoverageWriter
Creates additional metadata to be merged with the one created by ImageCoverageReader.
Complex - Class in org.geotoolkit.math
A simple class for the handling of complex numbers.
Complex() - Constructor for class Complex
Creates a complex number initialized to (0,0).
Complex(Complex) - Constructor for class Complex
Creates a complex number initialized to the same value than the specified one.
Complex(double, double) - Constructor for class Complex
Creates a complex number initialized to the specified real and imaginary parts.
COMPLEX_FACTORY - Static variable in class Hints
The ComplexFactory instance to use.
computeGridGeometry(GridCoverage, Envelope) - Static method in class Resample
Computes a grid geometry from a source coverage and a target envelope.
computeHashCode() - Method in class AbstractParameterDescriptor
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultParameterDescriptor
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultParameterDescriptorGroup
Computes a hash value for this identified object.
computeHashCode() - Method in class ImagingParameterDescriptors
Computes a hash value for this identified object.
computeHashCode() - Method in class MatrixParameterDescriptors
Computes a hash value for this identified object.
computeHashCode() - Method in class AbstractIdentifiedObject
Computes a hash value for this identified object.
computeHashCode() - Method in class AbstractCRS
Computes a hash value for this identified object.
computeHashCode() - Method in class AbstractDerivedCRS
Computes a hash value for this identified object.
computeHashCode() - Method in class AbstractSingleCRS
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultCompoundCRS
Computes a hash value for this identified object.
computeHashCode() - Method in class AbstractCS
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultCoordinateSystemAxis
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultEllipsoid
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultGeodeticDatum
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultImageDatum
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultPrimeMeridian
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultTemporalDatum
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultVerticalDatum
Computes a hash value for this identified object.
computeHashCode() - Method in class AbstractCoordinateOperation
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultConcatenatedOperation
Computes a hash value for this identified object.
computeHashCode() - Method in class DefaultOperationMethod
Computes a hash value for this identified object.
computeHashCode() - Method in class Krovak
Computes a hash code value for this unitary projection.
computeHashCode() - Method in class UnitaryProjection
Computes a hash code value for this unitary projection.
computeHashCode() - Method in class AbstractMathTransform
Computes a hash value for this transform.
computeHashCode() - Method in class AbstractMathTransform.Inverse
Computes a hash value for this transform.
computeHashCode() - Method in class ConcatenatedTransform
Computes a hash value for this transform.
computeHashCode() - Method in class EarthGravitationalModel
Computes a hash value for this transform.
computeHashCode() - Method in class ExponentialTransform1D
Computes a hash value for this transform.
computeHashCode() - Method in class GeocentricAffineTransform
Computes a hash value for this transform.
computeHashCode() - Method in class GeocentricTransform
Computes a hash value for this transform.
computeHashCode() - Method in class GridTransform
Computes a hash value for this transform.
computeHashCode() - Method in class LinearTransform1D
Computes a hash value for this transform.
computeHashCode() - Method in class LogarithmicTransform1D
Computes a hash value for this transform.
computeHashCode() - Method in class MolodenskyTransform
Computes a hash value for this transform.
computeHashCode() - Method in class PassThroughTransform
Computes a hash value for this transform.
computeHashCode() - Method in class ProjectiveTransform
Computes a hash value for this transform.
computeHashCode() - Method in class WarpTransform2D
Computes a hash value for this transform.
computeImage(Raster[], WritableRaster, Rectangle) - Method in class Hysteresis
Computes a rectangle of outputs.
computeImage(Raster[], WritableRaster, Rectangle) - Method in class SilhouetteMask
Computes a rectangle of outputs.
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class Combine
Computes one tile.
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class Combine.Dyadic
Computes one tile.
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class Mask
Computes a rectangle of outputs.
computeRect(PlanarImage[], WritableRaster, Rectangle) - Method in class NodataFilter
Computes a rectangle of outputs.
computeSize(IIOImage, ImageWriteParam) - Static method in class SpatialImageWriter
Computes the size of the region to be written, taking subsampling in account.
concatenate(Vector) - Method in class Vector
Returns the concatenation of this vector with the given one.
concatenate(CoordinateOperation, CoordinateOperation) - Method in class AbstractCoordinateOperationFactory
Concatenates two operation steps.
concatenate(CoordinateOperation, CoordinateOperation, CoordinateOperation) - Method in class AbstractCoordinateOperationFactory
Concatenates three transformation steps.
concatenate(MathTransform, MathTransform) - Static method in class MathTransforms
Concatenates the two given transforms.
concatenate(MathTransform2D, MathTransform2D) - Static method in class MathTransforms
Concatenates the given two-dimensional transforms.
concatenate(MathTransform1D, MathTransform1D) - Static method in class MathTransforms
Concatenates the given one-dimensional transforms.
concatenate(MathTransform, MathTransform, MathTransform) - Static method in class MathTransforms
Concatenates the three given transforms.
concatenate(MathTransform2D, MathTransform2D, MathTransform2D) - Static method in class MathTransforms
Concatenates the three given two-dimensional transforms.
concatenate(MathTransform1D, MathTransform1D, MathTransform1D) - Static method in class MathTransforms
Concatenates the three given one-dimensional transforms.
concatenate(AffineTransform) - Method in class XAffineTransform
Checks for permission before concatenating this transform.
concatenate(T[]...) - Static method in class XArrays
Returns the concatenation of all given arrays.
ConcatenatedTransform - Class in org.geotoolkit.referencing.operation.transform
Base class for concatenated transforms.
ConcatenatedTransform(MathTransform, MathTransform) - Constructor for class ConcatenatedTransform
Constructs a concatenated transform.
conductivity(double, double, double) - Static method in class SeaWater
Computes conductivity as a function of salinity, temperature and pressure.
config(String) - Method in class LoggerAdapter
Logs an CONFIG message.
Configuration - Annotation Type in org.geotoolkit.lang
Annotates methods having a system-wide impact on the configuration of the Geotk library.
CONFIGURATION_FILE - Static variable in class ThreadedEpsgFactory
The user configuration file, which is "EPSG-DataSource.properties".
configure(JTable) - Method in class CategoryTable
Configures the given JTable for use with this model.
configure(Tile, IIOParam) - Method in class MosaicController
Automatically invoked by MosaicImageReader or MosaicImageWriter when a tile is about to be read or written.
configure(NumberFormat) - Method in class Statistics
Configures the given formatter for writing a set of data described by this statistics.
configureConsoleHandler(Logger, Level) - Static method in class MonolineFormatter
Setups a MonolineFormatter for the specified logger and its children.
connection - Variable in class DirectEpsgFactory
The connection to the EPSG database.
console() - Method in class ReferencingCommands
Invoked when the user asked the "console" action.
contains(double, double) - Method in class Arrow2D
Tests if the specified point is inside this shape.
contains(double, double, double, double) - Method in class Arrow2D
Tests if the interior of this arrow entirely contains the specified rectangle.
contains(double, double) - Method in class ProjectedShape
Tests if the specified coordinate is inside the boundary of this shape.
contains(Point2D) - Method in class ProjectedShape
Tests if a specified Point2D is inside the boundary of this shape.
contains(double, double, double, double) - Method in class ProjectedShape
Tests if the interior of this shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class ProjectedShape
Tests if the interior of this shape entirely contains the specified rectangle.
contains(double, double) - Method in class TransformedShape
Tests if the specified coordinate is inside the boundary of this shape.
contains(Point2D) - Method in class TransformedShape
Tests if a specified Point2D is inside the boundary of this shape.
contains(double, double, double, double) - Method in class TransformedShape
Tests if the interior of this shape entirely contains the specified rectangular area.
contains(Rectangle2D) - Method in class TransformedShape
Tests if the interior of this shape entirely contains the specified rectangle.
contains(double, double, double, double) - Method in class XRectangle2D
Tests if the interior of this rectangle entirely contains the specified set of rectangular coordinates.
contains(Rectangle2D) - Method in class XRectangle2D
Tests if the interior of this shape entirely contains the specified rectangle.
contains(double, double) - Method in class XRectangle2D
Tests if a specified coordinate is inside the boundary of this Rectangle2D.
contains(DirectPosition) - Method in class AbstractEnvelope
Tests if a specified coordinate is inside the boundary of this envelope.
contains(Envelope, boolean) - Method in class AbstractEnvelope
Returns true if this envelope completely encloses the specified envelope.
contains(double, double) - Method in class Envelope2D
Tests if a specified coordinate is inside the boundary of this envelope.
contains(Rectangle2D) - Method in class Envelope2D
Returns true if this envelope completely encloses the specified rectangle.
contains(double, double, double, double) - Method in class Envelope2D
Returns true if this envelope completely encloses the specified rectangle.
contains(Object) - Method in class DimensionSet
Returns true if this set contains the given dimension.
contains(Object) - Method in class IdentifiedObjectSet
Returns true if this collection contains the specified object.
contains(Object) - Method in class CheckedArrayList
Returns true if this list contains the specified element.
contains(Object) - Method in class CheckedHashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class DerivedSet
Returns true if this set contains the specified element.
contains(Object) - Method in class DisjointSet
Returns true if this set contains the specified element.
contains(Object) - Method in class FrequencySortedSet
Returns true if this set contains the specified element.
contains(Object) - Method in class RangeSet
Returns true if this set contains the specified element.
contains(Object) - Method in class UnmodifiableArrayList
Returns true if this collection contains the specified element.
contains(Object) - Method in class WeakHashSet
Returns true if this set contains the specified element.
contains(Number) - Method in class NumberRange
Returns true if the specified value is within this range.
contains(Comparable<?>) - Method in class NumberRange
Returns true if the specified value is within this range.
contains(Range<?>) - Method in class NumberRange
Returns true if the supplied range is fully contained within this range.
contains(Comparable<?>) - Method in class Range
Returns true if this range contains the given value.
contains(Range<?>) - Method in class Range
Returns true if the supplied range is fully contained within this range.
contains(Object[], Object) - Static method in class XArrays
Returns true if the specified array contains the specified value.
containsAll(Collection<?>) - Method in class DisjointSet
Returns true if this set contains all of the elements in the specified collection.
containsAxis(CharSequence) - Method in class Symbols
Returns true if the specified WKT contains at least one AXIS[...] element.
containsIdentity(Object[], Object) - Static method in class XArrays
Returns true if the specified array contains the specified reference.
containsIgnoreCase(String[], String) - Static method in class XArrays
Returns true if the specified array contains the specified value, ignoring case.
containsInclusive(Rectangle2D, Rectangle2D) - Static method in class XRectangle2D
Tests if the interior of the inner rectangle is contained in the interior and/or the edge of the outter rectangle.
containsKey(Object) - Method in class Cache
Returns true if this map contains the specified key.
containsKey(Object) - Method in class CheckedHashMap
Returns true if this map contains the specified key.
containsKey(Object) - Method in class DerivedMap
Returns true if this map contains a mapping for the specified key.
containsKey(K) - Method in class KeySortedList
Returns true if the list contains an element added with the specified key.
containsKey(Object) - Method in class WeakValueHashMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class CheckedHashMap
Returns true if this map contains the specified value.
containsValue(Object) - Method in class DerivedMap
Returns true if this map maps one or more keys to this value.
containsValue(Object) - Method in class WeakValueHashMap
Returns true if this map maps one or more keys to this value.
ContentFormatException - Exception in org.geotoolkit.io
Thrown when a stream can't be parsed because some content uses an invalid format.
ContentFormatException() - Constructor for exception ContentFormatException
Constructs a new exception with no detail message.
ContentFormatException(String) - Constructor for exception ContentFormatException
Constructs a new exception with the specified detail message.
ContentFormatException(String, Throwable) - Constructor for exception ContentFormatException
Constructs a new exception with the specified detail message and cause.
CONTRIBUTOR - Static variable in class NetcdfMetadata
The set of attribute names for the contributor (Suggested).
Convention - Enum in org.geotoolkit.io.wkt
The convention used for WKT formatting.
CONVERSION_TYPE_KEY - Static variable in class AbstractDerivedCRS
Key for the "conversionType" property to be given to the constructor.
conversionFailed(NonconvertibleObjectException) - Method in class AnyConverter
Invoked by tryConvert when an object can not be converted.
conversionFromBase - Variable in class AbstractDerivedCRS
The conversion from the base CRS to this CRS.
convert(String, Class<T>) - Method in class CommandLine
Converts the given value to an object of the given type.
convert(double) - Method in class SampleConverter
Converts a double-precision value before to store it in the raster.
convert(float) - Method in class SampleConverter
Converts a float-precision value before to store it in the raster.
convert(int) - Method in class SampleConverter
Converts a float-precision value before to store it in the raster.
convert(double[], int, int) - Method in class SampleConverter
Converts in-place an array of double-precision values.
convert(float[], int, int) - Method in class SampleConverter
Converts in-place an array of single-precision values.
convert(int[], int, int) - Method in class SampleConverter
Converts in-place an array of integer values.
convert(short[], int, int) - Method in class SampleConverter
Converts in-place an array of short values.
convert(Object, Class<T>) - Method in class AnyConverter
Converts the given value to the given type.
convert(S) - Method in interface ObjectConverter
Converts an object of the source type to an object of the target type.
converter(Class<S>, Class<T>) - Method in class ConverterRegistry
Returns a converter for the specified source and target classes.
ConverterRegistry - Class in org.geotoolkit.util.converter
A collection of Object Converters.
ConverterRegistry() - Constructor for class ConverterRegistry
Creates an initially empty set of object converters.
CONVERTERS - Static variable in class XML
Allows client code to control the behavior of the (un)marshalling process when an element can not be processed, or alter the element values.
convertImageMetadata(IIOMetadata, ImageTypeSpecifier, ImageWriteParam) - Method in class MosaicImageWriter
Returns image metadata initialized to the specified state, or null.
convertImageMetadata(IIOMetadata, ImageTypeSpecifier, ImageWriteParam) - Method in class SpatialImageWriter
Returns a metadata object initialized to the specified data for encoding an image of the given type.
convertStreamMetadata(IIOMetadata, ImageWriteParam) - Method in class MosaicImageWriter
Returns stream metadata initialized to the specified state, or null.
convertStreamMetadata(IIOMetadata, ImageWriteParam) - Method in class SpatialImageWriter
Returns a metadata object initialized to the specified data for encoding a stream of images.
convertTo(Unit<?>) - Method in class MeasurementRange
Converts this range to the specified units.
convertUnsigned(short[], int, int) - Method in class SampleConverter
Converts in-place an array of unsigned short values.
convertUnsigned(byte[], int, int) - Method in class SampleConverter
Converts in-place an array of unsigned byte values.
convertUserObject(TreeNode, Object) - Method in interface TreeNodeFilter
Returns the user object to assign to the copied node.
Convolve - Class in org.geotoolkit.coverage.processing.operation
Computes each output sample by multiplying elements of a kernel with the samples surrounding a particular source sample.
Convolve() - Constructor for class Convolve
Constructs a default "Convolve" operation.
coordinate - Variable in class AbstractCoverage.Renderable
A coordinate point where to evaluate the function.
COORDINATE_OPERATION_AUTHORITY_FACTORY - Static variable in class Hints
The CoordinateOperationAuthorityFactory instance to use.
COORDINATE_OPERATION_FACTORY - Static variable in class Hints
The CoordinateOperationFactory instance to use.
COORDINATE_REFERENCE_SYSTEM - Static variable in class Resample
The parameter descriptor for the coordinate reference system.
CoordinateChooser - Class in org.geotoolkit.gui.swing.referencing
A pane of controls designed to allow a user to select spatio-temporal coordinates.
CoordinateChooser() - Constructor for class CoordinateChooser
Constructs a default coordinate chooser.
CoordinateChooser(Date, Date) - Constructor for class CoordinateChooser
Constructs a coordinate chooser with date constrained in the specified range.
CoordinateFormat - Class in org.geotoolkit.measure
Formats a direct position in an arbitrary coordinate reference system.
CoordinateFormat() - Constructor for class CoordinateFormat
Constructs a new coordinate format with default locale and a two-dimensional geographic (WGS 1984) coordinate reference system.
CoordinateFormat(Locale) - Constructor for class CoordinateFormat
Constructs a new coordinate format for the specified locale and a two-dimensional geographic (WGS 1984) coordinate reference system.
CoordinateFormat(Locale, CoordinateReferenceSystem) - Constructor for class CoordinateFormat
Constructs a new coordinate format for the specified locale and coordinate reference system.
CoordinateFrameRotation - Class in org.geotoolkit.referencing.operation.provider
The provider for "Coordinate Frame Rotation" (EPSG:9607).
CoordinateFrameRotation() - Constructor for class CoordinateFrameRotation
Constructs the provider.
CoordinateTableModel - Class in org.geotoolkit.gui.swing.referencing
A table of direct positions.
CoordinateTableModel(CoordinateReferenceSystem) - Constructor for class CoordinateTableModel
Creates an initially empty table model using the specified coordinate reference system.
CoordinateTableModel.CellRenderer - Class in org.geotoolkit.gui.swing.referencing
A cell renderer for the coordinate table model.
CoordinateTableModel.CellRenderer() - Constructor for class CoordinateTableModel.CellRenderer
Creates a default cell renderer for CoordinateTableModel.
copy(int[]) - Method in class CoverageTableModel
Returns a transferable which can be set to the clipboard.
copy(TreeNode) - Static method in class Trees
Returns a copy of the tree starting at the given node.
copy(TreeNode, TreeNodeFilter) - Static method in class Trees
Returns a copy of a subset of the tree starting at the given node.
copy(Complex) - Method in class Complex
Set this complex number to the same value than the specified one.
copy(GeneralParameterValue, Map<? super String, Object>) - Static method in class Parameters
Gets the name-value pairs.
copy(ParameterValueGroup, ParameterValueGroup) - Static method in class Parameters
Copies all parameter values from source to target.
copy(Matrix) - Static method in class Matrices
Creates a new matrix which is a copy of the specified matrix.
copy(Collection<E>) - Static method in class XCollections
Copies the content of the given collection to a standard Java collection.
copy(Map<K, V>) - Static method in class XCollections
Copies the content of the given map to a standard Java map.
copyAsFloats(double[]) - Static method in class XArrays
Returns a copy of the given array where each value has been casted to the float type.
copyAsInts(double[]) - Static method in class XArrays
Returns a copy of the given array where each value has been rounded to the int type.
copyCollection(Collection<? extends E>, Collection<E>, Class<E>) - Method in class ModifiableMetadata
Copies the content of one collection (source) into an other (target).
copyList(Collection<? extends E>, List<E>, Class<E>) - Method in class ModifiableMetadata
Copies the content of one list (source) into an other (target).
copySet(Collection<? extends E>, Set<E>, Class<E>) - Method in class ModifiableMetadata
Copies the content of one Set (source) into an other (target).
correctApparentPixelPosition(Point2D) - Method in interface DeformableViewer
Corrects a pixel's coordinates by removing the effect of deformations induced by magnifying glass or similar effects.
correctApparentPixelPosition(Point2D) - Method in class ZoomPane
Corrects a pixel's coordinates for removing the effect of the magnifying glass.
correlation(Point2D.Double, Point2D.Double) - Method in class ObjectiveAnalysis
Returns the correlation between the values at the two given points.
cost(V) - Method in class Cache
Computes an estimation of the cost of the given value.
count() - Method in class Statistics
Returns the number of samples, excluding NaN values.
count(K) - Method in class KeySortedList
Returns the number of elements added with the specified key.
count(String, String) - Static method in class Strings
Returns the number of occurrences of the toSearch string in the given text.
count(String, char) - Static method in class Strings
Counts the number of occurrence of the given character in the given string.
count(CharSequence, char) - Static method in class Strings
Counts the number of occurrence of the given character in the given character sequence.
countDecimalFractionDigits(double) - Static method in class XMath
Deprecated. Was used by XMath.trimDecimalFractionDigits(double, int, int), which has been deprecated.
countNaN() - Method in class Statistics
Returns the number of NaN samples.
coverage - Variable in class CoverageStack.Adapter
The wrapped coverage, or null if not yet loaded.
coverage - Variable in class SpatioTemporalCoverage3D
The wrapped coverage.
coverage - Variable in class TransformedCoverage
The wrapped coverage.
COVERAGE_PROCESSING_VIEW - Static variable in class Hints
Forces the grid coverage processor to perform operations on the specified view.
coverageAdding(CoverageDatabaseEvent, NewGridCoverageReference) - Method in interface CoverageDatabaseController
Invoked before a Grid Coverage Reference is added.
coverageAdding(CoverageDatabaseEvent, NewGridCoverageReference) - Method in interface CoverageDatabaseListener
Invoked before or after a Grid Coverage Reference is added.
CoverageDatabase - Class in org.geotoolkit.coverage.sql
A connection to a collection of coverages declared in a SQL database.
CoverageDatabase(Properties) - Constructor for class CoverageDatabase
Creates a new instance using the given properties.
CoverageDatabase(ParameterValueGroup) - Constructor for class CoverageDatabase
Creates a new instance using the given parameters.
CoverageDatabase(DataSource, Properties) - Constructor for class CoverageDatabase
Creates a new instance using the given data source and configuration properties.
CoverageDatabase(DataSource, ParameterValueGroup) - Constructor for class CoverageDatabase
Creates a new instance using the given data source and configuration parameters.
CoverageDatabaseController - Interface in org.geotoolkit.coverage.sql
To be implemented by objects that can determine the settings of a NewGridCoverageReference.
CoverageDatabaseEvent - Class in org.geotoolkit.coverage.sql
The event delivered when the content of a Coverage Database changes.
CoverageDatabaseEvent(CoverageDatabase, boolean, int) - Constructor for class CoverageDatabaseEvent
Creates a new event having the given database as its source.
CoverageDatabaseListener - Interface in org.geotoolkit.coverage.sql
A listener notified when a Layer or a Grid Coverage Reference is about to be added or removed.
CoverageEnvelope - Class in org.geotoolkit.coverage.sql
An envelope holding the spatio-temporal extent and preferred resolution of a coverage.
coverageFactory - Variable in class ImageCoverageReader
The grid coverage factory to use for building GridCoverage2D instances.
CoverageFactoryFinder - Class in org.geotoolkit.coverage
Deprecated. Deprecated together with GridCoverageFactory. Will wait for a GeoAPI interface before to provide a new factory finder.
CoverageFileProperties - Class in org.geotoolkit.gui.swing.coverage
A panel showing the properties of a coverage file.
CoverageFileProperties() - Constructor for class CoverageFileProperties
Creates a new instance of ImageFileProperties with no image.
CoverageIO - Class in org.geotoolkit.coverage.io
Convenience methods for reading or writing a coverage.
CoverageList - Class in org.geotoolkit.gui.swing.coverage
A list displaying the set of coverages available in a given layer.
CoverageList() - Constructor for class CoverageList
Creates a new list with a default, initially empty, CoverageTableModel.
CoverageList(CoverageTableModel) - Constructor for class CoverageList
Creates a list for the specified collection of coverages.
CoverageProcessingException - Exception in org.geotoolkit.coverage.processing
Throws when a coverage operation failed.
CoverageProcessingException() - Constructor for exception CoverageProcessingException
Creates a new exception without detail message.
CoverageProcessingException(String) - Constructor for exception CoverageProcessingException
Constructs a new exception with the specified detail message.
CoverageProcessingException(Throwable) - Constructor for exception CoverageProcessingException
Constructs a new exception with the specified cause.
CoverageProcessingException(String, Throwable) - Constructor for exception CoverageProcessingException
Constructs a new exception with the specified detail message and cause.
CoverageQuery - Class in org.geotoolkit.coverage.sql
A request for data in a Coverage Database.
CoverageQuery(CoverageDatabase) - Constructor for class CoverageQuery
Creates a new query for the given database.
CoverageReferences - Class in org.geotoolkit.coverage
Holds weak references to coverage instances.
CoverageReferences() - Constructor for class CoverageReferences
Creates a new coverage cache.
coveragesAt(double) - Method in class CoverageStack
Returns the coverages to be used for the specified z value.
CoverageStack - Class in org.geotoolkit.coverage
Creates a (n+1) dimensional coverage from a collection of n dimensional coverages.
CoverageStack(CharSequence, Collection<? extends Coverage>) - Constructor for class CoverageStack
Constructs a new coverage stack with all the supplied elements.
CoverageStack(CharSequence, CoordinateReferenceSystem, Collection<? extends CoverageStack.Element>) - Constructor for class CoverageStack
Constructs a new coverage stack with all the supplied elements.
CoverageStack(CharSequence, CoverageStack) - Constructor for class CoverageStack
Constructs a new coverage using the same elements than the specified coverage stack.
CoverageStack.Adapter - Class in org.geotoolkit.coverage
A convenience adapter class for wrapping a pre-loaded Coverage into an CoverageStack.Element object.
CoverageStack.Adapter(Coverage, NumberRange<?>) - Constructor for class CoverageStack.Adapter
Constructs a new adapter for the specified coverage and z values.
CoverageStack.Element - Interface in org.geotoolkit.coverage
Reference to a single n dimensional coverage in a (n+1) dimensional coverage stack.
CoverageStoreException - Exception in org.geotoolkit.coverage.io
Thrown when a GridCoverageReader or GridCoverageWriter operation failed.
CoverageStoreException() - Constructor for exception CoverageStoreException
Creates an exception with no cause and no details message.
CoverageStoreException(String) - Constructor for exception CoverageStoreException
Creates an exception with the specified details message.
CoverageStoreException(Throwable) - Constructor for exception CoverageStoreException
Creates an exception with the specified cause and no details message.
CoverageStoreException(String, Throwable) - Constructor for exception CoverageStoreException
Creates an exception with the specified details message and cause.
CoverageTableModel - Class in org.geotoolkit.coverage.sql
A Swing Table Model listing coverages entries.
CoverageTableModel(Locale) - Constructor for class CoverageTableModel
Creates a new, initially empty, table model.
CoverageTableModel(Collection<? extends GridCoverageReference>, Locale) - Constructor for class CoverageTableModel
Creates a new table model initialized to the content of the given collection.
CoverageTableModel(CoverageTableModel) - Constructor for class CoverageTableModel
Creates a new table initialized to the content of the given model.
CoverageTableModel.CellRenderer - Class in org.geotoolkit.coverage.sql
A Table Cell Renderer for coloring the cells in a table using the Coverage Table Model.
CoverageTableModel.CellRenderer() - Constructor for class CoverageTableModel.CellRenderer
Creates a new CellRenderer.
create(CharSequence, ImageFunction, GridGeometry2D, GridSampleDimension[], Map<?, ?>) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from an image function.
create(CharSequence, float[][], Envelope) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified matrix and envelope.
create(CharSequence, WritableRaster, Envelope) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified raster and envelope.
create(CharSequence, WritableRaster, Envelope, double[], double[], Unit<?>, Color[][], RenderingHints) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified raster and envelope.
create(CharSequence, WritableRaster, CoordinateReferenceSystem, MathTransform, double[], double[], Unit<?>, Color[][], RenderingHints) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified raster and "grid to CRS" transform.
create(CharSequence, WritableRaster, Envelope, GridSampleDimension...) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified raster and envelope.
create(CharSequence, WritableRaster, CoordinateReferenceSystem, MathTransform, GridSampleDimension...) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified raster and "grid to CRS" transform.
create(CharSequence, RenderedImage, Envelope) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified image and envelope.
create(CharSequence, RenderedImage, Envelope, GridSampleDimension[], GridCoverage[], Map<?, ?>) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified image and envelope.
create(CharSequence, RenderedImage, CoordinateReferenceSystem, MathTransform, GridSampleDimension[], GridCoverage[], Map<?, ?>) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified image and "grid to CRS" transform.
create(CharSequence, RenderedImage, GridGeometry2D, GridSampleDimension[], GridCoverage[], Map<?, ?>) - Method in class GridCoverageFactory
Deprecated. Constructs a grid coverage from the specified image and grid geometry.
create(GridCoverage2D) - Static method in class Interpolator2D
Constructs a new interpolator using default interpolations.
create(GridCoverage2D, Interpolation...) - Static method in class Interpolator2D
Constructs a new interpolator for an interpolation and its fallbacks.
create(File) - Method in class TileManagerFactory
Creates a tile manager from the given file or directory.
create(File, FileFilter, ImageReaderSpi) - Method in class TileManagerFactory
Creates tile managers from the files found in the given directory.
create(Tile...) - Method in class TileManagerFactory
Creates tile managers from the specified array of tiles.
create(Collection<Tile>) - Method in class TileManagerFactory
Creates tile managers from the specified collection of tiles.
create(RectIter, WritableRectIter) - Static method in class TransfertRectIter
Creates a WritableRectIter for the specified source and destination iterator.
create(RenderedImage, WritableRenderedImage, Rectangle) - Static method in class TransfertRectIter
Creates a WritableRectIter for the specified source and destination images.
create(RenderedImage, WritableRaster, Rectangle) - Static method in class TransfertRectIter
Creates a WritableRectIter for the specified source image and destination raster.
create(Raster, WritableRaster, Rectangle) - Static method in class TransfertRectIter
Creates a WritableRectIter for the specified source and destination rasters.
create(Object) - Static method in class Vector
Wraps the given object in a vector.
create(Class<T>, Map<String, ?>) - Method in class MetadataFactory
Creates a new metadata of the given type, initialized with the property values given in the properties map.
create(String, int, int, int) - Static method in class DefaultParameterDescriptor
Constructs a descriptor for a mandatory parameter in a range of integer values.
create(Map<String, ?>, int, int, int, boolean) - Static method in class DefaultParameterDescriptor
Constructs a descriptor for a parameter in a range of integer values.
create(String, double, double, double, Unit<?>) - Static method in class DefaultParameterDescriptor
Constructs a descriptor for a mandatory parameter in a range of floating point values.
create(Map<String, ?>, double, double, double, Unit<?>, boolean) - Static method in class DefaultParameterDescriptor
Constructs a descriptor for a parameter in a range of floating point values.
create(String, int) - Static method in class Parameter
Constructs a parameter from the specified name and value.
create(String, double, Unit<?>) - Static method in class Parameter
Constructs a parameter from the specified name, value and unit.
create(String, Class<T>, T) - Static method in class Parameter
Constructs a parameter from the specified code list.
create(Class<T>, T...) - Static method in class FallbackAuthorityFactory
Wraps the specified authority factories.
create(Class<T>, Collection<T>) - Static method in class FallbackAuthorityFactory
Wraps the specified authority factories.
create(Collection<? extends AuthorityFactory>) - Static method in class FallbackAuthorityFactory
Wraps the specified authority factories.
create(String, int) - Method in class IdentifiedObjectFinder
Creates an object for the given code.
create(Conversion, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, Class<? extends Conversion>) - Static method in class DefaultConversion
Returns a conversion from the specified defining conversion.
create(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, OperationMethod, Class<? extends CoordinateOperation>) - Static method in class DefaultSingleOperation
Returns a coordinate operation of the specified class.
create(int) - Static method in class Matrices
Creates a square identity matrix of size size × size.
create(int, int) - Static method in class Matrices
Creates a matrix of size numRow × numCol.
create(int, int, double[]) - Static method in class Matrices
Creates a matrix of size numRow × numCol initialized to the given elements.
create(Matrix) - Static method in class MatrixFactory
Deprecated. Renamed Matrices.copy(Matrix)
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class AlbersEqualArea
Creates a Albers Equal Area projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class CassiniSoldner
Creates a Cassini-Soldner projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class Equirectangular
Creates an Equidistant Cylindrical projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class Krovak
Creates a Krovak projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class LambertAzimuthalEqualArea
Creates an Albers Equal Area projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class LambertConformal
Creates a Lambert projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class Mercator
Creates a Mercator projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class NewZealandMapGrid
Creates an NZMG projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class ObliqueMercator
Creates an Oblique Mercator projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class Orthographic
Creates an Orthographic projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class PolarStereographic
Creates a Polar Stereographic projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class Polyconic
Creates a Polyconic projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class Stereographic
Creates a Stereographic projection from the given parameters.
create(ParameterDescriptorGroup, ParameterValueGroup) - Static method in class TransverseMercator
Creates a Transverse Mercator projection from the given parameters.
create(MathTransform, MathTransform) - Static method in class ConcatenatedTransform
Concatenates the two given transforms.
create(MathTransform2D, MathTransform2D) - Static method in class ConcatenatedTransform
Deprecated. Moved to MathTransforms.concatenate(MathTransform2D, MathTransform2D)
create(MathTransform1D, MathTransform1D) - Static method in class ConcatenatedTransform
Deprecated. Moved to MathTransforms.concatenate(MathTransform1D, MathTransform1D)
create(MathTransform, MathTransform, MathTransform) - Static method in class ConcatenatedTransform
Deprecated. Moved to MathTransforms.concatenate(MathTransform, MathTransform, MathTransform)
create(MathTransform2D, MathTransform2D, MathTransform2D) - Static method in class ConcatenatedTransform
Deprecated. Moved to MathTransforms.concatenate(MathTransform2D, MathTransform2D, MathTransform2D)
create(MathTransform1D, MathTransform1D, MathTransform1D) - Static method in class ConcatenatedTransform
Deprecated. Moved to MathTransforms.concatenate(MathTransform1D, MathTransform1D, MathTransform1D)
create(GeodeticDatum, int) - Static method in class EarthGravitationalModel
Creates a model for the specified datum and maximum degree and order.
create(double) - Static method in class ExponentialTransform1D
Constructs a new exponential transform with no scale.
create(double, double) - Static method in class ExponentialTransform1D
Constructs a new exponential transform which include the given scale factor applied after the exponentiation.
create(Ellipsoid, boolean) - Static method in class GeocentricTransform
Constructs a transform from the specified ellipsoid.
create(double, double, Unit<Length>, boolean) - Static method in class GeocentricTransform
Constructs a transform from the specified parameters.
create(int, int, float[]...) - Static method in class GridTransform
Constructs a localization grid using the specified data.
create(int, int, double[]...) - Static method in class GridTransform
Constructs a localization grid using the specified data.
create(GridType, DataBuffer, Dimension, Rectangle2D) - Static method in class GridTransform
Constructs a grid using the specified data.
create(int) - Static method in class IdentityTransform
Deprecated. Replaced by MathTransforms.identity(int).
create(double, double) - Static method in class LinearTransform1D
Constructs a new linear transform.
create(double) - Static method in class LogarithmicTransform1D
Constructs a new logarithmic transform without offset.
create(double, double) - Static method in class LogarithmicTransform1D
Constructs a new logarithmic transform which include the given offset after the logarithm.
create(boolean, double, double, boolean, double, double, boolean, double, double, double) - Static method in class MolodenskyTransform
Constructs a transform from the specified Molodensky parameters.
create(int, MathTransform, int) - Static method in class PassThroughTransform
Creates a transform which passes through a subset of ordinates to another transform.
create(Matrix) - Static method in class ProjectiveTransform
Creates a transform for the specified matrix.
create(AffineTransform) - Static method in class ProjectiveTransform
Deprecated. Moved to MathTransforms.linear(AffineTransform).
create(CharSequence, MathTransform2D) - Method in class WarpFactory
Creates an image warp applicable to the whole domain of validity of the given transform.
create(CharSequence, MathTransform2D, Rectangle) - Method in class WarpFactory
Creates an image warp applicable to the given domain of validity.
create(Warp) - Static method in class WarpTransform2D
Returns a transform using the specified warp object.
create(float, float, Unit<?>) - Static method in class MeasurementRange
Constructs an inclusive range of float values.
create(float, boolean, float, boolean, Unit<?>) - Static method in class MeasurementRange
Constructs a range of float values.
create(double, double, Unit<?>) - Static method in class MeasurementRange
Constructs an inclusive range of double values.
create(double, boolean, double, boolean, Unit<?>) - Static method in class MeasurementRange
Constructs a range of double values.
create(byte, byte) - Static method in class NumberRange
Constructs an inclusive range of byte values.
create(byte, boolean, byte, boolean) - Static method in class NumberRange
Constructs a range of byte values.
create(short, short) - Static method in class NumberRange
Constructs an inclusive range of short values.
create(short, boolean, short, boolean) - Static method in class NumberRange
Constructs a range of short values.
create(int, int) - Static method in class NumberRange
Constructs an inclusive range of int values.
create(int, boolean, int, boolean) - Static method in class NumberRange
Constructs a range of int values.
create(long, long) - Static method in class NumberRange
Constructs an inclusive range of long values.
create(long, boolean, long, boolean) - Static method in class NumberRange
Constructs a range of long values.
create(float, float) - Static method in class NumberRange
Constructs an inclusive range of float values.
create(float, boolean, float, boolean) - Static method in class NumberRange
Constructs a range of float values.
create(double, double) - Static method in class NumberRange
Constructs an inclusive range of double values.
create(double, boolean, double, boolean) - Static method in class NumberRange
Constructs a range of double values.
createAffineCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a two dimensional coordinate system from the given pair of axis.
createAffineCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a three dimensional coordinate system from the given set of axis.
createAffineTransform(Axis2D, Axis2D) - Static method in class Axis2D
Creates an affine transform mapping logical to pixels coordinates for a pair of axes.
createAffineTransform() - Method in class GridToEnvelopeMapper
Returns the Grid to Envelope (or grid to CRS) transform as a two-dimensional affine transform.
createAffineTransform(Matrix) - Method in class DefaultMathTransformFactory
Creates an affine transform from a matrix.
createBackingStore(Hints) - Method in class ThreadedEpsgFactory
Creates the backing store for the current data source.
createBackingStore() - Method in class ThreadedEpsgFactory
Creates the backing store authority factory.
createBackingStore() - Method in class ThreadedAuthorityFactory
Creates the backing store authority factory.
createBaseToDerived(CoordinateReferenceSystem, ParameterValueGroup, CoordinateSystem) - Method in class DefaultMathTransformFactory
Creates a parameterized transform from a base CRS to a derived CS.
createBaseToDerived(CoordinateReferenceSystem, MathTransform, CoordinateSystem) - Method in class DefaultMathTransformFactory
Creates a transform from a base CRS to a derived CS.
createBestFit(Number, boolean, Number, boolean, Unit<?>) - Static method in class MeasurementRange
Constructs a range using the smallest type of Number that can hold the given values.
createBestFit(Number, boolean, Number, boolean) - Static method in class NumberRange
Constructs a range using the smallest type of Number that can hold the given values.
createCartesianCS(String) - Method in class AbstractAuthorityFactory
Creates a Cartesian coordinate system from a code.
createCartesianCS(String) - Method in class AuthorityFactoryAdapter
Creates a Cartesian coordinate system from a code.
createCartesianCS(String) - Method in class CachingAuthorityFactory
Returns a Cartesian coordinate system from a code.
createCartesianCS(String) - Method in class FallbackAuthorityFactory
Creates a Cartesian coordinate system from a code.
createCartesianCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a two dimensional Cartesian coordinate system from the given pair of axis.
createCartesianCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a three dimensional Cartesian coordinate system from the given set of axis.
createCompoundCRS(String) - Method in class AbstractAuthorityFactory
Creates a 3D coordinate reference system from a code.
createCompoundCRS(String) - Method in class AuthorityFactoryAdapter
Creates a 3D coordinate reference system from a code.
createCompoundCRS(String) - Method in class CachingAuthorityFactory
Returns a 3D coordinate reference system from a code.
createCompoundCRS(String) - Method in class FallbackAuthorityFactory
Creates a 3D coordinate reference system from a code.
createCompoundCRS(Map<String, ?>, CoordinateReferenceSystem...) - Method in class ReferencingObjectFactory
Creates a compound coordinate reference system from an ordered list of CoordinateReferenceSystem objects.
createConcatenatedOperation(Map<String, ?>, CoordinateOperation...) - Method in class AbstractCoordinateOperationFactory
Creates a concatenated operation from a sequence of operations.
createConcatenatedTransform(MathTransform, MathTransform) - Method in class DefaultMathTransformFactory
Creates a transform by concatenating two existing transforms.
createConcatenatedTransform(MathTransform2D) - Method in class AbstractMathTransform2D.Parameters
Creates a chain of concatenated transforms from the normalize transform, the given kernel and the denormalize transform.
createCoordinateOperation(String) - Method in class AbstractAuthorityFactory
Creates an operation from a single operation code.
createCoordinateOperation(String) - Method in class AuthorityFactoryAdapter
Creates an operation from a single operation code.
createCoordinateOperation(String) - Method in class CachingAuthorityFactory
Returns an operation from a single operation code.
createCoordinateOperation(String) - Method in class DirectEpsgFactory
Returns a coordinate operation from a code.
createCoordinateOperation(String) - Method in class FallbackAuthorityFactory
Creates an operation from a single operation code.
createCoordinateReferenceSystem(String) - Method in class AbstractAuthorityFactory
Returns an arbitrary coordinate reference system from a code.
createCoordinateReferenceSystem(String) - Method in class AuthorityFactoryAdapter
Returns an arbitrary coordinate reference system from a code.
createCoordinateReferenceSystem(String) - Method in class CachingAuthorityFactory
Returns an arbitrary coordinate reference system from a code.
createCoordinateReferenceSystem(String) - Method in class DirectEpsgFactory
Returns a coordinate reference system from a code.
createCoordinateReferenceSystem(String) - Method in class FallbackAuthorityFactory
Returns an arbitrary coordinate reference system from a code.
createCoordinateReferenceSystem(String) - Method in class AutoCRSFactory
Creates a coordinate reference system from the specified code.
createCoordinateReferenceSystem(String) - Method in class WebCRSFactory
Creates a coordinate reference system from the specified code.
createCoordinateReferenceSystem(String) - Method in class WKTParsingAuthorityFactory
Returns a coordinate reference system from a code.
createCoordinateSystem(String) - Method in class AbstractAuthorityFactory
Returns an arbitrary coordinate system from a code.
createCoordinateSystem(String) - Method in class AuthorityFactoryAdapter
Returns an arbitrary coordinate system from a code.
createCoordinateSystem(String) - Method in class CachingAuthorityFactory
Returns an arbitrary coordinate system from a code.
createCoordinateSystem(String) - Method in class DirectEpsgFactory
Returns a coordinate system from a code.
createCoordinateSystem(String) - Method in class FallbackAuthorityFactory
Returns an arbitrary coordinate system from a code.
createCoordinateSystemAxis(String) - Method in class AbstractAuthorityFactory
Returns a coordinate system axis from a code.
createCoordinateSystemAxis(String) - Method in class AuthorityFactoryAdapter
Returns a coordinate system axis from a code.
createCoordinateSystemAxis(String) - Method in class CachingAuthorityFactory
Returns a coordinate system axis from a code.
createCoordinateSystemAxis(String) - Method in class DirectEpsgFactory
Returns a coordinate system axis from a code.
createCoordinateSystemAxis(String) - Method in class FallbackAuthorityFactory
Returns a coordinate system axis from a code.
createCoordinateSystemAxis(Map<String, ?>, String, AxisDirection, Unit<?>) - Method in class ReferencingObjectFactory
Creates a coordinate system axis from an abbreviation and a unit.
createCylindricalCS(String) - Method in class AbstractAuthorityFactory
Creates a cylindrical coordinate system from a code.
createCylindricalCS(String) - Method in class AuthorityFactoryAdapter
Creates a cylindrical coordinate system from a code.
createCylindricalCS(String) - Method in class CachingAuthorityFactory
Returns a cylindrical coordinate system from a code.
createCylindricalCS(String) - Method in class FallbackAuthorityFactory
Creates a cylindrical coordinate system from a code.
createCylindricalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a cylindrical coordinate system from the given set of axis.
createDataSource(Properties) - Method in class ThreadedEpsgFactory
Creates a default data source, optionally using the given configuration.
createDatum(String) - Method in class AbstractAuthorityFactory
Returns an arbitrary datum from a code.
createDatum(String) - Method in class AuthorityFactoryAdapter
Returns an arbitrary datum from a code.
createDatum(String) - Method in class CachingAuthorityFactory
Returns an arbitrary datum from a code.
createDatum(String) - Method in class DirectEpsgFactory
Returns a datum from a code.
createDatum(String) - Method in class FallbackAuthorityFactory
Returns an arbitrary datum from a code.
createDefaultRendering() - Method in class AbstractCoverage.Renderable
Returns a rendered image with a default width and height in pixels.
createDefaultRendering() - Method in class GridCoverage2D.Renderable
Returns a rendered image with a default width and height in pixels.
createDefiningConversion(Map<String, ?>, OperationMethod, ParameterValueGroup) - Method in class AbstractCoordinateOperationFactory
Constructs a defining conversion from a set of properties.
createDerivedCRS(String) - Method in class AbstractAuthorityFactory
Creates a derived coordinate reference system from a code.
createDerivedCRS(String) - Method in class AuthorityFactoryAdapter
Creates a derived coordinate reference system from a code.
createDerivedCRS(String) - Method in class CachingAuthorityFactory
Returns a derived coordinate reference system from a code.
createDerivedCRS(String) - Method in class FallbackAuthorityFactory
Creates a derived coordinate reference system from a code.
createDerivedCRS(Map<String, ?>, CoordinateReferenceSystem, Conversion, CoordinateSystem) - Method in class ReferencingObjectFactory
Creates a derived coordinate reference system from a conversion.
createDialog(Component) - Method in class ImageFileChooser
Creates and returns a new dialog wrapping this ImageFileChooser, optionally with its ImageFileProperties pane.
createDimensionFilter(int, int[]) - Static method in class Matrices
Creates a matrix for an affine transform that keep only a subset of source ordinate values.
createDiscreteAxis(CoordinateSystemAxis, double...) - Static method in class DiscreteReferencingFactory
Creates a new discrete axis wrapping the given axis with the given ordinate values.
createDiscreteCRS(CoordinateReferenceSystem, double[]...) - Static method in class DiscreteReferencingFactory
Returns a CRS instance wrapping the given CRS with the given ordinate values for each axis.
createDiscreteCS(CoordinateSystem, double[]...) - Static method in class DiscreteReferencingFactory
Returns a CS instance wrapping the given CS with the given ordinate values for each axis.
createEllipsoid(String, double, double, Unit<Length>) - Static method in class DefaultEllipsoid
Constructs a new ellipsoid using the specified axis length.
createEllipsoid(Map<String, ?>, double, double, Unit<Length>) - Static method in class DefaultEllipsoid
Constructs a new ellipsoid using the specified axis length.
createEllipsoid(String) - Method in class AbstractAuthorityFactory
Returns an ellipsoid from a code.
createEllipsoid(String) - Method in class AuthorityFactoryAdapter
Returns an ellipsoid from a code.
createEllipsoid(String) - Method in class CachingAuthorityFactory
Returns an ellipsoid from a code.
createEllipsoid(Map<String, ?>, double, double, Unit<Length>) - Method in class DatumAliases
Creates an ellipsoid from radius values.
createEllipsoid(String) - Method in class DirectEpsgFactory
Returns an ellipsoid from a code.
createEllipsoid(String) - Method in class FallbackAuthorityFactory
Returns an ellipsoid from a code.
createEllipsoid(Map<String, ?>, double, double, Unit<Length>) - Method in class ReferencingObjectFactory
Creates an ellipsoid from radius values.
createEllipsoidalCS(String) - Method in class AbstractAuthorityFactory
Creates an ellipsoidal coordinate system from a code.
createEllipsoidalCS(String) - Method in class AuthorityFactoryAdapter
Creates an ellipsoidal coordinate system from a code.
createEllipsoidalCS(String) - Method in class CachingAuthorityFactory
Returns an ellipsoidal coordinate system from a code.
createEllipsoidalCS(String) - Method in class FallbackAuthorityFactory
Creates an ellipsoidal coordinate system from a code.
createEllipsoidalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates an ellipsoidal coordinate system without ellipsoidal height.
createEllipsoidalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates an ellipsoidal coordinate system with ellipsoidal height.
createEngineeringCRS(String) - Method in class AbstractAuthorityFactory
Creates a engineering coordinate reference system from a code.
createEngineeringCRS(String) - Method in class AuthorityFactoryAdapter
Creates a engineering coordinate reference system from a code.
createEngineeringCRS(String) - Method in class CachingAuthorityFactory
Returns an engineering coordinate reference system from a code.
createEngineeringCRS(String) - Method in class FallbackAuthorityFactory
Creates a engineering coordinate reference system from a code.
createEngineeringCRS(Map<String, ?>, EngineeringDatum, CoordinateSystem) - Method in class ReferencingObjectFactory
Creates a engineering coordinate reference system.
createEngineeringDatum(String) - Method in class AbstractAuthorityFactory
Creates a engineering datum from a code.
createEngineeringDatum(String) - Method in class AuthorityFactoryAdapter
Creates a engineering datum from a code.
createEngineeringDatum(String) - Method in class CachingAuthorityFactory
Returns an engineering datum from a code.
createEngineeringDatum(Map<String, ?>) - Method in class DatumAliases
Creates an engineering datum.
createEngineeringDatum(String) - Method in class FallbackAuthorityFactory
Creates a engineering datum from a code.
createEngineeringDatum(Map<String, ?>) - Method in class ReferencingObjectFactory
Creates an engineering datum.
createExtent(String) - Method in class AbstractAuthorityFactory
Returns a extent (usually an area of validity) from a code.
createExtent(String) - Method in class AuthorityFactoryAdapter
Returns a extent (usually an area of validity) from a code.
createExtent(String) - Method in class CachingAuthorityFactory
Returns an extent (usually an area of validity) from a code.
createExtent(String) - Method in class DirectEpsgFactory
Returns an area of use.
createExtent(String) - Method in class FallbackAuthorityFactory
Returns a extent (usually an area of validity) from a code.
createFlattenedSphere(String, double, double, Unit<Length>) - Static method in class DefaultEllipsoid
Constructs a new ellipsoid using the specified axis length and inverse flattening value.
createFlattenedSphere(Map<String, ?>, double, double, Unit<Length>) - Static method in class DefaultEllipsoid
Constructs a new ellipsoid using the specified axis length and inverse flattening value.
createFlattenedSphere(Map<String, ?>, double, double, Unit<Length>) - Method in class DatumAliases
Creates an ellipsoid from an major radius, and inverse flattening.
createFlattenedSphere(Map<String, ?>, double, double, Unit<Length>) - Method in class ReferencingObjectFactory
Creates an ellipsoid from an major radius, and inverse flattening.
createFromAffineTransform(ReferenceIdentifier, CoordinateReferenceSystem, CoordinateReferenceSystem, Matrix) - Method in class AbstractCoordinateOperationFactory
Creates a coordinate operation from a matrix, which usually describes an affine transform.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class AbstractAuthorityFactory
Creates an operation from coordinate reference system codes.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class AuthorityFactoryAdapter
Creates an operation from coordinate reference system codes.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class CachingAuthorityFactory
Returns an operation from coordinate reference system codes.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class DirectEpsgFactory
Creates operations from coordinate reference system codes.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class FallbackAuthorityFactory
Creates an operation from coordinate reference system codes.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class TransformedAuthorityFactory
Creates an operation from coordinate reference system codes.
createFromDatabase(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in class AuthorityBackedFactory
Returns an operation for conversion or transformation between two coordinate reference systems.
createFromDatabase(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in class DefaultCoordinateOperationFactory
If the coordinate operation is explicitly defined in some database (typically EPSG), returns it.
createFromExtremums(double, double, double, double) - Static method in class XRectangle2D
Creates a rectangle using maximal x and y values rather than width and height.
createFromMathTransform(ReferenceIdentifier, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform) - Method in class AbstractCoordinateOperationFactory
Creates a coordinate operation from a math transform.
createFromMathTransform(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, OperationMethod, Class<? extends CoordinateOperation>) - Method in class AbstractCoordinateOperationFactory
Creates a coordinate operation from a math transform.
createFromObject(Object) - Method in class TileManagerFactory
Creates tile managers from the specified object, which may be null.
createFromParameters(ReferenceIdentifier, CoordinateReferenceSystem, CoordinateReferenceSystem, ParameterValueGroup) - Method in class AbstractCoordinateOperationFactory
Creates a coordinate operation from a set of parameters.
createFromPostGIS(DataSource) - Method in class AuthorityFactoryProvider
Creates a factory for the specified PostGIS database.
createFromProperties(Citation, URL) - Method in class AuthorityFactoryProvider
Creates a factory for the specified authority using the definitions declared in the given properties file.
createFromWKT(String) - Method in class ReferencingObjectFactory
Creates a coordinate reference system object from a string.
createFromWKT(String) - Method in class DefaultMathTransformFactory
Creates a math transform object from a Well Known Text (WKT).
createFromXML(String) - Method in class ReferencingObjectFactory
Creates a coordinate reference system object from a XML string.
createFromXML(String) - Method in class DefaultMathTransformFactory
Creates a math transform object from a XML string.
createGeneric(Tile[]) - Method in class TileManagerFactory
Creates a single tile manager from the given array of tiles.
createGenericName(NameSpace, CharSequence...) - Method in class DefaultNameFactory
Creates a local or scoped name from an array of parsed names.
createGeocentricCRS(String) - Method in class AbstractAuthorityFactory
Returns a geocentric coordinate reference system from a code.
createGeocentricCRS(String) - Method in class AuthorityFactoryAdapter
Returns a geocentric coordinate reference system from a code.
createGeocentricCRS(String) - Method in class CachingAuthorityFactory
Returns a geocentric coordinate reference system from a code.
createGeocentricCRS(String) - Method in class FallbackAuthorityFactory
Returns a geocentric coordinate reference system from a code.
createGeocentricCRS(Map<String, ?>, GeodeticDatum, CartesianCS) - Method in class ReferencingObjectFactory
Creates a geocentric coordinate reference system from a Cartesian coordinate system.
createGeocentricCRS(Map<String, ?>, GeodeticDatum, SphericalCS) - Method in class ReferencingObjectFactory
Creates a geocentric coordinate reference system from a spherical coordinate system.
createGeodeticDatum(String) - Method in class AbstractAuthorityFactory
Returns a geodetic datum from a code.
createGeodeticDatum(String) - Method in class AuthorityFactoryAdapter
Returns a geodetic datum from a code.
createGeodeticDatum(String) - Method in class CachingAuthorityFactory
Returns a geodetic datum from a code.
createGeodeticDatum(Map<String, ?>, Ellipsoid, PrimeMeridian) - Method in class DatumAliases
Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.
createGeodeticDatum(String) - Method in class FallbackAuthorityFactory
Returns a geodetic datum from a code.
createGeodeticDatum(Map<String, ?>, Ellipsoid, PrimeMeridian) - Method in class ReferencingObjectFactory
Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.
createGeographicCRS(String) - Method in class AbstractAuthorityFactory
Returns a geographic coordinate reference system from a code.
createGeographicCRS(String) - Method in class AuthorityFactoryAdapter
Returns a geographic coordinate reference system from a code.
createGeographicCRS(String) - Method in class CachingAuthorityFactory
Returns a geographic coordinate reference system from a code.
createGeographicCRS(String) - Method in class FallbackAuthorityFactory
Returns a geographic coordinate reference system from a code.
createGeographicCRS(Map<String, ?>, GeodeticDatum, EllipsoidalCS) - Method in class ReferencingObjectFactory
Creates a geographic coordinate reference system.
createGlobalTile(ImageReaderSpi, Object, int) - Method in class TileManager
Creates a tile with a region big enough for containing every tiles.
createGraduation(Graduation, SampleDimension, double, double) - Method in class ColorRamp
Returns a graduation for the specified sample dimension, minimum and maximum values.
createGraphics() - Method in class GridCoverageBuilder
Creates a graphics which can be used to draw into the rendered image.
createGridCoverageReader(String) - Method in class CoverageDatabase
Configures and returns a GridCoverageReader for the given layer.
createImage() - Method in class ObjectiveAnalysis
Creates an image from the values interpolated at the locations defined by the getOutputLocation(...) method.
createImageCRS(String) - Method in class AbstractAuthorityFactory
Creates a image coordinate reference system from a code.
createImageCRS(String) - Method in class AuthorityFactoryAdapter
Creates a image coordinate reference system from a code.
createImageCRS(String) - Method in class CachingAuthorityFactory
Returns an image coordinate reference system from a code.
createImageCRS(String) - Method in class FallbackAuthorityFactory
Creates a image coordinate reference system from a code.
createImageCRS(Map<String, ?>, ImageDatum, AffineCS) - Method in class ReferencingObjectFactory
Creates an image coordinate reference system.
createImageDatum(String) - Method in class AbstractAuthorityFactory
Creates a image datum from a code.
createImageDatum(String) - Method in class AuthorityFactoryAdapter
Creates a image datum from a code.
createImageDatum(String) - Method in class CachingAuthorityFactory
Returns an image datum from a code.
createImageDatum(Map<String, ?>, PixelInCell) - Method in class DatumAliases
Creates an image datum.
createImageDatum(String) - Method in class FallbackAuthorityFactory
Creates a image datum from a code.
createImageDatum(Map<String, ?>, PixelInCell) - Method in class ReferencingObjectFactory
Creates an image datum.
createImageReader(Object) - Method in class ImageCoverageReader
Creates an ImageReader that claim to be able to decode the given input.
createImageReadParam(int) - Method in class ImageCoverageReader
Returns the default Java I/O parameters to use for reading an image.
createImageTypeSpecifier() - Method in class Palette
Creates a new image type specifier for this palette.
createImageWriteParam(RenderedImage) - Method in class ImageCoverageWriter
Returns the default Java I/O parameters to use for writing an image.
createImageWriter(String, Object, RenderedImage) - Method in class ImageCoverageWriter
Creates an ImageWriter that claim to be able to encode the given output.
createInput(String) - Method in class ImageReaderAdapter
Creates the input to give to the ImageReaderAdapter.main reader, or to an other reader identified by the readerID argument.
createInput(String) - Method in class WorldFileImageReader
Creates the input to be given to the reader identified by the given argument.
createInputStreamInstance(Object, boolean, File) - Method in class UrlInputSpi
Constructs an input stream for an URL.
createInternationalString(Map<Locale, String>) - Method in class DefaultNameFactory
Creates an international string from a set of strings in different locales.
createIntersection(Rectangle2D) - Method in class XRectangle2D
Returns a new Rectangle2D object representing the intersection of this rectangle with the specified one.
createIntersection(Rectangle2D) - Method in class Envelope2D
Returns the intersection of this envelope with the specified rectangle.
createLinearCS(Map<String, ?>, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a linear coordinate system.
createLocalName(NameSpace, CharSequence) - Method in class DefaultNameFactory
Creates a local name from the given character sequence.
createLoggedFormat(Format, Class<T>) - Method in class SpatialMetadata
Wraps the specified format in order to either parse fully a string, or log a warning.
createMarshaller() - Method in class MarshallerPool
Creates an configure a new JAXB marshaller.
createMathTransform(ParameterValueGroup) - Method in class MathTransformProvider
Creates a math transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Affine
Creates a projective transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class AlbersEqualArea
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class CassiniSoldner
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class EllipsoidToGeocentric
Creates a transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class EllipsoidToGeoid
Creates a math transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class EquidistantCylindrical
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Exponential
Creates a logarithmic transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class GeocentricToEllipsoid
Creates a transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Krovak
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class LambertAzimuthalEqualArea
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class LambertConformal1SP
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class LambertConformal2SP
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Logarithmic
Creates a logarithmic transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class LongitudeRotation
Creates a transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class MapProjection
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Mercator1SP
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Mercator2SP
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class MillerCylindrical
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Molodensky
Creates a math transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class NADCON
Creates a math transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class NewZealandMapGrid
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class NTv2
Creates a math transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class ObliqueMercator
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Orthographic
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class PolarStereographic
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Polyconic
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class PositionVector7Param
Creates a math transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class PseudoMercator
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class RGF93
Creates a math transform from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class Stereographic
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class TransverseMercator
Creates a map projection from the specified group of parameter values.
createMathTransform(ParameterValueGroup) - Method in class WarpPolynomial
Creates a warp transform from the specified group of parameter values.
createMemberName(NameSpace, CharSequence, TypeName) - Method in class DefaultNameFactory
Creates a member name from the given character sequence and attribute type.
createMetadata(int) - Method in class ImageReaderAdapter
Fetches the stream metadata or image metadata.
createMetadata(int) - Method in class ImageReaderAdapter
Creates a new stream or image metadata.
createMetadata(int) - Method in class AsciiGridReader
Returns metadata associated with the given image.
createMetadata(int) - Method in class NetcdfImageReader
Creates a new stream or image metadata.
createMetadata(int) - Method in class TextMatrixImageReader
Returns metadata associated with the given image.
createMetadata(int) - Method in class TextRecordImageReader
Returns metadata associated with the given image.
createMetadata(int) - Method in class WorldFileImageReader
Creates a new stream or image metadata.
createMetadata(int) - Method in class SpatialImageReader
Creates a new stream or image metadata.
createMetadataAccessor(MetadataAccessor, String, String) - Method in class ReferencingBuilder
Creates the accessor for a child element.
createMosaicReader(Object, CoordinateReferenceSystem) - Static method in class CoverageIO
Creates a mosaic reader using the given tiles, which must exist.
createNameSpace(GenericName, Map<String, ?>) - Method in class DefaultNameFactory
Creates a namespace having the given name.
createNameSpace(GenericName) - Method in class DefaultNameFactory
Deprecated. Replaced by DefaultNameFactory.createNameSpace(GenericName, Map).
createNilObject(Class<T>) - Method in class NilReason
Returns an object of the given type which is nil for the reason represented by this enum.
createNumberFormat(IIOImage, ImageWriteParam) - Method in class TextImageWriter
Returns a number format to be used for formatting the sample values in the given image.
createObject(String) - Method in class AbstractAuthorityFactory
Returns an arbitrary object from a code.
createObject(String) - Method in class AuthorityFactoryAdapter
Returns an arbitrary object from a code.
createObject(String) - Method in class CachingAuthorityFactory
Returns an arbitrary object from a code.
createObject(String) - Method in class DirectEpsgFactory
Returns an arbitrary object from a code.
createObject(String) - Method in class FallbackAuthorityFactory
Returns an arbitrary object from a code.
createObject(String) - Method in class IdentifiedObjectSet
Creates an object for the specified authority code.
createObject(String) - Method in class MultiAuthoritiesFactory
Returns an arbitrary object from a code.
createObject(String) - Method in class AutoCRSFactory
Creates an object from the specified code.
createObject(String) - Method in class WebCRSFactory
Creates an object from the specified code.
createObject(String) - Method in class WKTParsingAuthorityFactory
Returns an arbitrary object from a code.
createOffset(double, double) - Static method in class SampleConverter
Creates a sample converter that replaces a pad value by NaN or 0, and applies an offset on all other values.
createOffset(double, double[]) - Static method in class SampleConverter
Creates a sample converter that replaces an arbitrary amount of pad values by NaN or 0, and applies an offset on all other values.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in class CachingCoordinateOperationFactory
Returns an operation for conversion or transformation between two coordinate reference systems.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, OperationMethod) - Method in class CachingCoordinateOperationFactory
Returns an operation for conversion or transformation between two coordinate reference systems using the specified method.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in class DefaultCoordinateOperationFactory
Returns an operation for conversion or transformation between two coordinate reference systems.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, OperationMethod) - Method in class DefaultCoordinateOperationFactory
Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.
createOperationMethod(String) - Method in class AbstractAuthorityFactory
Creates an operation method from a code.
createOperationMethod(String) - Method in class AuthorityFactoryAdapter
Creates an operation method from a code.
createOperationMethod(String) - Method in class CachingAuthorityFactory
Returns an operation method from a code.
createOperationMethod(String) - Method in class DirectEpsgFactory
Returns an operation method from a code.
createOperationMethod(String) - Method in class FallbackAuthorityFactory
Creates an operation method from a code.
createOperationMethod(Map<String, ?>, Integer, Integer, ParameterDescriptorGroup) - Method in class AbstractCoordinateOperationFactory
Creates an operation method from a set of properties and a descriptor group.
createOperationMethod(Map<String, ?>, Integer, Integer, ParameterDescriptorGroup) - Method in class CachingCoordinateOperationFactory
Creates an operation method from a set of properties and a descriptor group.
createOperationStep(TemporalCRS, TemporalCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation between two temporal coordinate reference systems.
createOperationStep(VerticalCRS, VerticalCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation between two vertical coordinate reference systems.
createOperationStep(GeographicCRS, VerticalCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation between a geographic and a vertical coordinate reference systems.
createOperationStep(GeographicCRS, GeographicCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation between two geographic coordinate reference systems.
createOperationStep(ProjectedCRS, ProjectedCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation between two projected coordinate reference systems.
createOperationStep(GeographicCRS, ProjectedCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation from a geographic to a projected coordinate reference system.
createOperationStep(ProjectedCRS, GeographicCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation from a projected to a geographic coordinate reference system.
createOperationStep(GeocentricCRS, GeocentricCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation between two geocentric coordinate reference systems.
createOperationStep(GeographicCRS, GeocentricCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation from a geographic to a geocentric coordinate reference systems.
createOperationStep(GeocentricCRS, GeographicCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation from a geocentric to a geographic coordinate reference systems.
createOperationStep(CompoundCRS, SingleCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation from a compound to a single coordinate reference systems.
createOperationStep(SingleCRS, CompoundCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation from a single to a compound coordinate reference system.
createOperationStep(CompoundCRS, CompoundCRS) - Method in class DefaultCoordinateOperationFactory
Creates an operation between two compound coordinate reference systems.
createOutput(String) - Method in class ImageWriterAdapter
Creates the output to give to the ImageWriterAdapter.main writer, or to an other writer identified by the writerID argument.
createOutput(String) - Method in class WorldFileImageWriter
Creates the output to be given to the writer identified by the given argument.
createPadValueMask(double) - Static method in class SampleConverter
Creates a sample converter that replaces a single pad value by NaN for floating point numbers, or 0 for integers.
createPadValuesMask(double[]) - Static method in class SampleConverter
Creates a sample converter that replaces an arbitrary amount of pad values by NaN for floating point numbers, or 0 for integers.
createParameterDescriptor(String) - Method in class AbstractAuthorityFactory
Creates a parameter descriptor from a code.
createParameterDescriptor(String) - Method in class AuthorityFactoryAdapter
Creates a parameter descriptor from a code.
createParameterDescriptor(String) - Method in class CachingAuthorityFactory
Returns a parameter descriptor from a code.
createParameterDescriptor(String) - Method in class DirectEpsgFactory
Returns a parameter descriptor from a code.
createParameterDescriptor(String) - Method in class FallbackAuthorityFactory
Creates a parameter descriptor from a code.
createParameterizedTransform(ParameterValueGroup) - Method in class DefaultMathTransformFactory
Creates a transform from a group of parameters.
createPassThroughTransform(int, MathTransform, int) - Method in class DefaultMathTransformFactory
Creates a transform which passes through a subset of ordinates to another transform.
createPolarCS(String) - Method in class AbstractAuthorityFactory
Creates a polar coordinate system from a code.
createPolarCS(String) - Method in class AuthorityFactoryAdapter
Creates a polar coordinate system from a code.
createPolarCS(String) - Method in class CachingAuthorityFactory
Returns a polar coordinate system from a code.
createPolarCS(String) - Method in class FallbackAuthorityFactory
Creates a polar coordinate system from a code.
createPolarCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a polar coordinate system from the given pair of axis.
createPrimeMeridian(String) - Method in class AbstractAuthorityFactory
Returns a prime meridian from a code.
createPrimeMeridian(String) - Method in class AuthorityFactoryAdapter
Returns a prime meridian from a code.
createPrimeMeridian(String) - Method in class CachingAuthorityFactory
Returns a prime meridian from a code.
createPrimeMeridian(Map<String, ?>, double, Unit<Angle>) - Method in class DatumAliases
Creates a prime meridian, relative to Greenwich.
createPrimeMeridian(String) - Method in class DirectEpsgFactory
Returns a prime meridian, relative to Greenwich.
createPrimeMeridian(String) - Method in class FallbackAuthorityFactory
Returns a prime meridian from a code.
createPrimeMeridian(Map<String, ?>, double, Unit<Angle>) - Method in class ReferencingObjectFactory
Creates a prime meridian, relative to Greenwich.
createProcess(ParameterValueGroup) - Method in interface ProcessDescriptor
Creates a new process initialized with the given input parameter values.
createProfiler(TileManager) - Method in class MosaicPerformanceGraph
Creates a profiler for the given mosaic.
createProjectedCRS(String) - Method in class AbstractAuthorityFactory
Returns a projected coordinate reference system from a code.
createProjectedCRS(String) - Method in class AuthorityFactoryAdapter
Returns a projected coordinate reference system from a code.
createProjectedCRS(String) - Method in class CachingAuthorityFactory
Returns a projected coordinate reference system from a code.
createProjectedCRS(String) - Method in class FallbackAuthorityFactory
Returns a projected coordinate reference system from a code.
createProjectedCRS(Map<String, ?>, GeographicCRS, Conversion, CartesianCS) - Method in class ReferencingObjectFactory
Creates a projected coordinate reference system from a conversion.
createProjectedCRS(String) - Method in class AutoCRSFactory
Creates a projected coordinate reference system from the specified code.
createReader() - Method in class GridCoverageStorePool
Invoked when a new image reader needs to be created.
createReaderInstance(Object) - Method in class MosaicImageReader.Spi
Returns a new MosaicImageReader.
createReaderInstance(Object) - Method in class AsciiGridReader.Spi
Returns an instance of the ImageReader implementation associated with this service provider.
createReaderInstance(Object) - Method in class NetcdfImageReader.Spi
Returns an instance of the NetcdfImageReader implementation associated with this service provider.
createReaderInstance(Object) - Method in class RawImageReader.Spi
Returns an instance of the ImageReader implementation associated with this service provider.
createReaderInstance(Object) - Method in class RawTiffImageReader.Spi
Returns an instance of the ImageReader implementation associated with this service provider.
createReaderInstance(Object) - Method in class TextMatrixImageReader.Spi
Returns an instance of the ImageReader implementation associated with this service provider.
createReaderInstance(Object) - Method in class TextRecordImageReader.Spi
Returns an instance of the ImageReader implementation associated with this service provider.
createReaderInstance(Object) - Method in class WorldFileImageReader.Spi
Creates a new World File reader.
createRectIter(IIOImage, ImageWriteParam) - Static method in class SpatialImageWriter
Returns an iterator over the pixels of the specified image, taking subsampling in account.
createRenderContext(Rectangle2D, RenderingHints) - Method in class AbstractCoverage.Renderable
Initializes a render context with an affine transform that maps the coverage envelope to the specified destination rectangle.
createRenderedImage(ParameterBlockJAI, RenderingHints) - Method in class OperationJAI
Deprecated. Applies the JAI operation.
createRendering(RenderContext) - Method in class AbstractCoverage.Renderable
Creates a rendered image using a given render context.
createSampleDimension(VariableSimpleIF) - Method in class NetcdfMetadataReader
Creates a <gmd:dimension> element from the given NetCDF variable.
createScale(int, double) - Static method in class ProjectiveTransform
Deprecated. Moved to MathTransforms.linear(int, double, double).
createScaledRendering(int, int, RenderingHints) - Method in class AbstractCoverage.Renderable
Creates a rendered image with width width and height height in pixels.
createScrollPane() - Method in class ZoomPane
Returns an object which displays this ZoomPane with the scrollbars.
createSelectMatrix(int, int[]) - Static method in class ProjectiveTransform
Deprecated. Moved to Matrices.createDimensionFilter(int, int[]) and MathTransforms.dimensionFilter(int, int[]).
createSequence(double, double, int) - Static method in class Vector
Creates a sequence of numbers in a given range of values using the given increment.
createServiceProvider(Class<T>, Class<?>, Hints) - Method in class DynamicFactoryRegistry
Creates a new instance of the specified factory using the specified hints.
createSimpleReader(Object) - Static method in class CoverageIO
Creates a simple reader which does not use any pyramid or mosaic tiling.
createSimpleWriter(Object) - Static method in class CoverageIO
Creates a simple writer which does not perform any pyramid or mosaic tiling.
createSpatialRepresentationInfo(CoordinateSystem) - Method in class NetcdfMetadataReader
Creates a <gmd:spatialRepresentationInfo> element from the given NetCDF coordinate system.
createSphericalCS(String) - Method in class AbstractAuthorityFactory
Creates a spherical coordinate system from a code.
createSphericalCS(String) - Method in class AuthorityFactoryAdapter
Creates a spherical coordinate system from a code.
createSphericalCS(String) - Method in class CachingAuthorityFactory
Returns a spherical coordinate system from a code.
createSphericalCS(String) - Method in class FallbackAuthorityFactory
Creates a spherical coordinate system from a code.
createSphericalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a spherical coordinate system from the given set of axis.
createTemporalCRS(String) - Method in class AbstractAuthorityFactory
Creates a temporal coordinate reference system from a code.
createTemporalCRS(String) - Method in class AuthorityFactoryAdapter
Creates a temporal coordinate reference system from a code.
createTemporalCRS(String) - Method in class CachingAuthorityFactory
Returns a temporal coordinate reference system from a code.
createTemporalCRS(String) - Method in class FallbackAuthorityFactory
Creates a temporal coordinate reference system from a code.
createTemporalCRS(Map<String, ?>, TemporalDatum, TimeCS) - Method in class ReferencingObjectFactory
Creates a temporal coordinate reference system.
createTemporalDatum(String) - Method in class AbstractAuthorityFactory
Creates a temporal datum from a code.
createTemporalDatum(String) - Method in class AuthorityFactoryAdapter
Creates a temporal datum from a code.
createTemporalDatum(String) - Method in class CachingAuthorityFactory
Returns a temporal datum from a code.
createTemporalDatum(Map<String, ?>, Date) - Method in class DatumAliases
Creates a temporal datum from an enumerated type value.
createTemporalDatum(String) - Method in class FallbackAuthorityFactory
Creates a temporal datum from a code.
createTemporalDatum(Map<String, ?>, Date) - Method in class ReferencingObjectFactory
Creates a temporal datum from an enumerated type value.
createTileManager() - Method in class MosaicBuilder
Creates a tile manager from the informations supplied in above setters.
createTileManager(Object) - Method in class MosaicBuilder
Creates a tile manager from an untiled image.
createTimeCS(String) - Method in class AbstractAuthorityFactory
Creates a temporal coordinate system from a code.
createTimeCS(String) - Method in class AuthorityFactoryAdapter
Creates a temporal coordinate system from a code.
createTimeCS(String) - Method in class CachingAuthorityFactory
Returns a temporal coordinate system from a code.
createTimeCS(String) - Method in class FallbackAuthorityFactory
Creates a temporal coordinate system from a code.
createTimeCS(Map<String, ?>, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a temporal coordinate system.
createTransform() - Method in class GridToEnvelopeMapper
Creates a Grid to Envelope (or grid to CRS) transform using the information provided by setter methods.
createTransformedShape(Shape) - Method in class AbstractMathTransform
Transform the specified shape.
createTransformedShape(Shape) - Method in class AffineTransform2D
Transforms the specified shape.
createTranslation(int, double) - Static method in class ProjectiveTransform
Deprecated. Moved to MathTransforms.linear(int, double, double).
createTypeName(NameSpace, CharSequence) - Method in class DefaultNameFactory
Creates a type name from the given character sequence.
createUnion(Rectangle2D) - Method in class XRectangle2D
Returns a new Rectangle2D object representing the union of this rectangle with the specified one.
createUnion(Rectangle2D) - Method in class Envelope2D
Returns the union of this envelope with the specified rectangle.
createUnit(String) - Method in class AbstractAuthorityFactory
Returns an unit from a code.
createUnit(String) - Method in class AuthorityFactoryAdapter
Returns an unit from a code.
createUnit(String) - Method in class CachingAuthorityFactory
Returns an unit from a code.
createUnit(String) - Method in class DirectEpsgFactory
Returns an unit from a code.
createUnit(String) - Method in class FallbackAuthorityFactory
Returns an unit from a code.
createUnmarshaller() - Method in class MarshallerPool
Creates an configure a new JAXB unmarshaller.
createUserDefinedCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a two dimensional user defined coordinate system from the given pair of axis.
createUserDefinedCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a three dimensional user defined coordinate system from the given set of axis.
createValue() - Method in class AbstractParameterDescriptor
Creates a new instance of parameter value or group initialized with the default value(s).
createValue() - Method in class DefaultParameterDescriptor
Creates a new instance of ParameterValue initialized with the default value.
createValue() - Method in class DefaultParameterDescriptorGroup
Creates a new instance of parameter value group initialized with the default values.
createValue() - Method in class ImagingParameterDescriptors
Creates a new instance of parameter value group.
createValue() - Method in class MatrixParameterDescriptors
Creates a new instance of parameter values with elements initialized to the 1 on the diagonal, and 0 everywhere else.
createValue() - Method in class MatrixParameters
Forwards the call to the matrix parameter descriptors specified at construction time.
createVersionedFactory(Version) - Method in class URN_AuthorityFactory
Invoked when a factory is requested for a specific version.
createVerticalCRS(String) - Method in class AbstractAuthorityFactory
Creates a vertical coordinate reference system from a code.
createVerticalCRS(String) - Method in class AuthorityFactoryAdapter
Creates a vertical coordinate reference system from a code.
createVerticalCRS(String) - Method in class CachingAuthorityFactory
Returns a vertical coordinate reference system from a code.
createVerticalCRS(String) - Method in class FallbackAuthorityFactory
Creates a vertical coordinate reference system from a code.
createVerticalCRS(Map<String, ?>, VerticalDatum, VerticalCS) - Method in class ReferencingObjectFactory
Creates a vertical coordinate reference system.
createVerticalCS(String) - Method in class AbstractAuthorityFactory
Creates a vertical coordinate system from a code.
createVerticalCS(String) - Method in class AuthorityFactoryAdapter
Creates a vertical coordinate system from a code.
createVerticalCS(String) - Method in class CachingAuthorityFactory
Returns a vertical coordinate system from a code.
createVerticalCS(String) - Method in class FallbackAuthorityFactory
Creates a vertical coordinate system from a code.
createVerticalCS(Map<String, ?>, CoordinateSystemAxis) - Method in class ReferencingObjectFactory
Creates a vertical coordinate system.
createVerticalDatum(String) - Method in class AbstractAuthorityFactory
Creates a vertical datum from a code.
createVerticalDatum(String) - Method in class AuthorityFactoryAdapter
Creates a vertical datum from a code.
createVerticalDatum(String) - Method in class CachingAuthorityFactory
Returns a vertical datum from a code.
createVerticalDatum(Map<String, ?>, VerticalDatumType) - Method in class DatumAliases
Creates a vertical datum from an enumerated type value.
createVerticalDatum(String) - Method in class FallbackAuthorityFactory
Creates a vertical datum from a code.
createVerticalDatum(Map<String, ?>, VerticalDatumType) - Method in class ReferencingObjectFactory
Creates a vertical datum from an enumerated type value.
createWindow(Component, Component, String) - Method in interface WindowCreator.Handler
Invoked when the given owner needs to create a new window for the given content.
createWriterInstance(Object) - Method in class MosaicImageWriter.Spi
Returns a new MosaicImageWriter.
createWriterInstance(Object) - Method in class AsciiGridWriter.Spi
Returns an instance of the ImageWriter implementation associated with this service provider.
createWriterInstance(Object) - Method in class TextMatrixImageWriter.Spi
Returns an instance of the ImageWriter implementation associated with this service provider.
createWriterInstance(Object) - Method in class WorldFileImageWriter.Spi
Creates a new World File writer.
CREATOR - Static variable in class NetcdfMetadata
The set of attribute names for the creator (Recommended).
crop(Coverage, Envelope) - Method in class Operations
Crops the image to a specified rectangular area.
crs - Variable in class AbstractCoverage
The coordinate reference system, or null if there is none.
CRS - Static variable in class GeneralGridGeometry
A bitmask to specify the validity of the coordinate reference system.
crs - Variable in class GridCoverageBuilder
The coordinate reference system, or null if unspecified.
crs - Variable in class OperationJAI.Parameters
Deprecated. The two dimensional coordinate reference system for all sources and the destination GridCoverage2D.
CRS - Static variable in class Citations
The WMS 1.3.0 "CRS" authority.
CRS - Class in org.geotoolkit.referencing
Utility class for making use of the Coordinate Reference System and associated Factory implementations.
CRS_AUTHORITY_EXTRA_DIRECTORY - Static variable in class Hints
Used to direct WKT CRS Authority to a directory containing extra definitions.
CRS_AUTHORITY_FACTORY - Static variable in class Hints
The CRSAuthorityFactory instance to use.
CRS_FACTORY - Static variable in class Hints
The CRSFactory instance to use.
CS_AUTHORITY_FACTORY - Static variable in class Hints
The CSAuthorityFactory instance to use.
CS_FACTORY - Static variable in class Hints
The CSFactory instance to use.
CSW_202 - Static variable in class Namespaces
The "http://www.opengis.net/cat/csw/2.0.2" URL.
cubicCurveExtremum(Point2D, double, Point2D, double) - Static method in class ShapeUtilities
Finds the extremum of the unique cubic curve which fit the two given points and derivatives.
cubicCurveExtremum(double, double, double, double, double, double) - Static method in class ShapeUtilities
Same as ShapeUtilities.cubicCurveExtremum(Point2D, double, Point2D, double) but using only primitive type arguments.
CURLY_BRACKETS - Static variable in class Symbols
A set of symbols with parameters between parentheses, like DATUM("WGS84").
currentLabel() - Method in class Axis2D.TickIterator
Returns the label for the current tick.
currentLabel() - Method in interface TickIterator
Returns the label for the current tick.
currentLabelBounds() - Method in class Axis2D.TickIterator
Returns a bounding box for the current tick label.
currentLabelGlyphs() - Method in class Axis2D.TickIterator
Returns the label for current tick as a glyphs vector.
currentPosition() - Method in class Axis2D.TickIterator
Returns the position where to draw the current tick.
currentPosition(Point2D) - Method in class Axis2D.TickIterator
Returns the coordinates of the intersection point between current tick and the underlying axis.
currentPosition() - Method in interface TickIterator
Returns the position where to draw the current tick.
currentTick(Line2D) - Method in class Axis2D.TickIterator
Returns the coordinates of the current tick.
currentValue() - Method in class Axis2D.TickIterator
Returns the value for current tick.
currentValue() - Method in interface TickIterator
Returns the value for current tick.
cx - Variable in class Plane
The cx coefficient for this plane.
cy - Variable in class Plane
The cy coefficient for this plane.

D

DATA_TYPE - Static variable in class NetcdfMetadata
The "cdm_data_type" attribute name for the THREDDS data type appropriate for this dataset (Recommended).
database - Variable in class LayerCoverageReader
The coverage database which created this LayerCoverageReader.
database - Variable in class LayerList
The database for which to display the list of available layers.
DatabaseVetoException - Exception in org.geotoolkit.coverage.sql
Thrown when a proposed change in the content of a Coverage Database is not allowed.
DatabaseVetoException() - Constructor for exception DatabaseVetoException
Creates an exception with no cause and no details message.
DatabaseVetoException(String) - Constructor for exception DatabaseVetoException
Creates an exception with the specified details message.
DatabaseVetoException(Throwable) - Constructor for exception DatabaseVetoException
Creates an exception with the specified cause and no details message.
DatabaseVetoException(String, Exception) - Constructor for exception DatabaseVetoException
Creates an exception with the specified details message and cause.
DataStoreException - Exception in org.geotoolkit.storage
Throws when a DataStore can not completed a read or write operation.
DataStoreException() - Constructor for exception DataStoreException
Creates an exception with no cause and no details message.
DataStoreException(String) - Constructor for exception DataStoreException
Creates an exception with the specified details message.
DataStoreException(Throwable) - Constructor for exception DataStoreException
Creates an exception with the specified cause and no details message.
DataStoreException(String, Throwable) - Constructor for exception DataStoreException
Creates an exception with the specified details message and cause.
DATE_CREATED - Static variable in class NetcdfMetadata
The "date_created" attribute name for the date on which the data was created (Recommended).
DATE_ISSUED - Static variable in class NetcdfMetadata
The "date_issued" attribute name for a date on which this data was formally issued (Suggested).
DATE_MODIFIED - Static variable in class NetcdfMetadata
The "date_modified" attribute name for the date on which this data was last modified (Suggested).
DateGraduation - Class in org.geotoolkit.display.axis
A graduation using dates on a linear axis.
DateGraduation(TimeZone) - Constructor for class DateGraduation
Constructs a graduation with the supplied time zone.
DateGraduation(TimeZone, Unit<Duration>) - Constructor for class DateGraduation
Constructs a graduation with the supplied time zone and unit.
DateRange - Class in org.geotoolkit.util
A range of dates.
DateRange(Date, Date) - Constructor for class DateRange
Creates a new date range for the given dates.
DateRange(Date, boolean, Date, boolean) - Constructor for class DateRange
Creates a new date range for the given dates.
DateRange(MeasurementRange<?>, Date) - Constructor for class DateRange
Creates a date range from the specified measurement range.
dateRanges - Variable in class NewGridCoverageReference
The date range, or null if none.
DATUM - Static variable in class EllipsoidToGeoid
Deprecated. Invoke EllipsoidToGeoid.PARAMETERS.descriptor(String) instead.
DATUM_AUTHORITY_FACTORY - Static variable in class Hints
The DatumAuthorityFactory instance to use.
DATUM_FACTORY - Static variable in class Hints
The DatumFactory instance to use.
DATUM_SHIFT - Static variable in class AbstractCoordinateOperationFactory
The identifier for a transformation which is a datum shift.
DATUM_SHIFT_APPLIED - Static variable in class AbstractPositionalAccuracy
Indicates that a transformation requires a datum shift and some method has been applied.
DATUM_SHIFT_METHOD - Static variable in class Hints
The preferred datum shift method to use for coordinate operations.
DATUM_SHIFT_OMITTED - Static variable in class AbstractPositionalAccuracy
Indicates that a transformation requires a datum shift, but no method has been found applicable.
DatumAliases - Class in org.geotoolkit.referencing.factory
A datum factory that add aliases to a datum name before to delegates the datum creation to an other factory.
DatumAliases() - Constructor for class DatumAliases
Constructs a new datum factory with the default backing factory and alias table.
DatumAliases(DatumFactory) - Constructor for class DatumAliases
Constructs a new datum factory using the specified factory and the default alias table.
DatumAliases(DatumFactory, URL) - Constructor for class DatumAliases
Constructs a new datum factory which delegates its work to the specified factory.
DAYS - Static variable in class DefaultTimeCS
A one-dimensional temporal CS with time, axis in day units.
debug - Variable in class CommandLine
true if the --debug option has been passed on the command line.
Debug - Annotation Type in org.geotoolkit.lang
Annotates classes or methods that are provided mostly for debugging purpose.
decode(String) - Static method in class CRS
Returns a Coordinate Reference System for the specified code.
decode(String, boolean) - Static method in class CRS
Returns a Coordinate Reference System for the specified code, maybe forcing the axis order to (longitude, latitude).
Decorator - Annotation Type in org.geotoolkit.lang
Annotates classes that are decorator around an other instance of the same type.
deepEquals(Object, Object) - Static method in class Utilities
Convenience method for testing two objects for equality.
deepEquals(Object, Object, ComparisonMode) - Static method in class Utilities
Convenience method for testing two objects for equality using the given level of strictness.
deepHashCode(Object) - Static method in class Utilities
Returns a hash code for the specified object, which may be an array.
deepToString(Object) - Static method in class Utilities
Returns a string representation of the specified object, which may be an array.
DEFAULT - Static variable in class CoverageReferences
The default, system-wide weak references for coverages.
DEFAULT - Static variable in class Operations
The default instance.
DEFAULT - Static variable in class IconFactory
The default factory instance.
DEFAULT - Static variable in interface WindowCreator.Handler
The default implementation.
DEFAULT - Static variable in class MosaicImageReader.Spi
The default instance.
DEFAULT - Static variable in class MosaicImageWriter.Spi
The default instance.
DEFAULT - Static variable in class TileManagerFactory
The default instance.
DEFAULT - Static variable in class Colors
The immutable default set of colors.
DEFAULT - Static variable in class Symbols
The default set of symbols.
DEFAULT - Static variable in class WarpFactory
The default factory instance.
DEFAULT - Static variable in class ObjectConverters
The default, thread-safe and immutable instance.
DEFAULT - Static variable in class ObjectLinker
The default and thread-safe instance.
DEFAULT_COLORS - Static variable in class Plot2D
The default cycle of colors.
DEFAULT_COORDINATE_REFERENCE_SYSTEM - Static variable in class Hints
The default CoordinateReferenceSystem to use.
DEFAULT_MATRIX_SIZE - Static variable in class MatrixParameterDescriptors
The default matrix size for the one-argument constructor.
DEFAULT_ORDER - Static variable in class EarthGravitationalModel
The default maximum degree and order, which is 180.
DEFAULT_PALETTE_NAME - Static variable in class SpatialImageReadParam
The name of the default color palette to apply when none was explicitly specified.
DEFAULT_ROLE - Variable in class NetcdfMetadata.Responsible
The role to use as a fallback if no attribute value is associated to the NetcdfMetadata.Responsible.ROLE key.
DEFAULT_SCHEMA - Static variable in class EpsgInstaller
The schema where the installer will create the tables in the JavaDB database.
DEFAULT_SEPARATOR - Static variable in class DefaultNameSpace
The default separator, which is 58.
DEFAULT_SOURCE_TYPE_MAP - Static variable in class ImagingParameterDescriptors
The default source type map as a (RenderedImage.class, GridCoverage.class) key-value pair.
DEFAULT_ZOOM - Static variable in class ZoomPane
Constant indicating default zoom close to the maximum permitted zoom.
DefaultAbsoluteExternalPositionalAccuracy - Class in org.geotoolkit.metadata.iso.quality
Closeness of reported coordinate values to values accepted as or being true.
DefaultAbsoluteExternalPositionalAccuracy() - Constructor for class DefaultAbsoluteExternalPositionalAccuracy
Constructs an initially empty absolute external positional accuracy.
DefaultAbsoluteExternalPositionalAccuracy(AbsoluteExternalPositionalAccuracy) - Constructor for class DefaultAbsoluteExternalPositionalAccuracy
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultAbsoluteExternalPositionalAccuracy(Result) - Constructor for class DefaultAbsoluteExternalPositionalAccuracy
Creates an positional accuracy initialized to the given result.
DefaultAccuracyOfATimeMeasurement - Class in org.geotoolkit.metadata.iso.quality
Correctness of the temporal references of an item (reporting of error in time measurement).
DefaultAccuracyOfATimeMeasurement() - Constructor for class DefaultAccuracyOfATimeMeasurement
Constructs an initially empty accuracy of a time measurement.
DefaultAccuracyOfATimeMeasurement(AccuracyOfATimeMeasurement) - Constructor for class DefaultAccuracyOfATimeMeasurement
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultAcquisitionInformation - Class in org.geotoolkit.metadata.iso.acquisition
Designations for the measuring instruments, the platform carrying them, and the mission to which the data contributes.
DefaultAcquisitionInformation() - Constructor for class DefaultAcquisitionInformation
Constructs an initially empty acquisition information.
DefaultAcquisitionInformation(AcquisitionInformation) - Constructor for class DefaultAcquisitionInformation
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultAddress - Class in org.geotoolkit.metadata.iso.citation
Location of the responsible individual or organization.
DefaultAddress() - Constructor for class DefaultAddress
Constructs an initially empty address.
DefaultAddress(Address) - Constructor for class DefaultAddress
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultAffineCS - Class in org.geotoolkit.referencing.cs
A two- or three-dimensional coordinate system with straight axes that are not necessarily orthogonal.
DefaultAffineCS(AffineCS) - Constructor for class DefaultAffineCS
Constructs a new coordinate system with the same values than the specified one.
DefaultAffineCS(String, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultAffineCS
Constructs a two-dimensional coordinate system from a name.
DefaultAffineCS(String, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultAffineCS
Constructs a three-dimensional coordinate system from a name.
DefaultAffineCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultAffineCS
Constructs a two-dimensional coordinate system from a set of properties.
DefaultAffineCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultAffineCS
Constructs a three-dimensional coordinate system from a set of properties.
DefaultAggregateInformation - Class in org.geotoolkit.metadata.iso.identification
Aggregate dataset information.
DefaultAggregateInformation() - Constructor for class DefaultAggregateInformation
Constructs an initially empty Aggregate dataset information.
DefaultAggregateInformation(AggregateInformation) - Constructor for class DefaultAggregateInformation
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultAlgorithm - Class in org.geotoolkit.metadata.iso.lineage
Details of the methodology by which geographic information was derived from the instrument readings.
DefaultAlgorithm() - Constructor for class DefaultAlgorithm
Constructs an initially empty algorithm.
DefaultAlgorithm(Algorithm) - Constructor for class DefaultAlgorithm
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultApplicationSchemaInformation - Class in org.geotoolkit.metadata.iso
Information about the application schema used to build the dataset.
DefaultApplicationSchemaInformation() - Constructor for class DefaultApplicationSchemaInformation
Construct an initially empty application schema information.
DefaultApplicationSchemaInformation(ApplicationSchemaInformation) - Constructor for class DefaultApplicationSchemaInformation
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultApplicationSchemaInformation(Citation, String, String) - Constructor for class DefaultApplicationSchemaInformation
Creates a application schema information initialized to the specified values.
DefaultBand - Class in org.geotoolkit.metadata.iso.content
Range of wavelengths in the electromagnetic spectrum.
DefaultBand() - Constructor for class DefaultBand
Constructs an initially empty band.
DefaultBand(Band) - Constructor for class DefaultBand
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultBoundingPolygon - Class in org.geotoolkit.metadata.iso.extent
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.
DefaultBoundingPolygon() - Constructor for class DefaultBoundingPolygon
Constructs an initially empty bounding polygon.
DefaultBoundingPolygon(BoundingPolygon) - Constructor for class DefaultBoundingPolygon
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultBoundingPolygon(Collection<Geometry>) - Constructor for class DefaultBoundingPolygon
Creates a bounding polygon initialized to the specified value.
DefaultBrowseGraphic - Class in org.geotoolkit.metadata.iso.identification
Graphic that provides an illustration of the dataset (should include a legend for the graphic).
DefaultBrowseGraphic() - Constructor for class DefaultBrowseGraphic
Constructs an initially empty browse graphic.
DefaultBrowseGraphic(BrowseGraphic) - Constructor for class DefaultBrowseGraphic
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultBrowseGraphic(URI) - Constructor for class DefaultBrowseGraphic
Creates a browse graphics initialized to the specified URI.
DefaultCartesianCS - Class in org.geotoolkit.referencing.cs
A 1-, 2-, or 3-dimensional coordinate system.
DefaultCartesianCS(CartesianCS) - Constructor for class DefaultCartesianCS
Constructs a new coordinate system with the same values than the specified one.
DefaultCartesianCS(String, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultCartesianCS
Constructs a two-dimensional coordinate system from a name.
DefaultCartesianCS(String, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultCartesianCS
Constructs a three-dimensional coordinate system from a name.
DefaultCartesianCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultCartesianCS
Constructs a two-dimensional coordinate system from a set of properties.
DefaultCartesianCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultCartesianCS
Constructs a three-dimensional coordinate system from a set of properties.
DefaultCitation - Class in org.geotoolkit.metadata.iso.citation
Standardized resource reference.
DefaultCitation() - Constructor for class DefaultCitation
Constructs an initially empty citation.
DefaultCitation(Citation) - Constructor for class DefaultCitation
Constructs a new citation initialized to the values specified by the given object.
DefaultCitation(CharSequence) - Constructor for class DefaultCitation
Constructs a citation with the specified title.
DefaultCitation(ResponsibleParty) - Constructor for class DefaultCitation
Constructs a citation with the specified responsible party.
DefaultCitationDate - Class in org.geotoolkit.metadata.iso.citation
Reference date and event used to describe it.
DefaultCitationDate() - Constructor for class DefaultCitationDate
Constructs an initially empty citation date.
DefaultCitationDate(CitationDate) - Constructor for class DefaultCitationDate
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultCitationDate(Date, DateType) - Constructor for class DefaultCitationDate
Constructs a citation date initialized to the given date.
defaultClassesToBeBound() - Static method in class MarshallerPool
Returns the root classes of Geotk objects to be marshalled by default.
DefaultCompletenessCommission - Class in org.geotoolkit.metadata.iso.quality
Excess data present in the dataset, as described by the scope.
DefaultCompletenessCommission() - Constructor for class DefaultCompletenessCommission
Constructs an initially empty completeness commission.
DefaultCompletenessCommission(CompletenessCommission) - Constructor for class DefaultCompletenessCommission
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultCompletenessOmission - Class in org.geotoolkit.metadata.iso.quality
Data absent from the dataset, as described by the scope.
DefaultCompletenessOmission() - Constructor for class DefaultCompletenessOmission
Constructs an initially empty completeness omission.
DefaultCompletenessOmission(CompletenessOmission) - Constructor for class DefaultCompletenessOmission
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultCompoundCRS - Class in org.geotoolkit.referencing.crs
A coordinate reference system describing the position of points through two or more independent coordinate reference systems.
DefaultCompoundCRS(CompoundCRS) - Constructor for class DefaultCompoundCRS
Constructs a new compound CRS with the same values than the specified one.
DefaultCompoundCRS(String, CoordinateReferenceSystem, CoordinateReferenceSystem) - Constructor for class DefaultCompoundCRS
Constructs a coordinate reference system from a name and two CRS.
DefaultCompoundCRS(String, CoordinateReferenceSystem, CoordinateReferenceSystem, CoordinateReferenceSystem) - Constructor for class DefaultCompoundCRS
Constructs a coordinate reference system from a name and three CRS.
DefaultCompoundCRS(String, CoordinateReferenceSystem[]) - Constructor for class DefaultCompoundCRS
Constructs a coordinate reference system from a name.
DefaultCompoundCRS(Map<String, ?>, CoordinateReferenceSystem...) - Constructor for class DefaultCompoundCRS
Constructs a coordinate reference system from a set of properties.
DefaultCompoundCS - Class in org.geotoolkit.referencing.cs
A coordinate system made of two or more independent coordinate systems.
DefaultCompoundCS(CoordinateSystem...) - Constructor for class DefaultCompoundCS
Constructs a compound coordinate system.
DefaultConcatenatedOperation - Class in org.geotoolkit.referencing.operation
An ordered sequence of two or more single coordinate operations.
DefaultConcatenatedOperation(String, CoordinateOperation...) - Constructor for class DefaultConcatenatedOperation
Constructs a concatenated operation from the specified name.
DefaultConcatenatedOperation(Map<String, ?>, CoordinateOperation...) - Constructor for class DefaultConcatenatedOperation
Constructs a concatenated operation from a set of properties.
DefaultConcatenatedOperation(Map<String, ?>, CoordinateOperation[], MathTransformFactory) - Constructor for class DefaultConcatenatedOperation
Constructs a concatenated operation from a set of properties and a math transform factory.
DefaultConceptualConsistency - Class in org.geotoolkit.metadata.iso.quality
Adherence to rules of the conceptual schema.
DefaultConceptualConsistency() - Constructor for class DefaultConceptualConsistency
Constructs an initially empty conceptual consistency.
DefaultConceptualConsistency(ConceptualConsistency) - Constructor for class DefaultConceptualConsistency
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultConformanceResult - Class in org.geotoolkit.metadata.iso.quality
Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
DefaultConformanceResult() - Constructor for class DefaultConformanceResult
Constructs an initially empty conformance result.
DefaultConformanceResult(ConformanceResult) - Constructor for class DefaultConformanceResult
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultConformanceResult(Citation, InternationalString, boolean) - Constructor for class DefaultConformanceResult
Creates a conformance result initialized to the given values.
DefaultConicProjection - Class in org.geotoolkit.referencing.operation
Base class for conical map projections.
DefaultConicProjection(Conversion, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform) - Constructor for class DefaultConicProjection
Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.
DefaultConicProjection(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, OperationMethod) - Constructor for class DefaultConicProjection
Constructs a projection from a set of properties.
DefaultConstraints - Class in org.geotoolkit.metadata.iso.constraint
Restrictions on the access and use of a resource or metadata.
DefaultConstraints() - Constructor for class DefaultConstraints
Constructs an initially empty constraints.
DefaultConstraints(CharSequence) - Constructor for class DefaultConstraints
Constructs a new constraints with the given use limitation.
DefaultConstraints(Constraints) - Constructor for class DefaultConstraints
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultContact - Class in org.geotoolkit.metadata.iso.citation
Information required to enable contact with the responsible person and/or organization.
DefaultContact() - Constructor for class DefaultContact
Constructs an initially empty contact.
DefaultContact(Contact) - Constructor for class DefaultContact
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultContact(OnlineResource) - Constructor for class DefaultContact
Constructs a contact initialized to the specified online resource.
DefaultConversion - Class in org.geotoolkit.referencing.operation
An operation on coordinates that does not include any change of datum.
DefaultConversion(Conversion, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform) - Constructor for class DefaultConversion
Constructs a new conversion with the same values than the specified one, together with the specified source and target CRS.
DefaultConversion(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, OperationMethod) - Constructor for class DefaultConversion
Constructs a conversion from a set of properties.
DefaultCoordinateOperationFactory - Class in org.geotoolkit.referencing.operation
Creates coordinate operations.
DefaultCoordinateOperationFactory() - Constructor for class DefaultCoordinateOperationFactory
Constructs a coordinate operation factory using the default factories.
DefaultCoordinateOperationFactory(Hints) - Constructor for class DefaultCoordinateOperationFactory
Constructs a coordinate operation factory using the specified hints.
DefaultCoordinateSystemAxis - Class in org.geotoolkit.referencing.cs
Definition of a coordinate system axis.
DefaultCoordinateSystemAxis(CoordinateSystemAxis) - Constructor for class DefaultCoordinateSystemAxis
Constructs a new coordinate system axis with the same values than the specified one.
DefaultCoordinateSystemAxis(Map<String, ?>, String, AxisDirection, Unit<?>, double, double, RangeMeaning) - Constructor for class DefaultCoordinateSystemAxis
Constructs an axis from a set of properties.
DefaultCoordinateSystemAxis(Map<String, ?>, String, AxisDirection, Unit<?>) - Constructor for class DefaultCoordinateSystemAxis
Constructs an unbounded axis from a set of properties.
DefaultCoordinateSystemAxis(String, AxisDirection, Unit<?>) - Constructor for class DefaultCoordinateSystemAxis
Constructs an axis with the same name as the abbreviation.
DefaultCoordinateSystemAxis(CharSequence, String, AxisDirection, Unit<?>) - Constructor for class DefaultCoordinateSystemAxis
Constructs an axis with the given name and abbreviation.
DefaultCoverageDescription - Class in org.geotoolkit.metadata.iso.content
Information about the content of a grid data cell.
DefaultCoverageDescription() - Constructor for class DefaultCoverageDescription
Constructs an empty coverage description.
DefaultCoverageDescription(CoverageDescription) - Constructor for class DefaultCoverageDescription
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultCoverageProcessor - Class in org.geotoolkit.coverage.processing
Default implementation of a Coverage processor.
DefaultCoverageProcessor(Hints) - Constructor for class DefaultCoverageProcessor
Constructs a coverage processor from the given hints.
DefaultCoverageResult - Class in org.geotoolkit.metadata.iso.quality
Result of a data quality measure organising the measured values as a coverage.
DefaultCoverageResult() - Constructor for class DefaultCoverageResult
Constructs an initially empty coverage result.
DefaultCoverageResult(CoverageResult) - Constructor for class DefaultCoverageResult
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultCylindricalCS - Class in org.geotoolkit.referencing.cs
A three-dimensional coordinate system consisting of a polar coordinate system extended by a straight coordinate axis perpendicular to the plane spanned by the polar coordinate system.
DefaultCylindricalCS(CylindricalCS) - Constructor for class DefaultCylindricalCS
Constructs a new coordinate system with the same values than the specified one.
DefaultCylindricalCS(String, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultCylindricalCS
Constructs a three-dimensional coordinate system from a name.
DefaultCylindricalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultCylindricalCS
Constructs a three-dimensional coordinate system from a set of properties.
DefaultCylindricalProjection - Class in org.geotoolkit.referencing.operation
Base class for cylindrical map projections.
DefaultCylindricalProjection(Conversion, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform) - Constructor for class DefaultCylindricalProjection
Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.
DefaultCylindricalProjection(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, OperationMethod) - Constructor for class DefaultCylindricalProjection
Constructs a projection from a set of properties.
DefaultDataFile - Class in org.geotoolkit.metadata.iso.distribution
Description of a transfer data file.
DefaultDataFile() - Constructor for class DefaultDataFile
Constructs an initially empty data file.
DefaultDataFile(DataFile) - Constructor for class DefaultDataFile
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultDataIdentification - Class in org.geotoolkit.metadata.iso.identification
Information required to identify a dataset.
DefaultDataIdentification() - Constructor for class DefaultDataIdentification
Constructs an initially empty data identification.
DefaultDataIdentification(DataIdentification) - Constructor for class DefaultDataIdentification
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultDataIdentification(Citation, InternationalString, Collection<? extends Locale>, Collection<? extends TopicCategory>) - Constructor for class DefaultDataIdentification
Creates a data identification initialized to the specified values.
DefaultDataQuality - Class in org.geotoolkit.metadata.iso.quality
Quality information for the data specified by a data quality scope.
DefaultDataQuality() - Constructor for class DefaultDataQuality
Constructs an initially empty data quality.
DefaultDataQuality(DataQuality) - Constructor for class DefaultDataQuality
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultDataQuality(Scope) - Constructor for class DefaultDataQuality
Creates a data quality initialized to the given scope.
DefaultDerivedCRS - Class in org.geotoolkit.referencing.crs
A coordinate reference system that is defined by its coordinate conversion from another CRS but is not a projected CRS.
DefaultDerivedCRS(DerivedCRS) - Constructor for class DefaultDerivedCRS
Constructs a new derived CRS with the same values than the specified one.
DefaultDerivedCRS(String, CoordinateReferenceSystem, MathTransform, CoordinateSystem) - Constructor for class DefaultDerivedCRS
Constructs a derived CRS from a name.
DefaultDerivedCRS(Map<String, ?>, CoordinateReferenceSystem, MathTransform, CoordinateSystem) - Constructor for class DefaultDerivedCRS
Constructs a derived CRS from a set of properties.
DefaultDerivedCRS(Map<String, ?>, Conversion, CoordinateReferenceSystem, MathTransform, CoordinateSystem) - Constructor for class DefaultDerivedCRS
Constructs a derived CRS from a defining conversion.
DefaultDigitalTransferOptions - Class in org.geotoolkit.metadata.iso.distribution
Technical means and media by which a resource is obtained from the distributor.
DefaultDigitalTransferOptions() - Constructor for class DefaultDigitalTransferOptions
Constructs an initially empty digital transfer options.
DefaultDigitalTransferOptions(DigitalTransferOptions) - Constructor for class DefaultDigitalTransferOptions
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultDimension - Class in org.geotoolkit.metadata.iso.spatial
Axis properties.
DefaultDimension() - Constructor for class DefaultDimension
Constructs an initially empty dimension.
DefaultDimension(Dimension) - Constructor for class DefaultDimension
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultDimension(DimensionNameType, int) - Constructor for class DefaultDimension
Creates a dimension initialized to the given type.
DefaultDistribution - Class in org.geotoolkit.metadata.iso.distribution
Information about the distributor of and options for obtaining the resource.
DefaultDistribution() - Constructor for class DefaultDistribution
Constructs an initially empty distribution.
DefaultDistribution(Distribution) - Constructor for class DefaultDistribution
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultDistributor - Class in org.geotoolkit.metadata.iso.distribution
Information about the distributor.
DefaultDistributor() - Constructor for class DefaultDistributor
Constructs an initially empty distributor.
DefaultDistributor(Distributor) - Constructor for class DefaultDistributor
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultDistributor(ResponsibleParty) - Constructor for class DefaultDistributor
Creates a distributor with the specified contact.
DefaultDomainConsistency - Class in org.geotoolkit.metadata.iso.quality
Adherence of values to the value domains.
DefaultDomainConsistency() - Constructor for class DefaultDomainConsistency
Constructs an initially empty domain consistency.
DefaultDomainConsistency(DomainConsistency) - Constructor for class DefaultDomainConsistency
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultEllipsoid - Class in org.geotoolkit.referencing.datum
Geometric figure that can be used to describe the approximate shape of the earth.
DefaultEllipsoid(Ellipsoid) - Constructor for class DefaultEllipsoid
Constructs a new ellipsoid with the same values than the specified one.
DefaultEllipsoid(Map<String, ?>, double, double, double, boolean, Unit<Length>) - Constructor for class DefaultEllipsoid
Constructs a new ellipsoid using the specified axis length.
DefaultEllipsoidalCS - Class in org.geotoolkit.referencing.cs
A two- or three-dimensional coordinate system in which position is specified by geodetic latitude, geodetic longitude, and (in the three-dimensional case) ellipsoidal height.
DefaultEllipsoidalCS(EllipsoidalCS) - Constructor for class DefaultEllipsoidalCS
Constructs a new coordinate system with the same values than the specified one.
DefaultEllipsoidalCS(String, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultEllipsoidalCS
Constructs a two-dimensional coordinate system from a name.
DefaultEllipsoidalCS(String, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultEllipsoidalCS
Constructs a three-dimensional coordinate system from a name.
DefaultEllipsoidalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultEllipsoidalCS
Constructs a two-dimensional coordinate system from a set of properties.
DefaultEllipsoidalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultEllipsoidalCS
Constructs a three-dimensional coordinate system from a set of properties.
DefaultEngineeringCRS - Class in org.geotoolkit.referencing.crs
A contextually local coordinate reference system.
DefaultEngineeringCRS(EngineeringCRS) - Constructor for class DefaultEngineeringCRS
Constructs a new enginnering CRS with the same values than the specified one.
DefaultEngineeringCRS(String, EngineeringDatum, CoordinateSystem) - Constructor for class DefaultEngineeringCRS
Constructs an engineering CRS from a name.
DefaultEngineeringCRS(Map<String, ?>, EngineeringDatum, CoordinateSystem) - Constructor for class DefaultEngineeringCRS
Constructs an engineering CRS from a set of properties.
DefaultEngineeringDatum - Class in org.geotoolkit.referencing.datum
Defines the origin of an engineering coordinate reference system.
DefaultEngineeringDatum(EngineeringDatum) - Constructor for class DefaultEngineeringDatum
Constructs a new datum with the same values than the specified one.
DefaultEngineeringDatum(String) - Constructor for class DefaultEngineeringDatum
Constructs an engineering datum from a name.
DefaultEngineeringDatum(Map<String, ?>) - Constructor for class DefaultEngineeringDatum
Constructs an engineering datum from a set of properties.
DefaultEnvironmentalRecord - Class in org.geotoolkit.metadata.iso.acquisition
Information about the environmental conditions during the acquisition.
DefaultEnvironmentalRecord() - Constructor for class DefaultEnvironmentalRecord
Constructs an initially empty environmental record.
DefaultEnvironmentalRecord(EnvironmentalRecord) - Constructor for class DefaultEnvironmentalRecord
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultEvent - Class in org.geotoolkit.metadata.iso.acquisition
Identification of a significant collection point within an operation.
DefaultEvent() - Constructor for class DefaultEvent
Constructs an initially empty acquisition information.
DefaultEvent(Event) - Constructor for class DefaultEvent
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultExtendedElementInformation - Class in org.geotoolkit.metadata.iso
New metadata element, not found in ISO 19115, which is required to describe geographic data.
DefaultExtendedElementInformation() - Constructor for class DefaultExtendedElementInformation
Construct an initially empty extended element information.
DefaultExtendedElementInformation(ExtendedElementInformation) - Constructor for class DefaultExtendedElementInformation
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultExtendedElementInformation(String, InternationalString, InternationalString, Datatype, Collection<String>, InternationalString, Collection<? extends ResponsibleParty>) - Constructor for class DefaultExtendedElementInformation
Create an extended element information initialized to the given values.
DefaultExtent - Class in org.geotoolkit.metadata.iso.extent
Information about spatial, vertical, and temporal extent.
DefaultExtent() - Constructor for class DefaultExtent
Constructs an initially empty extent.
DefaultExtent(Extent) - Constructor for class DefaultExtent
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultExtent(Envelope) - Constructor for class DefaultExtent
Constructs an extent from the specified envelope.
DefaultFeatureCatalogueDescription - Class in org.geotoolkit.metadata.iso.content
Information identifying the feature catalogue.
DefaultFeatureCatalogueDescription() - Constructor for class DefaultFeatureCatalogueDescription
Constructs an initially empty feature catalogue description.
DefaultFeatureCatalogueDescription(FeatureCatalogueDescription) - Constructor for class DefaultFeatureCatalogueDescription
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultFeatureTypeList - Class in org.geotoolkit.metadata.iso
List of names of feature types with the same spatial representation (same as spatial attributes).
DefaultFeatureTypeList() - Constructor for class DefaultFeatureTypeList
Construct an initially empty feature type list.
DefaultFeatureTypeList(FeatureTypeList) - Constructor for class DefaultFeatureTypeList
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultFeatureTypeList(String, String) - Constructor for class DefaultFeatureTypeList
Creates a feature type list initialized to the given values.
DefaultFileFilter - Class in org.geotoolkit.io
A FileFilter implementation using Unix-style wildcards.
DefaultFileFilter(String) - Constructor for class DefaultFileFilter
Constructs a file filter for the specified pattern.
DefaultFileFilter(String, String) - Constructor for class DefaultFileFilter
Constructs a file filter for the specified pattern and description.
DefaultFormat - Class in org.geotoolkit.metadata.iso.distribution
Description of the computer language construct that specifies the representation of data objects in a record, file, message, storage device or transmission channel.
DefaultFormat() - Constructor for class DefaultFormat
Constructs an initially empty format.
DefaultFormat(Format) - Constructor for class DefaultFormat
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultFormat(InternationalString, InternationalString) - Constructor for class DefaultFormat
Creates a format initialized to the given name.
DefaultFormatConsistency - Class in org.geotoolkit.metadata.iso.quality
Degree to which data is stored in accordance with the physical structure of the dataset, as described by the scope.
DefaultFormatConsistency() - Constructor for class DefaultFormatConsistency
Constructs an initially empty formal consistency.
DefaultFormatConsistency(FormatConsistency) - Constructor for class DefaultFormatConsistency
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultFormula - Class in org.geotoolkit.referencing.operation
Specification of the coordinate operation method formula.
DefaultFormula(CharSequence) - Constructor for class DefaultFormula
Creates a new formula from the given string.
DefaultFormula(Citation) - Constructor for class DefaultFormula
Creates a new formula from the given citation.
DefaultGCP - Class in org.geotoolkit.metadata.iso.spatial
Information on ground control point.
DefaultGCP() - Constructor for class DefaultGCP
Constructs an initially empty ground control point.
DefaultGCP(GCP) - Constructor for class DefaultGCP
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultGCPCollection - Class in org.geotoolkit.metadata.iso.spatial
Information about a control point collection.
DefaultGCPCollection() - Constructor for class DefaultGCPCollection
Constructs an initially empty ground control point collection.
DefaultGCPCollection(GCPCollection) - Constructor for class DefaultGCPCollection
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultGeocentricCRS - Class in org.geotoolkit.referencing.crs
A 3D coordinate reference system with the origin at the approximate centre of mass of the earth.
DefaultGeocentricCRS(GeocentricCRS) - Constructor for class DefaultGeocentricCRS
Constructs a new geocentric CRS with the same values than the specified one.
DefaultGeocentricCRS(String, GeodeticDatum, CartesianCS) - Constructor for class DefaultGeocentricCRS
Constructs a geocentric CRS from a name.
DefaultGeocentricCRS(String, GeodeticDatum, SphericalCS) - Constructor for class DefaultGeocentricCRS
Constructs a geocentric CRS from a name.
DefaultGeocentricCRS(Map<String, ?>, GeodeticDatum, CartesianCS) - Constructor for class DefaultGeocentricCRS
Constructs a geographic CRS from a set of properties.
DefaultGeocentricCRS(Map<String, ?>, GeodeticDatum, SphericalCS) - Constructor for class DefaultGeocentricCRS
Constructs a geographic CRS from a set of properties.
DefaultGeodeticDatum - Class in org.geotoolkit.referencing.datum
Defines the location and precise orientation in 3-dimensional space of a defined ellipsoid (or sphere) that approximates the shape of the earth.
DefaultGeodeticDatum(GeodeticDatum) - Constructor for class DefaultGeodeticDatum
Constructs a new datum with the same values than the specified one.
DefaultGeodeticDatum(String, Ellipsoid) - Constructor for class DefaultGeodeticDatum
Constructs a geodetic datum using the Greenwich prime meridian.
DefaultGeodeticDatum(Map<String, ?>, Ellipsoid) - Constructor for class DefaultGeodeticDatum
Constructs a geodetic datum using the Greenwich prime meridian.
DefaultGeodeticDatum(String, Ellipsoid, PrimeMeridian) - Constructor for class DefaultGeodeticDatum
Constructs a geodetic datum from a name and the given prime meridian.
DefaultGeodeticDatum(Map<String, ?>, Ellipsoid, PrimeMeridian) - Constructor for class DefaultGeodeticDatum
Constructs a geodetic datum from a set of properties.
DefaultGeographicBoundingBox - Class in org.geotoolkit.metadata.iso.extent
Geographic position of the dataset.
DefaultGeographicBoundingBox() - Constructor for class DefaultGeographicBoundingBox
Constructs an initially empty geographic bounding box.
DefaultGeographicBoundingBox(GeographicBoundingBox) - Constructor for class DefaultGeographicBoundingBox
Constructs a geographic bounding box initialized to the same values than the specified one.
DefaultGeographicBoundingBox(Envelope) - Constructor for class DefaultGeographicBoundingBox
Constructs a geographic bounding box from the specified envelope.
DefaultGeographicBoundingBox(Rectangle2D, CoordinateReferenceSystem) - Constructor for class DefaultGeographicBoundingBox
Constructs a geographic bounding box from the specified rectangle and CRS.
DefaultGeographicBoundingBox(Rectangle2D) - Constructor for class DefaultGeographicBoundingBox
Constructs a geographic bounding box from the specified rectangle.
DefaultGeographicBoundingBox(double, double, double, double) - Constructor for class DefaultGeographicBoundingBox
Creates a geographic bounding box initialized to the specified values.
DefaultGeographicCRS - Class in org.geotoolkit.referencing.crs
A coordinate reference system based on an ellipsoidal approximation of the geoid; this provides an accurate representation of the geometry of geographic features for a large portion of the earth's surface.
DefaultGeographicCRS(GeographicCRS) - Constructor for class DefaultGeographicCRS
Constructs a new geographic CRS with the same values than the specified one.
DefaultGeographicCRS(GeodeticDatum, EllipsoidalCS) - Constructor for class DefaultGeographicCRS
Constructs a geographic CRS with the same properties than the given datum.
DefaultGeographicCRS(String, GeodeticDatum, EllipsoidalCS) - Constructor for class DefaultGeographicCRS
Constructs a geographic CRS from a name.
DefaultGeographicCRS(Map<String, ?>, GeodeticDatum, EllipsoidalCS) - Constructor for class DefaultGeographicCRS
Constructs a geographic CRS from a set of properties.
DefaultGeographicDescription - Class in org.geotoolkit.metadata.iso.extent
Description of the geographic area using identifiers.
DefaultGeographicDescription() - Constructor for class DefaultGeographicDescription
Constructs an initially empty geographic description.
DefaultGeographicDescription(GeographicDescription) - Constructor for class DefaultGeographicDescription
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultGeographicDescription(Identifier) - Constructor for class DefaultGeographicDescription
Creates a geographic description initialized to the specified value.
DefaultGeographicDescription(String) - Constructor for class DefaultGeographicDescription
Creates a geographic description initialized to the specified value.
DefaultGeometricObjects - Class in org.geotoolkit.metadata.iso.spatial
Number of objects, listed by geometric object type, used in the dataset.
DefaultGeometricObjects() - Constructor for class DefaultGeometricObjects
Constructs an initially empty geometric objects.
DefaultGeometricObjects(GeometricObjects) - Constructor for class DefaultGeometricObjects
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultGeometricObjects(GeometricObjectType) - Constructor for class DefaultGeometricObjects
Creates a geometric object initialized to the given type.
DefaultGeorectified - Class in org.geotoolkit.metadata.iso.spatial
Grid whose cells are regularly spaced in a geographic (i.e., lat / long) or map coordinate system defined in the Spatial Referencing System (SRS) so that any cell in the grid can be geolocated given its grid coordinate and the grid origin, cell spacing, and orientation indication of whether or not geographic.
DefaultGeorectified() - Constructor for class DefaultGeorectified
Constructs an initially empty georectified object.
DefaultGeorectified(Georectified) - Constructor for class DefaultGeorectified
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultGeorectified(int, List<? extends Dimension>, CellGeometry, boolean, boolean, List<? extends Point>, PixelOrientation) - Constructor for class DefaultGeorectified
Creates a georectified object initialized to the specified values.
DefaultGeoreferenceable - Class in org.geotoolkit.metadata.iso.spatial
Grid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone.
DefaultGeoreferenceable() - Constructor for class DefaultGeoreferenceable
Constructs an initially empty georeferenceable.
DefaultGeoreferenceable(Georeferenceable) - Constructor for class DefaultGeoreferenceable
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultGeoreferenceable(int, List<? extends Dimension>, CellGeometry, boolean, boolean, boolean) - Constructor for class DefaultGeoreferenceable
Creates a georeferencable initialized to the given parameters.
DefaultGriddedDataPositionalAccuracy - Class in org.geotoolkit.metadata.iso.quality
Closeness of gridded data position values to values accepted as or being true.
DefaultGriddedDataPositionalAccuracy() - Constructor for class DefaultGriddedDataPositionalAccuracy
Constructs an initially empty gridded data positional acccuracy.
DefaultGriddedDataPositionalAccuracy(GriddedDataPositionalAccuracy) - Constructor for class DefaultGriddedDataPositionalAccuracy
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultGridSpatialRepresentation - Class in org.geotoolkit.metadata.iso.spatial
Basic information required to uniquely identify a resource or resources.
DefaultGridSpatialRepresentation() - Constructor for class DefaultGridSpatialRepresentation
Constructs an initially empty grid spatial representation.
DefaultGridSpatialRepresentation(GridSpatialRepresentation) - Constructor for class DefaultGridSpatialRepresentation
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultGridSpatialRepresentation(int, List<? extends Dimension>, CellGeometry, boolean) - Constructor for class DefaultGridSpatialRepresentation
Creates a grid spatial representation initialized to the given values.
DefaultIdentifier - Class in org.geotoolkit.metadata.iso
Value uniquely identifying an object within a namespace.
DefaultIdentifier() - Constructor for class DefaultIdentifier
Construct an initially empty identifier.
DefaultIdentifier(Identifier) - Constructor for class DefaultIdentifier
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultIdentifier(String) - Constructor for class DefaultIdentifier
Creates an identifier initialized to the given code.
DefaultIdentifier(Citation, String) - Constructor for class DefaultIdentifier
Creates an identifier initialized to the given authority and code.
DefaultImageCRS - Class in org.geotoolkit.referencing.crs
An engineering coordinate reference system applied to locations in images.
DefaultImageCRS(ImageCRS) - Constructor for class DefaultImageCRS
Constructs a new image CRS with the same values than the specified one.
DefaultImageCRS(String, ImageDatum, AffineCS) - Constructor for class DefaultImageCRS
Constructs an image CRS from a name.
DefaultImageCRS(Map<String, ?>, ImageDatum, AffineCS) - Constructor for class DefaultImageCRS
Constructs an image CRS from a set of properties.
DefaultImageDatum - Class in org.geotoolkit.referencing.datum
Defines the origin of an image coordinate reference system.
DefaultImageDatum(ImageDatum) - Constructor for class DefaultImageDatum
Constructs a new datum with the same values than the specified one.
DefaultImageDatum(String, PixelInCell) - Constructor for class DefaultImageDatum
Constructs an image datum from a name.
DefaultImageDatum(Map<String, ?>, PixelInCell) - Constructor for class DefaultImageDatum
Constructs an image datum from a set of properties.
DefaultImageDescription - Class in org.geotoolkit.metadata.iso.content
Information about an image's suitability for use.
DefaultImageDescription() - Constructor for class DefaultImageDescription
Constructs an initially empty image description.
DefaultImageDescription(ImageDescription) - Constructor for class DefaultImageDescription
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultInstrument - Class in org.geotoolkit.metadata.iso.acquisition
Designations for the measuring instruments.
DefaultInstrument() - Constructor for class DefaultInstrument
Constructs an initially empty instrument.
DefaultInstrument(Instrument) - Constructor for class DefaultInstrument
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultInternationalString - Class in org.geotoolkit.util
An international string using a map of strings for different locales.
DefaultInternationalString() - Constructor for class DefaultInternationalString
Creates an initially empty international string.
DefaultInternationalString(String) - Constructor for class DefaultInternationalString
Creates an international string initialized with the given string.
DefaultInternationalString(Map<Locale, String>) - Constructor for class DefaultInternationalString
Creates an international string initialized with the given localized strings.
DefaultKeywords - Class in org.geotoolkit.metadata.iso.identification
Keywords, their type and reference source.
DefaultKeywords() - Constructor for class DefaultKeywords
Constructs an initially empty keywords.
DefaultKeywords(Keywords) - Constructor for class DefaultKeywords
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultKeywords(Collection<? extends InternationalString>) - Constructor for class DefaultKeywords
Creates keywords initialized to the given list.
DefaultLegalConstraints - Class in org.geotoolkit.metadata.iso.constraint
Restrictions and legal prerequisites for accessing and using the resource.
DefaultLegalConstraints() - Constructor for class DefaultLegalConstraints
Constructs an initially empty constraints.
DefaultLegalConstraints(CharSequence) - Constructor for class DefaultLegalConstraints
Constructs a new constraints with the given use limitation.
DefaultLegalConstraints(LegalConstraints) - Constructor for class DefaultLegalConstraints
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultLineage - Class in org.geotoolkit.metadata.iso.lineage
Information about the events or source data used in constructing the data specified by the scope or lack of knowledge about lineage.
DefaultLineage() - Constructor for class DefaultLineage
Constructs an initially empty lineage.
DefaultLineage(Lineage) - Constructor for class DefaultLineage
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultLinearCS - Class in org.geotoolkit.referencing.cs
A one-dimensional coordinate system that consists of the points that lie on the single axis described.
DefaultLinearCS(LinearCS) - Constructor for class DefaultLinearCS
Constructs a new coordinate system with the same values than the specified one.
DefaultLinearCS(String, CoordinateSystemAxis) - Constructor for class DefaultLinearCS
Constructs a coordinate system from a name.
DefaultLinearCS(Map<String, ?>, CoordinateSystemAxis) - Constructor for class DefaultLinearCS
Constructs a coordinate system from a set of properties.
DefaultLocalName - Class in org.geotoolkit.naming
Identifier within a name space for a local object.
DefaultLocalName(NameSpace, CharSequence) - Constructor for class DefaultLocalName
Constructs a local name from the given character sequence.
DefaultMaintenanceInformation - Class in org.geotoolkit.metadata.iso.maintenance
Information about the scope and frequency of updating.
DefaultMaintenanceInformation() - Constructor for class DefaultMaintenanceInformation
Creates a an initially empty maintenance information.
DefaultMaintenanceInformation(MaintenanceInformation) - Constructor for class DefaultMaintenanceInformation
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultMaintenanceInformation(MaintenanceFrequency) - Constructor for class DefaultMaintenanceInformation
Creates a maintenance information.
DefaultMathTransformFactory - Class in org.geotoolkit.referencing.operation
Low level factory for creating math transforms.
DefaultMathTransformFactory() - Constructor for class DefaultMathTransformFactory
Constructs a default math transform factory.
DefaultMedium - Class in org.geotoolkit.metadata.iso.distribution
Information about the media on which the resource can be distributed.
DefaultMedium() - Constructor for class DefaultMedium
Constructs an initially empty medium.
DefaultMedium(Medium) - Constructor for class DefaultMedium
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultMemberName - Class in org.geotoolkit.naming
The name to identify a member of a record.
DefaultMemberName(NameSpace, CharSequence, TypeName) - Constructor for class DefaultMemberName
Constructs a member name from the given character sequence and attribute type.
DefaultMetadata - Class in org.geotoolkit.metadata.iso
Root entity which defines metadata about a resource or resources.
DefaultMetadata() - Constructor for class DefaultMetadata
Creates an initially empty metadata.
DefaultMetadata(Metadata) - Constructor for class DefaultMetadata
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultMetadata(ResponsibleParty, Date, Identification) - Constructor for class DefaultMetadata
Creates a meta data initialized to the specified values.
DefaultMetadataExtensionInformation - Class in org.geotoolkit.metadata.iso
Information describing metadata extensions.
DefaultMetadataExtensionInformation() - Constructor for class DefaultMetadataExtensionInformation
Construct an initially empty metadata extension information.
DefaultMetadataExtensionInformation(MetadataExtensionInformation) - Constructor for class DefaultMetadataExtensionInformation
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultMutableTreeNode - Class in org.geotoolkit.gui.swing.tree
General-purpose node in a tree data structure.
DefaultMutableTreeNode() - Constructor for class DefaultMutableTreeNode
Creates a tree node that has no parent and no children, but which allows children.
DefaultMutableTreeNode(Object) - Constructor for class DefaultMutableTreeNode
Creates a tree node with no parent, no children, but which allows children, and initializes it with the specified user object.
DefaultMutableTreeNode(Object, boolean) - Constructor for class DefaultMutableTreeNode
Creates a tree node with no parent, no children, initialized with the specified user object, and that allows children only if specified.
DefaultNameFactory - Class in org.geotoolkit.naming
A factory for AbstractName objects.
DefaultNameFactory() - Constructor for class DefaultNameFactory
Creates a new factory.
DefaultNameSpace - Class in org.geotoolkit.naming
A domain in which names given by character strings are defined.
DefaultNameSpace(DefaultNameSpace, CharSequence, String, String) - Constructor for class DefaultNameSpace
Creates a new namespace with the given separator.
DefaultNominalResolution - Class in org.geotoolkit.metadata.iso.lineage
Distance between consistent parts of (centre, left side, right side) adjacent pixels.
DefaultNominalResolution() - Constructor for class DefaultNominalResolution
Constructs an initially empty nominal resolution.
DefaultNominalResolution(NominalResolution) - Constructor for class DefaultNominalResolution
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultNonQuantitativeAttributeAccuracy - Class in org.geotoolkit.metadata.iso.quality
Accuracy of non-quantitative attributes.
DefaultNonQuantitativeAttributeAccuracy() - Constructor for class DefaultNonQuantitativeAttributeAccuracy
Constructs an initially empty non quantitative attribute correctness.
DefaultNonQuantitativeAttributeAccuracy(NonQuantitativeAttributeAccuracy) - Constructor for class DefaultNonQuantitativeAttributeAccuracy
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultObjective - Class in org.geotoolkit.metadata.iso.acquisition
Describes the characteristics, spatial and temporal extent of the intended object to be observed.
DefaultObjective() - Constructor for class DefaultObjective
Constructs an initially empty objective.
DefaultObjective(Objective) - Constructor for class DefaultObjective
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultOnlineResource - Class in org.geotoolkit.metadata.iso.citation
Information about on-line sources from which the dataset, specification, or community profile name and extended metadata elements can be obtained.
DefaultOnlineResource() - Constructor for class DefaultOnlineResource
Creates an initially empty on line resource.
DefaultOnlineResource(OnlineResource) - Constructor for class DefaultOnlineResource
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultOnlineResource(URI) - Constructor for class DefaultOnlineResource
Creates an on line resource initialized to the given URI.
DefaultOperation - Class in org.geotoolkit.metadata.iso.acquisition
Designations for the operation used to acquire the dataset.
DefaultOperation() - Constructor for class DefaultOperation
Constructs an initially empty operation.
DefaultOperation(Operation) - Constructor for class DefaultOperation
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultOperationMethod - Class in org.geotoolkit.referencing.operation
Definition of an algorithm used to perform a coordinate operation.
DefaultOperationMethod(MathTransform) - Constructor for class DefaultOperationMethod
Convenience constructor that creates an operation method from a math transform.
DefaultOperationMethod(OperationMethod) - Constructor for class DefaultOperationMethod
Constructs a new operation method with the same values than the specified one.
DefaultOperationMethod(OperationMethod, Integer, Integer) - Constructor for class DefaultOperationMethod
Constructs a new operation method with the same values than the specified one except the dimensions.
DefaultOperationMethod(Map<String, ?>, Integer, Integer, ParameterDescriptorGroup) - Constructor for class DefaultOperationMethod
Constructs an operation method from a set of properties and a descriptor group.
DefaultParameterDescriptor<T> - Class in org.geotoolkit.parameter
The definition of a parameter used by an operation method.
DefaultParameterDescriptor(ParameterDescriptor<T>) - Constructor for class DefaultParameterDescriptor
Constructs a descriptor with the same values than the specified one.
DefaultParameterDescriptor(String, Class<T>, T[], T) - Constructor for class DefaultParameterDescriptor
Constructs a descriptor for a mandatory parameter having a set of valid values.
DefaultParameterDescriptor(Citation, String, Class<T>, T[], T, Comparable<T>, Comparable<T>, Unit<?>, boolean) - Constructor for class DefaultParameterDescriptor
Constructs a descriptor from an authority and a name.
DefaultParameterDescriptor(String, CharSequence, Class<T>, T, boolean) - Constructor for class DefaultParameterDescriptor
Constructs a descriptor from a name and a default value.
DefaultParameterDescriptor(Map<String, ?>, Class<T>, T[], T, Comparable<T>, Comparable<T>, Unit<?>, boolean) - Constructor for class DefaultParameterDescriptor
Constructs a descriptor from a set of properties.
DefaultParameterDescriptorGroup - Class in org.geotoolkit.parameter
The definition of a group of related parameters used by an operation method.
DefaultParameterDescriptorGroup(ParameterDescriptorGroup) - Constructor for class DefaultParameterDescriptorGroup
Constructs a group with the same values than the specified one.
DefaultParameterDescriptorGroup(String, GeneralParameterDescriptor...) - Constructor for class DefaultParameterDescriptorGroup
Constructs a parameter group from a name.
DefaultParameterDescriptorGroup(Citation, String, GeneralParameterDescriptor...) - Constructor for class DefaultParameterDescriptorGroup
Constructs a parameter group from a name and an authority.
DefaultParameterDescriptorGroup(Map<String, ?>, GeneralParameterDescriptor...) - Constructor for class DefaultParameterDescriptorGroup
Constructs a parameter group from a set of properties.
DefaultParameterDescriptorGroup(Map<String, ?>, int, int, GeneralParameterDescriptor...) - Constructor for class DefaultParameterDescriptorGroup
Constructs a parameter group from a set of properties.
DefaultPassThroughOperation - Class in org.geotoolkit.referencing.operation
A pass-through operation specifies that a subset of a coordinate tuple is subject to a specific coordinate operation.
DefaultPassThroughOperation(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, SingleOperation, int, int) - Constructor for class DefaultPassThroughOperation
Constructs a single operation from a set of properties.
DefaultPassThroughOperation(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, SingleOperation, MathTransform) - Constructor for class DefaultPassThroughOperation
Constructs a single operation from a set of properties and the given transform.
DefaultPlan - Class in org.geotoolkit.metadata.iso.acquisition
Designations for the planning information related to meeting the data acquisition requirements.
DefaultPlan() - Constructor for class DefaultPlan
Constructs an initially empty plan.
DefaultPlan(Plan) - Constructor for class DefaultPlan
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultPlanarProjection - Class in org.geotoolkit.referencing.operation
Base class for for azimuthal (or planar) map projections.
DefaultPlanarProjection(Conversion, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform) - Constructor for class DefaultPlanarProjection
Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.
DefaultPlanarProjection(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, OperationMethod) - Constructor for class DefaultPlanarProjection
Constructs a projection from a set of properties.
DefaultPlatform - Class in org.geotoolkit.metadata.iso.acquisition
Designation of the platform used to acquire the dataset.
DefaultPlatform() - Constructor for class DefaultPlatform
Constructs an initially empty platform.
DefaultPlatform(Platform) - Constructor for class DefaultPlatform
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultPlatformPass - Class in org.geotoolkit.metadata.iso.acquisition
Identification of collection coverage.
DefaultPlatformPass() - Constructor for class DefaultPlatformPass
Constructs an initially empty platform pass.
DefaultPlatformPass(PlatformPass) - Constructor for class DefaultPlatformPass
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultPolarCS - Class in org.geotoolkit.referencing.cs
A two-dimensional coordinate system in which position is specified by the distance from the origin and the angle between the line from the origin to a point and a reference direction.
DefaultPolarCS(PolarCS) - Constructor for class DefaultPolarCS
Constructs a new coordinate system with the same values than the specified one.
DefaultPolarCS(String, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultPolarCS
Constructs a two-dimensional coordinate system from a name.
DefaultPolarCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultPolarCS
Constructs a two-dimensional coordinate system from a set of properties.
DefaultPortrayalCatalogueReference - Class in org.geotoolkit.metadata.iso
Information identifying the portrayal catalogue used.
DefaultPortrayalCatalogueReference() - Constructor for class DefaultPortrayalCatalogueReference
Construct an initially empty portrayal catalogue reference.
DefaultPortrayalCatalogueReference(PortrayalCatalogueReference) - Constructor for class DefaultPortrayalCatalogueReference
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultPortrayalCatalogueReference(Collection<Citation>) - Constructor for class DefaultPortrayalCatalogueReference
Creates a portrayal catalogue reference initialized to the given values.
DefaultPrimeMeridian - Class in org.geotoolkit.referencing.datum
A prime meridian defines the origin from which longitude values are determined.
DefaultPrimeMeridian(PrimeMeridian) - Constructor for class DefaultPrimeMeridian
Constructs a new prime meridian with the same values than the specified one.
DefaultPrimeMeridian(String, double) - Constructor for class DefaultPrimeMeridian
Constructs a prime meridian from a name.
DefaultPrimeMeridian(String, double, Unit<Angle>) - Constructor for class DefaultPrimeMeridian
Constructs a prime meridian from a name.
DefaultPrimeMeridian(Map<String, ?>, double, Unit<Angle>) - Constructor for class DefaultPrimeMeridian
Constructs a prime meridian from a set of properties.
DefaultProcessing - Class in org.geotoolkit.metadata.iso.lineage
Comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step.
DefaultProcessing() - Constructor for class DefaultProcessing
Constructs an initially empty range element description.
DefaultProcessing(Processing) - Constructor for class DefaultProcessing
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultProcessStep - Class in org.geotoolkit.metadata.iso.lineage
Description of the event, including related parameters or tolerances.
DefaultProcessStep() - Constructor for class DefaultProcessStep
Creates an initially empty process step.
DefaultProcessStep(ProcessStep) - Constructor for class DefaultProcessStep
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultProcessStep(InternationalString) - Constructor for class DefaultProcessStep
Creates a process step initialized to the given description.
DefaultProcessStepReport - Class in org.geotoolkit.metadata.iso.lineage
Report of what occurred during the process step.
DefaultProcessStepReport() - Constructor for class DefaultProcessStepReport
Constructs an initially empty process step report.
DefaultProcessStepReport(ProcessStepReport) - Constructor for class DefaultProcessStepReport
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultProjectedCRS - Class in org.geotoolkit.referencing.crs
A 2D coordinate reference system used to approximate the shape of the earth on a planar surface.
DefaultProjectedCRS(ProjectedCRS) - Constructor for class DefaultProjectedCRS
Constructs a new projected CRS with the same values than the specified one.
DefaultProjectedCRS(String, GeographicCRS, MathTransform, CartesianCS) - Constructor for class DefaultProjectedCRS
Constructs a projected CRS from a name.
DefaultProjectedCRS(Map<String, ?>, GeographicCRS, MathTransform, CartesianCS) - Constructor for class DefaultProjectedCRS
Constructs a projected CRS from a set of properties.
DefaultProjectedCRS(Map<String, ?>, Conversion, GeographicCRS, MathTransform, CartesianCS) - Constructor for class DefaultProjectedCRS
Constructs a projected CRS from a defining conversion.
DefaultProjection - Class in org.geotoolkit.referencing.operation
A conversion transforming (longitude,latitude) coordinates to Cartesian coordinates (x,y).
DefaultProjection(Conversion, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform) - Constructor for class DefaultProjection
Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.
DefaultProjection(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, OperationMethod) - Constructor for class DefaultProjection
Constructs a projection from a set of properties.
DefaultQuantitativeAttributeAccuracy - Class in org.geotoolkit.metadata.iso.quality
Accuracy of quantitative attributes.
DefaultQuantitativeAttributeAccuracy() - Constructor for class DefaultQuantitativeAttributeAccuracy
Constructs an initially empty quantitative attribute accuracy.
DefaultQuantitativeAttributeAccuracy(QuantitativeAttributeAccuracy) - Constructor for class DefaultQuantitativeAttributeAccuracy
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultQuantitativeResult - Class in org.geotoolkit.metadata.iso.quality
Information about the value (or set of values) obtained from applying a data quality measure.
DefaultQuantitativeResult() - Constructor for class DefaultQuantitativeResult
Constructs an initially empty quantitative result.
DefaultQuantitativeResult(QuantitativeResult) - Constructor for class DefaultQuantitativeResult
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultQuantitativeResult(double[]) - Constructor for class DefaultQuantitativeResult
Constructs a quantitative result initialized to the specified value.
DefaultRangeDimension - Class in org.geotoolkit.metadata.iso.content
Information on the range of each dimension of a cell measurement value.
DefaultRangeDimension() - Constructor for class DefaultRangeDimension
Constructs an initially empty range dimension.
DefaultRangeDimension(RangeDimension) - Constructor for class DefaultRangeDimension
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultRangeElementDescription - Class in org.geotoolkit.metadata.iso.content
Description of specific range elements.
DefaultRangeElementDescription() - Constructor for class DefaultRangeElementDescription
Constructs an initially empty range element description.
DefaultRangeElementDescription(RangeElementDescription) - Constructor for class DefaultRangeElementDescription
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultRecordType - Class in org.geotoolkit.naming
Provides a record of data type in a manner similar to a strongly typed Map.
DefaultRecordType(RecordType) - Constructor for class DefaultRecordType
Creates a record with the same attributes that the given one.
DefaultRecordType(RecordSchema, TypeName, Map<MemberName, Type>) - Constructor for class DefaultRecordType
Creates a record with all member types specified.
DefaultReferenceIdentifier - Class in org.geotoolkit.referencing
An identification of a CoordinateReferenceSystem object.
DefaultReferenceIdentifier(ReferenceIdentifier) - Constructor for class DefaultReferenceIdentifier
Creates a new identifier from the specified one.
DefaultReferenceIdentifier(Citation, String, String) - Constructor for class DefaultReferenceIdentifier
Creates a new identifier from the specified code and authority.
DefaultReferenceIdentifier(Citation, String, String, String, InternationalString) - Constructor for class DefaultReferenceIdentifier
Creates a new identifier from the specified code and authority, with an optional version number and remarks.
DefaultReferenceIdentifier(Map<String, ?>) - Constructor for class DefaultReferenceIdentifier
Constructs an identifier from a set of properties.
DefaultRelativeInternalPositionalAccuracy - Class in org.geotoolkit.metadata.iso.quality
Closeness of the relative positions of features in the scope to their respective relative positions accepted as or being true.
DefaultRelativeInternalPositionalAccuracy() - Constructor for class DefaultRelativeInternalPositionalAccuracy
Constructs an initially empty relative internal positional accuracy.
DefaultRelativeInternalPositionalAccuracy(RelativeInternalPositionalAccuracy) - Constructor for class DefaultRelativeInternalPositionalAccuracy
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultRepresentativeFraction - Class in org.geotoolkit.metadata.iso.identification
A scale where denominator = 1 / scale.
DefaultRepresentativeFraction() - Constructor for class DefaultRepresentativeFraction
Default empty constructor.
DefaultRepresentativeFraction(RepresentativeFraction) - Constructor for class DefaultRepresentativeFraction
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultRepresentativeFraction(long) - Constructor for class DefaultRepresentativeFraction
Creates a new representative fraction from the specified denominator.
DefaultRequestedDate - Class in org.geotoolkit.metadata.iso.acquisition
Range of date validity.
DefaultRequestedDate() - Constructor for class DefaultRequestedDate
Constructs an initially empty requested date.
DefaultRequestedDate(RequestedDate) - Constructor for class DefaultRequestedDate
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultRequirement - Class in org.geotoolkit.metadata.iso.acquisition
Requirement to be satisfied by the planned data acquisition.
DefaultRequirement() - Constructor for class DefaultRequirement
Constructs an initially empty requirement.
DefaultRequirement(Requirement) - Constructor for class DefaultRequirement
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultResolution - Class in org.geotoolkit.metadata.iso.identification
Level of detail expressed as a scale factor or a ground distance.
DefaultResolution() - Constructor for class DefaultResolution
Constructs an initially empty Resolution.
DefaultResolution(Resolution) - Constructor for class DefaultResolution
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultResponsibleParty - Class in org.geotoolkit.metadata.iso.citation
Identification of, and means of communication with, person(s) and organizations associated with the dataset.
DefaultResponsibleParty() - Constructor for class DefaultResponsibleParty
Constructs an initially empty responsible party.
DefaultResponsibleParty(ResponsibleParty) - Constructor for class DefaultResponsibleParty
Constructs a new responsible party initialized to the values specified by the given object.
DefaultResponsibleParty(Role) - Constructor for class DefaultResponsibleParty
Constructs a responsibility party with the given role.
DefaultScope - Class in org.geotoolkit.metadata.iso.quality
Description of the data specified by the scope.
DefaultScope() - Constructor for class DefaultScope
Constructs an initially empty scope.
DefaultScope(Scope) - Constructor for class DefaultScope
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultScope(ScopeCode) - Constructor for class DefaultScope
Creates a scope initialized to the given level.
DefaultScopeDescription - Class in org.geotoolkit.metadata.iso.maintenance
Description of the class of information covered by the information.
DefaultScopeDescription() - Constructor for class DefaultScopeDescription
Creates an initially empty scope description.
DefaultScopeDescription(ScopeDescription) - Constructor for class DefaultScopeDescription
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultScopedName - Class in org.geotoolkit.naming
A composite of a name space (as a local name) and a generic name valid in that name space.
DefaultScopedName(NameSpace, List<? extends CharSequence>) - Constructor for class DefaultScopedName
Constructs a scoped name from the specified list of strings.
DefaultScopedName(GenericName, GenericName) - Constructor for class DefaultScopedName
Constructs a scoped name as the concatenation of the given generic names.
DefaultSecurityConstraints - Class in org.geotoolkit.metadata.iso.constraint
Handling restrictions imposed on the resource for national security or similar security concerns.
DefaultSecurityConstraints() - Constructor for class DefaultSecurityConstraints
Creates an initially empty security constraints.
DefaultSecurityConstraints(SecurityConstraints) - Constructor for class DefaultSecurityConstraints
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultSecurityConstraints(Classification) - Constructor for class DefaultSecurityConstraints
Creates a security constraints initialized with the specified classification.
DefaultSeries - Class in org.geotoolkit.metadata.iso.citation
Information about the series, or aggregate dataset, to which a dataset belongs.
DefaultSeries() - Constructor for class DefaultSeries
Constructs a default series.
DefaultSeries(Series) - Constructor for class DefaultSeries
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultSeries(CharSequence) - Constructor for class DefaultSeries
Constructs a series with the specified name.
DefaultServiceIdentification - Class in org.geotoolkit.metadata.iso.identification
Identification of capabilities which a service provider makes available to a service user through a set of interfaces that define a behaviour.
DefaultServiceIdentification() - Constructor for class DefaultServiceIdentification
Constructs an initially empty service identification.
DefaultServiceIdentification(ServiceIdentification) - Constructor for class DefaultServiceIdentification
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultSingleOperation - Class in org.geotoolkit.referencing.operation
A parameterized mathematical operation on coordinates that transforms or converts coordinates to another coordinate reference system.
DefaultSingleOperation(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, OperationMethod) - Constructor for class DefaultSingleOperation
Constructs an operation from a set of properties.
DefaultSource - Class in org.geotoolkit.metadata.iso.lineage
Information about the source data used in creating the data specified by the scope.
DefaultSource() - Constructor for class DefaultSource
Creates an initially empty source.
DefaultSource(Source) - Constructor for class DefaultSource
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultSource(InternationalString) - Constructor for class DefaultSource
Creates a source initialized with the given description.
DefaultSpatialTemporalExtent - Class in org.geotoolkit.metadata.iso.extent
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.
DefaultSpatialTemporalExtent() - Constructor for class DefaultSpatialTemporalExtent
Constructs an initially empty spatial-temporal extent.
DefaultSpatialTemporalExtent(SpatialTemporalExtent) - Constructor for class DefaultSpatialTemporalExtent
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultSpatialTemporalExtent(Date, Date, Collection<? extends GeographicExtent>) - Constructor for class DefaultSpatialTemporalExtent
Creates a spatial-temporal extent initialized to the specified values.
DefaultSphericalCS - Class in org.geotoolkit.referencing.cs
A three-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
DefaultSphericalCS(String, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultSphericalCS
Constructs a three-dimensional coordinate system from a name.
DefaultSphericalCS(SphericalCS) - Constructor for class DefaultSphericalCS
Constructs a new coordinate system with the same values than the specified one.
DefaultSphericalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultSphericalCS
Constructs a three-dimensional coordinate system from a set of properties.
DefaultStandardOrderProcess - Class in org.geotoolkit.metadata.iso.distribution
Common ways in which the resource may be obtained or received, and related instructions and fee information.
DefaultStandardOrderProcess() - Constructor for class DefaultStandardOrderProcess
Constructs an initially empty standard order process.
DefaultStandardOrderProcess(StandardOrderProcess) - Constructor for class DefaultStandardOrderProcess
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultTelephone - Class in org.geotoolkit.metadata.iso.citation
Telephone numbers for contacting the responsible individual or organization.
DefaultTelephone() - Constructor for class DefaultTelephone
Constructs a default telephone.
DefaultTelephone(Telephone) - Constructor for class DefaultTelephone
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultTemporalConsistency - Class in org.geotoolkit.metadata.iso.quality
Correctness of ordered events or sequences, if reported.
DefaultTemporalConsistency() - Constructor for class DefaultTemporalConsistency
Constructs an initially empty temporal consistency.
DefaultTemporalConsistency(TemporalConsistency) - Constructor for class DefaultTemporalConsistency
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultTemporalCRS - Class in org.geotoolkit.referencing.crs
A 1D coordinate reference system used for the recording of time.
DefaultTemporalCRS(TemporalCRS) - Constructor for class DefaultTemporalCRS
Constructs a new temporal CRS with the same values than the specified one.
DefaultTemporalCRS(TemporalDatum, TimeCS) - Constructor for class DefaultTemporalCRS
Constructs a temporal CRS with the same properties than the given datum.
DefaultTemporalCRS(String, TemporalDatum, TimeCS) - Constructor for class DefaultTemporalCRS
Constructs a temporal CRS from a name.
DefaultTemporalCRS(Map<String, ?>, TemporalDatum, TimeCS) - Constructor for class DefaultTemporalCRS
Constructs a temporal CRS from a set of properties.
DefaultTemporalDatum - Class in org.geotoolkit.referencing.datum
A temporal datum defines the origin of a temporal coordinate reference system.
DefaultTemporalDatum(TemporalDatum) - Constructor for class DefaultTemporalDatum
Constructs a new datum with the same values than the specified one.
DefaultTemporalDatum(String, Date) - Constructor for class DefaultTemporalDatum
Constructs a temporal datum from a name.
DefaultTemporalDatum(Map<String, ?>, Date) - Constructor for class DefaultTemporalDatum
Constructs a temporal datum from a set of properties.
DefaultTemporalExtent - Class in org.geotoolkit.metadata.iso.extent
Time period covered by the content of the dataset.
DefaultTemporalExtent() - Constructor for class DefaultTemporalExtent
Constructs an initially empty temporal extent.
DefaultTemporalExtent(TemporalExtent) - Constructor for class DefaultTemporalExtent
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultTemporalExtent(Envelope) - Constructor for class DefaultTemporalExtent
Constructs a temporal extent from the specified envelope.
DefaultTemporalExtent(Date, Date) - Constructor for class DefaultTemporalExtent
Creates a temporal extent initialized to the specified values.
DefaultTemporalValidity - Class in org.geotoolkit.metadata.iso.quality
Validity of data specified by the scope with respect to time.
DefaultTemporalValidity() - Constructor for class DefaultTemporalValidity
Constructs an initially empty temporal validity.
DefaultTemporalValidity(TemporalValidity) - Constructor for class DefaultTemporalValidity
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultThematicClassificationCorrectness - Class in org.geotoolkit.metadata.iso.quality
Comparison of the classes assigned to features or their attributes to a universe of discourse.
DefaultThematicClassificationCorrectness() - Constructor for class DefaultThematicClassificationCorrectness
Constructs an initially empty thematic classification correctness.
DefaultThematicClassificationCorrectness(ThematicClassificationCorrectness) - Constructor for class DefaultThematicClassificationCorrectness
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultTimeCS - Class in org.geotoolkit.referencing.cs
A one-dimensional coordinate system containing a single time axis, used to describe the temporal position of a point in the specified time units from a specified time origin.
DefaultTimeCS(TimeCS) - Constructor for class DefaultTimeCS
Constructs a new coordinate system with the same values than the specified one.
DefaultTimeCS(String, CoordinateSystemAxis) - Constructor for class DefaultTimeCS
Constructs a coordinate system from a name.
DefaultTimeCS(Map<String, ?>, CoordinateSystemAxis) - Constructor for class DefaultTimeCS
Constructs a coordinate system from a set of properties.
DefaultTopologicalConsistency - Class in org.geotoolkit.metadata.iso.quality
Correctness of the explicitly encoded topological characteristics of the dataset as described by the scope.
DefaultTopologicalConsistency() - Constructor for class DefaultTopologicalConsistency
Constructs an initially empty topological consistency.
DefaultTopologicalConsistency(TopologicalConsistency) - Constructor for class DefaultTopologicalConsistency
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultTransformation - Class in org.geotoolkit.referencing.operation
An operation on coordinates that usually includes a change of datum.
DefaultTransformation(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform, OperationMethod) - Constructor for class DefaultTransformation
Constructs a transformation from a set of properties.
DefaultTreeModel - Class in org.geotoolkit.gui.swing.tree
A default tree model with the DefaultTreeModel.toString() method overridden.
DefaultTreeModel(TreeNode) - Constructor for class DefaultTreeModel
Creates a tree in which any node can have children.
DefaultTreeModel(TreeNode, boolean) - Constructor for class DefaultTreeModel
Creates a tree specifying whether any node can have children, or whether only certain nodes can have children.
DefaultTypeName - Class in org.geotoolkit.naming
The name of an attribute type.
DefaultTypeName(NameSpace, CharSequence) - Constructor for class DefaultTypeName
Constructs a type name from the given character sequence.
DefaultUsability - Class in org.geotoolkit.metadata.iso.quality
Degree of adherence of a dataset to a specific set of user requirements.
DefaultUsability() - Constructor for class DefaultUsability
Constructs an initially empty usability.
DefaultUsability(Usability) - Constructor for class DefaultUsability
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultUsage - Class in org.geotoolkit.metadata.iso.identification
Brief description of ways in which the resource(s) is/are currently used.
DefaultUsage() - Constructor for class DefaultUsage
Constructs an initially empty usage.
DefaultUsage(Usage) - Constructor for class DefaultUsage
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultUsage(InternationalString, Collection<ResponsibleParty>) - Constructor for class DefaultUsage
Creates an usage initialized to the specified values.
DefaultUserDefinedCS - Class in org.geotoolkit.referencing.cs
A two- or three-dimensional coordinate system that consists of any combination of coordinate axes not covered by any other Coordinate System type.
DefaultUserDefinedCS(UserDefinedCS) - Constructor for class DefaultUserDefinedCS
Constructs a new coordinate system with the same values than the specified one.
DefaultUserDefinedCS(String, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultUserDefinedCS
Constructs a two-dimensional coordinate system from a name.
DefaultUserDefinedCS(String, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultUserDefinedCS
Constructs a three-dimensional coordinate system from a name.
DefaultUserDefinedCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultUserDefinedCS
Constructs a two-dimensional coordinate system from a set of properties.
DefaultUserDefinedCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultUserDefinedCS
Constructs a three-dimensional coordinate system from a set of properties.
DefaultVectorSpatialRepresentation - Class in org.geotoolkit.metadata.iso.spatial
Information about the vector spatial objects in the dataset.
DefaultVectorSpatialRepresentation() - Constructor for class DefaultVectorSpatialRepresentation
Constructs an initially empty vector spatial representation.
DefaultVectorSpatialRepresentation(VectorSpatialRepresentation) - Constructor for class DefaultVectorSpatialRepresentation
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultVerticalCRS - Class in org.geotoolkit.referencing.crs
A 1D coordinate reference system used for recording heights or depths.
DefaultVerticalCRS(VerticalCRS) - Constructor for class DefaultVerticalCRS
Constructs a new vertical CRS with the same values than the specified one.
DefaultVerticalCRS(VerticalDatum, VerticalCS) - Constructor for class DefaultVerticalCRS
Constructs a vertical CRS with the same properties than the given datum.
DefaultVerticalCRS(String, VerticalDatum, VerticalCS) - Constructor for class DefaultVerticalCRS
Constructs a vertical CRS from a name.
DefaultVerticalCRS(Map<String, ?>, VerticalDatum, VerticalCS) - Constructor for class DefaultVerticalCRS
Constructs a vertical CRS from a set of properties.
DefaultVerticalCS - Class in org.geotoolkit.referencing.cs
A one-dimensional coordinate system used to record the heights (or depths) of points.
DefaultVerticalCS(VerticalCS) - Constructor for class DefaultVerticalCS
Constructs a new coordinate system with the same values than the specified one.
DefaultVerticalCS(CoordinateSystemAxis) - Constructor for class DefaultVerticalCS
Constructs a coordinate system with the same properties than the specified axis.
DefaultVerticalCS(String, CoordinateSystemAxis) - Constructor for class DefaultVerticalCS
Constructs a coordinate system from a name.
DefaultVerticalCS(Map<String, ?>, CoordinateSystemAxis) - Constructor for class DefaultVerticalCS
Constructs a coordinate system from a set of properties.
DefaultVerticalDatum - Class in org.geotoolkit.referencing.datum
A textual description and/or a set of parameters identifying a particular reference level surface used as a zero-height surface.
DefaultVerticalDatum(String, VerticalDatumType) - Constructor for class DefaultVerticalDatum
Constructs a vertical datum from a name.
DefaultVerticalDatum(VerticalDatum) - Constructor for class DefaultVerticalDatum
Constructs a new datum with the same values than the specified one.
DefaultVerticalDatum(Map<String, ?>, VerticalDatumType) - Constructor for class DefaultVerticalDatum
Constructs a vertical datum from a set of properties.
DefaultVerticalExtent - Class in org.geotoolkit.metadata.iso.extent
Vertical domain of dataset.
DefaultVerticalExtent() - Constructor for class DefaultVerticalExtent
Constructs an initially empty vertical extent.
DefaultVerticalExtent(VerticalExtent) - Constructor for class DefaultVerticalExtent
Constructs a metadata entity initialized with the values from the specified metadata.
DefaultVerticalExtent(Envelope) - Constructor for class DefaultVerticalExtent
Constructs a vertical extent from the specified envelope.
DefaultVerticalExtent(Double, Double, VerticalCRS) - Constructor for class DefaultVerticalExtent
Creates a vertical extent initialized to the specified values.
DeferredPlanarImage - Class in org.geotoolkit.image
A tiled image to be used by renderer when the actual image may take a while to compute.
DeferredPlanarImage(RenderedImage) - Constructor for class DeferredPlanarImage
Constructs a new instance of DeferredPlanarImage.
DeferringIterator<E> - Class in org.geotoolkit.util.collection
An iterator deferring to the iteration end any object which comply to some criterion.
DeferringIterator(Iterator<E>) - Constructor for class DeferringIterator
Creates a new deferring iterator.
DefiningConversion - Class in org.geotoolkit.referencing.operation
A conversion used for the definition of a derived CRS (including projections).
DefiningConversion(String, ParameterValueGroup) - Constructor for class DefiningConversion
Convenience constructor for creating a defining conversion with a default operation method.
DefiningConversion(Map<String, ?>, OperationMethod, ParameterValueGroup) - Constructor for class DefiningConversion
Constructs a conversion from a set of parameters.
DefiningConversion(Map<String, ?>, OperationMethod, MathTransform) - Constructor for class DefiningConversion
Constructs a conversion from a math transform.
definitions() - Method in class WKTFormat
Returns a map of short identifiers to substitute by WKT string before parsing.
DeformableViewer - Interface in org.geotoolkit.gui.swing
An interface for viewers that may be deformed by some artefacts.
DEGREE - Static variable in class WarpPolynomial
Deprecated. Invoke WarpPolynomial.PARAMETERS.descriptor(String) instead.
DEGREE_MINUTE_SECOND - Static variable in class Units
Pseudo-unit for degree - minute - second.
degrees() - Method in class Angle
Returns the angle value in decimal degrees.
DEGREES_FIELD - Static variable in class AngleFormat
Constant for degrees field.
delegate() - Method in class NetcdfAxis
Returns the wrapped NetCDF axis.
delegate() - Method in class NetcdfCRS
Returns the wrapped NetCDF coordinate system.
delegate() - Method in class NetcdfIdentifiedObject
Returns the wrapped NetCDF object on which operations are delegated.
delegate() - Method in class NetcdfProjection
Returns the NetCDF projection wrapped by this adapter.
deltaTransform(MathTransform, DirectPosition, double...) - Static method in class CRS
Transforms the given relative distance using the given transform.
denominator() - Method in class Fraction
Returns the denominator.
density(double, double, double) - Static method in class SeaWater
Computes density as a function of salinity, temperature and pressure.
densitySigmaT(double, double, double) - Static method in class SeaWater
Computes density sigma-T as a function of salinity, temperature and pressure.
Deprecable - Interface in org.geotoolkit.util
Interface of classes for which deprecated instances may exist.
depth() - Method in class AbstractName
Indicates the number of levels specified by this name.
depth() - Method in class DefaultLocalName
Returns the depth, which is always 1 for a local name.
depth(double, double) - Static method in class SeaWater
Computes depth as a function of pressure and latitude.
DEPTH - Static variable in class DefaultCoordinateSystemAxis
The default axis for depth.
DEPTH - Static variable in class DefaultVerticalCS
A one-dimensional vertical CS with depth axis in metres.
depth() - Method in class NamedIdentifier
Returns the depth of this name within the namespace hierarchy.
derivative(UnitConverter, double) - Static method in class Units
Returns an estimation of the derivative of the given converter at the given value.
derivative(Point2D) - Method in class AbstractMathTransform
Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in class AbstractMathTransform
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class AbstractMathTransform.Inverse
Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in class AbstractMathTransform.Inverse
Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in class AbstractMathTransform1D
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class AffineTransform2D
Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in class AffineTransform2D
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class ConcatenatedTransform
Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in class ConcatenatedTransform
Gets the derivative of this transform at a point.
derivative(double) - Method in class ExponentialTransform1D
Gets the derivative of this function at a value.
derivative(DirectPosition) - Method in class GeocentricTransform
Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in class IdentityTransform
Deprecated. Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in class LinearTransform1D
Gets the derivative of this transform at a point.
derivative(double) - Method in class LinearTransform1D
Gets the derivative of this function at a value.
derivative(double) - Method in class LogarithmicTransform1D
Gets the derivative of this function at a value.
derivative(DirectPosition) - Method in class MolodenskyTransform
Computes the derivative at the given position.
derivative(Point2D) - Method in class MolodenskyTransform
Computes the derivative at the given position, assuming a height of zero.
derivative(DirectPosition) - Method in class PassThroughTransform
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class ProjectiveTransform
Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in class ProjectiveTransform
Gets the derivative of this transform at a point.
derivativeAndTransform(MathTransform, double[], int, double[], int) - Static method in class MathTransforms
A buckle method for calculating derivative and coordinate transformation in a single step.
deriveCategory(Category[], OperationJAI.Parameters) - Method in class GradientMagnitude
Derives the quantitative category for a band in the destination image.
deriveCategory(Category[], OperationJAI.Parameters) - Method in class OperationJAI
Deprecated. Returns the quantitative category for a single sample dimension in the target grid coverage.
DerivedMap<BK,K,V> - Class in org.geotoolkit.util.collection
A map whose keys are derived from an other map.
DerivedMap(Map<BK, V>, Class<K>) - Constructor for class DerivedMap
Creates a new derived map from the specified base map.
DerivedSet<B,E> - Class in org.geotoolkit.util.collection
A set whose values are derived from an other set.
DerivedSet(Set<B>, Class<E>) - Constructor for class DerivedSet
Creates a new derived set from the specified base set.
derivedToBase(K) - Method in class DerivedMap
Transforms a key from this derived map to a key in the DerivedMap.base map.
derivedToBase(E) - Method in class DerivedSet
Transforms a value in this set to a value in the DerivedSet.base set.
deriveGridCoverage(GridCoverage2D[], OperationJAI.Parameters) - Method in class GradientMagnitude
Applies the operation on grid coverage.
deriveGridCoverage(GridCoverage2D[], OperationJAI.Parameters) - Method in class OperationJAI
Deprecated. Applies a JAI operation to a grid coverage.
deriveName(GridCoverage2D[], int, OperationJAI.Parameters) - Method in class OperationJAI
Deprecated. Returns a name for the target grid coverage based on the given sources.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class Absolute
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class AddConst
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class DivideByConst
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class Exp
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class Invert
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class Log
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class MultiplyConst
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class Rescale
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class SubtractConst
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class SubtractFromConst
Returns the expected range of values for the resulting image.
deriveRange(NumberRange<?>[], OperationJAI.Parameters) - Method in class OperationJAI
Deprecated. Returns the range of value for a single sample dimension in the target grid coverage.
deriveSampleDimension(GridSampleDimension[][], OperationJAI.Parameters) - Method in class BilevelOperation
Derives the GridSampleDimensions for the destination image.
deriveSampleDimension(GridSampleDimension[][], OperationJAI.Parameters) - Method in class FilterOperation
Returns the target sample dimensions.
deriveSampleDimension(GridSampleDimension[][], OperationJAI.Parameters) - Method in class OperationJAI
Deprecated. Returns the sample dimensions for the target grid coverage.
deriveUnit(Unit<?>[], OperationJAI.Parameters) - Method in class GradientMagnitude
Derives the unit of data for a band in the destination image.
deriveUnit(Unit<?>[], OperationJAI.Parameters) - Method in class OperationJAI
Deprecated. Returns the unit of data for a single sample dimension in the target grid coverage.
descriptor - Variable in class AbstractOperation
The parameters descriptor.
descriptor(String) - Method in class DefaultParameterDescriptorGroup
Returns the first parameter in this group for the specified identifier code.
descriptor - Variable in class ImagingParameterDescriptors
The Java Advanced Imaging parameter descriptor.
descriptor(String) - Method in class MatrixParameterDescriptors
Returns the parameter in this group for the specified name.
descriptor(int, int) - Method in class MatrixParameterDescriptors
Returns the parameter in this group for a matrix element at the specified index. row and column indices are 0 based.
descriptor(String) - Method in class MatrixParameters
Returns the parameter in this group for the specified name.
descriptors() - Method in class DefaultParameterDescriptorGroup
Returns the parameters in this group.
descriptors() - Method in class MatrixParameterDescriptors
Returns the parameters in this group.
descriptors() - Method in class MatrixParameters
Returns the parameters descriptors in this group.
Dialog - Interface in org.geotoolkit.gui.swing
Interface for widgets that can be used as a dialog box.
DIFFERENCE_FILE - Static variable in class NTv2
Deprecated. Invoke NTv2.PARAMETERS.descriptor(String) instead.
DIM - Static variable in class EllipsoidToGeocentric
Deprecated. Invoke EllipsoidToGeocentric.PARAMETERS.descriptor(String) instead.
DIM - Static variable in class GeocentricToEllipsoid
Deprecated. Invoke GeocentricToEllipsoid.PARAMETERS.descriptor(String) instead.
DIM - Static variable in class Molodensky
Deprecated. Invoke Molodensky.PARAMETERS.descriptor(String) instead.
dimensionFilter(int, int[]) - Static method in class MathTransforms
Creates an affine transform that keep only a subset of the source ordinate values.
DimensionFilter - Class in org.geotoolkit.referencing.operation.transform
A utility class for the separation of concatenation of pass through transforms.
DimensionFilter() - Constructor for class DimensionFilter
Constructs a dimension filter with the default math transform factory.
DimensionFilter(Hints) - Constructor for class DimensionFilter
Constructs a dimension filter with a math transform factory built using the provided hints.
DimensionFilter(MathTransformFactory) - Constructor for class DimensionFilter
Constructs a dimension filter with the specified factory.
DimensionIdentification - Class in org.geotoolkit.image.io
Identifies a domain dimension by its index, its name or its axis direction.
DimensionIdentification(DimensionSet, DimensionSlice.API) - Constructor for class DimensionIdentification
Creates a new DimensionIdentification instance for the given API.
DimensionSet - Class in org.geotoolkit.image.io
The set of DimensionIdentification instances managed by a given MultidimensionalImageStore instance.
DimensionSet(MultidimensionalImageStore) - Constructor for class DimensionSet
Creates a new DimensionSet instance for the given image reader or writer.
DimensionSlice - Class in org.geotoolkit.image.io
Tuple of a dimension identifier and index in that dimension for a slice to read or write in a data file.
DimensionSlice(DimensionSlice) - Constructor for class DimensionSlice
Creates a new instance initialized to the same values than the given instance.
DimensionSlice.API - Enum in org.geotoolkit.image.io
The standard Java API used for selecting the slice to read or write in a particular dimension.
DirectAuthorityFactory - Class in org.geotoolkit.referencing.factory
The base class for authority factories that create referencing object directly.
DirectAuthorityFactory(ReferencingFactoryContainer) - Constructor for class DirectAuthorityFactory
Constructs an instance using the specified set of factories.
DirectAuthorityFactory(Hints) - Constructor for class DirectAuthorityFactory
Constructs an instance using the specified hints.
DirectEpsgFactory - Class in org.geotoolkit.referencing.factory.epsg
A CRS authority factory backed by the EPSG database tables.
DirectEpsgFactory(Hints, Connection) - Constructor for class DirectEpsgFactory
Creates a factory using the given connection.
DirectPosition1D - Class in org.geotoolkit.geometry
Holds the coordinates for a one-dimensional position within some coordinate reference system.
DirectPosition1D() - Constructor for class DirectPosition1D
Constructs a position initialized to (0) with a null coordinate reference system.
DirectPosition1D(CoordinateReferenceSystem) - Constructor for class DirectPosition1D
Constructs a position with the specified coordinate reference system.
DirectPosition1D(double) - Constructor for class DirectPosition1D
Constructs a 1D position from the specified ordinate.
DirectPosition1D(DirectPosition) - Constructor for class DirectPosition1D
Constructs a position initialized to the same values than the specified point.
DirectPosition1D(String) - Constructor for class DirectPosition1D
Constructs a position initialized to the values parsed from the given string in Well Known Text (WKT) format.
DirectPosition2D - Class in org.geotoolkit.geometry
Holds the coordinates for a two-dimensional position within some coordinate reference system.
DirectPosition2D() - Constructor for class DirectPosition2D
Constructs a position initialized to (0,0) with a null coordinate reference system.
DirectPosition2D(CoordinateReferenceSystem) - Constructor for class DirectPosition2D
Constructs a position with the specified coordinate reference system.
DirectPosition2D(double, double) - Constructor for class DirectPosition2D
Constructs a 2D position from the specified ordinates.
DirectPosition2D(CoordinateReferenceSystem, double, double) - Constructor for class DirectPosition2D
Constructs a 2D position from the specified ordinates in the specified CRS.
DirectPosition2D(Point2D) - Constructor for class DirectPosition2D
Constructs a position from the specified Point2D.
DirectPosition2D(DirectPosition) - Constructor for class DirectPosition2D
Constructs a position initialized to the same values than the specified point.
DirectPosition2D(String) - Constructor for class DirectPosition2D
Constructs a position initialized to the values parsed from the given string in Well Known Text (WKT) format.
DirectPostgisFactory - Class in org.geotoolkit.referencing.factory.wkt
An authority factory creating CRS from the "spatial_ref_sys" table in a spatial SQL database.
DirectPostgisFactory(Hints, Connection) - Constructor for class DirectPostgisFactory
Creates a factory using the given connection.
DiscreteCoordinateSystemAxis - Interface in org.geotoolkit.referencing.cs
Interface for coordinate systems axes having a finite number of discrete ordinate values.
DiscreteReferencingFactory - Class in org.geotoolkit.referencing.cs
Factory methods for creating DiscreteCoordinateSystemAxis and derived objects.
DisjointCoverageDomainException - Exception in org.geotoolkit.coverage.io
Thrown when the envelope parameter given to a GridCoverageReader does not intersect the envelope of the stored coverage.
DisjointCoverageDomainException() - Constructor for exception DisjointCoverageDomainException
Creates an exception with no cause and no details message.
DisjointCoverageDomainException(String) - Constructor for exception DisjointCoverageDomainException
Creates an exception with the specified details message.
DisjointCoverageDomainException(Throwable) - Constructor for exception DisjointCoverageDomainException
Creates an exception with the specified cause and no details message.
DisjointCoverageDomainException(String, Throwable) - Constructor for exception DisjointCoverageDomainException
Creates an exception with the specified details message and cause.
DisjointLists - Class in org.geotoolkit.gui.swing
A widget showing selected and unselected items in two disjoint lists.
DisjointLists() - Constructor for class DisjointLists
Constructs a new, initially empty, list.
DisjointSet<E> - Class in org.geotoolkit.util.collection
A set which is disjoint from others DisjointSets.
DisjointSet() - Constructor for class DisjointSet
Construct a initially empty set.
DisjointSet(boolean) - Constructor for class DisjointSet
Constructs a initially empty set with an optional trash set.
DisjointSet(DisjointSet<E>) - Constructor for class DisjointSet
Constructs a new set mutually exclusive with the specified set.
DISPLAY - Static variable in class DefaultCartesianCS
A two-dimensional Cartesian CS with display x, display y axis.
DISPLAY_X - Static variable in class DefaultCoordinateSystemAxis
A default axis for x values in a display device.
DISPLAY_Y - Static variable in class DefaultCoordinateSystemAxis
A default axis for y values in a display device.
displayLocale - Variable in class MetadataTreeFormat
The locale to use for international string formatting.
Disposable - Interface in org.geotoolkit.util
Interface of classes providing a Disposable.dispose() method.
dispose(boolean) - Method in class AbstractCoverage
Provides a hint that a coverage will no longer be accessed from a reference in user space.
dispose(boolean) - Method in class GridCoverage2D
Provides a hint that a coverage will no longer be accessed from a reference in user space.
dispose() - Method in class GridCoverageReader
Allows any resources held by this reader to be released.
dispose() - Method in class GridCoverageStore
Allows any resources held by this reader or writer to be released.
dispose() - Method in class GridCoverageWriter
Allows any resources held by this writer to be released.
dispose() - Method in class ImageCoverageReader
Allows any resources held by this reader to be released.
dispose() - Method in class ImageCoverageWriter
Allows any resources held by this writer to be released.
dispose() - Method in class ImageReaderAdapter
Disposes this image reader and the wrapped GridCoverageReader.
dispose() - Method in class CoverageDatabase
Disposes the resources used by this database.
dispose() - Method in class LayerCoverageReader
Allows any resources held by this reader to be released.
dispose(boolean) - Method in class Factory
Disposes resources used by this factory.
dispose() - Method in class LoggingPanel
Frees any resources used by this LoggingPanel.
dispose() - Method in class ProgressWindow
Releases any resource holds by this window.
dispose() - Method in interface Window
Releases the resources used by this window.
dispose() - Method in class DeferredPlanarImage
Provides a hint that this image will no longer be accessed from a reference in user space.
dispose() - Method in class ImageReaderAdapter
Allows any resources held by this object to be released.
dispose() - Method in class ImageWriterAdapter
Allows any resources held by this object to be released.
dispose() - Method in class MosaicImageReader
Allows any resources held by this reader to be released.
dispose() - Method in class MosaicImageWriter
Disposes resources held by this writer.
dispose() - Method in class AsciiGridReader
Allows any resources held by this reader to be released.
dispose() - Method in class SpatialImageReader
Allows any resources held by this reader to be released.
dispose() - Method in class SpatialImageWriter
Allows any resources held by this writer to be released.
dispose(boolean) - Method in class AbstractAuthorityFactory
Releases resources immediately instead of waiting for the garbage collector.
dispose(boolean) - Method in class CachingAuthorityFactory
Releases resources immediately instead of waiting for the garbage collector.
dispose(boolean) - Method in class DirectEpsgFactory
Closes the JDBC connection used by this factory.
dispose(boolean) - Method in class ThreadedEpsgFactory
Releases resources immediately instead of waiting for the garbage collector.
dispose(boolean) - Method in class ThreadedAuthorityFactory
Releases resources immediately instead of waiting for the garbage collector.
dispose(boolean) - Method in class TransformedAuthorityFactory
Releases resources immediately instead of waiting for the garbage collector.
dispose(boolean) - Method in class DirectPostgisFactory
Closes the JDBC connection used by this factory.
dispose(boolean) - Method in class PropertyAuthorityFactory
Disposes the resources used by this factory.
dispose(boolean) - Method in class WKTParsingAuthorityFactory
Releases resources immediately instead of waiting for the garbage collector.
dispose() - Method in interface Disposable
Allows any resources held by this object to be released.
distance(double[], double[]) - Method in class AbstractCRS
Computes the distance between two points.
distance(double[], double[]) - Method in class DefaultGeographicCRS
Computes the orthodromic distance between two points.
distance(double[], double[]) - Method in class AbstractCS
Computes the distance between two points.
distance(double[], double[]) - Method in class DefaultCartesianCS
Computes the distance between two points.
distance(double[], double[]) - Method in class DefaultLinearCS
Computes the distance between two points.
distance(double[], double[]) - Method in class DefaultTimeCS
Computes the time difference between two points.
distance(double[], double[]) - Method in class DefaultVerticalCS
Computes the distance between two points.
divide(RenderedImage) - Method in class ImageWorker
Deprecated. Divides every pixels of the given image to the current image.
divide(Complex, Complex) - Method in class Complex
Divides one complex number by another.
divide(Fraction) - Method in class Fraction
Divides this fraction by the given fraction.
divideBy(Coverage, double...) - Method in class Operations
Divides every sample values of the source coverage by constants (one for each band).
divideBy(double[]) - Method in class ImageWorker
Deprecated. Divides every pixels in the current image by the given constants.
DivideByConst - Class in org.geotoolkit.coverage.processing.operation
Divides every sample values of the source coverage by constants (one for each band).
DivideByConst() - Constructor for class DivideByConst
Constructs a default "DivideByConst" operation.
divisors(int) - Static method in class XMath
Returns the divisors of the specified number as positive integers.
doLayout() - Method in class LoggingPanel
Layout this component.
domainOfValidity - Variable in class AbstractCoordinateOperation
Area in which this operation is valid, or null if not available.
done(TileManager) - Method in class MosaicBuilderEditor
Notifies that a TileManager has been created from the parameter edited in this widget.
done(TileManager) - Method in interface MosaicPerformanceGraph.Delayed
Invoked on the Swing thread after the profiling has been completed.
doOperation(ParameterValueGroup) - Method in class AbstractCoverageProcessor
Applies an operation.
doOperation(ParameterValueGroup, Hints) - Method in class AbstractOperation
Applies a process operation to a coverage.
doOperation(ParameterValueGroup) - Method in class CachingCoverageProcessor
Applies an operation.
doOperation(ParameterValueGroup) - Method in class DefaultCoverageProcessor
Applies a process operation to a coverage.
doOperation(ParameterValueGroup, Hints) - Method in class IndexColorOperation
Performs the color transformation.
doOperation(ParameterValueGroup, Hints) - Method in class Interpolate
Applies an interpolation to a grid coverage.
doOperation(ParameterValueGroup, Hints) - Method in class Resample
Resamples a grid coverage.
doOperation(ParameterValueGroup, Hints) - Method in class SelectSampleDimension
Applies the band select operation to a grid coverage.
doOperation(ParameterValueGroup, Hints) - Method in class OperationJAI
Deprecated. Applies a process operation to a grid coverage.
doOperation(String, Coverage) - Method in class Operations
Applies a process operation with default parameters.
doOperation(String, Coverage, String, Object) - Method in class Operations
Applies a process operation with one parameter.
doOperation(String, Coverage, String, Object, String, Object) - Method in class Operations
Applies process operation with two parameters.
doOperation(String, Coverage, String, Object, String, Object, String, Object) - Method in class Operations
Applies a process operation with three parameters.
doOperation(String, Coverage, String, Object, String, Object, String, Object, String, Object) - Method in class Operations
Applies a process operation with four parameters.
doOperation(String, Coverage, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class Operations
Applies a process operation with five parameters.
doOperation(String, Coverage, String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Method in class Operations
Applies a process operation with six parameters.
DOUBLE - Static variable in class Numbers
Constants to be used in switch statements.
DOUBLE_HORIZONTAL_LINE - Static variable in class TableWriter
A line separator for TableWriter.nextLine(char).
DOUBLE_VERTICAL_LINE - Static variable in class TableWriter
A column separator for constructor.
DoubleDimension2D - Class in org.geotoolkit.display.shape
Implements Dimension2D using double-precision floating point values.
DoubleDimension2D() - Constructor for class DoubleDimension2D
Constructs a new dimension initialized to (0,0).
DoubleDimension2D(Dimension2D) - Constructor for class DoubleDimension2D
Constructs a new dimension initialized to the given dimension.
DoubleDimension2D(double, double) - Constructor for class DoubleDimension2D
Constructs a new dimension with the specified values.
doubleValue() - Method in class Fraction
Returns the fraction as a floating point number.
doubleValue(int) - Method in class Vector
Returns the value at the given index as a double.
doubleValue() - Method in class Measure
Returns the scalar value.
doubleValue() - Method in class DefaultRepresentativeFraction
Returns the scale in a form usable for computation.
doubleValue(Unit<?>) - Method in class FloatParameter
Returns the numeric value of the coordinate operation parameter in the specified unit of measure.
doubleValue() - Method in class FloatParameter
Returns the numeric value represented by this operation parameter.
doubleValue(Unit<?>) - Method in class Parameter
Returns the numeric value of the coordinate operation parameter in the specified unit of measure.
doubleValue() - Method in class Parameter
Returns the numeric value represented by this operation parameter.
doubleValue(ParameterDescriptor<?>, ParameterValueGroup) - Static method in class Parameters
Returns the parameter value as a floating point number for the given descriptor.
doubleValueList(Unit<?>) - Method in class FloatParameter
Wraps the value in an array of length 0 or 1.
doubleValueList() - Method in class FloatParameter
Wraps the value in an array of length 0 or 1.
doubleValueList(Unit<?>) - Method in class Parameter
Returns an ordered sequence of numeric values in the specified unit of measure.
doubleValueList() - Method in class Parameter
Returns an ordered sequence of two or more numeric values of an operation parameter list, where each value has the same associated unit of measure.
doubleValueList(ParameterDescriptor<?>, ParameterValueGroup) - Static method in class Parameters
Returns the parameter value as a list of floating point numbers for the given descriptor.
dst - Variable in class TransfertRectIter
The iterator to use for writing to the destination destination.
DUBLIN_JULIAN - Static variable in class DefaultTemporalCRS
Time measured in days since December 31, 1899 at 12:00 UTC.
DUBLIN_JULIAN - Static variable in class DefaultTemporalDatum
Datum for time measured since December 31, 1899 at 12:00 UTC.
dx - Variable in class PixelTranslation
The translation among the x axis relative to pixel center.
dx - Variable in class BursaWolfParameters
Bursa Wolf shift in meters.
DX - Static variable in class Molodensky
Deprecated. Invoke Molodensky.PARAMETERS.descriptor(String) instead.
DX - Static variable in class PositionVector7Param
Deprecated. Invoke PositionVector7Param.PARAMETERS.descriptor(String) instead.
dy - Variable in class PixelTranslation
The translation among the y axis relative to pixel center.
dy - Variable in class BursaWolfParameters
Bursa Wolf shift in meters.
DY - Static variable in class Molodensky
Deprecated. Invoke Molodensky.PARAMETERS.descriptor(String) instead.
DY - Static variable in class PositionVector7Param
Deprecated. Invoke PositionVector7Param.PARAMETERS.descriptor(String) instead.
DynamicFactoryRegistry - Class in org.geotoolkit.factory
A factory registry having the additional capability to create new factory instances on the fly.
DynamicFactoryRegistry(Class<?>) - Constructor for class DynamicFactoryRegistry
Constructs a new registry for the specified category.
DynamicFactoryRegistry(Class<?>[]) - Constructor for class DynamicFactoryRegistry
Constructs a new registry for the specified categories.
DynamicFactoryRegistry(Collection<Class<?>>) - Constructor for class DynamicFactoryRegistry
Constructs a new registry for the specified categories.
dz - Variable in class BursaWolfParameters
Bursa Wolf shift in meters.
DZ - Static variable in class Molodensky
Deprecated. Invoke Molodensky.PARAMETERS.descriptor(String) instead.
DZ - Static variable in class PositionVector7Param
Deprecated. Invoke PositionVector7Param.PARAMETERS.descriptor(String) instead.

E

EarthGravitationalModel - Class in org.geotoolkit.referencing.operation.transform
Transforms vertical coordinates using coefficients from the Earth Gravitational Model.
EarthGravitationalModel() - Constructor for class EarthGravitationalModel
Creates a model for the WGS84 datum with the default maximum degree and order.
EarthGravitationalModel(GeodeticDatum, int) - Constructor for class EarthGravitationalModel
Creates a model for the specified datum and maximum degree and order.
EASTING - Static variable in class DefaultCoordinateSystemAxis
Default axis info for Easting values in a projected CRS.
EchoWriter - Class in org.geotoolkit.io
A writer that copy all output to an other stream.
EchoWriter(Writer) - Constructor for class EchoWriter
Creates a writer that will echo to the standard output.
EchoWriter(Writer, Writer) - Constructor for class EchoWriter
Creates a copy writer for the specified stream.
elapsedTime - Variable in class EpsgInstaller.Result
The elapsed time, in milliseconds.
elementClass - Variable in class RangeFormat
The type of the range components.
elementFormat - Variable in class RangeFormat
The format to use for parsing and formatting the range components.
elements - Variable in class ListTableModel
The list of row elements.
ELLIPSOID_SHIFT - Static variable in class AbstractCoordinateOperationFactory
The identifier for a transformation which is a datum shift without Bursa Wolf parameters.
ELLIPSOIDAL - Static variable in class DefaultVerticalDatum
Default vertical datum for ellipsoidal heights.
ELLIPSOIDAL_HEIGHT - Static variable in class DefaultVerticalCRS
Default vertical coordinate reference system using ellipsoidal datum.
ELLIPSOIDAL_HEIGHT - Static variable in class DefaultCoordinateSystemAxis
The default axis for height values above the ellipsoid in a geographic CRS.
ELLIPSOIDAL_HEIGHT - Static variable in class DefaultVerticalCS
A one-dimensional vertical CS with ellipsoidal height axis in metres.
EllipsoidalTransform - Interface in org.geotoolkit.referencing.operation.transform
A MathTransform where the source and/or the target coordinate system is ellipsoidal.
EllipsoidToGeocentric - Class in org.geotoolkit.referencing.operation.provider
The provider for "Geographic/geocentric conversions" (EPSG:9602).
EllipsoidToGeocentric() - Constructor for class EllipsoidToGeocentric
Constructs a provider with default parameters.
EllipsoidToGeoid - Class in org.geotoolkit.referencing.operation.provider
The provider for "Ellipsoid to Geoid" vertical transformation.
EllipsoidToGeoid() - Constructor for class EllipsoidToGeoid
Constructs a provider.
EMAIL - Variable in class NetcdfMetadata.Responsible
The attribute name for the responsible's email address.
EMPTY - Static variable in class SpatialMetadata
An empty SpatialMetadata with no data and no format.
EMPTY - Static variable in class ParameterGroup
An empty parameter value group.
EMPTY - Static variable in class Strings
An array of zero-length.
EMPTY_ACCURACY_ARRAY - Static variable in class AbstractCoordinateOperation
An empty array of positional accuracy.
EMPTY_ALIAS_ARRAY - Static variable in class IdentifiedObjects
An empty array of alias.
EMPTY_BOOLEAN - Static variable in class XArrays
An empty array of boolean primitive type.
EMPTY_BYTE - Static variable in class XArrays
An empty array of byte primitive type.
EMPTY_CHAR - Static variable in class XArrays
An empty array of char primitive type.
EMPTY_DOUBLE - Static variable in class XArrays
An empty array of double primitive type.
EMPTY_FLOAT - Static variable in class XArrays
An empty array of float primitive type.
EMPTY_GROUP - Static variable in class Parameters
An empty parameter group.
EMPTY_HINTS - Static variable in class Factory
An immutable empty set of hints.
EMPTY_IDENTIFIER_ARRAY - Static variable in class IdentifiedObjects
An empty array of identifiers.
EMPTY_INT - Static variable in class XArrays
An empty array of int primitive type.
EMPTY_LONG - Static variable in class XArrays
An empty array of long primitive type.
EMPTY_SHORT - Static variable in class XArrays
An empty array of short primitive type.
emptyQueue() - Static method in class XCollections
Returns a queue which is always empty and accepts no element.
emptySortedSet() - Static method in class XCollections
Returns a sorted set which is always empty and accepts no element.
encoding - Variable in class CommandLine
The encoding specified by the "--encoding" option.
endReplacePixels() - Method in class ImageWriterAdapter
Terminates a sequence of calls to replacePixels.
endsWith(CharSequence, CharSequence, boolean) - Static method in class Strings
Returns true if the given character sequence ends with the given suffix.
endWriteSequence() - Method in class ImageWriterAdapter
Completes the writing of a sequence of images begun with prepareWriteSequence.
ensureAngular(Unit<?>) - Static method in class Units
Makes sure that the specified unit is either null or an angular unit.
ensureBetween(String, int, int, int) - Static method in class ArgumentChecks
Ensures that the given integer value is between the given bounds, inclusive.
ensureBetween(String, long, long, long) - Static method in class ArgumentChecks
Ensures that the given long value is between the given bounds, inclusive.
ensureBetween(String, float, float, float) - Static method in class ArgumentChecks
Ensures that the given floating point value is between the given bounds, inclusive.
ensureBetween(String, double, double, double) - Static method in class ArgumentChecks
Ensures that the given floating point value is between the given bounds, inclusive.
ensureCanCast(String, Class<? extends T>, T) - Static method in class ArgumentChecks
Ensures that the specified value is null or an instance assignable to the given type.
ensureCapacity(int) - Method in class CheckedArrayList
Increases the capacity, if necessary, to ensure that it can hold the given number of elements.
ensureDimensionMatches(String, DirectPosition, int) - Static method in class ArgumentChecks
Ensures that the given direct position has the expected number of dimensions.
ensureLinear(Unit<?>) - Static method in class Units
Makes sure that the specified unit is either null or a linear unit.
ensureNonNull(String, Object) - Static method in class ReferencingFactory
Makes sure that an argument is non-null.
ensureNonNull(String, Object) - Static method in class AbstractMathTransform
Makes sure that an argument is non-null.
ensureNonNull(String, Object) - Static method in class ArgumentChecks
Makes sure that an argument is non-null.
ensureNonNull(String, int, Object[]) - Static method in class ArgumentChecks
Makes sure that an array element is non-null.
ensurePositive(String, int) - Static method in class ArgumentChecks
Ensures that the given integer value is greater than or equals to zero.
ensurePositive(String, long) - Static method in class ArgumentChecks
Ensures that the given long value is greater than or equals to zero.
ensurePositive(String, float) - Static method in class ArgumentChecks
Ensures that the given floating point value is greater than or equals to zero.
ensurePositive(String, double) - Static method in class ArgumentChecks
Ensures that the given floating point value is greater than or equals to zero.
ensureScale(Unit<?>) - Static method in class Units
Makes sure that the specified unit is either null or a scale unit.
ensureSet(ParameterValueGroup, String, double, Unit<?>, boolean) - Static method in class Parameters
Ensures that a value is set for the parameter of the specified name.
ensureStrictlyPositive(String, int) - Static method in class ArgumentChecks
Ensures that the given integer value is greater than zero.
ensureStrictlyPositive(String, long) - Static method in class ArgumentChecks
Ensures that the given long value is greater than zero.
ensureStrictlyPositive(String, float) - Static method in class ArgumentChecks
Ensures that the given floating point value is greater than zero.
ensureStrictlyPositive(String, double) - Static method in class ArgumentChecks
Ensures that the given floating point value is greater than zero.
ensureTemporal(Unit<?>) - Static method in class Units
Makes sure that the specified unit is either null or a temporal unit.
ensureValidIndex(int, int) - Static method in class ArgumentChecks
Ensures that the given index is equals or greater than zero and lower than the given upper value.
ensureValidType(E) - Method in class CheckedArrayList
Checks the type of the specified object.
ensureValidType(E) - Method in class CheckedHashSet
Checks the type of the specified object.
ensureValidValues(ParameterValueGroup) - Method in class MathTransformProvider
Ensures that the given set of parameters contains only valid values.
entering(String, String) - Method in class LoggerAdapter
Logs a method entry to the debug level.
entering(String, String, Object) - Method in class LoggerAdapter
Logs a method entry to the debug level with one parameter.
entering(String, String, Object[]) - Method in class LoggerAdapter
Logs a method entry to the debug level with many parameters.
entrySet() - Method in class Cache
Returns the set of entries in this cache.
entrySet() - Method in class DerivedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class WeakValueHashMap
Returns a set view of the mappings contained in this map.
ENVELOPE - Static variable in class GeneralGridGeometry
A bitmask to specify the validity of the geodetic envelope.
envelope - Variable in class GeneralGridGeometry
The geodetic envelope, or null if none.
envelope - Variable in class GridCoverageBuilder
The envelope, including coordinate reference system, or null if unspecified.
Envelope2D - Class in org.geotoolkit.geometry
A two-dimensional envelope on top of Rectangle2D.
Envelope2D() - Constructor for class Envelope2D
Constructs an initially empty envelope with no CRS.
Envelope2D(Envelope) - Constructor for class Envelope2D
Constructs two-dimensional envelope defined by an other Envelope.
Envelope2D(GeographicBoundingBox) - Constructor for class Envelope2D
Constructs a new envelope with the same data than the specified geographic bounding box.
Envelope2D(CoordinateReferenceSystem, Rectangle2D) - Constructor for class Envelope2D
Constructs two-dimensional envelope defined by an other Rectangle2D.
Envelope2D(CoordinateReferenceSystem, double, double, double, double) - Constructor for class Envelope2D
Constructs two-dimensional envelope defined by the specified coordinates.
Envelope2D(DirectPosition, DirectPosition) - Constructor for class Envelope2D
Constructs two-dimensional envelope defined by the specified coordinates.
Envelopes - Class in org.geotoolkit.geometry
Utility methods for envelopes.
EPSG - Static variable in class FormattableObject
Deprecated. Replaced by Convention.EPSG.
EPSG - Static variable in class Citations
The European Petroleum Survey Group authority.
EPSG - Static variable in class DefaultContact
Deprecated. To be replaced by a database (constants are becoming too numerous)
EPSG - Static variable in class DefaultOnlineResource
Deprecated. To be replaced by a database (constants are becoming too numerous)
EPSG - Static variable in class DefaultResponsibleParty
Deprecated. To be replaced by a database (constants are becoming too numerous)
EPSG_DATA_SOURCE - Static variable in class Hints
The data source name to lookup from JNDI when initializing the EPSG factory.
EpsgInstaller - Class in org.geotoolkit.referencing.factory.epsg
Installs the EPSG database.
EpsgInstaller() - Constructor for class EpsgInstaller
Creates a new installer.
EpsgInstaller.Result - Class in org.geotoolkit.referencing.factory.epsg
A simple data structure holding the result of an EPSG database creation.
equalityLevel(Object, Object) - Static method in enum ComparisonMode
If the two given objects are equals according one of the mode enumerated in this class, then returns that mode.
equals(Object) - Method in class Category
Compares the specified object with this category for equality.
equals(Object) - Method in class GeneralGridCoordinates
Compares this grid coordinates with the specified object for equality.
equals(Object) - Method in class GeneralGridEnvelope
Compares the specified object with this grid envelope for equality.
equals(Object) - Method in class GeneralGridGeometry
Compares the specified object with this grid geometry for equality.
equals(Object) - Method in class GridGeometry2D
Compares the specified object with this grid geometry for equality.
equals(Object) - Method in class ImageGeometry
Compares this grid geometry with the specified one for equality.
equals(Object) - Method in class GridSampleDimension
Compares the specified object with this sample dimension for equality.
equals(Object) - Method in class AbstractOperation
Compares the specified object with this operation for equality.
equals(Object) - Method in class ColorMap
Compares this color map with the specified object for equality.
equals(Object) - Method in class OperationJAI
Deprecated. Compares the specified object with this operation for equality.
equals(Object) - Method in class RangeSpecifier
Compares this range specifier with the specified object for equality.
equals(Object) - Method in class CoverageEnvelope
Compares this extent with the given object for equality.
equals(Object) - Method in class AbstractGraduation
Compares this graduation with the specified object for equality.
equals(Object) - Method in class DateGraduation
Compares this graduation with the specified object for equality.
equals(Object) - Method in class NumberGraduation
Compares this graduation with the specified object for equality.
equals(Object) - Method in class Arrow2D
Compares this arrow with the specified object for equality.
equals(Object) - Method in class DoubleDimension2D
Compares this dimension with the given object for equality.
equals(Object) - Method in class FloatDimension2D
Compares this dimension with the given object for equality.
equals(Object) - Method in class ProjectedShape
Compares this shape with the given object for equality.
equals(Object) - Method in class TransformedShape
Compares this shape with the given object for equality.
equals(Object) - Method in class Factory
Compares this factory with the specified object for equality.
equals(Object) - Method in class AbstractDirectPosition
Returns true if the specified object is also a direct position with equals coordinate and CRS.
equals(Object) - Method in class AbstractEnvelope
Returns true if the specified object is an envelope of the same class with equals coordinates and CRS.
equals(Envelope, double, boolean) - Method in class AbstractEnvelope
Compares to the specified envelope for equality up to the specified tolerance value.
equals(Object) - Method in class DirectPosition2D
Compares this point with the specified object for equality.
equals(Object) - Method in class Envelope2D
Compares the specified object with this envelope for equality.
equals(Object) - Method in class ImageDimension
Checks whether two dimension objects have equal values.
equals(Object) - Method in class Tile
Compares this tile with the specified one for equality.
equals(Object) - Method in class Palette
Compares this palette with the specified object for equality.
equals(Complex) - Method in class Complex
Returns true if this complex number has the same value than the specified one.
equals(Object) - Method in class Complex
Compares this complex with the specified object for equality.
equals(Object) - Method in class Fraction
Compares this fraction with the given object for equality.
equals(Object) - Method in class Line
Compares this object with the specified one for equality.
equals(Object) - Method in class Plane
Compares this plane with the specified object for equality.
equals(Object) - Method in class Polynom
Compares this polynom with the specified object for equality.
equals(Object) - Method in class Statistics.Delta
Tests this statistics with the specified object for equality.
equals(Object) - Method in class Statistics
Compares this statistics with the specified object for equality.
equals(Object) - Method in class Angle
Compares the specified object with this angle for equality.
equals(Object) - Method in class AngleFormat
Compares this format with the specified object for equality.
equals(Object) - Method in class Measure
Compares this measure with the specified object for equality.
equals(Object, ComparisonMode) - Method in class AbstractMetadata
Compares this metadata with the specified object for equality.
equals(Object) - Method in class AbstractMetadata
Performs a strict comparison of this metadata with the given object.
equals(Object, ComparisonMode) - Method in class DefaultGeographicBoundingBox
Compares this geographic bounding box with the specified object for equality.
equals(Object) - Method in class DefaultRepresentativeFraction
Compares this object with the specified value for equality.
equals(Object) - Method in class ValueRestriction
Compares the given object with this restriction for equality.
equals(Object) - Method in class AbstractName
Compares this generic name with the specified object for equality.
equals(Object) - Method in class DefaultLocalName
Compares this local name with the specified object for equality.
equals(Object) - Method in class DefaultNameSpace
Returns true if this namespace is equal to the given object.
equals(Object) - Method in class DefaultRecordType
Compares the given object with this RecordType for equality.
equals(Object) - Method in class AbstractParameter
Compares the specified object with this parameter for equality.
equals(Object, ComparisonMode) - Method in class AbstractParameterDescriptor
Compares the specified object with this parameter for equality.
equals(Object, ComparisonMode) - Method in class DefaultParameterDescriptor
Compares the specified object with this parameter for equality.
equals(Object, ComparisonMode) - Method in class DefaultParameterDescriptorGroup
Compares the specified object with this parameter group for equality.
equals(Object) - Method in class FloatParameter
Compares the specified object with this parameter for equality.
equals(Object, ComparisonMode) - Method in class ImagingParameterDescriptors
Compares the specified object with this parameter group for equality.
equals(Object) - Method in class ImagingParameters
Compares the specified object with this parameter group for equality.
equals(Object, ComparisonMode) - Method in class MatrixParameterDescriptors
Compares the specified object with this parameter group for equality.
equals(Object) - Method in class MatrixParameters
Compares this object with the specified one for equality.
equals(Object) - Method in class Parameter
Compares the specified object with this parameter for equality.
equals(Object) - Method in class ParameterGroup
Compares the specified object with this parameter for equality.
equals(Object) - Method in class AbstractIdentifiedObject
Compares the specified object with this object for equality.
equals(Object, ComparisonMode) - Method in class AbstractIdentifiedObject
Compares this object with the specified object for equality.
equals(Object, ComparisonMode) - Method in class AbstractReferenceSystem
Compares this reference system with the specified object for equality.
equals(Object) - Method in class NetcdfIdentifiedObject
Compares this object with the given object for equality.
equals(Object, ComparisonMode) - Method in class AbstractCRS
Compares this coordinate reference system with the specified object for equality.
equals(Object, ComparisonMode) - Method in class AbstractDerivedCRS
Compares this coordinate reference system with the specified object for equality.
equals(Object, ComparisonMode) - Method in class AbstractSingleCRS
Compares this coordinate reference system with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultCompoundCRS
Compares this coordinate reference system with the specified object for equality.
equals(Object, ComparisonMode) - Method in class AbstractCS
Compares the specified object with this coordinate system for equality.
equals(Object, ComparisonMode) - Method in class DefaultCompoundCS
Compares this coordinate system with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultCoordinateSystemAxis
Compares the specified object with this axis for equality.
equals(Object, ComparisonMode) - Method in class AbstractDatum
Compares the specified object with this datum for equality.
equals(Object) - Method in class BursaWolfParameters
Compares the specified object with this object for equality.
equals(Object, ComparisonMode) - Method in class DefaultEllipsoid
Compare this ellipsoid with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultEngineeringDatum
Compare this datum with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultGeodeticDatum
Compare this datum with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultImageDatum
Compare this datum with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultPrimeMeridian
Compare this prime meridian with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultTemporalDatum
Compares this temporal datum with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultVerticalDatum
Compare this vertical datum with the specified object for equality.
equals(Object) - Method in class DefaultReferenceIdentifier
Compares this object with the given one for equality.
equals(Object) - Method in class NamedIdentifier
Compares this identifier with the specified object for equality.
equals(Object, ComparisonMode) - Method in class AbstractCoordinateOperation
Compares this coordinate operation with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultConcatenatedOperation
Compares this concatenated operation with the specified object for equality.
equals(Object) - Method in class DefaultFormula
Compares this formula with the given object for equality.
equals(Object, ComparisonMode) - Method in class DefaultOperationMethod
Compares this operation method with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultSingleOperation
Compares this operation method with the specified object for equality.
equals(Matrix, double) - Method in class GeneralMatrix
Compares the given matrices for equality, using the given absolute tolerance threshold.
equals(Object, ComparisonMode) - Method in class GeneralMatrix
Compares this matrix with the given object for equality.
equals(Matrix, Matrix, double, boolean) - Static method in class Matrices
Compares the given matrices for equality, using the given relative or absolute tolerance threshold.
equals(Matrix, Matrix, ComparisonMode) - Static method in class Matrices
Compares the given matrices for equality, using the given comparison strictness level.
equals(Matrix, double) - Method in class Matrix1
Compares the given matrices for equality, using the given absolute tolerance threshold.
equals(Object, ComparisonMode) - Method in class Matrix1
Compares this matrix with the given object for equality.
equals(Object) - Method in class Matrix1
Returns true if the specified object is of type Matrix1 and all of the data members are equal to the corresponding data members in this matrix.
equals(Matrix, double) - Method in class Matrix2
Compares the given matrices for equality, using the given absolute tolerance threshold.
equals(Object, ComparisonMode) - Method in class Matrix2
Compares this matrix with the given object for equality.
equals(Object) - Method in class Matrix2
Returns true if the specified object is of type Matrix2 and all of the data members are equal to the corresponding data members in this matrix.
equals(Matrix, double) - Method in class Matrix3
Compares the given matrices for equality, using the given absolute tolerance threshold.
equals(Object, ComparisonMode) - Method in class Matrix3
Compares this matrix with the given object for equality.
equals(Matrix, double) - Method in class Matrix4
Compares the given matrices for equality, using the given absolute tolerance threshold.
equals(Object, ComparisonMode) - Method in class Matrix4
Compares this matrix with the given object for equality.
equals(Matrix, double) - Method in interface XMatrix
Compares the given matrices for equality, using the given absolute tolerance threshold.
equals(Object, ComparisonMode) - Method in interface XMatrix
Compares this matrix with the given object for equality.
equals(Object, ComparisonMode) - Method in class AlbersEqualArea
Compares the given object with this transform for equivalence.
equals(Object, ComparisonMode) - Method in class Krovak
Compares the given object with this transform for equivalence.
equals(Object, ComparisonMode) - Method in class LambertAzimuthalEqualArea
Compares the given object with this transform for equivalence.
equals(Object, ComparisonMode) - Method in class LambertConformal
Compares the given object with this transform for equivalence.
equals(Object, ComparisonMode) - Method in class ObliqueMercator
Compares the given object with this transform for equivalence.
equals(Object, ComparisonMode) - Method in class Orthographic
Compares the given object with this transform for equivalence.
equals(Object, ComparisonMode) - Method in class Stereographic
Compares the given object with this transform for equivalence.
equals(Object, ComparisonMode) - Method in class UnitaryProjection
Compares the given object with this transform for equivalence.
equals(Object) - Method in class UnitaryProjection.Parameters
Compares the given object with the parameters for equality.
equals(Object) - Method in class AbstractMathTransform
Compares the specified object with this math transform for strict equality.
equals(Object, ComparisonMode) - Method in class AbstractMathTransform
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class AbstractMathTransform.Inverse
Compares the specified object with this inverse math transform for equality.
equals(Object) - Method in class AbstractMathTransform2D.Parameters
Compares the given object with the parameters for equality.
equals(Object, ComparisonMode) - Method in class AffineTransform2D
Compares this affine transform with the given object for equality.
equals(Object) - Method in class AffineTransform2D
Compares this affine transform with the given object for equality.
equals(Object, ComparisonMode) - Method in class ConcatenatedTransform
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class EarthGravitationalModel
Compares this transform with the given object for equality.
equals(Object, ComparisonMode) - Method in class ExponentialTransform1D
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class GeocentricAffineTransform
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class GeocentricTransform
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class GridTransform
Compares this transform with the specified object for equality.
equals(Object, ComparisonMode) - Method in class IdentityTransform
Deprecated. Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in interface LinearTransform
Compares this linear transform with the given object for equality.
equals(Object, ComparisonMode) - Method in class LinearTransform1D
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class LogarithmicTransform1D
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class MolodenskyTransform
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class PassThroughTransform
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class ProjectiveTransform
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class WarpTransform2D
Compares this transform with the specified object for equality.
equals(Object) - Method in class CheckedArrayList
Compares the specified object with this list for equality.
equals(Object) - Method in class CheckedHashMap
Compares the specified object with this map for equality.
equals(Object) - Method in class CheckedHashSet
Compares the specified object with this set for equality.
equals(Object) - Method in class DisjointSet
Compare this set with the specified object for equality.
equals(Object) - Method in class RangeSet
Compares the specified object with this set of ranges for equality.
equals(Object) - Method in class UnmodifiableArrayList
Compares this list with the given object for equality.
equals(Object) - Method in class DefaultInternationalString
Compares this international string with the specified object for equality.
equals(Object, ComparisonMode) - Method in interface LenientComparable
Compares this object with the given object for equality.
equals(Object) - Method in interface LenientComparable
Returns true if this object is strictly equals to the given object.
equals(Object) - Method in class MeasurementRange
Compares this range with the specified object for equality.
equals(Object) - Method in class Range
Compares this range with the given object for equality.
equals(Object) - Method in class ResourceInternationalString
Compares this international string with the specified object for equality.
equals(Object) - Method in class SimpleInternationalString
Compares this international string with the specified object for equality.
equals(boolean, boolean) - Static method in class Utilities
Returns true if the given booleans are equals.
equals(char, char) - Static method in class Utilities
Returns true if the given characters are equals.
equals(byte, byte) - Static method in class Utilities
Returns true if the given bytes are equals.
equals(short, short) - Static method in class Utilities
Returns true if the given shorts are equals.
equals(int, int) - Static method in class Utilities
Returns true if the given integers are equals.
equals(long, long) - Static method in class Utilities
Returns true if the given longs are equals.
equals(float, float) - Static method in class Utilities
Returns true if the given floats are equals.
equals(double, double) - Static method in class Utilities
Returns true if the given doubles are equals.
equals(Object, Object) - Static method in class Utilities
Convenience method for testing two objects for equality.
equals(Object) - Method in class Version
Compare this version string with the specified object for equality.
equals(Object) - Method in class NilReason
Compares this NilReason with the specified object for equality.
equals(Object) - Method in class XLink
Compares this XLink with the given object for equality.
equalsAffine(AffineTransform) - Method in class Matrix3
Returns true if this matrix is equal to the specified affine transform.
equalsApproximatively(Object, Object) - Static method in class CRS
Compares the specified objects for equality, ignoring metadata and slight differences in numerical values.
equalsEpsilon(Rectangle2D, Rectangle2D) - Static method in class XRectangle2D
Deprecated. Use your own comparison method instead, so you can specify different tolerance threshold along different axis.
equalsIgnoreCase(CharSequence, CharSequence) - Static method in class Strings
Returns true if the two given strings are equal, ignoring case.
equalsIgnoreMetadata(Object, Object) - Static method in class CRS
Compares the specified objects for equality, ignoring metadata.
EquatorialStereographic - Class in org.geotoolkit.referencing.operation.projection
The USGS equatorial case of the Stereographic projection.
EquatorialStereographic(UnitaryProjection.Parameters) - Constructor for class EquatorialStereographic
Constructs an equatorial stereographic projection (EPSG equations).
EquidistantCylindrical - Class in org.geotoolkit.referencing.operation.provider
The provider for "Equidistant Cylindrical" projection (EPSG:1028, EPSG:1029, EPSG:9842, EPSG:9823).
EquidistantCylindrical() - Constructor for class EquidistantCylindrical
Constructs a new provider.
Equirectangular - Class in org.geotoolkit.referencing.operation.projection
Equidistant Cylindrical projection (EPSG codes 1028, 1029, 9842, 9823).
Equirectangular(UnitaryProjection.Parameters) - Constructor for class Equirectangular
Constructs a new map projection from the supplied parameters.
err - Variable in class CommandLine
Error stream to the console.
err - Variable in class InteractiveConsole
The error stream.
ESRI - Static variable in class Citations
The ESRI organisation.
ESRI - Static variable in class DefaultContact
Deprecated. To be replaced by a database (constants are becoming too numerous)
ESRI - Static variable in class DefaultOnlineResource
Deprecated. To be replaced by a database (constants are becoming too numerous)
ESRI - Static variable in class DefaultResponsibleParty
Deprecated. To be replaced by a database (constants are becoming too numerous)
estimateEfficiency(int) - Method in class MosaicProfiler
Returns an empirical estimation of the efficiency of loading images using the mosaic.
evaluate(DirectPosition, Collection<String>) - Method in class AbstractCoverage
Returns a set of records of feature attribute values for the specified direct position.
evaluate(DirectPosition, boolean[]) - Method in class AbstractCoverage
Returns a sequence of boolean values for a given point in the coverage.
evaluate(DirectPosition, byte[]) - Method in class AbstractCoverage
Returns a sequence of byte values for a given point in the coverage.
evaluate(DirectPosition, int[]) - Method in class AbstractCoverage
Returns a sequence of integer values for a given point in the coverage.
evaluate(DirectPosition, float[]) - Method in class AbstractCoverage
Returns a sequence of float values for a given point in the coverage.
evaluate(DirectPosition, double[]) - Method in class AbstractCoverage
Returns a sequence of double values for a given point in the coverage.
evaluate(DirectPosition) - Method in class CoverageStack
Returns a sequence of values for a given point in the coverage.
evaluate(DirectPosition, boolean[]) - Method in class CoverageStack
Returns a sequence of boolean values for a given point in the coverage.
evaluate(DirectPosition, byte[]) - Method in class CoverageStack
Returns a sequence of byte values for a given point in the coverage.
evaluate(DirectPosition, int[]) - Method in class CoverageStack
Returns a sequence of integer values for a given point in the coverage.
evaluate(DirectPosition, float[]) - Method in class CoverageStack
Returns a sequence of float values for a given point in the coverage.
evaluate(DirectPosition, double[]) - Method in class CoverageStack
Returns a sequence of double values for a given point in the coverage.
evaluate(DirectPosition) - Method in class GridCoverage2D
Returns the value vector for a given point in the coverage.
evaluate(DirectPosition, byte[]) - Method in class GridCoverage2D
Returns a sequence of byte values for a given point in the coverage.
evaluate(DirectPosition, int[]) - Method in class GridCoverage2D
Returns a sequence of integer values for a given point in the coverage.
evaluate(DirectPosition, float[]) - Method in class GridCoverage2D
Returns a sequence of float values for a given point in the coverage.
evaluate(DirectPosition, double[]) - Method in class GridCoverage2D
Returns a sequence of double values for a given point in the coverage.
evaluate(Point2D, int[]) - Method in class GridCoverage2D
Returns a sequence of integer values for a given two-dimensional point in the coverage.
evaluate(Point2D, float[]) - Method in class GridCoverage2D
Returns a sequence of float values for a given two-dimensional point in the coverage.
evaluate(Point2D, double[]) - Method in class GridCoverage2D
Returns a sequence of double values for a given two-dimensional point in the coverage.
evaluate(Point2D, int[]) - Method in class Interpolator2D
Returns a sequence of integer values for a given two-dimensional point in the coverage.
evaluate(Point2D, float[]) - Method in class Interpolator2D
Returns a sequence of float values for a given two-dimensional point in the coverage.
evaluate(Point2D, double[]) - Method in class Interpolator2D
Returns a sequence of double values for a given two-dimensional point in the coverage.
evaluate(Point2D, Date, boolean[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of boolean values for a given point in the coverage.
evaluate(Point2D, Date, byte[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of byte values for a given point in the coverage.
evaluate(Point2D, Date, int[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of integer values for a given point in the coverage.
evaluate(Point2D, Date, float[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of float values for a given point in the coverage.
evaluate(Point2D, Date, double[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of double values for a given point in the coverage.
evaluate(DirectPosition) - Method in class SpatioTemporalCoverage3D
Returns the value vector for a given point in the coverage.
evaluate(DirectPosition, boolean[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of boolean values for a given point in the coverage.
evaluate(DirectPosition, byte[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of byte values for a given point in the coverage.
evaluate(DirectPosition, int[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of integer values for a given point in the coverage.
evaluate(DirectPosition, float[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of float values for a given point in the coverage.
evaluate(DirectPosition, double[]) - Method in class SpatioTemporalCoverage3D
Returns a sequence of double values for a given point in the coverage.
evaluate(DirectPosition) - Method in class TransformedCoverage
Returns the value vector for a given point in the coverage.
evaluate(DirectPosition, boolean[]) - Method in class TransformedCoverage
Returns a sequence of boolean values for a given point in the coverage.
evaluate(DirectPosition, byte[]) - Method in class TransformedCoverage
Returns a sequence of byte values for a given point in the coverage.
evaluate(DirectPosition, int[]) - Method in class TransformedCoverage
Returns a sequence of integer values for a given point in the coverage.
evaluate(DirectPosition, float[]) - Method in class TransformedCoverage
Returns a sequence of float values for a given point in the coverage.
evaluate(DirectPosition, double[]) - Method in class TransformedCoverage
Returns a sequence of double values for a given point in the coverage.
evaluateInverse(Record) - Method in class AbstractCoverage
Returns a set of domain objects for the specified record of feature attribute values.
ex - Variable in class BursaWolfParameters
Bursa Wolf rotation in arc seconds.
EX - Static variable in class PositionVector7Param
Deprecated. Invoke PositionVector7Param.PARAMETERS.descriptor(String) instead.
excentricity - Variable in class UnitaryProjection
Ellipsoid excentricity, equal to sqrt(UnitaryProjection.excentricitySquared).
excentricitySquared - Variable in class UnitaryProjection
The square of excentricity: e² = (a²-b²)/a² where e is the excentricity, a is the semi major axis length and b is the semi minor axis length.
exceptionOccured(Exception) - Method in class CoverageList
Invoked when an exception occurred while querying the layer.
exceptionOccured(CoverageStoreException) - Method in class LayerList
Invoked when an exception occurred while querying the LayerList.database.
exceptionOccured(T, Class<T>, Class<?>, Exception) - Method in class ObjectConverters
Invoked when an exception occurred in any toXXX(...) method.
exceptionOccurred(Throwable) - Method in class ProgressMailer
Send an exception stack trace by email.
exceptionOccurred(Throwable) - Method in class ProgressPrinter
Prints an exception stack trace in a box.
exceptionOccurred(Throwable) - Method in class ProgressWindow
Displays an exception stack trace.
exceptionOccurred(Throwable) - Method in class ProgressController
Reports an exception.
Exceptions - Class in org.geotoolkit.util
Utilities methods for dealing with exceptions.
execute(String) - Method in class InteractiveConsole
Executes the given instruction.
execute(String) - Method in class ReferencingConsole
Executes the given instruction.
exists() - Method in class EpsgInstaller
Verifies if the database exists.
exit(int) - Method in class CommandLine
Invoked when an error occurred while processing the command-line arguments or during action execution.
exiting(String, String) - Method in class LoggerAdapter
Logs a method return to the debug level.
exiting(String, String, Object) - Method in class LoggerAdapter
Logs a method return to the debug level.
Exp - Class in org.geotoolkit.coverage.processing.operation
Takes the exponential of the sample values of a coverage.
Exp() - Constructor for class Exp
Constructs a default "Exp" operation.
exp(Coverage) - Method in class Operations
Takes the exponential of the sample values of a coverage.
ExpandedTabWriter - Class in org.geotoolkit.io
Writes characters to a stream while expanding tabs ('\t') into spaces.
ExpandedTabWriter(Writer) - Constructor for class ExpandedTabWriter
Constructs a filter which replaces tab characters ('\t') by spaces.
ExpandedTabWriter(Writer, int) - Constructor for class ExpandedTabWriter
Constructs a filter which replaces tab characters ('\t') by spaces, using the specified tab width.
Exponential - Class in org.geotoolkit.referencing.operation.provider
The provider for ExponentialTransform1D
Exponential() - Constructor for class Exponential
Creates a provider for logarithmic transforms.
ExponentialTransform1D - Class in org.geotoolkit.referencing.operation.transform
A one dimensional exponential transform.
ExponentialTransform1D(double, double) - Constructor for class ExponentialTransform1D
Constructs a new exponential transform.
extension - Variable in class NewGridCoverageReference
The filename extension (not including the leading dot), or null if none.
EXTENT - Static variable in class GeneralGridGeometry
A bitmask to specify the validity of the grid envelope.
extent - Variable in class GeneralGridGeometry
The valid domain of a grid coverage, or null if none.
extent - Variable in class GridCoverageBuilder
The grid extent, or null if unspecified.
extractSources(ParameterValueGroup, GridCoverage2D[]) - Method in class Operation2D
Deprecated. Extracts and prepares the sources for this Operation2D, assuming that the parameters use the standard names for the sources.
extractSources(ParameterValueGroup, String[], GridCoverage2D[]) - Method in class Operation2D
Deprecated. Extracts and prepares the sources for this Operation2D, knowing that the parameters use the given names for the sources.
ey - Variable in class BursaWolfParameters
Bursa Wolf rotation in arc seconds.
EY - Static variable in class PositionVector7Param
Deprecated. Invoke PositionVector7Param.PARAMETERS.descriptor(String) instead.
ez - Variable in class BursaWolfParameters
Bursa Wolf rotation in arc seconds.
EZ - Static variable in class PositionVector7Param
Deprecated. Invoke PositionVector7Param.PARAMETERS.descriptor(String) instead.

F

factories() - Method in class ReferencingCommands
Invoked when the user asked the "factories" action.
Factories - Class in org.geotoolkit.factory
Static methods relative to the factories.
factories - Variable in class DirectAuthorityFactory
The underlying factories used for objects creation.
Factory - Class in org.geotoolkit.factory
Base class for Geotoolkit.org factories.
Factory() - Constructor for class Factory
Creates a new factory instance.
factory - Variable in class MosaicBuilder
The factory to use for creating TileManager instances.
Factory.Availability - Class in org.geotoolkit.factory
The default conformance result returned by Factory.availability().
Factory.Availability() - Constructor for class Factory.Availability
Creates a default Availability object.
Factory.Availability(Throwable) - Constructor for class Factory.Availability
Creates a conformance result which declares that the factory is not available because of the given exception.
Factory.Organizer - Class in org.geotoolkit.factory
Controls the ordering of the enclosing factory relative to other factories.
FactoryDependencies - Class in org.geotoolkit.referencing.factory
Build a tree of factory dependencies, usually for printing to the console.
FactoryDependencies(Factory) - Constructor for class FactoryDependencies
Creates a new dependency tree for the specified factory.
FactoryFinder - Class in org.geotoolkit.factory
Defines static methods used to access the application factory implementations.
FactoryIteratorProvider - Interface in org.geotoolkit.factory
Provides iterators over factories of specified categories.
FactoryNotFoundException - Exception in org.geotoolkit.factory
Thrown when a factory can't be found in the registry.
FactoryNotFoundException(String) - Constructor for exception FactoryNotFoundException
Creates a new exception with the specified detail message.
FactoryNotFoundException(String, Throwable) - Constructor for exception FactoryNotFoundException
Creates a new exception with the specified detail message and cause.
FactoryRegistry - Class in org.geotoolkit.factory
A registry for factories organized by categories.
FactoryRegistry(Class<?>) - Constructor for class FactoryRegistry
Constructs a new registry for the specified category.
FactoryRegistry(Class<?>[]) - Constructor for class FactoryRegistry
Constructs a new registry for the specified categories.
FactoryRegistry(Collection<Class<?>>) - Constructor for class FactoryRegistry
Constructs a new registry for the specified categories.
FactoryRegistryException - Exception in org.geotoolkit.factory
Thrown when a factory can't be found or can't be instantiate.
FactoryRegistryException(String) - Constructor for exception FactoryRegistryException
Creates a new exception with the specified detail message.
FactoryRegistryException(String, Throwable) - Constructor for exception FactoryRegistryException
Creates a new exception with the specified detail message and cause.
failed(Throwable) - Method in class MosaicBuilderEditor
Notifies that the creation of a TileManager failed with the given exception.
failed(Throwable) - Method in interface MosaicPerformanceGraph.Delayed
Invoked on the Swing thread if an exception occurred during the profiling.
failed(ProcessEvent) - Method in interface ProcessListener
Reports that a process has failed.
failed(ProcessEvent) - Method in class ProgressController
Notifies this controller that the operation has failed and sets the states of this controller according the given event.
FallbackAuthorityFactory - Class in org.geotoolkit.referencing.factory
A factory which delegates all object creation to a primary factory, and fallback on an other one if the primary factory failed.
FallbackAuthorityFactory(AuthorityFactory, AuthorityFactory) - Constructor for class FallbackAuthorityFactory
Wraps a primary and a fallback authority factories.
FALSE - Static variable in class Category
A default category for the boolean "false" value.
FALSE_EASTING - Static variable in class AlbersEqualArea
Deprecated. Invoke AlbersEqualArea.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class CassiniSoldner
Deprecated. Invoke CassiniSoldner.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class EquidistantCylindrical
Deprecated. Invoke EquidistantCylindrical.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class HotineObliqueMercator
Deprecated. Invoke HotineObliqueMercator.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class Krovak
Deprecated. Invoke Krovak.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class LambertAzimuthalEqualArea
Deprecated. Invoke LambertAzimuthalEqualArea.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class LambertConformal1SP
Deprecated. Invoke LambertConformal1SP.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class LambertConformal2SP
Deprecated. Invoke LambertConformal2SP.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class Mercator1SP
Deprecated. Invoke Mercator1SP.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class Mercator2SP
Deprecated. Invoke Mercator2SP.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class MillerCylindrical
Deprecated. Invoke MillerCylindrical.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class NewZealandMapGrid
Deprecated. Invoke NewZealandMapGrid.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class ObliqueMercator
Deprecated. Invoke ObliqueMercator.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class Orthographic
Deprecated. Invoke Orthographic.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class Polyconic
Deprecated. Invoke Polyconic.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class PseudoMercator
Deprecated. Invoke PseudoMercator.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class Stereographic
Deprecated. Invoke Stereographic.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class TransverseMercator
Deprecated. Invoke TransverseMercator.PARAMETERS.descriptor(String) instead.
FALSE_EASTING - Static variable in class UniversalParameters
All known names for the false easting parameter.
FALSE_NORTHING - Static variable in class AlbersEqualArea
Deprecated. Invoke AlbersEqualArea.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class CassiniSoldner
Deprecated. Invoke CassiniSoldner.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class EquidistantCylindrical
Deprecated. Invoke EquidistantCylindrical.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class HotineObliqueMercator
Deprecated. Invoke HotineObliqueMercator.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class Krovak
Deprecated. Invoke Krovak.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class LambertAzimuthalEqualArea
Deprecated. Invoke LambertAzimuthalEqualArea.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class LambertConformal1SP
Deprecated. Invoke LambertConformal1SP.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class LambertConformal2SP
Deprecated. Invoke LambertConformal2SP.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class Mercator1SP
Deprecated. Invoke Mercator1SP.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class Mercator2SP
Deprecated. Invoke Mercator2SP.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class MillerCylindrical
Deprecated. Invoke MillerCylindrical.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class NewZealandMapGrid
Deprecated. Invoke NewZealandMapGrid.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class ObliqueMercator
Deprecated. Invoke ObliqueMercator.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class Orthographic
Deprecated. Invoke Orthographic.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class Polyconic
Deprecated. Invoke Polyconic.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class PseudoMercator
Deprecated. Invoke PseudoMercator.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class Stereographic
Deprecated. Invoke Stereographic.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class TransverseMercator
Deprecated. Invoke TransverseMercator.PARAMETERS.descriptor(String) instead.
FALSE_NORTHING - Static variable in class UniversalParameters
All known names for the false northing parameter.
falseEasting - Variable in class UnitaryProjection.Parameters
False easting, in metres.
falseNorthing - Variable in class UnitaryProjection.Parameters
False northing, in metres.
FEATURE_FACTORY - Static variable in class Hints
The FeatureFactory instance to use.
FEATURE_TYPE_FACTORY - Static variable in class Hints
The FeatureTypeFactory instance to use.
file - Variable in class FileImageInputStream
The file given to the constructor.
FileImageInputStream - Class in org.geotoolkit.image.io.stream
An Image Input Stream using a File Channel as the data source.
FileImageInputStream(File) - Constructor for class FileImageInputStream
Creates a new image input stream for the given file.
FileImageReader - Class in org.geotoolkit.image.io
Base class for image readers that require File input source.
FileImageReader(StreamImageReader.Spi) - Constructor for class FileImageReader
Constructs a new image reader.
FileImageWriter - Class in org.geotoolkit.image.io
Base class for image writers that require File output destination.
FileImageWriter(StreamImageWriter.Spi) - Constructor for class FileImageWriter
Constructs a new image writer.
filename - Variable in class NewGridCoverageReference
The filename, not including the NewGridCoverageReference.path and NewGridCoverageReference.extension.
FILENAME - Static variable in class PropertyEpsgFactory
The default filename to read, which is "epsg.properties".
fill(WritableRenderedImage, Color[], Color, Point...) - Static method in class FloodFill
Colors an area of connected pixels with the same set of color.
fill(WritableRenderedImage, double[][], double[], Point...) - Static method in class FloodFill
Colors an area of connected pixels with the same set of color.
fill(int) - Method in class IntegerList
Fills the list with the given value.
filter(String) - Method in class AuthorityCodesComboBox
Displays only the CRS name that contains the specified keywords.
filter(ImageReader) - Method in class MosaicImageWriter
Invoked after MosaicImageWriter has created a reader and set the input.
filter(ImageWriter) - Method in class MosaicImageWriter
Invoked after MosaicImageWriter has created a writer and set the output.
FILTER_FACTORY - Static variable in class Hints
The FilterFactory instance to use.
FILTER_KEY - Static variable in class FactoryFinder
The key for a special hints specifying an additional Filter.
filteredSubsample(GridCoverage) - Method in class Operations
Subsamples an image using the default values.
filteredSubsample(GridCoverage, int, int, float[]) - Method in class Operations
Subsamples an image by integral factors.
filteredSubsample(GridCoverage, int, int, float[], Interpolation) - Method in class Operations
Subsamples an image by integral factors.
filterImages(List<String>, boolean) - Method in interface CoverageDatabaseController
Invoked before coverageAdding when the coverage contains more than one image.
FilterOperation - Class in org.geotoolkit.coverage.processing
Common super-class for filter operation.
FilterOperation(String) - Constructor for class FilterOperation
Constructs a new filter operation.
finalize() - Method in class ImageReaderAdapter
Invokes the ImageReaderAdapter.close() method when this reader is garbage-collected.
finalize() - Method in class ImageWriterAdapter
Invokes the ImageWriterAdapter.close() method when this writer is garbage-collected.
finalize() - Method in class StreamImageReader
Invokes the StreamImageReader.close() method when this reader is garbage-collected.
finalize() - Method in class StreamImageWriter
Invokes the StreamImageWriter.close() method when this writer is garbage-collected.
finalize() - Method in class DirectEpsgFactory
Invokes dispose(false) when this factory is garbage collected.
find(DirectPosition, int) - Method in class AbstractCoverage
Returns the sequence of geometry-value pairs that include the domain objects nearest to the direct position and their distances from the direction position.
find(DirectPosition) - Method in class AbstractCoverage
Returns the nearest geometry-value pair from the specified direct position.
find(IdentifiedObject) - Method in class IdentifiedObjectFinder
Lookups an object which is equal, ignoring metadata, to the specified object.
find(Collection<GeneralParameterDescriptor>) - Method in class UniversalParameters
Returns the element from the given collection having at least one of the names known to this UniversalParameters instance.
findColumn(String) - Method in class ImageTableModel
Returns a column index given its name.
findCommonClass(Collection<?>) - Static method in class Classes
Returns the most specific class which is assignable from the type of all given objects.
findCommonClass(Class<?>, Class<?>) - Static method in class Classes
Returns the most specific class which is assignable from the given classes or a parent of those classes.
findCommonInterfaces(Class<?>, Class<?>) - Static method in class Classes
Returns the interfaces which are implemented by the two given classes.
findCommonTarget(Class<T>, Class<?>...) - Method in class ConverterRegistry
Returns a target class which is both assignable to the given base and convertible from all the given sources.
findDimensionIndex(Iterable<?>) - Method in class DimensionIdentification
Returns the index of this dimension in a data file.
findFromParent(IdentifiedObject, Class<? extends IdentifiedObject>) - Method in class IdentifiedObjectFinder
Lookups an object from the parent finder, of from this finder if there is no parent.
findIdentifier(IdentifiedObject) - Method in class IdentifiedObjectFinder
Returns the identifier of the specified object, or null if none.
findMathTransform(CoordinateReferenceSystem, CoordinateReferenceSystem) - Static method in class CRS
Grabs a transform between two Coordinate Reference Systems.
findMathTransform(CoordinateReferenceSystem, CoordinateReferenceSystem, boolean) - Static method in class CRS
Grab a transform between two Coordinate Reference Systems.
findSpecializedClass(Collection<?>) - Static method in class Classes
Returns the most specific class implemented by the objects in the given collection.
findVariable(String) - Method in class NetcdfImageReader
Returns the variable of the given name.
fine(String) - Method in class LoggerAdapter
Logs a FINE message.
finer(String) - Method in class LoggerAdapter
Logs a FINER message.
finest(String) - Method in class LoggerAdapter
Logs a FINEST message.
finestClass(Number, Number) - Static method in class Numbers
Returns the finest type of two numbers.
finestClass(Class<? extends Number>, Class<? extends Number>) - Static method in class Numbers
Returns the finest of the given types.
finestClass(Number) - Static method in class Numbers
Returns the smallest class capable to hold the specified value.
finestClass(double) - Static method in class Numbers
Returns the smallest class capable to hold the specified value.
finestClass(long) - Static method in class Numbers
Returns the smallest class capable to hold the specified value.
finestNumber(Number) - Static method in class Numbers
Returns the number of the smallest class capable to hold the specified value.
finestNumber(double) - Static method in class Numbers
Returns the number of the smallest class capable to hold the specified value.
finestNumber(long) - Static method in class Numbers
Returns the number of the smallest type capable to hold the specified value.
finestNumber(String) - Static method in class Numbers
Returns the smallest number capable to hold the specified value.
finish() - Method in class UnitaryProjection
Must be invoked by subclass constructors after they finished their work.
finishedBands() - Method in class TransfertRectIter
Returns true if the max band in the image has been exceeded.
finishedLines() - Method in class TransfertRectIter
Returns true if the bottom row of the bounding rectangle has been passed.
finishedPixels() - Method in class TransfertRectIter
Returns true if the right edge of the bounding rectangle has been passed.
fireZoomChanged(AffineTransform) - Method in class ZoomPane
Signals that a zoom change has taken place.
first() - Method in class FrequencySortedSet
Returns the first element in this set.
first(K) - Method in class KeySortedList
Returns the first element added with the specified key.
first() - Method in class RangeSet
Returns the first (lowest) range currently in this sorted set.
firstAffectedOrdinate - Variable in class PassThroughTransform
Index of the first affected ordinate.
fit(double[], double[]) - Method in class Line
Given a set of data points x[0..ndata-1], y[0..ndata-1], fit them to a straight line y=b+mx in a least-squares senses.
fit(double[], double[], double[]) - Method in class Plane
Computes the plane's coefficients from a set of points.
fit(float[], float[], float[]) - Method in class Plane
Computes the plane's coefficients from a set of points.
fit(Vector, Vector, Vector) - Method in class Plane
Computes the plane's coefficients from a set of points.
fitCircle(Point2D, Point2D, Point2D) - Static method in class ShapeUtilities
Returns a circle passing by the 3 given points.
fitParabol(Point2D, Point2D, Point2D, boolean) - Static method in class ShapeUtilities
Returns a quadratic curve passing by the 3 given points.
fitParabol(double, double, double, double, double, double, boolean) - Static method in class ShapeUtilities
Same as ShapeUtilities.fitParabol(Point2D, Point2D, Point2D, boolean) but using only primitive type arguments.
FLAG_MASKS - Static variable in class NetcdfMetadata
The "flag_masks" attribute name for bitmask to apply on sample values before to compare them to the flag values.
FLAG_MEANINGS - Static variable in class NetcdfMetadata
The "flag_meanings" attribute name for the meaning of flag values.
FLAG_NAMES - Static variable in class NetcdfMetadata
The "flag_names" attribute name for the designation associated with a range element.
FLAG_VALUES - Static variable in class NetcdfMetadata
The "flag_values" attribute name for sample values to be flagged.
FLATTENING_DIFFERENCE - Static variable in class Molodensky
Deprecated. Invoke Molodensky.PARAMETERS.descriptor(String) instead.
flipVertically(ImageReadParam, int, Rectangle) - Static method in class SpatialImageReader
Deprecated. Experience suggests that images better to be read as they are stored in the file, even if they appear flipped. In the case of NetCDF images, the fact that the image is flipped appears in the image metadata, which declare a positive scale factor for the y axis.
FLOAT - Static variable in class Numbers
Constants to be used in switch statements.
FloatDimension2D - Class in org.geotoolkit.display.shape
Implements Dimension2D using single-precision floating point values.
FloatDimension2D() - Constructor for class FloatDimension2D
Constructs a new dimension initialized to (0,0).
FloatDimension2D(Dimension2D) - Constructor for class FloatDimension2D
Constructs a new dimension initialized to the given dimension.
FloatDimension2D(float, float) - Constructor for class FloatDimension2D
Constructs a new dimension with the specified values.
FloatParameter - Class in org.geotoolkit.parameter
A parameter value as a floating point (double precision) number.
FloatParameter(ParameterDescriptor<Double>) - Constructor for class FloatParameter
Constructs a parameter from the specified descriptor.
FloatParameter(ParameterDescriptor<Double>, double) - Constructor for class FloatParameter
Constructs a parameter from the specified descriptor and value.
floatValue() - Method in class Fraction
Returns the fraction as a floating point number.
floatValue(int) - Method in class Vector
Returns the value at the given index as a float.
floatValue() - Method in class Measure
Returns the scalar value.
floatValue() - Method in class DefaultRepresentativeFraction
Returns the scale as a float type.
FloodFill - Class in org.geotoolkit.image.jai
Performs the Flood Fill operation on the given raster.
FloodFill(RenderedImage, ImageLayout, Map<?, ?>, double[][], double[]) - Constructor for class FloodFill
Constructs a new Flood Fill for the given image.
floor(int, int) - Static method in class Fraction
Computes numerator / denominator and rounds the result toward negative infinity.
flush() - Method in class CoverageDatabase
Flushes the cache.
flush() - Method in class ChannelImageInputStream
Discards the initial position of the stream prior to the current stream position.
flush() - Method in class EchoWriter
Flushes both streams.
flush() - Method in class LineWrapWriter
Sends pending characters to the underlying stream.
flush() - Method in class LineWriter
Flushes the stream content to the underlying stream.
flush() - Method in class TableWriter
Flushes the table content to the underlying stream.
flush() - Method in class Logging
Flushes all handlers used by the logger named Logging.name.
flushBefore(long) - Method in class ChannelImageInputStream
Discards the initial portion of the stream prior to the indicated postion.
FORCE_AXIS_ORDER_HONORING - Static variable in class Hints
Applies the Hints.FORCE_LONGITUDE_FIRST_AXIS_ORDER hint to some factories that usually ignore it.
FORCE_LONGITUDE_FIRST_AXIS_ORDER - Static variable in class Hints
Tells if the coordinate systems created by an authority factory should be forced to (longitude, latitude) axis order.
FORCE_STANDARD_AXIS_DIRECTIONS - Static variable in class Hints
Tells if the coordinate systems created by an authority factory should be forced to standard axis directions.
FORCE_STANDARD_AXIS_UNITS - Static variable in class Hints
Tells if the coordinate systems created by an authority factory should be forced to standard axis units.
forceBitmaskIndexColorModel(int) - Method in class ImageWorker
Deprecated. Reduces the color model to IndexColorModel with bitmask transparency.
forcedAngularUnit - Variable in enum Convention
If non-null, forces PRIMEM and PARAMETER angular units to this field value instead than inferring it from the context.
forceMonolineConsoleOutput(Level) - Method in class Logging
Configures the default console handler in order to log records on a single line instead of two lines.
forceStandardDirections - Variable in class OrderedAxisAuthorityFactory
true if this authority factory should also force the axis to their standard direction.
forceStandardUnits - Variable in class OrderedAxisAuthorityFactory
true if this authority factory should also force all angular units to decimal degrees and linear units to meters.
forCitation(Citation, Convention) - Static method in enum Convention
Returns the convention for the given citation.
forClass(Class<?>) - Static method in class MetadataStandard
Returns the metadata standard for the given class.
forDimensions(boolean, boolean) - Method in interface EllipsoidalTransform
Returns a transform performing the same calculation than this, but using the specified number of dimensions.
forDimensions(boolean, boolean) - Method in class GeocentricTransform
Returns a transform having the same ellipsoidal parameters than this transform, but a different number of source dimensions.
forDimensions(boolean, boolean) - Method in class MolodenskyTransform
Returns a transform having the same ellipsoidal and Bursa-Wolf parameters than this transform, but a different number of source or target dimensions.
forDuration(long, TimeUnit) - Static method in class PerformanceLevel
Returns the level to use for logging an event of the given duration.
foreground() - Method in enum X364
Returns the enum for the foreground color.
forIdentifier(String, Convention) - Static method in enum Convention
Returns the convention for the given identifier.
format - Variable in class NewGridCoverageReference
The name of the coverage format.
format - Variable in class FormatChooser
The format to configure by this FormatChooser.
format(TreeModel, Appendable) - Method in class TreeFormat
Writes a graphical representation of the specified tree model in the given buffer.
format(TreeModel, StringBuilder) - Method in class TreeFormat
Convenience method which delegate to the above TreeFormat.format(TreeModel, Appendable) method, but without throwing IOException.
format(TreeNode, Appendable) - Method in class TreeFormat
Writes a graphical representation of the specified tree in the given buffer.
format(TreeNode, StringBuilder) - Method in class TreeFormat
Convenience method which delegate to the above TreeFormat.format(TreeNode, Appendable) method, but without throwing IOException.
format(Iterable<?>, Appendable) - Method in class TreeFormat
Writes a graphical representation of the specified elements in the given buffer.
format(Iterable<?>, StringBuilder) - Method in class TreeFormat
Convenience method which delegate to the above TreeFormat.format(Iterable, Appendable) method, but without throwing IOException.
format(Object, StringBuffer, FieldPosition) - Method in class TreeFormat
Writes a graphical representation of the specified tree in the given buffer.
format(int, boolean) - Method in class ImageWorker
Deprecated. Formats the image to the provided data type.
format - Variable in class SpatialMetadata
The metadata format given at construction time.
format(Object, StringBuffer, FieldPosition) - Method in class LineFormat
Formats an object and appends the resulting text to a given string buffer.
format(Object, StringBuffer, FieldPosition) - Method in class WKTFormat
Formats the specified object as a Well Know Text.
format(double) - Method in class AngleFormat
Formats an angle.
format(double, StringBuffer, FieldPosition) - Method in class AngleFormat
Formats an angle and appends the resulting text to a given string buffer.
format(Object, StringBuffer, FieldPosition) - Method in class AngleFormat
Formats an angle, a latitude or a longitude and appends the resulting text to a given string buffer.
format(DirectPosition) - Method in class CoordinateFormat
Formats a direct position.
format(DirectPosition, StringBuffer, FieldPosition) - Method in class CoordinateFormat
Formats a direct position and appends the resulting text to a given string buffer.
format(Object, StringBuffer, FieldPosition) - Method in class CoordinateFormat
Formats a direct position and appends the resulting text to a given string buffer.
format(Object, StringBuffer, FieldPosition) - Method in class RangeFormat
Formats a Range and appends the resulting text to a given string buffer.
format(Object, StringBuffer, FieldPosition) - Method in class MetadataTreeFormat
Writes a graphical representation of the specified metadata in the given buffer.
format(OperationMethod) - Method in class ParameterWriter
Prints the elements of an operation to the output stream.
format(ParameterDescriptorGroup) - Method in class ParameterWriter
Prints the elements of a descriptor group to the output stream.
format(ParameterValueGroup) - Method in class ParameterWriter
Prints the elements of a parameter group to the output stream.
format(Object, StringBuffer, FieldPosition) - Method in class LoggedFormat
Formats the specified object.
format(LogRecord) - Method in class MonolineFormatter
Formats the given log record and return the formatted string.
FORMAT_NAME - Static variable in class SpatialMetadataFormat
The metadata format name, which is "geotk-coverageio_3.07".
formatCellDimension(RectifiedGrid, CoordinateSystem) - Method in class MetadataHelper
Returns the dimension of pixels as a text, or null if none.
formatChainedMessages(String, Throwable) - Static method in class Exceptions
Returns a string which contain the given message on the first line, followed by the localized message of the given exception on the next line.
FormatChooser - Class in org.geotoolkit.gui.swing
Selects the pattern to use for formating numbers, angles or dates.
FormatChooser(Format) - Constructor for class FormatChooser
Constructs a pattern chooser for the given format.
formatCodeList(CodeList<?>) - Method in class MetadataTreeFormat
Formats a human-readable string from given code list.
formatElementName(Class<?>, String) - Method in class MetadataTreeFormat
Formats a human-readable string from the given class or property name.
formatEvaluateError(Point2D, boolean) - Method in class AbstractGridCoverage
Constructs an error message for a point that can not be evaluated.
formatEvaluateError(DirectPosition, boolean) - Method in class AbstractGridCoverage
Constructs an error message for a position that can not be evaluated.
formatLocale - Variable in class MetadataTreeFormat
The locale to use for date and number formatting.
formatNumber(Number) - Method in class MetadataTreeFormat
Formats a human-readable string from the given number.
formatStackTrace(Throwable) - Static method in class Exceptions
Returns the exception trace as a string.
Formattable - Interface in org.geotoolkit.io.wkt
Interface for objects that can be formatted as Well Known Text (WKT).
FormattableObject - Class in org.geotoolkit.io.wkt
Base class for objects formattable as Well Known Text (WKT).
FormattableObject() - Constructor for class FormattableObject
Default constructor.
Formatter - Class in org.geotoolkit.io.wkt
Formats formattable objects as Well Known Text (WKT).
Formatter() - Constructor for class Formatter
Creates a new instance of the formatter with the default symbols, no syntax coloring and the default indentation.
Formatter(int) - Constructor for class Formatter
Creates a new instance of the formatter with the default symbols, no syntax coloring and the given indentation.
Formatter(Symbols, Colors, int) - Constructor for class Formatter
Creates a new instance of the formatter with the specified indentation.
formatTo(Formatter, int, int, int) - Method in class AbstractInternationalString
Formats this international string using the given formatter.
formatToCharacterIterator(Object) - Method in class LoggedFormat
Formats the specified object.
formatUnparsable(String, int, int, Locale) - Static method in class LoggedFormat
Formats an error message for an unparsable string.
formatUnparsable(String, int, int, Locale, Level) - Static method in class LoggedFormat
Formats a log record for an unparsable string.
formatValue(Object) - Method in class ParameterWriter
Formats the specified value as a string.
formatWKT(Formatter) - Method in interface Formattable
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class FormattableObject
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class AbstractParameter
Formats the inner part of this parameter as Well Known Text (WKT).
formatWKT(Formatter) - Method in class AbstractParameterDescriptor
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class AbstractCRS
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class AbstractDerivedCRS
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultCompoundCRS
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultEngineeringCRS
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultGeocentricCRS
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultGeographicCRS
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultProjectedCRS
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultVerticalCRS
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class AbstractCS
Format the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultCoordinateSystemAxis
Format the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class AbstractDatum
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class BursaWolfParameters
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultEllipsoid
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultEngineeringDatum
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultGeodeticDatum
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultImageDatum
Format the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultPrimeMeridian
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultVerticalDatum
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class AbstractCoordinateOperation
Formats this operation as a pseudo-WKT format.
formatWKT(Formatter) - Method in class DefaultConcatenatedOperation
Formats this operation as a pseudo-WKT format.
formatWKT(Formatter) - Method in class DefaultOperationMethod
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class DefaultPassThroughOperation
Formats this operation as a pseudo-WKT format.
formatWKT(Formatter) - Method in class DefaultSingleOperation
Formats this operation as a pseudo-WKT format.
formatWKT(Formatter) - Method in class DefiningConversion
Formats this operation as a pseudo-WKT format.
formatWKT(Formatter) - Method in class MathTransformProvider
Format the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class AbstractMathTransform
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class AbstractMathTransform.Inverse
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class AffineTransform2D
Format the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class ConcatenatedTransform
Formats the inner part of a Well Known Text (WKT) element.
formatWKT(Formatter) - Method in class PassThroughTransform
Formats the inner part of a Well Known Text (WKT) element.
forUML(String) - Static method in class GeoAPI
Returns the GeoAPI interface for the given ISO identifier, or null if none.
FRA - Static variable in class Namespaces
The "http://www.cnig.gouv.fr/2005/fra" URL.
Fraction - Class in org.geotoolkit.math
A fraction made of a numerator and a denominator.
Fraction() - Constructor for class Fraction
Creates a new fraction initialized to 0/0, which is an indetermined value.
Fraction(Fraction) - Constructor for class Fraction
Creates a new fraction initialized to the same value than the given fraction.
Fraction(int) - Constructor for class Fraction
Creates a new fraction initialized to the given numerator.
Fraction(int, int) - Constructor for class Fraction
Creates a new fraction.
freeze() - Method in class ModifiableMetadata
Declares this metadata and all its attributes as unmodifiable.
freeze() - Method in class XLink
Marks this xlink as unmodifiable.
frequencies() - Method in class FrequencySortedSet
Returns the frequency of each element in this set, in iteration order.
frequency(E) - Method in class FrequencySortedSet
Returns the frequency of the specified element in this set.
FrequencySortedSet<E> - Class in org.geotoolkit.util.collection
A set with elements ordered by the amount of time they were added.
FrequencySortedSet() - Constructor for class FrequencySortedSet
Creates an initially empty set with less frequent elements first.
FrequencySortedSet(boolean) - Constructor for class FrequencySortedSet
Creates an initially empty set with the default initial capacity.
FrequencySortedSet(int, boolean) - Constructor for class FrequencySortedSet
Creates an initially empty set with the specified initial capacity.
fromName(String) - Static method in class Citations
Returns a citation of the given name.
fromScale(double) - Static method in class DefaultRepresentativeFraction
Creates a representative fraction from a scale as a double value.
fusionTemperature(double, double) - Static method in class SeaWater
Computes fusion temperature (melting point) as a function of salinity and pressure.
FutureQuery<V> - Interface in org.geotoolkit.coverage.sql
The result of a Coverage Database query executed in a background thread.

G

GCO - Static variable in class Namespaces
The "http://www.isotc211.org/2005/gco" URL.
GeneralDirectPosition - Class in org.geotoolkit.geometry
Holds the coordinates for a position within some coordinate reference system.
GeneralDirectPosition(CoordinateReferenceSystem) - Constructor for class GeneralDirectPosition
Constructs a position using the specified coordinate reference system.
GeneralDirectPosition(int) - Constructor for class GeneralDirectPosition
Constructs a position with the specified number of dimensions.
GeneralDirectPosition(double...) - Constructor for class GeneralDirectPosition
Constructs a position with the specified ordinates.
GeneralDirectPosition(Point2D) - Constructor for class GeneralDirectPosition
Constructs a position from the specified Point2D.
GeneralDirectPosition(DirectPosition) - Constructor for class GeneralDirectPosition
Constructs a position initialized to the same values than the specified point.
GeneralDirectPosition(String) - Constructor for class GeneralDirectPosition
Constructs a position initialized to the values parsed from the given string in Well Known Text (WKT) format.
GeneralEnvelope - Class in org.geotoolkit.geometry
A minimum bounding box or rectangle.
GeneralEnvelope(int) - Constructor for class GeneralEnvelope
Constructs an empty envelope of the specified dimension.
GeneralEnvelope(double, double) - Constructor for class GeneralEnvelope
Constructs one-dimensional envelope defined by a range of values.
GeneralEnvelope(double[], double[]) - Constructor for class GeneralEnvelope
Constructs a envelope defined by two positions.
GeneralEnvelope(GeneralDirectPosition, GeneralDirectPosition) - Constructor for class GeneralEnvelope
Constructs a envelope defined by two positions.
GeneralEnvelope(CoordinateReferenceSystem) - Constructor for class GeneralEnvelope
Constructs an empty envelope with the specified coordinate reference system.
GeneralEnvelope(Envelope) - Constructor for class GeneralEnvelope
Constructs a new envelope with the same data than the specified envelope.
GeneralEnvelope(GeographicBoundingBox) - Constructor for class GeneralEnvelope
Constructs a new envelope with the same data than the specified geographic bounding box.
GeneralEnvelope(Rectangle2D) - Constructor for class GeneralEnvelope
Constructs two-dimensional envelope defined by a Rectangle2D.
GeneralEnvelope(GridEnvelope, PixelInCell, MathTransform, CoordinateReferenceSystem) - Constructor for class GeneralEnvelope
Constructs a georeferenced envelope from a grid envelope transformed using the specified math transform.
GeneralEnvelope(String) - Constructor for class GeneralEnvelope
Constructs a new envelope initialized to the values parsed from the given string in Well Known Text (WKT) format.
GeneralGridCoordinates - Class in org.geotoolkit.coverage.grid
Holds the set of grid coordinates that specifies the location of the grid point within the grid.
GeneralGridCoordinates(int) - Constructor for class GeneralGridCoordinates
Creates a grid coordinates of the specified dimension.
GeneralGridCoordinates(int[]) - Constructor for class GeneralGridCoordinates
Creates a grid coordinates initialized to the specified values.
GeneralGridCoordinates(int[], int, int) - Constructor for class GeneralGridCoordinates
Creates a grid coordinates initialized to the specified values in the specified range.
GeneralGridCoordinates(GridCoordinates) - Constructor for class GeneralGridCoordinates
Creates a grid coordinates which is a copy of the specified one.
GeneralGridCoordinates.Immutable - Class in org.geotoolkit.coverage.grid
An immutable GridCoordinates.
GeneralGridCoordinates.Immutable(int[]) - Constructor for class GeneralGridCoordinates.Immutable
Creates an immutable grid coordinates with the specified values.
GeneralGridCoordinates.Immutable(int[], int, int) - Constructor for class GeneralGridCoordinates.Immutable
Creates an immutable grid coordinates with the specified values in the specified range.
GeneralGridCoordinates.Immutable(GridCoordinates) - Constructor for class GeneralGridCoordinates.Immutable
Creates an immutable grid coordinates with the specified values.
GeneralGridEnvelope - Class in org.geotoolkit.coverage.grid
Defines a range of grid coverage coordinates.
GeneralGridEnvelope(GridEnvelope) - Constructor for class GeneralGridEnvelope
Creates a new grid envelope as a copy of the given one.
GeneralGridEnvelope(int[], int[], boolean) - Constructor for class GeneralGridEnvelope
Constructs a new grid envelope.
GeneralGridEnvelope(Rectangle, int) - Constructor for class GeneralGridEnvelope
Constructs a multi-dimensional grid envelope defined by a Rectangle.
GeneralGridEnvelope(Raster, int) - Constructor for class GeneralGridEnvelope
Constructs multi-dimensional grid envelope defined by a Raster.
GeneralGridEnvelope(RenderedImage, int) - Constructor for class GeneralGridEnvelope
Constructs multi-dimensional grid envelope defined by a RenderedImage.
GeneralGridEnvelope(Envelope, PixelInCell, boolean) - Constructor for class GeneralGridEnvelope
Casts the specified envelope into a grid envelope.
GeneralGridGeometry - Class in org.geotoolkit.coverage.grid
Describes the valid range of grid coordinates and the transform from those grid coordinates to real world coordinates.
GeneralGridGeometry(GridGeometry) - Constructor for class GeneralGridGeometry
Creates a new grid geometry with the same values than the given grid geometry.
GeneralGridGeometry(GridEnvelope, MathTransform, CoordinateReferenceSystem) - Constructor for class GeneralGridGeometry
Constructs a new grid geometry from a grid envelope and a math transform mapping pixel center.
GeneralGridGeometry(GridEnvelope, PixelInCell, MathTransform, CoordinateReferenceSystem) - Constructor for class GeneralGridGeometry
Constructs a new grid geometry from a grid envelope and a math transform mapping pixel center or corner.
GeneralGridGeometry(PixelInCell, MathTransform, Envelope) - Constructor for class GeneralGridGeometry
Constructs a new grid geometry from an envelope and a math transform.
GeneralGridGeometry(GridEnvelope, Envelope) - Constructor for class GeneralGridGeometry
Constructs a new grid geometry from an envelope.
GeneralMatrix - Class in org.geotoolkit.referencing.operation.matrix
A two dimensional array of numbers.
GeneralMatrix(int) - Constructor for class GeneralMatrix
Constructs a square identity matrix of size size × size.
GeneralMatrix(int, int) - Constructor for class GeneralMatrix
Creates a matrix of size numRow × numCol.
GeneralMatrix(int, int, double[]) - Constructor for class GeneralMatrix
Constructs a numRow × numCol matrix initialized to the values in the matrix array.
GeneralMatrix(double[]...) - Constructor for class GeneralMatrix
Constructs a new matrix from a two-dimensional array of doubles.
GeneralMatrix(Matrix) - Constructor for class GeneralMatrix
Constructs a new matrix and copies the initial values from the parameter matrix.
GeneralMatrix(GMatrix) - Constructor for class GeneralMatrix
Constructs a new matrix and copies the initial values from the parameter matrix.
GeneralMatrix(AffineTransform) - Constructor for class GeneralMatrix
Constructs a 3×3 matrix from the specified affine transform.
GeneralMatrix(Envelope, Envelope) - Constructor for class GeneralMatrix
Constructs a transform that maps a source region to a destination region.
GeneralMatrix(AxisDirection[], AxisDirection[]) - Constructor for class GeneralMatrix
Constructs a transform changing axis order and/or direction.
GeneralMatrix(Envelope, AxisDirection[], Envelope, AxisDirection[]) - Constructor for class GeneralMatrix
Constructs a transform mapping a source region to a destination region.
generateFilename(int, int, int) - Method in class MosaicBuilder
Generates a filename for the current tile based on the position of this tile in the raster.
GENERIC_2D - Static variable in class DefaultEngineeringCRS
A two-dimensional wildcard coordinate system with x, y axes in metres.
GENERIC_2D - Static variable in class DefaultCartesianCS
A two-dimensional Cartesian CS with x, y axis in metres.
GENERIC_3D - Static variable in class DefaultEngineeringCRS
A three-dimensional wildcard coordinate system with x, y, z axes in metres.
GENERIC_3D - Static variable in class DefaultCartesianCS
A three-dimensional Cartesian CS with x, y, z axis in metres.
GeoAPI - Class in org.geotoolkit.util
Maps ISO identifiers to the GeoAPI types (interfaces or code lists).
GEOCENTRIC - Static variable in class DefaultCartesianCS
A three-dimensional Cartesian CS with geocentric x, y, z axis in metres.
GEOCENTRIC - Static variable in class DefaultSphericalCS
A three-dimensional spherical CS with longitude, latitude, radius axis.
GEOCENTRIC_CONVERSION - Static variable in class AbstractCoordinateOperationFactory
The identifier for a geocentric conversion.
GEOCENTRIC_RADIUS - Static variable in class DefaultCoordinateSystemAxis
Default axis info for radius in a geocentric CRS using spherical CS.
GEOCENTRIC_X - Static variable in class DefaultCoordinateSystemAxis
Default axis info for x values in a geocentric CRS using Cartesian CS.
GEOCENTRIC_Y - Static variable in class DefaultCoordinateSystemAxis
Default axis info for y values in a geocentric CRS using Cartesian CS.
GEOCENTRIC_Z - Static variable in class DefaultCoordinateSystemAxis
Default axis info for z values in a geocentric CRS using Cartesian CS.
GeocentricAffineTransform - Class in org.geotoolkit.referencing.operation.transform
An affine transform applied on geocentric coordinates.
GeocentricAffineTransform(BursaWolfParameters) - Constructor for class GeocentricAffineTransform
Creates a new geocentric affine transform.
GeocentricAffineTransform(BursaWolfParameters, ParameterDescriptorGroup) - Constructor for class GeocentricAffineTransform
Creates a new geocentric affine transform using the specified parameter descriptor.
GeocentricToEllipsoid - Class in org.geotoolkit.referencing.operation.provider
The provider for "Geographic/geocentric conversions" (EPSG:9602).
GeocentricToEllipsoid() - Constructor for class GeocentricToEllipsoid
Constructs a provider with default parameters.
GeocentricTransform - Class in org.geotoolkit.referencing.operation.transform
Transforms three dimensional geographic points to geocentric coordinate points.
GeocentricTransform(double, double, Unit<Length>, boolean) - Constructor for class GeocentricTransform
Creates a transform from the specified parameters.
GeocentricTransform(GeocentricTransform, boolean) - Constructor for class GeocentricTransform
Creates a new transform with the same ellipsoidal parameters than the given transform, but a different number of source dimensions.
GeocentricTranslation - Class in org.geotoolkit.referencing.operation.provider
The provider for "Geocentric translation" (EPSG:9603).
GeocentricTranslation() - Constructor for class GeocentricTranslation
Constructs the provider.
GEODETIC_2D - Static variable in class DefaultEllipsoidalCS
A two-dimensional ellipsoidal CS with geodetic longitude, geodetic latitude axis in decimal degrees.
GEODETIC_3D - Static variable in class DefaultEllipsoidalCS
A three-dimensional ellipsoidal CS with geodetic longitude, geodetic latitude, ellipsoidal height axis.
GEODETIC_LATITUDE - Static variable in class DefaultCoordinateSystemAxis
Default axis info for geodetic latitudes in a geographic CRS.
GEODETIC_LONGITUDE - Static variable in class DefaultCoordinateSystemAxis
Default axis info for geodetic longitudes in a geographic CRS.
GeodeticCalculator - Class in org.geotoolkit.referencing
Performs geodetic calculations on an ellipsoid.
GeodeticCalculator() - Constructor for class GeodeticCalculator
Constructs a new geodetic calculator associated with the WGS84 ellipsoid.
GeodeticCalculator(Ellipsoid) - Constructor for class GeodeticCalculator
Constructs a new geodetic calculator associated with the specified ellipsoid.
GeodeticCalculator(CoordinateReferenceSystem) - Constructor for class GeodeticCalculator
Constructs a new geodetic calculator expecting coordinates in the supplied CRS.
GEOGRAPHIC_AREA - Static variable in class CoordinateChooser
An enumeration constant for showing or hiding the geographic area selector.
GEOGRAPHIC_IDENTIFIER - Static variable in class NetcdfMetadata
The "geographic_identifier" attribute name for an identifier of the geographic area.
GEOIDAL - Static variable in class DefaultVerticalDatum
Default vertical datum for geoidal heights.
GEOIDAL_HEIGHT - Static variable in class DefaultVerticalCRS
Default vertical coordinate reference system using geoidal datum.
GEOMETRY_FACTORY - Static variable in class Hints
The GeometryFactory instance to use.
geophysics(boolean) - Method in class Category
Returns the geophysics or packed of this category.
geophysics(boolean) - Method in class GridSampleDimension
Returns the geophysics or packed view of this sample dimension.
geophysicsRange - Variable in class GridCoverageBuilder.Variable
The range of geophysics values, or null if unspecified.
GEOTIFF - Static variable in class FormattableObject
Deprecated. Replaced by Convention.GEOTIFF.
GEOTIFF - Static variable in class Citations
The GeoTIFF specification.
GEOTIFF - Static variable in class DefaultContact
Deprecated. To be replaced by a database (constants are becoming too numerous)
GEOTIFF - Static variable in class DefaultOnlineResource
The online resources for the GeoTIFF group.
GEOTIFF - Static variable in class DefaultResponsibleParty
Deprecated. To be replaced by a database (constants are becoming too numerous)
GEOTOOLKIT - Static variable in class Citations
The Geotoolkit.org project.
GEOTOOLKIT - Static variable in class DefaultContact
Deprecated. To be replaced by a database (constants are becoming too numerous)
GEOTOOLKIT - Static variable in class DefaultOnlineResource
Deprecated. To be replaced by a database (constants are becoming too numerous)
GEOTOOLKIT - Static variable in class DefaultResponsibleParty
Deprecated. To be replaced by a database (constants are becoming too numerous)
GEOTOOLKIT - Static variable in class Logging
Logging configuration that apply only to org.geotoolkit packages.
GEOTOOLKIT - Static variable in class Version
The version of this Geotoolkit.org distribution.
GEOTOOLS - Static variable in class Citations
The GeoTools project.
GEOTOOLS - Static variable in class DefaultContact
Deprecated. To be replaced by a database (constants are becoming too numerous)
GEOTOOLS - Static variable in class DefaultOnlineResource
Deprecated. To be replaced by a database (constants are becoming too numerous)
GEOTOOLS - Static variable in class DefaultResponsibleParty
Deprecated. To be replaced by a database (constants are becoming too numerous)
get(DimensionSlice.API) - Method in class DimensionSet
Returns the dimension which has been assigned to the given API, or null if none.
get(Colors.Element) - Method in class Colors
Returns the color for the given syntactic element.
get(int) - Method in class Vector
Returns the number at the given index, or null if none.
get(Object) - Method in class Cache
Returns the value associated to the given key in the cache.
get(int) - Method in class CheckedArrayList
Returns the element at the specified position in this list.
get(Object) - Method in class CheckedHashMap
Returns the value to which the specified key is mapped, or null if none.
get(Object) - Method in class DerivedMap
Returns the value to which this map maps the specified key.
get(int) - Method in class IntegerList
Returns the element at the given index.
get(int) - Method in class LazyList
Returns the element at the specified position in this list.
get(int) - Method in class UnmodifiableArrayList
Returns the element at the specified index.
get(T) - Method in class WeakHashSet
Returns an object equals to the specified object, if present.
get(Object) - Method in class WeakValueHashMap
Returns the value to which this map maps the specified key.
getAbbreviation() - Method in class NetcdfAxis
Returns the axis abbreviation.
getAbbreviation() - Method in class DefaultCoordinateSystemAxis
The abbreviation used for this coordinate system axes.
getAbstract() - Method in class AbstractIdentification
Returns a brief narrative summary of the content of the resource(s).
getAccessConstraints() - Method in class DefaultLegalConstraints
Returns the access constraints applied to assure the protection of privacy or intellectual property, and any special restrictions or limitations on obtaining the resource.
getAccessory() - Method in class CoordinateChooser
Returns the accessory component.
getAccuracy() - Method in class AbstractCoordinateOperation
Convenience method returning the accuracy in meters.
getAccuracy(CoordinateOperation) - Static method in class AbstractCoordinateOperation
Convenience method returning the accuracy in meters for the specified operation.
getAccuracyReports() - Method in class DefaultGCP
Get the accuracy of a ground control point.
getAcquisitionInformation() - Method in class DefaultMetadata
Provides information about the acquisition of the data.
getAcquisitionPlans() - Method in class DefaultAcquisitionInformation
Returns the plan as implemented by the acquisition.
getAcquisitionRequirements() - Method in class DefaultAcquisitionInformation
Returns the requirement the data acquisition intends to satisfy.
getActuate() - Method in class XLink
Returns the desired timing of traversal from the starting resource to the ending resource.
getAddress() - Method in class DefaultContact
Returns the physical and email address at which the organization or individual may be contacted.
getAdministrativeArea() - Method in class DefaultAddress
Return the state, province of the location.
getAffineTransform(RectifiedGrid, IIOParam) - Method in class MetadataHelper
Creates an affine transform from the origin and offset vectors of the given domain.
getAffineTransform(DiscreteCoordinateSystemAxis...) - Static method in class DiscreteReferencingFactory
Computes a grid to CRS affine transform for the given axes, mapping cell center.
getAffineTransform(CoordinateReferenceSystem) - Static method in class DiscreteReferencingFactory
Computes a grid to CRS affine transform for the given CRS, mapping cell center.
getAffineTransform(GridGeometry, PixelInCell) - Static method in class DiscreteReferencingFactory
Returns the grid to CRS affine transform for the given grid geometry.
getAffineTransform() - Method in class BursaWolfParameters
Returns an affine transform that can be used to define this Bursa Wolf transformation.
getAffineTransform(GeodeticDatum, GeodeticDatum) - Static method in class DefaultGeodeticDatum
Returns a matrix that can be used to define a transformation to the specified datum.
getAffineTransform() - Method in class LocalizationGrid
Returns an affine transform for the whole grid.
getAggregateDataSetIdentifier() - Method in class DefaultAggregateInformation
Identification information about aggregate dataset.
getAggregateDataSetName() - Method in class DefaultAggregateInformation
Citation information about the aggregate dataset.
getAggregatedFiles(int) - Method in interface AggregatedImageStore
Returns the URIs to the aggregated files, or null if the current input is not an aggregation.
getAggregatedFiles(int) - Method in class NetcdfImageReader
Returns the URIs to the aggregated files, or null if none.
getAggregateFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the AggregateFactory interface.
getAggregateFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of AggregateFactory matching the specified hints.
getAggregationInfo() - Method in class AbstractIdentification
Provides aggregate dataset information.
getAlgorithms() - Method in class DefaultProcessing
Returns the details of the methodology by which geographic information was derived from the instrument readings.
getAlias() - Method in class MatrixParameters
Forwards the call to the matrix parameter descriptors specified at construction time.
getAlias() - Method in class AbstractIdentifiedObject
An alternative name by which this object is identified.
getAlias() - Method in class NetcdfIdentifiedObject
Returns an empty set, since NetCDF objects don't provide alternative name.
getAlignment() - Method in class TableWriter
Returns the alignment for current and next cells.
getAllInterfaces(Class<?>) - Static method in class Classes
Returns the set of every interfaces implemented by the given class or interface.
getAlternateTitles() - Method in class DefaultCitation
Returns the short name or other language name by which the cited information is known.
getAlternativeFormats() - Method in class NewGridCoverageReference
Returns a list of formats which may be used as an alternative to NewGridCoverageReference.format.
getAmendmentNumber() - Method in class DefaultFormat
Returns the amendment number of the format version.
getAnchorPoint() - Method in class AbstractDatum
Description, possibly including coordinates, of the point or points used to anchor the datum to the Earth.
getAngle(AxisDirection, AxisDirection) - Static method in class DefaultCoordinateSystemAxis
Returns the arithmetic (counterclockwise) angle from the first direction to the second direction, in decimal degrees.
getAnglePattern() - Method in class CoordinateFormat
Returns the pattern for angle fields.
getAngularUnit() - Method in class Formatter
The angular unit for formatting measures, or null for the "natural" unit of each WKT element.
getAngularUnit() - Method in class DefaultPrimeMeridian
Returns the angular unit of the Greenwich longitude.
getAPI(Object...) - Method in class DimensionSet
Returns the API assigned to the given dimension identifiers.
getAPIForDimension(Object...) - Method in interface MultidimensionalImageStore
Returns the API assigned to the given dimension identifiers.
getAPIForDimension(Object...) - Method in class NetcdfImageReader
Returns the API assigned to the given dimension identifiers.
getAPIForDimensions() - Method in interface MultidimensionalImageStore
Returns the set of APIs for which at least one dimension has identifiers.
getAPIForDimensions() - Method in class NetcdfImageReader
Returns the set of APIs for which at least one dimension has identifiers.
getAPIs() - Method in class DimensionSet
Returns the set of APIs for which at least one dimension has identifiers.
getApplicationProfile() - Method in class DefaultOnlineResource
Returns the name of an application profile that can be used with the online resource.
getApplicationSchemaInfo() - Method in class DefaultMetadata
Provides information about the conceptual schema of a dataset.
getArcRole() - Method in class XLink
Returns a URI reference for some description of the arc role.
getArea() - Method in class ImagePane
Returns the image bounds, or null if none.
getArea() - Method in class Plot2D
Returns the minimal and maximal ordinate values of all (x,y) points to be plotted.
getArea() - Method in class ZoomPane
Returns a bounding box that contains the logical coordinates of all data that may be displayed in this ZoomPane.
getAspectRatio(int) - Method in class ImageReaderAdapter
Returns the aspect ratio of the given image.
getAspectRatio(int) - Method in class MosaicImageReader
Returns the aspect ratio.
getAssociationType() - Method in class DefaultAggregateInformation
Association type of the aggregate dataset.
getAsTree(String) - Method in class SpatialMetadata
Returns the root of a tree of metadata contained within this object according to the conventions defined by a given metadata format.
getAttribute(String) - Method in class MetadataAccessor
Returns an attribute as a string for the selected element, or null if none.
getAttribute(Group, String) - Method in class NetcdfMetadataReader
Returns the NetCDF attribute of the given name in the given group, or null if none.
getAttributeAsBoolean(String) - Method in class MetadataAccessor
Returns an attribute as a boolean for the selected element, or null if none.
getAttributeAsCitation(String) - Method in class MetadataAccessor
Returns an attribute as a citation for the selected element, or null if none.
getAttributeAsCode(String, Class<T>) - Method in class MetadataAccessor
Returns an attribute as a code for the selected element, or null if none.
getAttributeAsDate(String) - Method in class MetadataAccessor
Returns an attribute as a date for the selected element, or null if none.
getAttributeAsDouble(String) - Method in class MetadataAccessor
Returns an attribute as a floating point for the selected element, or null if none.
getAttributeAsDoubles(String, boolean) - Method in class MetadataAccessor
Returns an attribute as an array of floating point for the selected element, or null if none.
getAttributeAsFloat(String) - Method in class MetadataAccessor
Returns an attribute as a floating point values for the selected element, or null if none.
getAttributeAsFloats(String, boolean) - Method in class MetadataAccessor
Returns an attribute as an array of floating point values for the selected element, or null if none.
getAttributeAsInteger(String) - Method in class MetadataAccessor
Returns an attribute as an integer for the selected element, or null if none.
getAttributeAsIntegers(String, boolean) - Method in class MetadataAccessor
Returns an attribute as an array of integers for the selected element, or null if none.
getAttributeAsRange(String) - Method in class MetadataAccessor
Returns an attribute as a range of numbers for the selected element, or null if none.
getAttributeAsStrings(String, boolean) - Method in class MetadataAccessor
Returns an attribute as an array of strings for the selected element, or null if none.
getAttributeAsUnit(String, Class<Q>) - Method in class MetadataAccessor
Returns an attribute as a unit for the selected element, or null if none.
getAttributeDescription(String, String, Locale) - Method in class SpatialMetadataFormat
Returns a description of the named attribute, or null.
getAttributeDescription() - Method in class DefaultCoverageDescription
Returns the description of the attribute described by the measurement value.
getAttributeInstances() - Method in class DefaultScopeDescription
Returns the attribute instances to which the information applies.
getAttributes() - Method in class DefaultScopeDescription
Returns the attributes to which the information applies.
getAttributeType() - Method in class DefaultMemberName
Returns the type of the data associated with the record member.
getAuthalicRadius() - Method in class DefaultEllipsoid
Returns the radius of a hypothetical sphere having the same surface than this ellipsoid.
getAuthorities() - Method in class ParameterWriter
Returns the list of authorities to filter, or null if there is no restriction.
getAuthority() - Method in class AuthorityCodesComboBox
Returns the authority name.
getAuthority() - Method in class WKTFormat
Returns the preferred authority for choosing the projection and parameter names.
getAuthority() - Method in class DefaultIdentifier
Organization or party responsible for definition and maintenance of the code.
getAuthority() - Method in class NetcdfIdentifiedObject
Returns the NETCDF citation.
getAuthority() - Method in class DefaultReferenceIdentifier
Organization or party responsible for definition and maintenance of the code.
getAuthority() - Method in class AbstractAuthorityFactory
Returns the organization or party responsible for definition and maintenance of the database.
getAuthority() - Method in class AuthorityFactoryAdapter
Returns the organization or party responsible for definition and maintenance of the database.
getAuthority() - Method in class CachingAuthorityFactory
Returns the organization or party responsible for definition and maintenance of the underlying database.
getAuthority() - Method in class DirectEpsgFactory
Returns the authority for this EPSG database.
getAuthority() - Method in class LongitudeFirstEpsgFactory
Returns the authority for this EPSG database.
getAuthority() - Method in class IdentifiedObjectFinder
Returns the authority of the factory examined by this finder.
getAuthority() - Method in class MultiAuthoritiesFactory
Returns the organization or party responsible for definition and maintenance of the database.
getAuthority() - Method in class AutoCRSFactory
Returns the authority for this factory.
getAuthority() - Method in class HTTP_AuthorityFactory
Returns the authority, which contains the "http://www.opengis.net" identifier.
getAuthority() - Method in class URN_AuthorityFactory
Returns the authority, which contains "urn:ogc:def" and "urn:x-ogc:def" identifiers.
getAuthority() - Method in class WebCRSFactory
Returns the authority for this factory, which is CRS.
getAuthority() - Method in class WKTParsingAuthorityFactory
Returns the authority.
getAuthorityCode(T) - Method in class IdentifiedObjectSet
Returns the code to uses as a key for the specified object.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class AuthorityFactoryAdapter
Returns the set of authority code for the specified type.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class CachingAuthorityFactory
Returns the set of authority codes of the given type.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class DirectEpsgFactory
Returns the set of authority codes of the given type.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class FallbackAuthorityFactory
Returns the set of authority codes for the specified type.
getAuthorityCodes() - Method in class IdentifiedObjectSet
Returns the authority code of all objects in this set.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class MultiAuthoritiesFactory
Returns the set of authority codes of the given type.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class AutoCRSFactory
Provides a complete set of the known codes provided by this authority.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class WebCRSFactory
Provides a complete set of the known codes provided by this authority.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class DirectPostgisFactory
Returns the authority codes defined in the database for the given type.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class WKTParsingAuthorityFactory
Returns the set of authority codes of the given type.
getAuthorityFactory(Boolean) - Static method in class CRS
Returns the CRS authority factory used by the decode methods.
getAuthorityFactory(Class<T>, String) - Method in class AuthorityFactoryAdapter
Returns an authority factory of the specified type.
getAuthorityFactory(String) - Method in class AuthorityFactoryAdapter
Returns an arbitrary object factory to use for the specified code.
getAuthorityFactory() - Method in class IdentifiedObjectSet
Returns the authority factory used by the createObject method.
getAuthorityFactory(Class<T>, String) - Method in class MultiAuthoritiesFactory
Searches for a factory of the given type.
getAuthorityFactory(String) - Method in class MultiAuthoritiesFactory
Returns an arbitrary object authority factory for the specified "AUTHORITY:NUMBER" code.
getAuthorityFactory(String) - Method in class URN_AuthorityFactory
Returns an object factory for the specified code.
getAuthorityFactory() - Method in class AuthorityBackedFactory
Returns the underlying coordinate operation authority factory.
getAuthorityNames() - Static method in class AuthorityFactoryFinder
Returns the names of all currently registered authorities.
getAuthorityNames() - Method in class AllAuthoritiesFactory
Returns the set of authority names.
getAuthorityNames() - Method in class MultiAuthoritiesFactory
Returns the authority names of every factories given at construction time.
getAvailableElevations(String) - Method in class CoverageDatabase
Returns the set of altitudes where a coverage is available.
getAvailableElevations() - Method in interface Layer
Returns the set of altitudes where a coverage is available.
getAvailableLocales() - Method in class ImageReaderAdapter
Returns the locales that may be used to localize warning listeners.
getAvailableLocales() - Method in class ImageWriterAdapter
Returns the locales that may be used to localize warning listeners.
getAvailableLocales() - Method in class MosaicImageReader
Returns an array of locales that may be used to localize warning listeners.
getAvailableMethods(Class<? extends SingleOperation>) - Method in class DefaultMathTransformFactory
Returns a set of available methods for math transforms.
getAvailableNames() - Method in class PaletteFactory
Returns the set of available palette names.
getAvailableTimes(String) - Method in class CoverageDatabase
Returns the set of dates when a coverage is available.
getAvailableTimes() - Method in interface Layer
Returns the set of dates when a coverage is available.
getAverageAirTemperature() - Method in class DefaultEnvironmentalRecord
Returns the average air temperature along the flight pass during the photo flight.
getAxes(Plot2D.Series) - Method in class Plot2D
Returns the {x, y} axes for the specified series.
getAxis(int) - Method in class NetcdfCRS
Returns the axis at the given dimension.
getAxis(int) - Method in class AbstractSingleCRS
Returns the axis for the underlying coordinate system at the specified dimension.
getAxis(int) - Method in class AbstractCS
Returns the axis for this coordinate system at the specified dimension.
getAxisDimensionProperties() - Method in class DefaultGridSpatialRepresentation
Returns information about spatial-temporal axis properties.
getAxisUnit() - Method in class DefaultEllipsoid
Returns the linear unit of the semi-major and semi-minor axis values.
getAzimuth() - Method in class SunRelativePosition
Computes and returns the azimuth.
getAzimuth() - Method in class GeodeticCalculator
Returns the azimuth.
getBackground() - Method in class GridSampleDimension
Returns a default category to use for background.
getBackground(Level) - Method in class LoggingPanel
Returns the background color for the specified log record.
getBackgroundValues() - Method in class GridCoverageWriteParam
Returns the sample values to use for filling empty areas during reprojection, or null for the default.
getBackingStoreDescription() - Method in class AbstractAuthorityFactory
Returns a description of the underlying backing store, or null if unknown.
getBackingStoreDescription() - Method in class AuthorityFactoryAdapter
Returns a description of the underlying backing store, or null if unknown.
getBackingStoreDescription() - Method in class CachingAuthorityFactory
Returns a description of the underlying backing store, or null if unknown.
getBackingStoreDescription() - Method in class DirectEpsgFactory
Returns a description of the database engine.
getBackingStoreDescription() - Method in class MultiAuthoritiesFactory
Returns a description of the underlying backing store, or null if unknown.
getBackingStoreDescription() - Method in class DirectPostgisFactory
Returns a description of the underlying backing store.
getBand() - Method in class ImageTableModel
Returns the band to display.
getBandBoundaryDefinition() - Method in class DefaultBand
Returns the designation of criterion for defining maximum and minimum wavelengths for a spectral band.
getBandNames(int) - Method in interface NamedImageStore
Returns the names of the bands for the given image, or null if none.
getBandNames(int) - Method in class NetcdfImageReader
Returns the names of the bands for the given image, or null if none.
getBaseCRS() - Method in class AbstractDerivedCRS
Returns the base coordinate reference system.
getBaseCRS() - Method in class DefaultProjectedCRS
Returns the base coordinate reference system, which must be geographic.
getBitOffset() - Method in class ChannelImageInputStream
Returns the current bit offset, as an integer between 0 and 7 inclusive.
getBitsPerValue() - Method in interface SampleDimension
Maximum number of significant bits in the uncompressed representation for the value in each band of each pixel.
getBitsPerValue() - Method in class DefaultBand
Returns the maximum number of significant bits in the uncompressed representation for the value in each band of each pixel.
getBounds() - Method in class ProjectedShape
Returns an integer rectangle that completely encloses this shape.
getBounds() - Method in class TransformedShape
Returns an integer rectangle that completely encloses this shape.
getBounds2D() - Method in class Axis2D
Returns a bounding box for this axis.
getBounds2D() - Method in class Arrow2D
Returns the bounding box for this arrow.
getBounds2D() - Method in class ProjectedShape
Returns a high precision and more accurate bounding box of the shape than the ProjectedShape.getBounds() method.
getBounds2D() - Method in class TransformedShape
Returns a high precision and more accurate bounding box of the shape than the TransformedShape.getBounds() method.
getBufferedImage() - Method in class GridCoverageBuilder
Deprecated. Replaced by GridCoverageBuilder.getRenderedImage().
getBufferedImage() - Method in class ImageInspector
Deprecated. Returns the current ImageInspector.image as a buffered image.
getBundle(Locale) - Method in class ResourceInternationalString
Returns the resource bundle for the given locale.
getBursaWolfParameters() - Method in class DefaultGeodeticDatum
Returns all Bursa Wolf parameters specified in the properties map at construction time.
getBursaWolfParameters(GeodeticDatum) - Method in class DefaultGeodeticDatum
Returns Bursa Wolf parameters for a datum shift toward the specified target, or null if none.
getButton(String, String, String) - Method in class IconFactory
Returns a button with the specified image icon.
getByteOrder() - Method in class ChannelImageInputStream
Returns the byte order with which data values will be read from this stream.
getCapacity() - Method in class LoggingPanel
Returns the maximum number of LogRecords the handler can memorize.
getCategories() - Method in class GridSampleDimension
Returns all categories in this sample dimension.
getCategories() - Method in class CategoryTable
Returns all categories currently defined in this table.
getCategory(double) - Method in class GridSampleDimension
Returns the category for the specified sample value.
getCategory() - Method in class CategoryRecord
Returns the category represented by this record.
getCategoryNames() - Method in class GridSampleDimension
Returns a sequence of category names for the values contained in this sample dimension.
getCellDimension(AffineTransform) - Method in class MetadataHelper
Returns the dimension of pixels, or null if not applicable.
getCellGeometry() - Method in class DefaultGridSpatialRepresentation
Returns the identification of grid data as point or cell.
getCellSize(AffineTransform) - Method in class MetadataHelper
Returns the size of pixels, which must be square.
getCenterPoint() - Method in class DefaultGeorectified
Returns the Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cell halfway between opposite ends of the grid in the spatial dimensions.
getCenterX() - Method in class XRectangle2D
Returns the x ordinate of the center of the rectangle.
getCenterX() - Method in class Envelope2D
Returns the median ordinate value for dimension 0.
getCenterY() - Method in class XRectangle2D
Returns the y ordinate of the center of the rectangle.
getCenterY() - Method in class Envelope2D
Returns the median ordinate value for dimension 1.
getCentralMeridian() - Method in class TransverseMercator.Parameters
Convenience method returning the meridian in the middle of current zone.
getChange() - Method in class ZoomChangeEvent
Returns the affine transform indicating the zoom change.
getChannel() - Method in class StreamImageReader
Returns the input as an readable byte channel.
getCharacterSet() - Method in class DefaultMetadata
Returns the full name of the character coding standard used for the metadata set.
getCharacterSets() - Method in class DefaultDataIdentification
Returns the full name of the character coding standard used for the dataset.
getCharset(InputStream) - Method in class TextImageReader
Returns the character set to use for decoding the string from the input stream.
getCharset(ImageWriteParam) - Method in class TextImageWriter
Returns the character set to use for encoding the string to the output stream.
getCheckPointDescription() - Method in class DefaultGeorectified
Returns a description of geographic position points used to test the accuracy of the georeferenced grid data.
getCheckPoints() - Method in class DefaultGeorectified
Returns the geographic references used to validate georectification of the data.
getChild(Object, int) - Method in class TreeTableModelAdapter
Returns the child of the given node at index index in the node's child array.
getChildCount(Object) - Method in class TreeTableModelAdapter
Returns the number of children of parent.
getChildOperations() - Method in class DefaultOperation
Returns the sub-missions that make up part of a larger mission.
getCitation() - Method in enum Convention
Returns the citation for this enumeration.
getCitation() - Method in class DefaultOperation
Returns the identification of the mission.
getCitation() - Method in class DefaultPlan
Returns the identification of authority requesting target collection.
getCitation() - Method in class DefaultPlatform
Returns the source where information about the platform is described.
getCitation() - Method in class DefaultRequirement
Returns the identification of reference or guidance material for the requirement.
getCitation() - Method in class AbstractIdentification
Returns the citation data for the resource(s).
getCitation() - Method in class DefaultAlgorithm
Returns the information identifying the algorithm and version or date.
getCitation() - Method in class DefaultFormula
Returns the reference to a publication giving the formula(s) or procedure used by the coordinate operation method, or null if none.
getCitationFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the CitationFactory interface.
getCitationFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of CitationFactory matching the specified hints.
getCitations() - Method in class DefaultInstrument
Returns the complete citation of the instrument.
getCitedResponsibleParties() - Method in class DefaultCitation
Returns the name and position information for an individual or organization that is responsible for the resource.
getCity() - Method in class DefaultAddress
Returns the city of the location.
getClass(T) - Static method in class Classes
Returns the class of the specified object, or null if object is null.
getClasses(Collection<? extends T>) - Static method in class Classes
Returns the classes of all objects in the given collection.
getClassification() - Method in class DefaultSecurityConstraints
Returns the name of the handling restrictions on the resource.
getClassificationSystem() - Method in class DefaultSecurityConstraints
Returns the name of the classification system.
getClassLoaders() - Method in class FactoryRegistry
Returns all class loaders to be used for scanning plugins.
getClassOf(String) - Static method in class WKTFormat
Returns the class of the specified WKT element.
getClearBeforePlot() - Method in class MosaicPerformanceGraph
If true, any call to plotEfficiency will clear the previous plot before to add the result of a new calculation.
getClosingBrackets() - Method in class Symbols
Returns the list of caracters acceptable as closing bracket.
getCloudCoverPercentage() - Method in class DefaultImageDescription
Returns the area of the dataset obscured by clouds, expressed as a percentage of the spatial extent.
getCode() - Method in class DefaultIdentifier
Alphanumeric value identifying an instance in the namespace.
getCode() - Method in class NetcdfAxis
Returns the axis name.
getCode() - Method in class NetcdfCRS
Returns the coordinate system name.
getCode() - Method in class NetcdfIdentifiedObject
Returns a code which identify this instance.
getCode() - Method in class NetcdfProjection
Returns the projection name.
getCode() - Method in class DefaultReferenceIdentifier
Identifier code or name, optionally from a controlled list or pattern.
getCodeCandidates(IdentifiedObject) - Method in class IdentifiedObjectFinder
Returns a set of authority codes that may identify the same object than the specified one.
getCodeSpace() - Method in class NetcdfIdentifiedObject
Returns the "NetCDF" constant, which is used as the code space.
getCodeSpace() - Method in class DefaultReferenceIdentifier
Name or identifier of the person or organization responsible for namespace.
getCoefficient(int) - Method in class CategoryRecord
Returns a coefficient of the transfer function, or null if the category is not quantitative.
getCollectionIdentification() - Method in class DefaultGCPCollection
Returns the identifier of the GCP collection.
getCollectionName() - Method in class DefaultGCPCollection
Returns the name of the GCP collection.
getCollectiveTitle() - Method in class DefaultCitation
Returns the common title with holdings note.
getColorAt(int, int) - Method in class ImageTableModel
Returns the color at the specified row and column.
getColorInterpretation() - Method in class GridSampleDimension
Deprecated. No replacement.
getColorInterpretation(ColorModel, int) - Static method in class TypeMap
Returns the color interpretation code for the specified color model and band number.
getColorModel() - Method in class GridCoverageBuilder
Returns or computes the GridCoverageBuilder.image color model.
getColorModel() - Method in class GridSampleDimension
Returns a color model for this sample dimension.
getColorModel(int, int) - Method in class GridSampleDimension
Returns a color model for this sample dimension.
getColorModel(int, int, int) - Method in class GridSampleDimension
Returns a color model for this sample dimension.
getColorModel() - Method in class Palette
Returns the color model for this palette.
getColorRamp(int, MeasurementRange<?>, Map<String, ?>) - Method in interface Layer
Creates a color ramp for the coverages in this layer.
getColors() - Method in class Category
Returns the set of colors for this category.
getColors() - Method in class GridCoverageBuilder.Variable
Returns the colors associated to the values in the sample range, or null if none.
getColors(CharSequence) - Method in class ColorMap
Returns the color ramp for the given category.
getColors() - Method in class RangeSpecifier
Returns the target colors, or null if none.
getColors() - Method in class ColorRamp
Returns the colors painted by this ColorRamp.
getColors(String) - Method in class PaletteFactory
Loads colors from a definition file.
getColors() - Method in class WKTFormat
Returns the set of colors to use for syntax coloring, or null if none.
getColorSpaceType() - Method in class ImageInspector
Deprecated. Returns the type of the Color Space used by the ImageInspector.image.
getColumnClass(int) - Method in class CoverageTableModel
Returns the type of cell values in the column at the given index.
getColumnClass(int) - Method in class CategoryTable
Returns the type of the given column.
getColumnClass(int) - Method in class ImageTableModel
Returns the type of sample values regardless of column index.
getColumnClass(int) - Method in class MosaicTableModel
Returns the class of values at the given column.
getColumnClass(int) - Method in class CoordinateTableModel
Returns tye type of data for the specified column.
getColumnClass(int) - Method in interface TreeTableNode
Returns the most specific superclass of values that can be stored in the given column.
getColumnClass(int) - Method in class TreeTableModelAdapter
Returns the most specific superclass for all the cell values in the column.
getColumnClass(int) - Method in class MetadataTreeNode
Returns the most specific superclass of values that can be stored in the given column.
getColumnCount() - Method in class CoverageTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class CategoryTable
Returns the number of columns in the table.
getColumnCount() - Method in class ImageTableModel
Returns the number of columns in the model, which is the image width.
getColumnCount() - Method in class MosaicTableModel
Returns the number of columns in the table.
getColumnCount() - Method in class CoordinateTableModel
Returns the number of columns in the table.
getColumnCount() - Method in interface TreeTableNode
Returns the number of columns supported by this TreeTableNode.
getColumnCount() - Method in class TreeTableModelAdapter
Returns the number of columns in the model.
getColumnCount() - Method in class MetadataTreeNode
Returns the number of columns supported by this TreeTableNode.
getColumnCount() - Method in class TableWriter
Returns the number of columns in this table.
getColumnCreationPolicy() - Method in class MetadataWriter
Whatever the tables should contain a column for every attributes, or only for non-null and non-empty attributes.
getColumnName(int) - Method in class CoverageTableModel
Returns the column name at the given index.
getColumnName(int) - Method in class CategoryTable
Returns the name of the given column.
getColumnName(int) - Method in class ImageTableModel
Returns the column name.
getColumnName(int) - Method in class MosaicTableModel
Returns the name of the given column.
getColumnName(int) - Method in class CoordinateTableModel
Returns the name for the specified column.
getColumnSeparator() - Method in class TreeFormat
Returns the character used as column separator.
getColumnX(int) - Method in class TextRecordImageReader
Returns the column number for x values.
getColumnY(int) - Method in class TextRecordImageReader
Returns the column number for y values.
getCommonPointRule() - Method in class AbstractCoverage
Identifies the procedure to be used for evaluating the coverage at a position that falls either on a boundary between geometric objects or within the boundaries of two or more overlapping geometric objects.
getComparisonMode() - Method in class IdentifiedObjectFinder
Returns the criterion used for determining if a candidate found by this IdentifiedObjectFinder shall be considered equals to the requested object.
getComplexFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the ComplexFactory interface.
getComplexFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of ComplexFactory matching the specified hints.
getComponent(int) - Method in class Version
Returns the specified components of this version string.
getComponents() - Method in class DefaultCompoundCRS
The ordered list of coordinate reference systems.
getCompoundCRS(CompoundCRS, SingleCRS...) - Static method in class CRS
Returns the first compound CRS which contains only the given components, in any order.
getCompressionGenerationQuantity() - Method in class DefaultImageDescription
Returns the count of the number of lossy compression cycles performed on the image.
getCompressionQuality() - Method in class GridCoverageWriteParam
Returns the compression quality as a value between 0 and 1, or null if not defined.
getComputationView(ParameterValueGroup) - Method in class IndexColorOperation
Returns ViewType.RENDERED as the preferred view for computation purpose.
getComputationView(ParameterValueGroup) - Method in class Interpolate
Returns ViewType.SAME as the preferred view for computation purpose.
getComputationView(ParameterValueGroup) - Method in class SelectSampleDimension
Returns ViewType.SAME as the preferred view for computation purpose.
getComputationView(ParameterValueGroup) - Method in class Operation2D
Deprecated. Returns the view of GridCoverage2D to use for computation purpose.
getCondition() - Method in class DefaultExtendedElementInformation
Condition under which the extended element is mandatory.
getConstraintLanguage() - Method in class DefaultApplicationSchemaInformation
Formal language used in Application Schema.
getContactInfo() - Method in class DefaultResponsibleParty
Returns the address of the responsible party.
getContactInstructions() - Method in class DefaultContact
Returns supplemental instructions on how or when to contact the individual or organization.
getContacts() - Method in class DefaultMetadata
Returns the parties responsible for the metadata information.
getContacts() - Method in class DefaultMaintenanceInformation
Returns identification of, and means of communicating with, person(s) and organization(s) with responsibility for maintaining the metadata.
getContainer() - Method in class DefaultRecordType
Returns the schema that contains this record type.
getContentInfo() - Method in class DefaultMetadata
Provides information about the feature catalogue and describes the coverage and image data characteristics.
getContentType() - Method in class DefaultCoverageDescription
Returns the type of information represented by the cell value.
getContext() - Method in class DefaultEvent
Meaning of the event.
getContinuousPalette(String, float, float, int, int, int) - Method in class PaletteFactory
Creates a palette suitable for floating point values.
getConvention() - Method in class Formatter
Returns the convention to use for formatting the WKT.
getConvention() - Method in class WKTFormat
Returns the convention for parsing and formatting WKT entities.
getConversionFromBase() - Method in class AbstractDerivedCRS
Returns the conversion from the base CRS to this CRS.
getConversionFromBase() - Method in class DefaultProjectedCRS
Returns the map projection from the base CRS to this CRS.
getCoordinate() - Method in class AbstractDirectPosition
Returns a sequence of numbers that hold the coordinate of this position in its reference system.
getCoordinate() - Method in class DirectPosition1D
Returns a sequence of numbers that hold the coordinate of this position in its reference system.
getCoordinate() - Method in class DirectPosition2D
Returns a sequence of numbers that hold the coordinate of this position in its reference system.
getCoordinate() - Method in class GeneralDirectPosition
Returns a sequence of numbers that hold the coordinate of this position in its reference system.
getCoordinate() - Method in class SunRelativePosition
Returns the coordinate used for elevation and azimuth computation.
getCoordinateOperationAccuracy() - Method in class NetcdfProjection
Returns an empty set, since this adapter have no information about the operation accuracy.
getCoordinateOperationAccuracy() - Method in class AbstractCoordinateOperation
Estimate(s) of the impact of this operation on point accuracy.
getCoordinateOperationAuthorityFactories(Hints) - Static method in class AuthorityFactoryFinder
Returns a set of all available implementations for the CoordinateOperationAuthorityFactory interface.
getCoordinateOperationAuthorityFactory(String, Hints) - Static method in class AuthorityFactoryFinder
Returns the first implementation of CoordinateOperationAuthorityFactory matching the specified hints.
getCoordinateOperationAuthorityFactory(String) - Method in class AuthorityFactoryAdapter
Returns the coordinate operation factory to use for the specified code.
getCoordinateOperationAuthorityFactory(String) - Method in class MultiAuthoritiesFactory
Returns the operation authority factory for the specified "AUTHORITY:NUMBER" code.
getCoordinateOperationAuthorityFactory(String) - Method in class URN_AuthorityFactory
Returns the coordinate operation factory to use for the specified URN.
getCoordinateOperationFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the CoordinateOperationFactory interface.
getCoordinateOperationFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of CoordinateOperationFactory matching the specified hints.
getCoordinateOperationFactory(boolean) - Static method in class CRS
Returns the coordinate operation factory used by findMathTransform convenience methods.
getCoordinateReferenceSystem() - Method in class AbstractCoverage
Returns the coordinate reference system to which the objects in its domain are referenced.
getCoordinateReferenceSystem() - Method in class GeneralGridGeometry
Returns the "real world" coordinate reference system.
getCoordinateReferenceSystem() - Method in class GridCoverageBuilder
Returns the current coordinate reference system.
getCoordinateReferenceSystem() - Method in class GridCoverageStoreParam
Returns the CRS of the envelope and resolution parameters, or null if unspecified.
getCoordinateReferenceSystem() - Method in class CoverageDatabase
Returns the Coordinate Reference System used by the database for indexing the coverages envelopes.
getCoordinateReferenceSystem() - Method in class CoverageEnvelope
Returns the spatio-temporal CRS of this envelope.
getCoordinateReferenceSystem(boolean, boolean, boolean) - Method in class CoverageEnvelope
Returns the CRS of this envelope containing only the requested dimensions.
getCoordinateReferenceSystem(boolean) - Method in interface GridCoverageReference
Returns the native Coordinate Reference System of the coverage.
getCoordinateReferenceSystem() - Method in class DirectPosition1D
Returns the coordinate reference system in which the coordinate is given.
getCoordinateReferenceSystem() - Method in class DirectPosition2D
Returns the coordinate reference system in which the coordinate is given.
getCoordinateReferenceSystem() - Method in class Envelope2D
Returns the coordinate reference system in which the coordinates are given.
getCoordinateReferenceSystem() - Method in class GeneralDirectPosition
Returns the coordinate reference system in which the coordinate is given.
getCoordinateReferenceSystem() - Method in class GeneralEnvelope
getCoordinateReferenceSystem() - Method in class CoordinateTableModel
Returns the CRS for this table model
getCoordinateReferenceSystem(Class<T>) - Method in class ReferencingBuilder
Gets the coordinate reference system.
getCoordinateReferenceSystem() - Method in class CoordinateFormat
Returns the coordinate reference system for points to be formatted.
getCoordinateReferenceSystem() - Method in class DefaultGCPCollection
Returns the coordinate system in which the ground control points are defined.
getCoordinateReferenceSystem() - Method in class GeodeticCalculator
Returns the coordinate reference system for all methods working on Position objects.
getCoordinateReferenceSystem2D() - Method in class GridCoverage2D
Returns the two-dimensional part of this grid coverage CRS.
getCoordinateReferenceSystem2D() - Method in class GridGeometry2D
Returns the two-dimensional part of this grid geometry CRS.
getCoordinateSystem(Class<T>) - Method in class ReferencingBuilder
Gets the coordinate system.
getCoordinateSystem() - Method in class NetcdfCRS
Returns the coordinate system, which is this.
getCoordinateSystem() - Method in class AbstractCRS
Returns the coordinate system.
getCoordinateSystem() - Method in class DefaultGeographicCRS
Returns the coordinate system.
getCoordinateSystem() - Method in class DefaultImageCRS
Returns the coordinate system.
getCoordinateSystem() - Method in class DefaultProjectedCRS
Returns the coordinate system.
getCoordinateSystem() - Method in class DefaultTemporalCRS
Returns the coordinate system.
getCoordinateSystem() - Method in class DefaultVerticalCRS
Returns the coordinate system.
getCoordinateSystems() - Method in class DefaultCompoundCS
Returns all coordinate systems in this compound CS.
getCoordinateValue(int) - Method in class GeneralGridCoordinates
Returns the coordinate value at the specified dimension.
getCoordinateValue(int) - Method in class GridCoordinates2D
Returns the coordinate value at the specified dimension.
getCoordinateValues() - Method in class GeneralGridCoordinates
Returns one integer value for each dimension of the grid.
getCoordinateValues() - Method in class GridCoordinates2D
Returns one integer value for each dimension of the grid.
getCornerPoints() - Method in class DefaultGeorectified
Returns the Earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid spatial dimensions.
getCountry() - Method in class DefaultAddress
Returns the country of the physical address.
getCoverage(IIOListeners) - Method in class CoverageStack.Adapter
Returns the coverage.
getCoverage(IIOListeners) - Method in interface CoverageStack.Element
Returns the coverage, loading the data if needed.
getCoverageCount() - Method in interface Layer
Returns the number of coverages in this layer.
getCoverageDatabase() - Method in interface Layer
Returns the database which created this layer, or null if unknown.
getCoverageEnvelope() - Method in exception OrdinateOutsideCoverageException
Returns the coverage envelope, or null if unknown.
getCoverageMetadata(int) - Method in class GridCoverageReader
Returns the metadata associated with the given coverage, or null if none.
getCoverageMetadata(int) - Method in class ImageCoverageReader
Returns the metadata associated with the given coverage, or null if none.
getCoverageMetadata(int) - Method in class LayerCoverageReader
Returns the metadata associated with the given coverage.
getCoverageName(GridCoverageReference) - Method in class CoverageTableModel
Returns the coverage name to write in the table cell.
getCoverageNames() - Method in class GridCoverageReader
Returns the list of coverage names available from the current input source.
getCoverageNames() - Method in class ImageCoverageReader
Returns the list of coverage names available from the current input source.
getCoverageNames() - Method in class CoverageTableModel
Returns the name of all coverages in this table model.
getCoverageNames(int...) - Method in class CoverageTableModel
Returns the name of coverages at the given row indices in this table model.
getCoverageNames() - Method in class LayerCoverageReader
Returns the layer name.
getCoverageProcessor(Hints) - Static method in class CoverageFactoryFinder
Deprecated. Returns the first implementation of CoverageProcessor matching the specified hints.
getCoverageProcessors(Hints) - Static method in class CoverageFactoryFinder
Deprecated. Returns a set of all available implementations for the CoverageProcessor interface.
getCoverageReader(GridCoverageReader) - Method in interface GridCoverageReference
Gets a grid coverage reader which can be used for reading the coverage represented by this GridCoverageReference.
getCoverageReference(CoverageEnvelope) - Method in interface Layer
Returns a reference to a coverage that intersect the given envelope.
getCoverageReferenceAt(int) - Method in class CoverageTableModel
Returns the coverage reference at the given row index.
getCoverageReferences() - Method in class CoverageTableModel
Returns all coverage references listed by this table model.
getCoverageReferences(CoverageEnvelope) - Method in interface Layer
Returns a reference to every coverages available in this layer which intersect the given envelope.
getCredits() - Method in class AbstractIdentification
Returns the recognition of those who contributed to the resource(s).
getCRSAuthorityFactories(Hints) - Static method in class AuthorityFactoryFinder
Returns a set of all available implementations for the CRSAuthorityFactory interface.
getCRSAuthorityFactory() - Method in class CoverageDatabase
Returns the CRS authority factory used by this database.
getCRSAuthorityFactory(String, Hints) - Static method in class AuthorityFactoryFinder
Returns the first implementation of CRSAuthorityFactory matching the specified hints.
getCRSAuthorityFactory(String) - Method in class AuthorityFactoryAdapter
Returns the coordinate reference system factory to use for the specified code.
getCRSAuthorityFactory(String) - Method in class MultiAuthoritiesFactory
Returns the CRS authority factory for the specified "AUTHORITY:NUMBER" code.
getCRSAuthorityFactory(String) - Method in class URN_AuthorityFactory
Returns the coordinate reference system factory to use for the specified URN.
getCRSFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the CRSFactory interface.
getCRSFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of CRSFactory matching the specified hints.
getCRSFactory() - Method in class ReferencingFactoryContainer
Returns the coordinate reference system factory.
getCSAuthorityFactories(Hints) - Static method in class AuthorityFactoryFinder
Returns a set of all available implementations for the CSAuthorityFactory interface.
getCSAuthorityFactory(String, Hints) - Static method in class AuthorityFactoryFinder
Returns the first implementation of CSAuthorityFactory matching the specified hints.
getCSAuthorityFactory(String) - Method in class AuthorityFactoryAdapter
Returns the coordinate system factory to use for the specified code.
getCSAuthorityFactory(String) - Method in class MultiAuthoritiesFactory
Returns the CS authority factory for the specified "AUTHORITY:NUMBER" code.
getCSAuthorityFactory(String) - Method in class URN_AuthorityFactory
Returns the coordinate system factory to use for the specified URN.
getCSFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the CSFactory interface.
getCSFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of CSFactory matching the specified hints.
getCSFactory() - Method in class ReferencingFactoryContainer
Returns the coordinate system factory.
getCurrentProvider() - Method in class ImageFileChooser
Returns the image reader/writer provider for the currently selected file filter.
getDataBlock(GridRange, boolean[]) - Method in class AbstractGridCoverage
Deprecated. We should use some higher level construct instead (multi-dimensional array or something similar).
getDataBlock(GridRange, byte[]) - Method in class AbstractGridCoverage
Deprecated. We should use some higher level construct instead (multi-dimensional array or something similar).
getDataBlock(GridRange, short[]) - Method in class AbstractGridCoverage
Deprecated. We should use some higher level construct instead (multi-dimensional array or something similar).
getDataBlock(GridRange, int[]) - Method in class AbstractGridCoverage
Deprecated. We should use some higher level construct instead (multi-dimensional array or something similar).
getDataBlock(GridRange, float[]) - Method in class AbstractGridCoverage
Deprecated. We should use some higher level construct instead (multi-dimensional array or something similar).
getDataBlock(GridRange, double[]) - Method in class AbstractGridCoverage
Deprecated. We should use some higher level construct instead (multi-dimensional array or something similar).
getDataBufferType(SampleDimensionType) - Static method in class TypeMap
Returns the DataBuffer type.
getDataLocale(ImageWriteParam) - Method in class TextImageWriter
Returns the locale to use for encoding values, or null for the default.
getDataQualityInfo() - Method in class DefaultMetadata
Provides overall assessment of quality of a resource(s).
getDataset() - Method in class DefaultScopeDescription
Returns the dataset to which the information applies.
getDataSetUri() - Method in class DefaultMetadata
Provides the URI of the dataset to which the metadata applies.
getDataSource() - Method in class ThreadedEpsgFactory
Returns the data source for the EPSG database.
getDataType() - Method in class DefaultExtendedElementInformation
Code which identifies the kind of value provided in the extended element.
getDataTypeSize(SampleModel) - Static method in class SampleModels
Returns the size (in bits) of the data type for the given sample model.
getDate() - Method in class DefaultCitationDate
Returns the reference date for the cited resource.
getDate() - Method in class DefaultProcessStep
Returns the date and time or range of date and time on or over which the process step occurred.
getDate() - Method in class SunRelativePosition
Returns the date used for elevation and azimuth computation.
getDateOfNextUpdate() - Method in class DefaultMaintenanceInformation
Returns the scheduled revision date for resource.
getDatePattern() - Method in class CoordinateFormat
Returns the pattern for date fields.
getDates() - Method in class DefaultCitation
Returns the reference date for the cited resource.
getDates() - Method in class AbstractElement
Returns the date or range of dates on which a data quality measure was applied.
getDateStamp() - Method in class DefaultMetadata
Returns the date that the metadata was created.
getDateType() - Method in class DefaultCitationDate
Returns the event used for reference date.
getDatum(Class<T>) - Method in class ReferencingBuilder
Gets the datum.
getDatum() - Method in class AbstractSingleCRS
Returns the datum.
getDatum() - Method in class DefaultEngineeringCRS
Returns the datum.
getDatum() - Method in class DefaultGeocentricCRS
Returns the datum.
getDatum() - Method in class DefaultGeographicCRS
Returns the datum.
getDatum() - Method in class DefaultImageCRS
Returns the datum.
getDatum() - Method in class DefaultProjectedCRS
Returns the datum.
getDatum() - Method in class DefaultTemporalCRS
Returns the datum.
getDatum() - Method in class DefaultVerticalCRS
Returns the datum.
getDatum(CoordinateReferenceSystem) - Static method in class CRS
Returns the datum of the specified CRS, or null if none.
getDatumAuthorityFactories(Hints) - Static method in class AuthorityFactoryFinder
Returns a set of all available implementations for the DatumAuthorityFactory interface.
getDatumAuthorityFactory(String, Hints) - Static method in class AuthorityFactoryFinder
Returns the first implementation of DatumAuthorityFactory matching the specified hints.
getDatumAuthorityFactory(String) - Method in class AuthorityFactoryAdapter
Returns the datum factory to use for the specified code.
getDatumAuthorityFactory(String) - Method in class MultiAuthoritiesFactory
Returns the datum authority factory for the specified "AUTHORITY:NUMBER" code.
getDatumAuthorityFactory(String) - Method in class URN_AuthorityFactory
Returns the datum factory to use for the specified URN.
getDatumFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the DatumFactory interface.
getDatumFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of DatumFactory matching the specified hints.
getDatumFactory() - Method in class ReferencingFactoryContainer
Returns the datum factory.
getDebugLevel() - Method in class LoggerAdapter
Returns the level for LoggerAdapter.entering(java.lang.String, java.lang.String), LoggerAdapter.exiting(java.lang.String, java.lang.String) and LoggerAdapter.throwing(java.lang.String, java.lang.String, java.lang.Throwable) methods.
getDebugString(DirectPosition) - Method in class GridCoverage2D
Returns a debug string for the specified coordinate.
getDefault() - Method in class Hints.IntegerKey
Returns the default value.
getDefault(Class<T>) - Method in class ReferencingBuilder
Returns a default object of the given class.
getDefault() - Static method in class PaletteFactory
Gets the default palette factory.
getDefaultCloseOperation() - Method in interface Window
Returns the default operation that occurs when the user initiates a "close" on this window.
getDefaultController() - Method in class MosaicImageReadParam
Returns the default controller.
getDefaultCRS(int) - Method in class GridCoverageFactory
Deprecated. Returns the default coordinate reference system to use when no CRS were explicitly specified by the user.
getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class ImageWriterAdapter
Returns a metadata object containing default values for encoding an image of the given type.
getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class MosaicImageWriter
Returns the default image metadata, or null if none.
getDefaultImageMetadata(ImageTypeSpecifier, ImageWriteParam) - Method in class SpatialImageWriter
Returns a metadata object containing default values for encoding an image of the given type.
getDefaultImageTypePolicy() - Method in class MosaicImageReader
Returns the policy for computing image types.
getDefaultIndentation() - Static method in class FormattableObject
Deprecated. Moved to WKTFormat.getDefaultIndentation().
getDefaultIndentation() - Static method in class WKTFormat
Returns the system-wide default indentation.
getDefaultInstance() - Static method in class CoverageDatabase
Returns the default instance, or null if none.
getDefaultParameters(String) - Method in class DefaultMathTransformFactory
Returns the default parameter values for a math transform using the given method.
getDefaultPixelSize() - Method in class SpatioTemporalCoverage3D
Returns the default pixel size for images to be produced by SpatioTemporalCoverage3D.getRenderableImage(Date).
getDefaultReadParam() - Method in class ImageReaderAdapter
Returns a default parameter object appropriate for this format.
getDefaultReadParam() - Method in class MosaicImageReader
Returns default parameters appropriate for this format.
getDefaultReadParam() - Method in class SpatialImageReader
Returns a default parameter object appropriate for this format.
getDefaultSize() - Method in class ZoomPane
Returns the default size for this component.
getDefaultStreamMetadata(ImageWriteParam) - Method in class ImageWriterAdapter
Returns a metadata object containing default values for encoding a stream of images.
getDefaultStreamMetadata(ImageWriteParam) - Method in class MosaicImageWriter
Returns the default stream metadata, or null if none.
getDefaultStreamMetadata(ImageWriteParam) - Method in class SpatialImageWriter
Returns a metadata object containing default values for encoding a stream of images.
getDefaultURL() - Static method in class ThreadedEpsgFactory
Returns the default JDBC URL to use for connection to the EPSG embedded database.
getDefaultValue() - Method in class MetadataTreeNode
Returns the default value, or null if none.
getDefaultValue(Class<T>) - Method in class SpatialMetadataFormat
Returns the default value for an object reference of the given type.
getDefaultValue() - Method in class DefaultParameterDescriptor
Returns the default value for the parameter.
getDefaultWindowHandler() - Static method in class WindowCreator
Returns the system-wide default handler.
getDefaultWriteParam() - Method in class ImageWriterAdapter
Returns a default parameter object appropriate for this format.
getDefaultWriteParam() - Method in class MosaicImageWriter
Returns default parameters appropriate for this format.
getDefaultWriteParam() - Method in class SpatialImageWriter
Returns a default parameter object appropriate for this format.
getDefinition() - Method in class DefaultRangeElementDescription
Returns the description of a set of specific range elements.
getDefinition() - Method in class DefaultExtendedElementInformation
Definition of the extended element.
getDeliveryPoints() - Method in class DefaultAddress
Returns the address line for the location (as described in ISO 11180, Annex A).
getDeltaStatistics() - Method in class Statistics.Delta
Returns the statistics about difference between consecutives values.
getDenominator() - Method in class DefaultRepresentativeFraction
Returns the number below the line in a vulgar fraction.
getDensities() - Method in class DefaultMedium
Returns the density at which the data is recorded.
getDensityUnits() - Method in class DefaultMedium
Returns the units of measure for the recording density.
getDescription() - Method in class GridSampleDimension
Gets the sample dimension title or description.
getDescription() - Method in class AbstractOperation
Deprecated. Return type need to be changed, maybe to InternationalString.
getDescription() - Method in class ParameterEditor
Returns the description currently shown, or null if none.
getDescription() - Method in class MetadataTreeNode
Returns the description, or null if none.
getDescription(Locale) - Method in class MosaicImageReader.Spi
Returns a brief, human-readable description of this service provider.
getDescription(Locale) - Method in class MosaicImageWriter.Spi
Returns a brief, human-readable description of this service provider.
getDescription(Locale) - Method in class AsciiGridReader.Spi
Returns a brief, human-readable description of this service provider and its associated implementation.
getDescription(Locale) - Method in class AsciiGridWriter.Spi
Returns a brief, human-readable description of this service provider and its associated implementation.
getDescription(Locale) - Method in class NetcdfImageReader.Spi
Returns a description for this provider.
getDescription(Locale) - Method in class RawImageReader.Spi
Returns a brief, human-readable description of this service provider and its associated implementation.
getDescription(Locale) - Method in class RawTiffImageReader.Spi
Returns a brief, human-readable description of this service provider and its associated implementation.
getDescription(Locale) - Method in class TextMatrixImageReader.Spi
Returns a brief, human-readable description of this service provider and its associated implementation.
getDescription(Locale) - Method in class TextMatrixImageWriter.Spi
Returns a brief, human-readable description of this service provider and its associated implementation.
getDescription(Locale) - Method in class TextRecordImageReader.Spi
Returns a brief, human-readable description of this service provider and its associated implementation.
getDescription(Locale) - Method in class WorldFileImageReader.Spi
Returns a brief, human-readable description of this service provider.
getDescription(Locale) - Method in class WorldFileImageWriter.Spi
Returns a brief, human-writable description of this service provider.
getDescription(Locale) - Method in class UrlInputSpi
Returns a brief, human-readable description of this service provider and its associated implementation.
getDescription() - Method in class DefaultFileFilter
Returns the description of this filter.
getDescription() - Method in class DefaultInstrument
Returns the textual description of the instrument.
getDescription() - Method in class DefaultOperation
Returns the description of the mission on which the platform observations are made and the objectives of that mission.
getDescription() - Method in class DefaultPlatform
Gets the narrative description of the platform supporting the instrument.
getDescription() - Method in class DefaultOnlineResource
Returns the detailed text description of what the online resource is/does.
getDescription() - Method in class DefaultExtent
Returns the spatial and temporal extent for the referring object.
getDescription() - Method in class DefaultAlgorithm
Returns the information describing the algorithm used to generate the data.
getDescription() - Method in class DefaultProcessStep
Returns the description of the event, including related parameters or tolerances.
getDescription() - Method in class DefaultProcessStepReport
Returns the textual description of what occurred during the process step.
getDescription() - Method in class DefaultSource
Returns a detailed description of the level of the source data.
getDescriptionText(String) - Method in class AuthorityFactoryAdapter
Returns a description for the object identified by the specified code.
getDescriptionText(String) - Method in class CachingAuthorityFactory
Gets a description of the object corresponding to a code.
getDescriptionText(String) - Method in class DirectEpsgFactory
Gets a description of the object corresponding to a code.
getDescriptionText(String) - Method in class FallbackAuthorityFactory
Returns a description for the object identified by the specified code.
getDescriptionText(String) - Method in class MultiAuthoritiesFactory
Gets a description of the object corresponding to a code.
getDescriptionText(String) - Method in class AutoCRSFactory
Returns the CRS name for the given code.
getDescriptionText(String) - Method in class WebCRSFactory
Returns the CRS name for the given code.
getDescriptionText(String) - Method in class WKTParsingAuthorityFactory
Gets a description of the object corresponding to a code.
getDescriptiveKeywords() - Method in class AbstractIdentification
Provides category keywords, their type, and reference source.
getDescriptor() - Method in class DefaultRangeDimension
Returns the description of the range of a cell measurement value.
getDescriptor() - Method in class AbstractParameter
Returns the abstract definition of this parameter or group of parameters.
getDescriptor() - Method in class AbstractParameterValue
Returns the abstract definition of this parameter.
getDescriptor() - Method in class ImagingParameters
Returns the abstract definition of this parameter.
getDescriptor() - Method in class MatrixParameters
Returns a description of this parameter value group.
getDescriptor() - Method in class ParameterGroup
Returns the abstract definition of this group of parameters.
getDescriptor() - Method in interface Process
Description of the process algorithm and its input/output parameters.
getDescriptor(String) - Method in interface ProcessingRegistry
Return the process descriptor for this given name.
getDescriptors() - Method in interface ProcessingRegistry
Return all process descriptors available in this registry.
getDestination(int, ImageReadParam, int, int, SampleConverter[]) - Method in class SpatialImageReader
Returns the buffered image to which decoded pixel data should be written.
getDestinationBands() - Method in class GridCoverageReadParam
Returns the set of destination bands where data will be placed.
getDestinationGeographicPoint() - Method in class GeodeticCalculator
Returns the destination point.
getDestinationPosition() - Method in class GeodeticCalculator
Returns the destination position in user coordinates, which doesn't need to be geographic.
getDetectedPolarization() - Method in class DefaultBand
Polarization of the radiation detected.
getDimension() - Method in class AbstractCoverage
Returns the dimension of this coverage.
getDimension() - Method in class GeneralGridCoordinates
Returns the number of dimensions.
getDimension() - Method in class GeneralGridEnvelope
Returns the number of dimensions.
getDimension() - Method in class GeneralGridGeometry
Returns the number of dimensions of the grid.
getDimension() - Method in class GridCoordinates2D
Returns the number of dimensions, which is always 2.
getDimension() - Method in class GridEnvelope2D
Returns the number of dimensions, which is always 2.
getDimension(int) - Method in class ImageReaderAdapter
Returns the number of dimension of the image at the given index.
getDimension() - Method in class CoverageEnvelope
Returns the number of dimension in this envelope, which is usually 4.
getDimension() - Method in class DirectPosition1D
The length of coordinate sequence (the number of entries).
getDimension() - Method in class DirectPosition2D
The length of coordinate sequence (the number of entries).
getDimension() - Method in class Envelope2D
Returns the number of dimensions, which is always 2.
getDimension() - Method in class GeneralDirectPosition
The length of coordinate sequence (the number of entries).
getDimension() - Method in class GeneralEnvelope
getDimension(int) - Method in class ImageReaderAdapter
Returns the number of dimension of the image at the given index.
getDimension(int) - Method in class NetcdfImageReader
Returns the number of dimensions in the image identified by the given index.
getDimension(int) - Method in class SpatialImageReader
Returns the number of dimension of the image at the given index.
getDimension() - Method in class NetcdfCRS
Returns the number of dimensions.
getDimension() - Method in class AbstractSingleCRS
Returns the dimension of the underlying coordinate system.
getDimension() - Method in class AbstractCS
Returns the dimension of the coordinate system.
getDimensionForAPI(DimensionSlice.API) - Method in interface MultidimensionalImageStore
Returns the dimension assigned to the given API.
getDimensionForAPI(DimensionSlice.API) - Method in class NetcdfImageReader
Returns the dimension assigned to the given API.
getDimensionIds() - Method in class DimensionIdentification
Returns all identifiers for this dimension.
getDimensionName() - Method in class DefaultDimension
Returns the name of the axis.
getDimensions() - Method in class DefaultCoverageDescription
Returns the information on the dimensions of the cell measurement value.
getDimensionSize() - Method in class DefaultDimension
Returns the number of elements along the axis.
getDimensionSlice(Object...) - Method in class SpatialImageReadParam
Returns the dimension slice identified by at least one of the given identifiers.
getDimensionSlices() - Method in class SpatialImageReadParam
Returns all DimensionSlice instances known to this parameters block.
getDirection() - Method in class NetcdfAxis
Returns the axis direction.
getDirection(CoordinateAxis) - Static method in class NetcdfAxis
Returns the direction of the given axis.
getDirection(String) - Static method in class DefaultCoordinateSystemAxis
Returns an axis direction constants from its name.
getDirection() - Method in class DefaultCoordinateSystemAxis
Direction of this coordinate system axis.
getDirectPosition() - Method in class AbstractDirectPosition
Returns always this, the direct position for this position.
getDirectPosition() - Method in class DirectPosition2D
Returns always this, the direct position for this position.
getDistance() - Method in class DefaultResolution
Ground sample distance.
getDistributionFormats() - Method in class DefaultDistribution
Provides a description of the format of the data to be distributed.
getDistributionInfo() - Method in class DefaultMetadata
Provides information about the distributor of and options for obtaining the resource(s).
getDistributionOrderProcesses() - Method in class DefaultDistributor
Provides information about how the resource may be obtained, and related instructions and fee information.
getDistributorContact() - Method in class DefaultDistributor
Party from whom the resource may be obtained.
getDistributorFormats() - Method in class DefaultDistributor
Provides information about the format used by the distributor.
getDistributors() - Method in class DefaultDistribution
Provides information about the distributor.
getDistributorTransferOptions() - Method in class DefaultDistributor
Provides information about the technical means and media used by the distributor.
getDocumentations() - Method in class DefaultProcessing
Returns the reference to documentation describing the processing.
getDocURL() - Method in class AbstractOperation
Deprecated. To be replaced by a method returning a Citation.
getDomainCode() - Method in class DefaultExtendedElementInformation
Three digit code assigned to the extended element.
getDomainElements() - Method in class AbstractCoverage
Returns the set of domain objects in the domain.
getDomainExtents() - Method in class AbstractCoverage
Returns the extent of the domain of the coverage.
getDomainOfValidity(CoordinateReferenceSystem) - Static method in class Envelopes
Returns the domain of validity for the specified coordinate reference system, or null if unknown.
getDomainOfValidity() - Method in class AbstractReferenceSystem
Area or region or timeframe in which this (coordinate) reference system is valid.
getDomainOfValidity() - Method in class NetcdfCRS
Returns null since NetCDF coordinate systems don't specify their domain of validity.
getDomainOfValidity() - Method in class NetcdfProjection
Returns the domain of validity declared by the NetCDF projection, or null if none.
getDomainOfValidity() - Method in class AbstractDatum
Area or region or timeframe in which this datum is valid.
getDomainOfValidity() - Method in class AbstractCoordinateOperation
Area or region or timeframe in which this coordinate operation is valid.
getDomainValue() - Method in class DefaultExtendedElementInformation
Valid values that can be assigned to the extended element.
getEastBoundLongitude() - Method in class DefaultGeographicBoundingBox
Returns the eastern-most coordinate of the limit of the dataset extent.
getEccentricity() - Method in class DefaultEllipsoid
The ratio of the distance between the center and a focus of the ellipse to the length of its semimajor axis.
getEdition() - Method in class DefaultCitation
Returns the version of the cited resource.
getEditionDate() - Method in class DefaultCitation
Returns the date of the edition, or null if none.
getEditor() - Method in class ParameterEditor
Returns the component used for editing the parameter.
getElectronicMailAddresses() - Method in class DefaultAddress
Returns the address of the electronic mailbox of the responsible organization or individual.
getElement(int, int) - Method in class AffineMatrix3
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class Matrix1
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class Matrix2
Retrieves the value at the specified row and column of this matrix.
getElementClass() - Method in class Range
Returns the class of elements in this range.
getElementDescription(String, Locale) - Method in class SpatialMetadataFormat
Returns a description of the named element, or null.
getElementParent(String) - Method in class SpatialMetadataFormat
Returns the element which is the parent of the named element, or null if none.
getElementPath(String) - Method in class SpatialMetadataFormat
Returns the path to the named element, or null if none.
getElementPattern(boolean) - Method in class RangeFormat
Returns the pattern used by RangeFormat.elementFormat for formatting the minimum and maximum values.
getElements(float, float, float, float, int, int, int, float[], float[]) - Method in class AbstractCoverage.Renderable
Returns all values of a given element for a specified set of coordinates.
getElements(double, double, double, double, int, int, int, double[], double[]) - Method in class AbstractCoverage.Renderable
Returns all values of a given element for a specified set of coordinates.
getElements(boolean) - Method in class DisjointLists
Returns all elements with the specified selection state.
getElements() - Method in class ListTableModel
Returns a snapshot of every elements contained in this model.
getElements(int, int) - Method in class ListTableModel
Returns a snapshot of a range of elements contained in this model.
getElements(int[]) - Method in class ListTableModel
Returns a snapshot of selected elements.
getElements(Matrix) - Static method in class GeneralMatrix
Retrieves the specifiable values in the transformation matrix into a 2-dimensional array of double precision values.
getElements() - Method in class GeneralMatrix
Retrieves the specifiable values in the transformation matrix into a 2-dimensional array of double precision values.
getElementStandard(String) - Method in class SpatialMetadataFormat
Returns the metadata standard implemented by the element of the given name.
getElementType(ClassFilter) - Method in class LineFormat
Returns the type of all elements to be parsed by the formats given to the constructor.
getElementType() - Method in class Vector
Returns the type of elements in this vector.
getElementType() - Method in class CheckedArrayList
Returns the element type given at construction time.
getElementType() - Method in interface CheckedCollection
Returns the base type of all elements in this collection.
getElementType() - Method in interface CheckedContainer
Returns the base type of all elements in this container.
getElementType() - Method in class CheckedHashSet
Returns the element type given at construction time.
getElementType() - Method in class DerivedSet
Returns the derived element type.
getElementType() - Method in class RangeSet
Returns the type of elements in this collection.
getElementType() - Method in class UnmodifiableArrayList
Returns the element type of the wrapped array.
getElementType() - Method in class WeakHashSet
Returns the element type.
getElevation() - Method in class SunRelativePosition
Computes and returns the elevation.
getEllipsoid(MetadataAccessor) - Method in class ReferencingBuilder
Gets the ellipsoid.
getEllipsoid(CoordinateReferenceSystem) - Static method in class CRS
Returns the first ellipsoid found in a coordinate reference system, or null if there is none.
getEllipsoid() - Method in class DefaultGeodeticDatum
Returns the ellipsoid.
getEllipsoid() - Method in class GeodeticCalculator
Returns the referenced ellipsoid.
getEndTime() - Method in class CoordinateChooser
Returns the end time, or null if there is none.
getEndTime() - Method in class DefaultTemporalExtent
Returns the end date and time for the content of the dataset.
getEntry(Class<T>, String) - Method in class MetadataSource
Returns an implementation of the specified metadata interface filled with the data referenced by the specified identifier.
getEnumConstant(Class<?>) - Static method in class Numbers
Returns one of Numbers.DOUBLE, Numbers.FLOAT, Numbers.LONG, Numbers.INTEGER, Numbers.SHORT, Numbers.BYTE, Numbers.CHARACTER, Numbers.BOOLEAN or Numbers.OTHER constants for the given type.
getEnvelope() - Method in class AbstractCoverage
Returns the bounding box for the coverage domain in coordinate reference system coordinates.
getEnvelope() - Method in class CoverageStack.Adapter
Returns the coverage envelope.
getEnvelope() - Method in interface CoverageStack.Element
Returns the coverage envelope, or null if this information is too expensive to compute.
getEnvelope() - Method in class CoverageStack
Returns the bounding box for the coverage domain in coordinate system coordinates.
getEnvelope() - Method in class GeneralGridGeometry
Returns the bounding box of "real world" coordinates for this grid geometry.
getEnvelope() - Method in class GridCoverage2D
Returns the bounding box for the coverage domain in coordinate reference system coordinates.
getEnvelope() - Method in class GridCoverageBuilder
Returns the current envelope.
getEnvelope(PixelOrientation) - Method in class ImageGeometry
Returns the georeferenced image envelope in "real world" coordinates.
getEnvelope() - Method in class GridCoverageStoreParam
Returns the maximal extent of the region to read from the source, or null if unspecified.
getEnvelope() - Method in class CoverageQuery
Returns the envelope of the coverage to be queried.
getEnvelope() - Method in interface GridCoverageReference
Returns the spatio-temporal envelope of the coverage.
getEnvelope(Date, Number) - Method in interface Layer
Returns the envelope of this layer, optionally centered at the given date and elevation.
getEnvelope() - Method in class TransformedCoverage
Returns the envelope.
getEnvelope() - Method in class CoverageList
Returns the envelope of the listed coverage entries, or null if there is no restriction.
getEnvelope(CoordinateReferenceSystem) - Static method in class CRS
Returns the domain of validity for the specified coordinate reference system, or null if unknown.
getEnvelope() - Method in class GridToEnvelopeMapper
Returns the georeferenced envelope.
getEnvelope2D() - Method in class GridCoverage2D
Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.
getEnvelope2D() - Method in class GridGeometry2D
Returns the two-dimensional bounding box for the coverage domain in coordinate reference system coordinates.
getEnvironmentalConditions() - Method in class DefaultAcquisitionInformation
Returns a record of the environmental circumstances during the data acquisition.
getEnvironmentDescription() - Method in class DefaultDataIdentification
Returns a description of the dataset in the producer's processing environment.
getEquivalentScale() - Method in class DefaultResolution
Level of detail expressed as the scale of a comparable hardcopy map or chart.
getErrorMessage(IdentifiedObject, IdentifiedObject) - Static method in class AbstractCoordinateOperationFactory
Returns an error message for "No path found from sourceCRS to targetCRS".
getErrorStatistic() - Method in class DefaultQuantitativeResult
Returns the statistical method used to determine the value, or null if none.
getEvaluationMethodDescription() - Method in class AbstractElement
Returns the description of the evaluation method.
getEvaluationMethodType() - Method in class AbstractElement
Returns the type of method used to evaluate quality of the dataset, or null if unspecified.
getEvaluationProcedure() - Method in class AbstractElement
Returns the reference to the procedure information, or null if none.
getException() - Method in class ProcessEvent
Returns an error or warning that occurred while executing the task, or null if none.
getExpectedFractionPosition(NumberFormat) - Method in class TextImageWriter
Returns the expected position of the fraction part for numbers to be formatted using the given format.
getExpectedObjectives() - Method in class DefaultEvent
Returns the objective or objectives satisfied by an event.
getExpiryDate() - Method in class DefaultRequirement
Returns the date and time after which collection is no longer valid.
getExplanation() - Method in class Factory.Availability
Returns an explanation of the meaning of conformance for this result.
getExplanation() - Method in class DefaultConformanceResult
Returns the explanation of the meaning of conformance for this result.
getExplanation() - Method in class NilReason
If this NilReason is an enumeration of kind NilReason.OTHER, returns the explanation text.
getExtendedElementInformation() - Method in class DefaultMetadataExtensionInformation
Provides information about a new metadata element, not found in ISO 19115, which is required to describe geographic data.
getExtensionOnLineResource() - Method in class DefaultMetadataExtensionInformation
Information about on-line sources containing the community profile name and the extended metadata elements.
getExtent() - Method in class GeneralGridGeometry
Returns the valid coordinate range of a grid coverage.
getExtent() - Method in class GridCoverageBuilder
Returns the current grid extent.
getExtent() - Method in class ImageGeometry
Returns the image bounds in pixel coordinates.
getExtent() - Method in class DefaultPlatformPass
Returns the area covered by the pass.
getExtent() - Method in class DefaultTemporalExtent
Returns the date and time for the content of the dataset.
getExtent() - Method in class DefaultScope
Information about the spatial, vertical and temporal extent of the data specified by the scope.
getExtent() - Method in class NetcdfCRS
Returns the valid coordinate range of the NetCDF grid coordinates.
getExtent2D() - Method in class GridGeometry2D
Returns the two-dimensional part of the grid envelope as a rectangle.
getExtents() - Method in class DefaultObjective
Returns the extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective.
getExtents() - Method in class DefaultDataIdentification
Returns additional extent information including the bounding polygon, vertical, and temporal extent of the dataset.
getFacsimiles() - Method in class DefaultTelephone
Returns the telephone numbers of a facsimile machine for the responsible organization or individual.
getFactories() - Method in class AllAuthoritiesFactory
Returns the factories on which to delegate object creations.
getFactories() - Method in class MultiAuthoritiesFactory
Returns the factories on which to delegate object creations.
getFailureCause() - Method in class Factory.Availability
If the factory is not available because of some exception, the exception that caused the failure.
getFallback() - Method in interface Layer
Returns a layer to use as a fallback if no data is available in this layer for a given position.
getFeatureCatalogueCitations() - Method in class DefaultFeatureCatalogueDescription
Returns the complete bibliographic reference to one or more external feature catalogues.
getFeatureFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the FeatureFactory interface.
getFeatureFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of FeatureFactory matching the specified hints.
getFeatureInstances() - Method in class DefaultScopeDescription
Returns the feature instances to which the information applies.
getFeatures() - Method in class DefaultScopeDescription
Returns the features to which the information applies.
getFeatureTypeFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the FeatureTypeFactory interface.
getFeatureTypeFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of FeatureTypeFactory matching the specified hints.
getFeatureTypes() - Method in class DefaultFeatureCatalogueDescription
Returns the subset of feature types from cited feature catalogue occurring in dataset.
getFeatureTypes() - Method in class DefaultDataFile
Returns the list of feature types concerned by the transfer data file.
getFees() - Method in class DefaultStandardOrderProcess
Returns fees and terms for retrieving the resource.
getFile(Class<T>) - Method in interface GridCoverageReference
Returns the path to the image file as an object of the given type.
getFile() - Method in class NewGridCoverageReference
Returns the path to the coverage file as "NewGridCoverageReference.path/NewGridCoverageReference.filename.
getFileDecompressionTechnique() - Method in class DefaultFormat
Returns recommendations of algorithms or processes that can be applied to read or expand resources to which compression techniques have been applied.
getFileDescription() - Method in class DefaultBrowseGraphic
Returns the text description of the illustration.
getFileFormat() - Method in class DefaultDataFile
Returns the format of the transfer data file.
getFileIdentifier() - Method in class DefaultMetadata
Returns the unique identifier for this metadata file, or null if none.
getFileName() - Method in class DefaultBrowseGraphic
Returns the name of the file that contains a graphic that provides an illustration of the dataset.
getFileType() - Method in class DefaultBrowseGraphic
Format in which the illustration is encoded.
getFileType() - Method in class DefaultProcessStepReport
Returns the type of file that contains the processing report.
getFillSampleValues() - Method in interface SampleDimension
Returns the sample values used for filling the cells that do not have any physical value.
getFillSampleValues() - Method in interface SampleDomain
Returns the sample values used for filling the cells that do not have any physical value.
getFilterFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the FilterFactory interface.
getFilterFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of FilterFactory matching the specified hints.
getFlatness(Shape) - Static method in class ShapeUtilities
Returns a suggested value for the flatness argument in Shape.getPathIterator(AffineTransform,double) for the specified shape.
getFlip(AffineTransform) - Static method in class XAffineTransform
Returns -1 if one axis has been flipped, +1 if no axis has been flipped, or 0 if unknown.
getFlushedPosition() - Method in class ChannelImageInputStream
Returns the earliest position in the stream to which seeking may be performed.
getForcedAngularUnit() - Method in class ReferencingParser
If non-null, forces PRIMEM and PARAMETER angular units to the returned value instead than inferring it from the context.
getForeground(Level) - Method in class LoggingPanel
Returns the foreground color for the given level.
getFormat() - Method in class DateGraduation
Returns the format to use for formatting labels.
getFormat() - Method in interface Graduation
Returns the format used for formatting labels.
getFormat() - Method in class NumberGraduation
Returns the format used for formatting labels.
getFormat() - Method in class FormatChooser
Returns the current format.
getFormat(int) - Method in class CoordinateFormat
Returns the format to use for formatting an ordinate at the given dimension.
getFormatDistributors() - Method in class DefaultFormat
Provides information about the distributor’s format.
getFormatName() - Method in class GridCoverageWriteParam
Returns the image format to use for fetching an ImageWriter, or null if unspecified.
getFormatName() - Method in class Tile
Returns a format name inferred from the provider.
getFormatNamesByMimeType(String, boolean, boolean) - Static method in class XImageIO
Returns the format names of all ImageReaderSpi and/or ImageWriterSpi instances registered for the given MIME type.
getFormula() - Method in class DefaultFormula
Returns the formula(s) or procedure used by the operation method, or null if none.
getFormula() - Method in class DefaultOperationMethod
Formula(s) or procedure used by this operation method.
getFrom() - Method in class XLink
Returns the starting resource.
getFunction() - Method in class DefaultOnlineResource
Returns the code for function performed by the online resource.
getFunctions() - Method in class DefaultObjective
Returns the role or purpose performed by or activity performed at the objective.
getGCPs() - Method in class DefaultGCPCollection
Returns the ground control point(s) used in the collection.
getGeodeticCurve(int) - Method in class GeodeticCalculator
Calculates the geodetic curve between two points in the referenced ellipsoid.
getGeodeticCurve() - Method in class GeodeticCalculator
Calculates the geodetic curve between two points in the referenced ellipsoid.
getGeographicArea() - Method in class CoordinateChooser
Gets the geographic area, in latitude and longitude degrees.
getGeographicBoundingBox() - Method in class SpatioTemporalCoverage3D
Returns the envelope geographic bounding box.
getGeographicBoundingBox() - Method in interface GridCoverageReference
Returns the geographic bounding box of the coverage envelope.
getGeographicBoundingBox() - Method in interface Layer
Returns the geographic bounding box, or null if unknown.
getGeographicBoundingBox(Extent) - Static method in class DefaultExtent
Convenience method returning a single geographic bounding box from the specified extent.
getGeographicBoundingBox(CoordinateReferenceSystem) - Static method in class CRS
Returns the valid geographic area for the specified coordinate reference system, or null if unknown.
getGeographicCoordinates() - Method in class DefaultGCP
Returns the geographic or map position of the control point, in either two or three dimensions.
getGeographicCRS() - Method in class GeodeticCalculator
Returns the geographic coordinate reference system for all methods working on Point2D objects.
getGeographicElements() - Method in class DefaultExtent
Provides geographic component of the extent of the referring object
getGeographicIdentifier() - Method in class DefaultGeographicDescription
Returns the identifier used to represent a geographic area.
getGeolocationInformation() - Method in class DefaultGeoreferenceable
Returns the information that can be used to geolocate the data.
getGeometricObjectCount() - Method in class DefaultGeometricObjects
Returns the total number of the point or vector object type occurring in the dataset.
getGeometricObjects() - Method in class DefaultVectorSpatialRepresentation
Returns information about the geometric objects used in the dataset.
getGeometricObjectType() - Method in class DefaultGeometricObjects
Returns the total number of the point or vector object type occurring in the dataset.
getGeometryFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the GeometryFactory interface.
getGeometryFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of GeometryFactory matching the specified hints.
getGeophysicsRange() - Method in class GridCoverageBuilder.Variable
Returns the range of geophysics values.
getGeophysicsRange(CharSequence) - Method in class ColorMap
Returns the range of geophysics values for the given category.
getGeoreferencedParameters() - Method in class DefaultGeoreferenceable
Returns the terms which support grid data georeferencing.
getGraduation() - Method in class Axis2D
Returns the axis's graduation.
getGraduation() - Method in class ColorRamp
Returns the graduation to paint over colors.
getGraphicOverviews() - Method in class AbstractIdentification
Provides a graphic that illustrates the resource(s) (should include a legend for the graphic).
getGraphicsFile() - Method in class DefaultApplicationSchemaInformation
Full application schema given as a graphics file.
getGreenwichLongitude() - Method in class DefaultPrimeMeridian
Longitude of the prime meridian measured from the Greenwich meridian, positive eastward.
getGreenwichLongitude(Unit<Angle>) - Method in class DefaultPrimeMeridian
Returns the longitude value relative to the Greenwich Meridian, expressed in the specified units.
getGridColor() - Method in class Plot2D
Returns the color to use for drawing grid lines, or null if the grid should not be drawn.
getGridCoverage2D() - Method in class GridCoverageBuilder
Returns the grid coverage.
getGridCoverage2D(Date) - Method in class SpatioTemporalCoverage3D
Returns a 2 dimensional grid coverage for the given date.
getGridCoverageFactories(Hints) - Static method in class CoverageFactoryFinder
Deprecated. Returns a set of all available implementations for the GridCoverageFactory interface.
getGridCoverageFactory(Hints) - Static method in class CoverageFactoryFinder
Deprecated. Returns the first implementation of GridCoverageFactory matching the specified hints.
getGridEnvelope(int) - Method in class ImageReaderAdapter
Returns the grid envelope of the image at the given index.
getGridEnvelope(int) - Method in class ImageReaderAdapter
Returns the grid range of the image at the given index.
getGridEnvelope(int) - Method in class NetcdfImageReader
Returns the grid envelope in the image identified by the given index.
getGridEnvelope(int) - Method in class SpatialImageReader
Returns the grid envelope of the image at the given index.
getGridExtent() - Method in class GridToEnvelopeMapper
Returns the The extent of grid coordinates in a grid coverage.
getGridGeometries() - Method in interface Layer
Returns the grid geometries used by the coverages in this layer, sorted by decreasing frequency of use.
getGridGeometry() - Method in class CoverageStack.Adapter
Returns the coverage grid geometry.
getGridGeometry() - Method in interface CoverageStack.Element
The coverage grid geometry, or null if this information do not applies or is too expensive to compute.
getGridGeometry() - Method in class GridCoverage2D
Returns information for the grid coverage geometry.
getGridGeometry() - Method in class GridCoverageBuilder
Returns the current grid geometry.
getGridGeometry(int) - Method in class GridCoverageReader
Returns the grid geometry for the GridCoverage to be read at the given index.
getGridGeometry(int) - Method in class ImageCoverageReader
Returns the grid geometry for the GridCoverage2D to be read at the given index.
getGridGeometry() - Method in interface GridCoverageReference
Returns the coverage grid geometry.
getGridGeometry(int) - Method in class LayerCoverageReader
Returns the most commonly used grid geometry.
getGridGeometry() - Method in class TileManager
Returns the grid geometry, including the "grid to real world" transform.
getGridPacking() - Method in class AbstractGridCoverage
Deprecated. Not yet implemented, and maybe will never be implemented.
getGridRange() - Method in class GeneralGridGeometry
Deprecated. Renamed GeneralGridGeometry.getExtent().
getGridRange() - Method in class ImageGeometry
Deprecated. Renamed ImageGeometry.getExtent().
getGridRange() - Method in class NetcdfCRS
Deprecated. Renamed NetcdfCRS.getExtent().
getGridRange() - Method in class GridToEnvelopeMapper
Deprecated. Renamed GridToEnvelopeMapper.getGridExtent().
getGridRange2D() - Method in class GridGeometry2D
Deprecated. Renamed GridGeometry2D.getGridRange2D().
getGridSampleDimensions(List<? extends SampleDimension>) - Method in class MetadataHelper
Converts the given SampleDimension instances to GridSampleDimension instances.
getGridToCRS() - Method in class GeneralGridGeometry
Returns the transform from grid coordinates to real world earth coordinates.
getGridToCRS(PixelInCell) - Method in class GeneralGridGeometry
Returns the transform from grid coordinates to real world earth coordinates.
getGridToCRS() - Method in class GridCoverageBuilder
Returns the current grid to CRS transform.
getGridToCRS(PixelOrientation) - Method in class GridGeometry2D
Returns a math transform mapping the specified pixel part.
getGridToCRS() - Method in class ImageGeometry
Returns the conversion from grid coordinates to real world earth coordinates.
getGridToCRS(RectifiedGrid) - Method in class MetadataHelper
Creates the Grid to CRS conversion from the origin and offset vectors of the given domain.
getGridToCRS() - Method in class MosaicBuilder
Returns the transform from mosaic pixel coordinates to mosaic geodetic coordinates, or null if none.
getGridToCRS() - Method in class Tile
Returns the "grid to real world" transform, or null if unknown.
getGridToCRS() - Method in class NetcdfCRS
Returns the transform from grid coordinates to this CRS coordinates, or null if none.
getGridToCRS(int, int) - Method in class NetcdfCRS
Returns the transform from grid coordinates to this CRS coordinates in the given range of dimensions.
getGridToCRS2D() - Method in class GridGeometry2D
Returns a math transform for the two dimensional part.
getGridToCRS2D(PixelOrientation) - Method in class GridGeometry2D
Returns a math transform for the two dimensional part.
getGroundResolution() - Method in class DefaultNominalResolution
Returns the distance between consistent parts of (centre, left side, right side) adjacent pixels in the object space.
getHandler() - Method in class LoggingPanel
Returns the logging handler.
getHandlingDescription() - Method in class DefaultSecurityConstraints
Returns the additional information about the restrictions on handling the resource.
getHeight() - Method in class AbstractCoverage.Renderable
Gets the height in coverage coordinate space.
getHeight(int) - Method in class ImageReaderAdapter
Returns the height of the image at the given index.
getHeight() - Method in class Arrow2D
Returns the height of the smallest bounding box that contains fully this arrow.
getHeight(double) - Method in class Arrow2D
Returns the arrow height at the given x ordinate.
getHeight() - Method in class DoubleDimension2D
Returns the height.
getHeight() - Method in class FloatDimension2D
Returns the height.
getHeight() - Method in class XRectangle2D
Returns the height of the rectangle.
getHeight() - Method in class Envelope2D
Returns the span for dimension 1.
getHeight(int) - Method in class ImageReaderAdapter
Returns the height in pixels of the given image within the input source.
getHeight(int) - Method in class MosaicImageReader
Returns the height in pixels of the given image within the input source.
getHeight(int) - Method in class AsciiGridReader
Returns the height in pixels of the given image within the input source.
getHeight(int) - Method in class NetcdfImageReader
Returns the image height.
getHeight(int) - Method in class RawImageReader
Returns the image's height.
getHeight(int) - Method in class RawTiffImageReader
Returns the height of the image at the given index.
getHeight(int) - Method in class TextMatrixImageReader
Returns the height in pixels of the given image within the input source.
getHeight(int) - Method in class TextRecordImageReader
Returns the height in pixels of the given image within the input source.
getHeight(double[]) - Method in class DefaultEllipsoidalCS
Returns the height found in the specified coordinate point, always in metres.
getHierarchyLevelNames() - Method in class DefaultMetadata
Returns the name of the hierarchy levels for which the metadata is provided.
getHierarchyLevels() - Method in class DefaultMetadata
Returns the scope to which the metadata applies.
getHigh() - Method in class GeneralGridEnvelope
Returns the valid maximum inclusive grid coordinates.
getHigh(int) - Method in class GeneralGridEnvelope
Returns the valid maximum inclusive grid coordinate along the specified dimension.
getHigh() - Method in class GridEnvelope2D
Returns the valid maximum inclusive grid coordinates.
getHigh(int) - Method in class GridEnvelope2D
Returns the valid maximum inclusive grid coordinate along the specified dimension.
getHorizontalCRS(CoordinateReferenceSystem) - Static method in class CRS
Returns the first horizontal coordinate reference system found in the given CRS, or null if there is none.
getHorizontalEditor() - Method in class GradientKernelEditor
Returns the horizontal kernel editor.
getHorizontalRange() - Method in class CoverageEnvelope
Returns the horizontal bounding box of the elements to be read.
getHoursOfService() - Method in class DefaultContact
Returns time period (including time zone) when individuals can contact the organization or individual.
getHRef() - Method in class XLink
Returns a URN to an external resources, or to an other part of a XML document, or an identifier.
getIcon(String) - Method in class IconFactory
Returns the icon for the specified name, or null if none.
getIcon(String, String) - Method in class IconFactory
Returns an icon for the specified name and description, or null if none.
getIdentation() - Method in class IndentedLineWriter
Returns the current indentation.
getIdentification() - Method in interface ProcessingRegistry
General information about this registry.
getIdentificationInfo() - Method in class DefaultMetadata
Returns basic information about the resource(s) to which the metadata applies.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class AbstractAuthorityFactory
Returns a finder which can be used for looking up unidentified objects.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class AllAuthoritiesFactory
Returns a finder which can be used for looking up unidentified objects.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class AuthorityFactoryAdapter
Returns a finder which can be used for looking up unidentified objects.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class CachingAuthorityFactory
Returns a finder which can be used for looking up unidentified objects.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class DirectEpsgFactory
Returns a finder which can be used for looking up unidentified objects.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class FallbackAuthorityFactory
Returns a finder which can be used for looking up unidentified objects.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class MultiAuthoritiesFactory
Returns a finder which can be used for looking up unidentified objects.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class HTTP_AuthorityFactory
Returns a finder which can be used for looking up unidentified objects.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class URN_AuthorityFactory
Returns a finder which can be used for looking up unidentified objects.
getIdentifiedObjectFinder(Class<? extends IdentifiedObject>) - Method in class WKTParsingAuthorityFactory
Returns a finder which can be used for looking up unidentified objects.
getIdentifier(IdentifiedObject) - Method in class Formatter
Returns the preferred identifier for the specified object.
getIdentifier() - Method in class DefaultEvent
Returns the event name or number.
getIdentifier() - Method in class DefaultInstrument
Returns the unique identification of the instrument.
getIdentifier() - Method in class DefaultOperation
Returns the unique identification of the operation.
getIdentifier() - Method in class DefaultPlatform
Returns the unique identification of the platform.
getIdentifier() - Method in class DefaultPlatformPass
Returns the unique name of the pass.
getIdentifier() - Method in class DefaultRequirement
Returns the unique name, or code, for the requirement.
getIdentifier(Citation) - Static method in class Citations
Returns the shortest identifier for the specified citation, or the title if there is no identifier.
getIdentifier() - Method in class DefaultProcessing
Returns the information to identify the processing package that produced the data.
getIdentifier() - Method in class MetadataEntity
Convenience method returning the first identifier which is not an ISO 19139 identifier.
getIdentifier() - Method in interface ProcessDescriptor
Information to identify the processing package that run the process.
getIdentifier(Citation) - Method in class AbstractIdentifiedObject
Returns an identifier according the given authority.
getIdentifier(IdentifiedObject, Citation) - Static method in class IdentifiedObjects
Returns an identifier for the given object according the given authority.
getIdentifier(IdentifiedObject) - Static method in class IdentifiedObjects
Returns the declared identifier, or null if none.
getIdentifierMap() - Method in class MetadataEntity
A map view of identifiers.
getIdentifierMap() - Method in interface IdentifiedObject
A map view of identifiers.
getIdentifiers() - Method in class DefaultObjective
Returns the code used to identify the objective.
getIdentifiers() - Method in class DefaultCitation
Returns the unique identifier for the resource.
getIdentifiers() - Method in class MetadataEntity
Returns all identifiers associated to this object.
getIdentifiers() - Method in class MatrixParameters
Forwards the call to the matrix parameter descriptors specified at construction time.
getIdentifiers() - Method in class AbstractIdentifiedObject
An identifier which references elsewhere the object's defining information.
getIdentifiers() - Method in class NetcdfIdentifiedObject
Returns an empty set, since NetCDF objects don't provide other identifiers than the name.
getIdentifiers() - Method in interface IdentifiedObject
Returns all identifiers associated to this object.
getIgnoreUserObject() - Method in class ReferencingBuilder
Returns true if this helper class should not get or set the User Object node property.
getIIOListeners() - Method in class CoverageQuery
Returns the listeners to inform about read progress.
getIlluminationAzimuthAngle() - Method in class DefaultImageDescription
Returns the illumination azimuth measured in degrees clockwise from true north at the time the image is taken.
getIlluminationElevationAngle() - Method in class DefaultImageDescription
Returns the illumination elevation measured in degrees clockwise from the target plane at intersection of the optical line of sight with the Earth's surface.
getImage(Dimension) - Method in class Palette
Returns the color palette as an image of the specified size.
getImageAsROI() - Method in class ImageInspector
Deprecated. Returns a Region Of Interest built from a binarized version of the current rendered image.
getImageBounds() - Method in class GridCoverageBuilder
Returns the image bounds.
getImageDirectories() - Method in interface Layer
Returns the directories where the image files are stored, sorted by decreasing frequency of use.
getImageFormat() - Method in interface GridCoverageReference
Returns the image format.
getImageFormats() - Method in interface Layer
Returns the image format used by the coverages in this layer, sorted by decreasing frequency of use.
getImageIndex() - Method in class Tile
Returns the image index to be given to the image reader for reading this tile.
getImageInstance(String) - Static method in class SpatialMetadataFormat
Returns the image metadata format for the given name.
getImageMetadata(int) - Method in class ImageReaderAdapter
Returns metadata associated with the given image.
getImageMetadata(int) - Method in class MosaicImageReader
Returns the metadata associated with the given image, or null if none.
getImageMetadata(int) - Method in class SpatialImageReader
Returns metadata associated with the given image.
getImageMetadataFormat(String) - Method in class ImageReaderAdapter.Spi
Returns a description of the image metadata of the given name.
getImageMetadataFormat(String) - Method in class ImageWriterAdapter.Spi
Returns a description of the image metadata of the given name.
getImageMetadataFormat(String) - Method in class SpatialImageReader.Spi
Returns a description of the image metadata of the given name.
getImageMetadataFormat(String) - Method in class SpatialImageWriter.Spi
Returns a description of the image metadata of the given name.
getImageNames() - Method in interface NamedImageStore
Returns the names associated to all image indices.
getImageNames() - Method in class NetcdfImageReader
Returns the names of the variables to be read.
getImageQualityCode() - Method in class DefaultImageDescription
Returns the identifier that specifies the image quality.
getImageReader(MosaicImageReader, boolean, boolean) - Method in class Tile
Returns a reader created by the provider and setup for reading the image from the input.
getImageReader() - Method in class Tile
Returns a new reader created by the provider and setup for reading the image from the input.
getImageReaderSpi() - Method in class Tile
Returns the image reader provider (never null).
getImageReaderSpis() - Method in class TileManager
Returns all image reader providers used by the tiles.
getImageSize() - Method in class GridCoverageBuilder
Deprecated. Replaced by GridCoverageBuilder.getImageBounds().
getImagesPerSubsampling() - Method in class MosaicPerformanceGraph
Returns the number of images to be requested for each subsampling level.
getImageType(int, ImageReadParam, SampleConverter[]) - Method in class SpatialImageReader
Returns an image type specifier indicating the SampleModel and ColorModel to use for reading the image.
getImageTypePolicy() - Method in class MosaicImageReadParam
Returns the policy for computing image types.
getImageTypes(int) - Method in class ImageReaderAdapter
Returns the possible image types to which the given image can be decoded.
getImageTypes(int) - Method in class ImageReaderAdapter
Returns a collection of ImageTypeSpecifier containing possible image types to which the given image may be decoded.
getImageTypes(int) - Method in class MosaicImageReader
Returns possible image types to which the given image may be decoded.
getImageTypes(int) - Method in class RawTiffImageReader
Returns a collection of ImageTypeSpecifier containing possible image types to which the given image may be decoded.
getImageTypes(int) - Method in class SpatialImageReader
Returns a collection of ImageTypeSpecifier containing possible image types to which the given image may be decoded.
getImageTypeSpecifier() - Method in class Palette
Returns the image type specifier for this palette.
getImagingCondition() - Method in class DefaultImageDescription
Returns the conditions affected the image.
getImplementation(String) - Method in class CommonsLoggerFactory
Returns the implementation to use for the logger of the specified name, or null if the logger would delegates to Java logging anyway.
getImplementation(String) - Method in class Log4JLoggerFactory
Returns the implementation to use for the logger of the specified name, or null if the logger would delegates to Java logging anyway.
getImplementation(String) - Method in class LoggerFactory
Returns the implementation to use for the logger of the specified name.
getImplementationClass() - Method in class LoggerFactory
Returns the base class of objects to be returned by LoggerFactory.getImplementation(java.lang.String).
getImplementationHints() - Method in class Factory
Returns an unmodifiable view of Factory.hints used by this factory to customize its use.
getImplementationHints() - Method in class AuthorityFactoryAdapter
Returns the hints used by this factory.
getImplementationHints() - Method in class DirectAuthorityFactory
Returns the implementation hints for this factory.
getImplementationHints() - Method in class DirectEpsgFactory
Returns the implementation hints for this factory.
getImplementationHints() - Method in class ReferencingFactoryContainer
Returns all factories in this group.
getImplementationHints() - Method in class ReferencingObjectFactory
Returns the hints used by this factory to customize its use.
getImplementationHints() - Method in class ThreadedAuthorityFactory
Returns the implementation hints.
getImplementationHints() - Method in class AbstractCoordinateOperationFactory
Returns the implementation hints for this factory.
getInclusion() - Method in class AbstractGeographicExtent
Indication of whether the bounding polygon encompasses an area covered by the data (inclusion) or an area where data is not present (exclusion).
getIndentation() - Method in class TreeFormat
Returns the number of spaces to add on the left margin for each indentation level.
getIndentation() - Method in class WKTFormat
Returns the current indentation to be used for formatting objects.
getIndexOfChild(Object, Object) - Method in class TreeTableModelAdapter
Returns the index of the given child in the given node.
getIndividualName() - Method in class DefaultResponsibleParty
Returns the name of the responsible person- surname, given name, title separated by a delimiter.
getInitiativeType() - Method in class DefaultAggregateInformation
Type of initiative under which the aggregate dataset was produced.
getInput() - Method in class GridCoverageReader
Returns the input which was set by the last call to GridCoverageReader.setInput(Object), or null if none.
getInput() - Method in class LayerCoverageReader
Returns the current layer which is used as input, or null if none.
getInput() - Method in class MosaicImageReader
Returns the input, which is a an array of tile managers.
getInput() - Method in class Tile
Returns the input to be given to the image reader for reading this tile.
getInput() - Method in interface Process
Returns the input values given to the ProcessDescriptor.createProcess(ParameterValueGroup) method.
getInputDescriptor() - Method in interface ProcessDescriptor
Returns a description of the input parameters.
getInputFile() - Method in class FileImageReader
Returns the input as a file.
getInputName() - Method in class Tile
Returns a short string representation of the input.
getInputStream() - Method in class StreamImageReader
Returns the input as an input stream object.
getInputTypes() - Method in class MosaicImageReader.Spi
Returns the types of objects that may be used as arguments to the ImageReader.setInput(Object) method.
getInsets() - Method in class ZoomPane
Returns the Insets of this component.
getInstance() - Static method in class AbstractCoverageProcessor
Returns a default processor instance.
getInstance() - Static method in class AngleFormat
Constructs a new AngleFormat for the default locale.
getInstance(Locale) - Static method in class AngleFormat
Constructs a new AngleFormat for the specified locale.
getInstance() - Static method in class RangeFormat
Constructs a new RangeFormat for the default locale.
getInstance(Locale) - Static method in class RangeFormat
Constructs a new RangeFormat for the specified locale.
getInstance(Hints) - Static method in class AllAuthoritiesFactory
Returns a factory using the specified hints.
getInstance(Hints) - Static method in class DimensionFilter
Creates or returns an existing instance from the given set of hints.
getInstance() - Static method in class CommonsLoggerFactory
Deprecated. Replaced by the META-INF/services discovery mechanism.
getInstance() - Static method in class Log4JLoggerFactory
Deprecated. Replaced by the META-INF/services discovery mechanism.
getInstance(Format, Class<T>) - Static method in class LoggedFormat
Creates a new format wrapping the specified one.
getInstanceForType(Class<T>) - Method in class SpatialMetadata
Returns an instance of the given type extracted from this IIOMetadata.
getInstanceForType(Class<T>, String) - Method in class SpatialMetadata
Returns an instance of the given type extracted from this IIOMetadata at the given path.
getInstruments() - Method in class DefaultAcquisitionInformation
Returns the general information about the instrument used in data acquisition.
getInstruments() - Method in class DefaultPlatform
Gets the instrument(s) mounted on a platform.
getInteger(int) - Method in class IntegerList
Returns the element at the given index as the int primitive type.
getInterface() - Method in class AbstractMetadata
Returns the metadata interface implemented by this class.
getInterface(Class<?>) - Method in class MetadataStandard
Returns the metadata interface implemented by the specified implementation class.
getInterpolation() - Method in class GridCoverage2D
Returns the interpolation used for all evaluate(...) methods.
getInterpolation() - Method in class Interpolator2D
Returns the primary interpolation used by this Interpolator2D.
getInterpolation() - Method in class GridCoverageWriteParam
Returns the interpolation method.
getInterpolations() - Method in class Interpolator2D
Returns the interpolations.
getInverseFlattening() - Method in class DefaultEllipsoid
Returns the value of the inverse of the flattening constant.
getISBN() - Method in class DefaultCitation
Returns the International Standard Book Number, or null if none.
getISSN() - Method in class DefaultCitation
Returns the International Standard Serial Number, or null if none.
getIssueIdentification() - Method in class DefaultSeries
Returns information identifying the issue of the series.
getJAI(RenderingHints) - Static method in class OperationJAI
Deprecated. Returns the JAI instance to use for operations on RenderedImage.
getKernel() - Method in class KernelEditor
Returns the currently edited kernel.
getKernelCategory() - Method in class KernelEditor
Returns the category for the current kernel.
getKernelListModel() - Method in class KernelEditor
Returns the list of predefined kernels in the current category.
getKernelNames() - Method in class KernelEditor
Returns an array of kernel names in the current category.
getKernelTableModel() - Method in class KernelEditor
Returns the table model containing the current kernel coefficients.
getKeywords() - Method in class DefaultKeywords
Returns commonly used word(s) or formalised word(s) or phrase(s) used to describe the subject.
getKeywordSeparator(Group) - Method in class NetcdfMetadataReader
Returns the string to use as a keyword separator.
getLabel(double, Locale) - Method in class GridSampleDimension
Returns a string representation of a sample value.
getLabel() - Method in class MetadataTreeNode
Returns the display label.
getLabel() - Method in class XLink
Returns an identification of the target of a from or to attribute.
getLanguage() - Method in class DefaultMetadata
Returns the language used for documenting metadata.
getLanguages() - Method in class DefaultFeatureCatalogueDescription
Returns the language(s) used within the catalogue
getLanguages() - Method in class DefaultDataIdentification
Returns the language(s) used within the dataset.
getLastMethodUsed() - Method in class DefaultMathTransformFactory
Returns the operation method used for the latest call to createParameterizedTransform in the currently running thread.
getLatestAcceptableDate() - Method in class DefaultRequestedDate
Returns the latest date and time collection must be completed.
getLatitude(double[]) - Method in class DefaultEllipsoidalCS
Returns the latitude found in the specified coordinate point, always in decimal degrees.
getLayer(String) - Method in class CoverageDatabase
Returns the layer of the given name.
getLayer() - Method in class CoverageQuery
Returns the name of the layer to be requested, or null if unspecified.
getLayer() - Method in class CoverageList
Returns the layer for which this widget is listing the coverages.
getLayers() - Method in class CoverageDatabase
Returns the name of every layers is the database.
getLeafInterfaces(Class<?>, Class<T>) - Static method in class Classes
Returns the interfaces implemented by the given class and assignable to the given base interface, or null if none.
getLength() - Method in class Axis2D
Returns the axis length.
getLevel() - Method in class DefaultScope
Returns the hierarchical level of the data specified by the scope.
getLevel() - Method in class LoggerAdapter
Returns the level for this logger.
getLevelColor(Level) - Method in class MonolineFormatter
Returns the color used for the given level.
getLevelDescription() - Method in class DefaultScope
Returns detailed descriptions about the level of the data specified by the scope.
getLineage() - Method in class DefaultDataQuality
Returns non-quantitative quality information about the lineage of the data specified by the scope.
getLinearUnit() - Method in class Formatter
The linear unit for formatting measures, or null for the "natural" unit of each WKT element.
getLineFormat(int) - Method in class TextImageReader
Returns the line format to use for parsing every lines in the input stream.
getLineNumber() - Method in class NumberedLineWriter
Returns the current line number.
getLineSeparator() - Method in class TreeFormat
Returns the current line separator.
getLineSeparator(ImageWriteParam) - Method in class TextImageWriter
Returns the line separator to use when writing to the output stream.
getLineSeparator() - Method in class LineWriter
Returns the current line separator.
getLinesFromMultilines(String) - Static method in class Strings
Returns a String instance for each line found in a multi-lines string.
getLinkage() - Method in class DefaultOnlineResource
Returns the location (address) for on-line access using a Uniform Resource Locator address or similar addressing scheme such as http://www.statkart.no/isotc211.
getListeners() - Method in class CoverageDatabase
Returns all listeners to notify about changes in database constent, or an empty array if none.
getListeners() - Method in interface Process
Returns all registered listeners, or an empty array if none.
getListForType(Class<T>) - Method in class SpatialMetadata
Returns a list of instances of the given type extracted from this IIOMetadata.
getListForType(Class<T>, String, String) - Method in class SpatialMetadata
Returns a list of instances of the given type extracted from this IIOMetadata at the given path.
getLocale() - Method in class AbstractCoverage
Returns the default locale for logging, error messages, etc.
getLocale() - Method in class GridCoverageStore
Returns the locale to use for formatting warnings and error messages, or null for the default.
getLocale() - Method in class AbstractCoverageProcessor
The locale for logging message or reporting errors.
getLocale() - Method in class CoverageDatabase
Returns the locale used for formatting logging and error messages.
getLocale() - Method in class AbstractGraduation
Returns the locale to use for formatting labels.
getLocale() - Method in interface Graduation
Returns the locale to use for formatting title and labels.
getLocale() - Method in class DefaultMutableTreeNode
Returns the locale to use for the value returned by DefaultMutableTreeNode.toString().
getLocale() - Method in class DimensionIdentification
Returns the locale used for formatting error messages, or null if none.
getLocale() - Method in class DimensionSet
Returns the locale used for formatting error messages, or null if none.
getLocale() - Method in class ImageReaderAdapter
Returns the locale used to localize warning listeners.
getLocale() - Method in class ImageWriterAdapter
Returns the locale used to localize warning listeners.
getLocale() - Method in class MetadataAccessor
Returns the locale to use for formatting warnings and error messages.
getLocale() - Method in class MetadataHelper
Returns the locale used by this helper, or null for the default locale.
getLocale() - Method in class MetadataTreeTable
Returns the locale for which localization will be attempted.
getLocale() - Method in class SpatialMetadata
Returns the language to use when formatting messages, or null for the default.
getLocale() - Method in class SpatialImageReadParam
Returns the locale used for formatting error messages, or null if none.
getLocale() - Method in class NetcdfMetadata
Returns the locale to use for formatting warnings.
getLocale() - Method in class ParameterWriter
Returns the current locale.
getLocale() - Method in class ProgressController
Returns the locale used for formatting messages.
getLocale() - Method in interface Localized
Returns the locale of the implemented service.
getLocales() - Method in class DefaultMetadata
Provides information about an alternatively used localized character string for a linguistic extension.
getLocales() - Method in class DefaultInternationalString
Returns the set of locales defined in this international string.
getLocalizationPoint(Point) - Method in class LocalizationGrid
Returns the "real world" coordinates for the specified grid coordinates.
getLocation() - Method in class Tile
Returns the upper-left corner in the destination image.
getLock() - Method in class CheckedArrayList
Returns the synchronization lock.
getLock() - Method in class CheckedHashMap
Returns the synchronization lock.
getLock() - Method in class CheckedHashSet
Returns the synchronization lock.
getLogger(String) - Method in class LoggerFactory
Returns the logger of the specified name, or null.
getLogger(Class<?>) - Static method in class Logging
Returns a logger for the specified class.
getLogger(String) - Static method in class Logging
Returns a logger for the specified name.
getLoggerFactory() - Method in class Logging
Returns the logger factory, or null if none.
getLogging(String) - Static method in class Logging
Returns a Logging instance for the specified base logger.
getLogLevel() - Method in class GridCoverageStore
Returns the logging level to use for read and write operations.
getLogLevel() - Method in class MosaicBuilder
Returns the logging level for information about tiles being read and written.
getLogLevel() - Method in class MosaicImageReader
Returns the logging level for tile information during read operations.
getLogLevel() - Method in class MosaicImageWriter
Returns the logging level for tile information during read and write operations.
getLogLevel() - Method in interface LogProducer
Returns the current logging level.
getLongitude(double[]) - Method in class DefaultEllipsoidalCS
Returns the longitude found in the specified coordinate point, always in decimal degrees.
getLow() - Method in class GeneralGridEnvelope
Returns the valid minimum inclusive grid coordinates.
getLow(int) - Method in class GeneralGridEnvelope
Returns the valid minimum inclusive grid coordinate along the specified dimension.
getLow() - Method in class GridEnvelope2D
Returns the valid minimum inclusive grid coordinates.
getLow(int) - Method in class GridEnvelope2D
Returns the valid minimum inclusive grid coordinate along the specified dimension.
getLower(int) - Method in class CoverageEnvelope
Returns the minimal ordinate along the specified dimension.
getLower(int) - Method in class AbstractEnvelope
Returns the limit in the direction of decreasing ordinate values in the specified dimension.
getLowerCorner() - Method in class AbstractEnvelope
A coordinate position consisting of all the lower ordinates.
getLowerCorner() - Method in class Envelope2D
A coordinate position consisting of all the starting ordinates for each dimension for all points within the Envelope.
getMagnifierBorder() - Method in class ZoomPane
Returns the color of the magnifying glass's border.
getMagnifierGlass() - Method in class ZoomPane
Returns the color with which to tint magnifying glass.
getMagnifierMenu(MouseEvent) - Method in class ZoomPane
Method called automatically when the user clicks on the right mouse button inside the magnifying glass.
getMaintenanceAndUpdateFrequency() - Method in class DefaultMaintenanceInformation
Returns the frequency with which changes and additions are made to the resource after the initial resource is completed.
getMaintenanceNotes() - Method in class DefaultMaintenanceInformation
Returns information regarding specific requirements for maintaining the resource.
getMajor() - Method in class Version
Returns the major version number.
getMargin() - Method in class Plot2D
Returns the margin between the widget bounds and the zoomable bounds.
getMargin() - Method in class IndentedLineWriter
Returns the margin which is written at the beginning of every line.
getMathTransform() - Method in class NetcdfProjection
Returns a wrapper around the NetCDF projection for performing coordinate operations.
getMathTransform() - Method in class AbstractCoordinateOperation
Gets the math transform.
getMathTransform() - Method in class LocalizationGrid
Returns a math transform from grid to "real world" coordinates.
getMathTransformFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the MathTransformFactory interface.
getMathTransformFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of MathTransformFactory matching the specified hints.
getMathTransformFactory() - Method in class ReferencingFactoryContainer
Returns the math transform factory.
getMathTransformFactory() - Method in class AbstractCoordinateOperationFactory
Returns the underlying math transform factory.
getMatrix(float[], int) - Method in class TransformedShape
Returns the 6 coefficients values as float numbers.
getMatrix(ParameterValueGroup) - Method in class MatrixParameterDescriptors
Constructs a matrix from a group of parameters.
getMatrix() - Method in class MatrixParameters
Creates a matrix from this group of parameters.
getMatrix(MathTransform) - Static method in class Matrices
If the given transform is linear, returns its coefficients as a matrix.
getMatrix() - Method in class AffineTransform2D
Returns this transform as an affine transform matrix.
getMatrix() - Method in class IdentityTransform
Deprecated. Returns a copy of the identity matrix.
getMatrix() - Method in interface LinearTransform
Returns this transform as an affine transform matrix.
getMatrix() - Method in class LinearTransform1D
Returns this transform as an affine transform matrix.
getMatrix() - Method in class ProjectiveTransform
Returns a copy of the matrix.
getMaxAltitude() - Method in class DefaultEnvironmentalRecord
Returns the maximum altitude during the photo flight.
getMaximalLineLength() - Method in class LineWrapWriter
Returns the maximal line length.
getMaximum() - Method in class DateGraduation
Returns the maximal value for this graduation.
getMaximum() - Method in interface Graduation
Returns the maximal value for this graduation.
getMaximum() - Method in class NumberGraduation
Returns the maximal value for this graduation.
getMaximum(int) - Method in class AbstractEnvelope
Returns the maximal ordinate value for the specified dimension.
getMaximum(int) - Method in class Envelope2D
Returns the maximal ordinate along the specified dimension.
getMaximum() - Method in class NumberRange
Returns the maximum value as a double.
getMaximum(boolean) - Method in class NumberRange
Returns the maximum value with the specified inclusive or exclusive state.
getMaximumIdentifierLength() - Method in class MetadataWriter
Returns the maximal number of characters allowed for primary keys.
getMaximumMemoryAllocation() - Method in class MosaicImageWriter
Returns the maximal amount of memory that writeFromInput is allowed to use.
getMaximumOccurrence() - Method in class DefaultExtendedElementInformation
Maximum occurrence of the extended element.
getMaximumOccurs() - Method in class AbstractParameterDescriptor
The maximum number of times that values for this parameter group or parameter can be included.
getMaximumOccurs() - Method in class DefaultParameterDescriptor
The maximum number of times that values for this parameter group or parameter can be included.
getMaximumOccurs() - Method in class DefaultParameterDescriptorGroup
The maximum number of times that values for this parameter group are required.
getMaximumOccurs() - Method in class MatrixParameters
Forwards the call to the matrix parameter descriptors specified at construction time.
getMaximums() - Method in class ImageInspector
Deprecated. Returns the maximal values found in every ImageInspector.image bands.
getMaximumValue() - Method in class GridSampleDimension
Returns the maximum value occurring in this sample dimension (inclusive).
getMaximumValue() - Method in class DefaultVerticalExtent
Returns the highest vertical extent contained in the dataset.
getMaximumValue() - Method in class DefaultParameterDescriptor
Returns the maximum parameter value.
getMaximumValue() - Method in class NetcdfAxis
Returns the axis maximal value.
getMaximumValue() - Method in class DefaultCoordinateSystemAxis
Returns the maximum value normally allowed for this axis, in the unit of measure for the axis.
getMaximumValueLength() - Method in class MetadataWriter
Returns the maximal number of characters allowed in text columns.
getMaxRelativeHumidity() - Method in class DefaultEnvironmentalRecord
Returns the maximum relative humidity along the flight pass during the photo flight.
getMaxSize() - Method in class MosaicProfiler
Returns the maximal size of the images to load.
getMaxSubsampling() - Method in class MosaicProfiler
Returns the maximal subsampling of the random rectangular regions to load.
getMaxValue() - Method in interface SampleDimension
The maximal value that can be stored in the designated band, or null if unspecified.
getMaxValue() - Method in class DefaultBand
Returns the longest wavelength that the sensor is capable of collecting within a designated band.
getMaxValue() - Method in class DateRange
Returns the end time.
getMaxValue() - Method in class Range
Returns the maximal value, or null if unbounded.
getMaxValueAsDouble(int) - Method in class RangeSet
Returns a range's maximum value as a double.
getMaxX() - Method in class XRectangle2D
Returns the maximal x ordinate value.
getMaxX() - Method in class Envelope2D
Returns the maximal ordinate value for dimension 0.
getMaxY() - Method in class XRectangle2D
Returns the maximal y ordinate value.
getMaxY() - Method in class Envelope2D
Returns the maximal ordinate value for dimension 1.
getMeasureDescription() - Method in class AbstractElement
Returns the description of the measure being determined.
getMeasureIdentification() - Method in class AbstractElement
Returns the code identifying a registered standard procedure, or null if none.
getMedian(int) - Method in class CoverageEnvelope
Returns the median ordinate along the specified dimension.
getMedian() - Method in class AbstractEnvelope
A coordinate position consisting of all the middle ordinates for each dimension for all points within the Envelope.
getMedian(int) - Method in class AbstractEnvelope
Returns the median ordinate along the specified dimension.
getMedian(int) - Method in class Envelope2D
Returns the median ordinate along the specified dimension.
getMediumFormats() - Method in class DefaultMedium
Returns the method used to write to the medium.
getMediumNote() - Method in class DefaultMedium
Returns a description of other limitations or requirements for using the medium.
getMembers() - Method in class DefaultRecordType
Returns the set of attribute names defined in this RecordType's dictionary.
getMemberTypes() - Method in class DefaultRecordType
Returns the unmodifiable dictionary of all (name, type) pairs in this record type.
getMemoryUsage() - Method in class ImageDimension
Returns the number of bytes required in order to memorize all sample values.
getMeridianArcLength(double, double) - Method in class GeodeticCalculator
Calculates the meridian arc length between two points in the same meridian in the referenced ellipsoid.
getMessageFont() - Method in class LoggingPanel
Returns the font to use for displaying the messages (last table column).
getMetadata() - Method in class GridCoverageReader
Returns the ISO 19115 metadata object associated with the input source as a whole and each coverages.
getMetadata() - Method in class MetadataTreeTable
Returns the metadata to be formatted as a tree table.
getMetadataConstraints() - Method in class DefaultMetadata
Provides restrictions on the access and use of data.
getMetadataExtensionInfo() - Method in class DefaultMetadata
Returns information describing metadata extensions.
getMetadataFormat() - Method in class MetadataTreeTable
Returns the metadata format specified at construction time.
getMetadataFormat(String) - Method in class SpatialMetadata
Returns an object describing the given metadata format, or null if no description is available.
getMetadataMaintenance() - Method in class DefaultMetadata
Provides information about the frequency of metadata updates, and the scope of those updates.
getMetadataStandardName() - Method in class DefaultMetadata
Returns the name of the metadata standard (including profile name) used.
getMetadataStandardVersion() - Method in class DefaultMetadata
Returns the version (profile) of the metadata standard used.
getMeteorologicalConditions() - Method in class DefaultEnvironmentalRecord
Returns the meteorological conditions in the photo flight area, in particular clouds, snow and wind.
getMethod() - Method in class NetcdfProjection
Returns the operation method.
getMethod() - Method in class DefaultSingleOperation
Returns the operation method.
getMinDuration(TimeUnit) - Method in class PerformanceLevel
Returns the minimal duration for logging an event at this level.
getMinimum() - Method in class DateGraduation
Returns the minimal value for this graduation.
getMinimum() - Method in interface Graduation
Returns the minimal value for this graduation.
getMinimum() - Method in class NumberGraduation
Returns the minimal value for this graduation
getMinimum(int) - Method in class AbstractEnvelope
Returns the minimal ordinate value for the specified dimension.
getMinimum(int) - Method in class Envelope2D
Returns the minimal ordinate along the specified dimension.
getMinimum() - Method in class NumberRange
Returns the minimum value as a double.
getMinimum(boolean) - Method in class NumberRange
Returns the minimum value with the specified inclusive or exclusive state.
getMinimumOccurs() - Method in class AbstractParameterDescriptor
The minimum number of times that values for this parameter group or parameter are required.
getMinimumOccurs() - Method in class MatrixParameters
Forwards the call to the matrix parameter descriptors specified at construction time.
getMinimums() - Method in class ImageInspector
Deprecated. Returns the minimal values found in every ImageInspector.image bands.
getMinimumValue() - Method in class GridSampleDimension
Returns the minimum value occurring in this sample dimension (inclusive).
getMinimumValue() - Method in class DefaultVerticalExtent
Returns the lowest vertical extent contained in the dataset.
getMinimumValue() - Method in class DefaultParameterDescriptor
Returns the minimum parameter value.
getMinimumValue() - Method in class NetcdfAxis
Returns the axis minimal value.
getMinimumValue() - Method in class DefaultCoordinateSystemAxis
Returns the minimum value normally allowed for this axis, in the unit of measure for the axis.
getMinor() - Method in class Version
Returns the minor version number.
getMinSize() - Method in class MosaicProfiler
Returns the minimal size of the images to load.
getMinSubsampling() - Method in class MosaicProfiler
Returns the minimal subsampling of the random rectangular regions to load.
getMinValue() - Method in interface SampleDimension
The minimal value that can be stored in the designated band, or null if unspecified.
getMinValue() - Method in class DefaultBand
Returns the shortest wavelength that the sensor is capable of collecting within a designated band.
getMinValue() - Method in class DateRange
Returns the start time.
getMinValue() - Method in class Range
Returns the minimal value, or null if unbounded.
getMinValueAsDouble(int) - Method in class RangeSet
Returns a range's minimum value as a double.
getMinX() - Method in class AbstractCoverage.Renderable
Gets the minimum X coordinate of the rendering-independent image data.
getMinX() - Method in class XRectangle2D
Returns the minimal x ordinate value.
getMinX() - Method in class Envelope2D
Returns the minimal ordinate value for dimension 0.
getMinY() - Method in class AbstractCoverage.Renderable
Gets the minimum Y coordinate of the rendering-independent image data.
getMinY() - Method in class XRectangle2D
Returns the minimal y ordinate value.
getMinY() - Method in class Envelope2D
Returns the minimal ordinate value for dimension 1.
getModel(MouseEvent) - Method in class MouseSelectionTracker
Returns the geometric shape to use for marking the boundaries of a region.
getModifiedCoordinates() - Method in class DefaultPassThroughOperation
Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through operation.
getModifiedCoordinates() - Method in class PassThroughTransform
Ordered sequence of positive integers defining the positions in a coordinate tuple of the coordinates affected by this pass-through transform.
getModifiedInformation(Object) - Method in class ImageReaderAdapter.Spi
Returns the kind of information that this wrapper will add or modify compared to the ImageReaderAdapter.Spi.main reader.
getModifiedInformation(ImageTypeSpecifier) - Method in class ImageWriterAdapter.Spi
Returns the kind of information that this wrapper will add or modify compared to the ImageWriterAdapter.Spi.main writer.
getModifiedInformation(Object) - Method in class WorldFileImageReader.Spi
Returns the kind of information that this wrapper will add or modify compared to the ImageReaderAdapter.main reader.
getModifiedInformation(ImageTypeSpecifier) - Method in class WorldFileImageWriter.Spi
Returns the kind of information that this wrapper will add or modify compared to the ImageWriterAdapter.main writer.
getMosaicBuilder() - Method in class MosaicBuilderEditor
Configures the MosaicBuilder with the informations provided by the user and return it.
getMosaicSize() - Method in class MosaicProfiler
Returns the size of the mosaic given to the constructor.
getMountedOn() - Method in class DefaultInstrument
Returns the platform on which the instrument is mounted.
getMouseSelectionShape(Point2D) - Method in class ZoomPane
Returns the geometric shape to be used to delimitate an area.
getName() - Method in class AbstractCoverage
Returns the coverage name, or null if none.
getName() - Method in class Category
Returns the category name.
getName() - Method in class CoverageStack.Adapter
Returns the coverage name.
getName() - Method in interface CoverageStack.Element
Returns a name for the coverage.
getName() - Method in class GridCoverageBuilder
Returns the coverage name.
getName() - Method in class GridCoverageBuilder.Variable
Returns the name of this variable (or bands or sample dimension).
getName() - Method in class AbstractOperation
Returns the name of the processing operation.
getName() - Method in interface GridCoverageReference
Returns a name for the coverage, for use in graphical user interfaces.
getName() - Method in interface Layer
Returns the name of this layer.
getName(SampleDimensionType) - Static method in class TypeMap
Returns the sample dimension type name as an international string.
getName() - Method in class CategoryRecord
Returns the category name.
getName() - Method in class NamedTreeNode
Returns the name of this node as an instance of String or InternationalString.
getName() - Method in class MetadataTreeNode
Returns the programmatic name of this node.
getName(IdentifiedObject) - Method in class Formatter
Returns the preferred name for the specified object.
getName() - Method in class DefaultOnlineResource
Name of the online resource.
getName() - Method in class DefaultSeries
Returns the name of the series, or aggregate dataset, of which the dataset is a part.
getName() - Method in class DefaultRangeElementDescription
Returns the designation associated with a set of range elements.
getName() - Method in class DefaultApplicationSchemaInformation
Name of the application schema used.
getName() - Method in class DefaultExtendedElementInformation
Name of the extended metadata element.
getName() - Method in class DefaultFormat
Returns the name of the data transfer format(s).
getName() - Method in class DefaultMedium
Returns the name of the medium on which the resource can be received.
getName() - Method in class DefaultProcessStepReport
Returns the name of the processing report.
getName() - Method in class MatrixParameters
Forwards the call to the matrix parameter descriptors specified at construction time.
getName() - Method in class AbstractIdentifiedObject
The primary name by which this object is identified.
getName(Citation) - Method in class AbstractIdentifiedObject
Returns this object name according the given authority.
getName() - Method in class NetcdfIdentifiedObject
Returns the name of this identified object.
getName(IdentifiedObject, Citation) - Static method in class IdentifiedObjects
Returns an object name according the given authority.
getName() - Method in class AbstractMathTransform
Returns a name for this math transform (never null).
getName() - Method in class AbstractMathTransform.Inverse
Returns a name for this math transform (never null).
getName() - Method in interface IdentifierSpace
Returns the name of this identifier space.
getNameFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the NameFactory interface.
getNameFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of NameFactory matching the specified hints.
getNameOf(Class<?>) - Static method in class WKTFormat
Returns the WKT name of the specified object type.
getNames() - Method in interface ProcessingRegistry
Convenience method returning a view over the names of all process descriptors.
getNames(IdentifiedObject, Citation) - Static method in class IdentifiedObjects
Returns every object names and aliases according the given authority.
getNamesOfMeasure() - Method in class AbstractElement
Returns the name of the test applied to the data.
getNilReason() - Method in interface NilObject
Returns the reason why this object is empty.
getNoDataValues() - Method in class GridSampleDimension
Returns the values to indicate "no data" for this sample dimension.
getNominalSpatialResolution() - Method in class DefaultBand
Returns the smallest distance between which separate points can be distinguished, as specified in instrument design.
getNoonDate() - Method in class SunRelativePosition
Returns the date and time at which the Sun is at its highest during a day.
getNoonTime() - Method in class SunRelativePosition
Returns the time at which the Sun is at its highest during a day.
getNorthBoundLatitude() - Method in class DefaultGeographicBoundingBox
Returns the northern-most, coordinate of the limit of the dataset extent.
getNullForEmptyImage() - Method in class MosaicImageReadParam
If true, then the read method is allowed to return null if no tile intersect the source region to be read.
getNumBands() - Method in class GridCoverageBuilder
Returns the number of sample dimensions (bands).
getNumBands(int) - Method in class ImageReaderAdapter
Returns the number of bands available for the specified image.
getNumBands() - Method in class ImageInspector
Deprecated. Returns the number of bands in the ImageInspector.image.
getNumBands(int) - Method in class ImageReaderAdapter
Returns the number of bands available for the specified image.
getNumBands(int) - Method in class NetcdfImageReader
Returns the number of bands available for the image identified by the given index.
getNumBands(int) - Method in class RawImageReader
Returns the number of bands available for the specified image.
getNumBands(int) - Method in class RawTiffImageReader
Returns the number of bands available for the specified image.
getNumBands(int) - Method in class TextRecordImageReader
Returns the number of bands available for the specified image.
getNumBands(int) - Method in class SpatialImageReader
Returns the number of bands available for the specified image.
getNumberFormat() - Method in class ImageTableModel
Returns the format to use for formatting sample values.
getNumberFormat(Locale) - Method in class Statistics
Suggests a formatter for writing a set of data described by this statistics.
getNumberOfDimensions() - Method in class DefaultGridSpatialRepresentation
Returns the number of independent spatial-temporal axes.
getNumberPattern() - Method in class CoordinateFormat
Returns the pattern for number fields.
getNumCol() - Method in class AffineMatrix3
Returns the number of colmuns in this matrix, which is always 3 in this implementation.
getNumCol() - Method in class Matrix1
Returns the number of columns in this matrix, which is always 1 in this implementation.
getNumCol() - Method in class Matrix2
Returns the number of columns in this matrix, which is always 2 in this implementation.
getNumCol() - Method in class Matrix3
Returns the number of columns in this matrix, which is always 3 in this implementation.
getNumCol() - Method in class Matrix4
Returns the number of columns in this matrix, which is always 4 in this implementation.
getNumElements() - Method in class AbstractCoverage.Renderable
Returns the number of elements per value at each position.
getNumEntryChange() - Method in class CoverageDatabaseEvent
Returns whatever new entries are added or existing entries removed, and how many of them.
getNumImages(boolean) - Method in class ImageReaderAdapter
Returns the number of images in the current input.
getNumImages(boolean) - Method in class ImageReaderAdapter
Returns the number of images available from the current input source.
getNumImages(boolean) - Method in class MosaicImageReader
Returns the number of images, not including thumbnails.
getNumImages(boolean) - Method in class NetcdfImageReader
Returns the number of images available from the current input source.
getNumImages(boolean) - Method in class RawImageReader
Returns the number of images available from the current input source.
getNumImages(boolean) - Method in class RawTiffImageReader
Returns the number of images available from the current input file.
getNumImages(boolean) - Method in class SpatialImageReader
Returns the number of images available from the current input source.
getNumOverviews() - Method in class AbstractGridCoverage
Returns the number of predetermined overviews for the grid.
getNumRow() - Method in class AffineMatrix3
Returns the number of rows in this matrix, which is always 3 in this implementation.
getNumRow() - Method in class Matrix1
Returns the number of rows in this matrix, which is always 1 in this implementation.
getNumRow() - Method in class Matrix2
Returns the number of rows in this matrix, which is always 2 in this implementation.
getNumRow() - Method in class Matrix3
Returns the number of rows in this matrix, which is always 3 in this implementation.
getNumRow() - Method in class Matrix4
Returns the number of rows in this matrix, which is always 4 in this implementation.
getNumSampleDimensions() - Method in class CoverageStack
Returns the number of sample dimension in this coverage.
getNumSampleDimensions() - Method in class GridCoverage2D
Returns the number of bands in the grid coverage.
getNumSampleDimensions() - Method in class SpatioTemporalCoverage3D
The number of sample dimensions in the coverage.
getNumSampleDimensions() - Method in class TransformedCoverage
The number of sample dimensions in the coverage.
getNumSampleValues() - Method in class ImageDimension
Returns the number of sample values.
getNumSources() - Method in class AbstractOperation
Returns the number of source coverages required for the operation.
getNumThumbnails(int) - Method in class ImageReaderAdapter
Returns the number of thumbnail preview images associated with the given image.
getNumThumbnailsSupported(ImageTypeSpecifier, ImageWriteParam, IIOMetadata, IIOMetadata) - Method in class ImageWriterAdapter
Returns the number of thumbnails suported by the format being written, or -1 if unknown.
getObjectiveOccurences() - Method in class DefaultObjective
Returns the event or events associated with objective completion.
getObjectives() - Method in class DefaultAcquisitionInformation
Returns the area or object to be sensed.
getObjectives() - Method in class DefaultOperation
Returns object(s) or area(s) of interest to be sensed.
getObligation() - Method in class DefaultExtendedElementInformation
Obligation of the extended element.
getOccurrences() - Method in class MetadataTreeNode
Returns the range of occurrences that are valid for this node.
getOffLine() - Method in class DefaultDigitalTransferOptions
Returns information about offline media on which the resource can be obtained.
getOffset() - Method in class GridSampleDimension
Returns the value to add to grid values for this sample dimension.
getOffset() - Method in interface SampleDimension
The physical value corresponding to a cell value of zero.
getOffset() - Method in class SampleConverter
If this converter applies an offset, returns the offset.
getOffset() - Method in class DefaultBand
Returns the physical value corresponding to a cell value of zero.
getOnlineResource() - Method in class DefaultContact
Return on-line information that can be used to contact the individual or organization.
getOnLines() - Method in class DefaultDigitalTransferOptions
Returns information about online sources from which the resource can be obtained.
getOpeningBrackets() - Method in class Symbols
Returns the list of caracters acceptable as opening bracket.
getOperation(String) - Method in class AbstractCoverageProcessor
Returns the operation for the specified name.
getOperation(String) - Method in class CachingCoverageProcessor
Returns the operation for the specified name.
getOperation(String) - Method in class DefaultCoverageProcessor
Returns the operation for the specified name.
getOperation() - Method in class DefaultPassThroughOperation
Returns the operation to apply on the subset of a coordinate tuple.
getOperationDescriptor(String) - Static method in class OperationJAI
Deprecated. Returns the operation descriptor for the specified JAI operation name.
getOperationMethod(String) - Method in class AbstractCoordinateOperationFactory
Returns the operation method of the given name.
getOperationMethod(String) - Method in class CachingCoordinateOperationFactory
Returns the operation method of the given name.
getOperationMethod(String) - Method in class DefaultMathTransformFactory
Returns the operation method for the specified name.
getOperations() - Method in class AbstractCoverageProcessor
Retrieves grid processing operations information.
getOperations() - Method in class CachingCoverageProcessor
Retrieves grid processing operations information.
getOperations() - Method in class DefaultCoverageProcessor
Retrieves grid processing operations information.
getOperations() - Method in class DefaultAcquisitionInformation
Returns the general information about an identifiable activity which provided the data.
getOperations() - Method in class DefaultPlan
Returns the identification of the activity or activities that satisfy a plan.
getOperations() - Method in class DefaultConcatenatedOperation
Returns the sequence of operations.
getOperationType() - Method in class MathTransformProvider
Returns the operation type.
getOperationType() - Method in class Affine
Returns the operation type.
getOperationType() - Method in class AlbersEqualArea
Returns the operation type for this map projection.
getOperationType() - Method in class EllipsoidToGeocentric
Returns the operation type.
getOperationType() - Method in class EllipsoidToGeoid
Returns the operation type.
getOperationType() - Method in class EquidistantCylindrical
Returns the operation type for this map projection.
getOperationType() - Method in class Exponential
Returns the operation type.
getOperationType() - Method in class GeocentricToEllipsoid
Returns the operation type.
getOperationType() - Method in class Krovak
Returns the operation type for this map projection.
getOperationType() - Method in class LambertConformal1SP
Returns the operation type for this map projection.
getOperationType() - Method in class LambertConformal2SP
Returns the operation type for this map projection.
getOperationType() - Method in class Logarithmic
Returns the operation type.
getOperationType() - Method in class LongitudeRotation
Returns the operation type.
getOperationType() - Method in class MapProjection
Returns the operation type for this map projection.
getOperationType() - Method in class Mercator1SP
Returns the operation type for this map projection.
getOperationType() - Method in class Mercator2SP
Returns the operation type for this map projection.
getOperationType() - Method in class MillerCylindrical
Returns the operation type for this map projection.
getOperationType() - Method in class Molodensky
Returns the operation type.
getOperationType() - Method in class NADCON
Returns the operation type.
getOperationType() - Method in class NTv2
Returns the operation type.
getOperationType() - Method in class ObliqueMercator
Returns the operation type for this map projection.
getOperationType() - Method in class Orthographic
Returns the operation type for this map projection.
getOperationType() - Method in class Polyconic
Returns the operation type for this map projection.
getOperationType() - Method in class PositionVector7Param
Returns the operation type, which is a transformation.
getOperationType() - Method in class PseudoMercator
Returns the operation type for this map projection.
getOperationType() - Method in class RGF93
Returns the operation type.
getOperationType() - Method in class Stereographic
Returns the operation type for this map projection.
getOperationType() - Method in class TransverseMercator
Returns the operation type for this map projection.
getOperationType() - Method in class WarpPolynomial
Returns the operation type.
getOperationVersion() - Method in class NetcdfProjection
Always null for a projection.
getOperationVersion() - Method in class AbstractCoordinateOperation
Version of the coordinate transformation (i.e., instantiation due to the stochastic nature of the parameters).
getOptimalDataBlockSizes() - Method in class GridCoverage2D
Returns the optimal size to use for each dimension when accessing grid values.
getOptionalCRS() - Method in class ReferencingBuilder
Deprecated. Renamed ReferencingBuilder.build().
getOptions() - Method in class Hints.OptionKey
Returns the set of available options.
getOrCreate(DimensionSlice.API) - Method in class DimensionSet
Returns the dimension assigned to the given API.
getOrCreate(ParameterDescriptor<?>, ParameterValueGroup) - Static method in class Parameters
Returns the value of the given parameter in the given group if defined, or create a default parameter otherwise.
getOrCreate(K, Callable<? extends V>) - Method in class Cache
Returns the value for the given key.
getOrderingInstructions() - Method in class DefaultStandardOrderProcess
Returns general instructions, terms and services provided by the distributor.
getOrdinate(int) - Method in class DirectPosition1D
Returns the ordinate at the specified dimension.
getOrdinate(int) - Method in class DirectPosition2D
Returns the ordinate at the specified dimension.
getOrdinate(int) - Method in class GeneralDirectPosition
Returns the ordinate at the specified dimension.
getOrdinateAt(int) - Method in class NetcdfAxis
Returns the ordinate value at the given index.
getOrdinateAt(int) - Method in interface DiscreteCoordinateSystemAxis
Returns the ordinate value at the given index.
getOrdinateRangeAt(int) - Method in class NetcdfAxis
Returns the range of ordinate values at the given index.
getOrdinateRangeAt(int) - Method in interface DiscreteCoordinateSystemAxis
Returns the range of ordinate values at the given index.
getOrganisationName() - Method in class DefaultResponsibleParty
Returns the name of the responsible organization.
getOrientation() - Method in class ColorRamp
Returns the component's orientation (horizontal or vertical).
getOrientationParameterDescription() - Method in class DefaultGeoreferenceable
Returns a description of parameters used to describe sensor orientation.
getOrigin() - Method in class DefaultTemporalDatum
The date and time origin of this temporal datum.
getOriginalShape() - Method in class TransformedShape
Returns the original shape for which this TransformedShape is a view.
getOriginatingProvider() - Method in class ImageReaderAdapter
Returns the ImageReader provider, or null if none.
getOrthodromicDistance() - Method in class GeodeticCalculator
Returns the orthodromic distance.
getOther() - Method in class DefaultScopeDescription
Returns the class of information that does not fall into the other categories to which the information applies.
getOtherCitationDetails() - Method in class DefaultCitation
Returns other information required to complete the citation that is not recorded elsewhere.
getOtherConstraints() - Method in class DefaultLegalConstraints
Returns the other restrictions and legal prerequisites for accessing and using the resource.
getOutOfBoundsDimension() - Method in exception OrdinateOutsideCoverageException
Returns the dimension of the out-of-bounds ordinate.
getOutput() - Method in class GridCoverageWriter
Returns the output which was set by the last call to GridCoverageWriter.setOutput(Object), or null if none.
getOutput() - Method in class MosaicImageWriter
Returns the output, which is a an array of tile managers.
getOutput() - Method in class ProcessEvent
Returns the output, which may be an intermediate calculation or the final result.
getOutputDescriptor() - Method in interface ProcessDescriptor
Returns a description of the output parameters.
getOutputFile() - Method in class FileImageWriter
Returns the output as a file.
getOutputIndex() - Method in class MosaicImageWriteParam
Returns the index of the image to be written.
getOutputLength() - Method in class ObjectiveAnalysis
Returns the number of points to be computed by this instance.
getOutputLocation(int, Point2D.Double) - Method in class ObjectiveAnalysis
Returns the (x,y) coordinate of the point evaluated at the given index.
getOutputs() - Method in class DefaultProcessStep
Returns the description of the product generated as a result of the process step.
getOutputStream() - Method in class StreamImageWriter
Returns the output as an output stream object.
getOutputTypes() - Method in class MosaicImageWriter.Spi
Returns the types of objects that may be used as arguments to the MosaicImageWriter.setOutput(Object) method.
getOverview(int) - Method in class AbstractGridCoverage
Returns a pre-calculated overview for a grid coverage.
getOverviewGridGeometry(int) - Method in class AbstractGridCoverage
Returns the grid geometry for an overview.
getP1() - Method in class Axis2D
Returns the (x,y) coordinates of the start point.
getP2() - Method in class Axis2D
Returns the (x,y) coordinates of the end point.
getPackedDataBlock(GridRange) - Method in class AbstractGridCoverage
Deprecated. We should use some higher level construct instead (multi-dimensional array or something similar).
getPadValue(int) - Method in class TextImageReader
Returns the pad value for missing data, or Double.NaN if none.
getPage() - Method in class DefaultSeries
Returns details on which pages of the publication the article was published.
getPalette() - Method in class GridSampleDimension
Deprecated. No replacement.
getPalette(String, int) - Method in class PaletteFactory
Returns the palette of the specified name and size.
getPalette(String, int, int, int, int, int) - Method in class PaletteFactory
Returns the palette of the specified name and size.
getPaletteFactory() - Method in class SpatialImageReadParam
Returns the palette factory to use for creating a color model from the palette name.
getPaletteInterpretation() - Method in class GridSampleDimension
Deprecated. No replacement.
getPaletteName() - Method in class CategoryRecord
Returns the colors, as a palette name or as a RGB code.
getPaletteName() - Method in class SpatialImageReadParam
Returns the name of the color palette to apply when creating an index color model.
getPalettePadValueFirst(String, int) - Method in class PaletteFactory
Returns a palette with a pad value at index 0.
getPalettePadValueLast(String, int) - Method in class PaletteFactory
Returns a palette with pad value at the last index.
getParameterCitations() - Method in class DefaultGeoreferenceable
Returns a reference providing description of the parameters.
getParameterDescriptors() - Method in class AlbersEqualArea
Returns the parameter descriptors for this unitary projection.
getParameterDescriptors() - Method in class Equirectangular
Returns the parameter descriptors for this unitary projection.
getParameterDescriptors() - Method in class LambertAzimuthalEqualArea
Returns the parameter descriptors for this unitary projection.
getParameterDescriptors() - Method in class LambertConformal
Returns the parameter descriptors for this unitary projection.
getParameterDescriptors() - Method in class Mercator
Returns the parameter descriptors for this unitary projection.
getParameterDescriptors() - Method in class Orthographic
Returns the parameter descriptors for this unitary projection.
getParameterDescriptors() - Method in class AbstractMathTransform
Returns the parameter descriptors for this math transform, or null if unknown.
getParameterDescriptors() - Method in class AbstractMathTransform2D
Returns the parameter descriptors for this math transform, or null if unknown.
getParameterDescriptors() - Method in class AbstractMathTransform2D.Parameters
Returns the descriptor that represents this tuple as a whole.
getParameterDescriptors() - Method in class AffineTransform2D
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class ConcatenatedTransform
Returns the parameter descriptor, or null if none.
getParameterDescriptors() - Method in class EarthGravitationalModel
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class ExponentialTransform1D
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class GeocentricAffineTransform
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class GeocentricTransform
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class IdentityTransform
Deprecated. Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class LinearTransform1D
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class LogarithmicTransform1D
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class MolodenskyTransform
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class NadconTransform
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class NTv2Transform
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in interface Parameterized
Returns the parameter descriptors for this math transform, or null if unknown.
getParameterDescriptors() - Method in class ProjectiveTransform
Returns the parameter descriptors for this math transform.
getParameterDescriptors() - Method in class WarpTransform2D
Returns the parameter descriptors for this math transform.
getParameters() - Method in class AbstractOperation
Returns an initially empty set of parameters.
getParameters() - Method in class DefaultOperationMethod
Returns the set of parameters.
getParameterValue() - Method in class ParameterEditor
Returns the parameter value currently edited, or null if none.
getParameterValues() - Method in class NetcdfProjection
Wraps the NetCDF parameters in a GeoAPI parameter object.
getParameterValues() - Method in class DefaultSingleOperation
Returns the parameter values.
getParameterValues() - Method in class DefiningConversion
Returns the parameter values.
getParameterValues() - Method in class AlbersEqualArea
Returns a copy of the parameter values for this projection.
getParameterValues() - Method in class LambertConformal
Returns a copy of the parameter values for this projection.
getParameterValues() - Method in class ObliqueMercator.Parameters
Returns a group of parameters initialized to the values contained in this object.
getParameterValues() - Method in class UnitaryProjection
Returns a copy of the parameter values for this projection.
getParameterValues() - Method in class UnitaryProjection.Parameters
Returns a group of parameters initialized to the values contained in this object.
getParameterValues() - Method in class AbstractMathTransform
Returns a copy of the parameter values for this math transform, or null if unknown.
getParameterValues() - Method in class AbstractMathTransform2D.Parameters
Returns the parameters that describe this tuple as a whole.
getParameterValues() - Method in class AffineTransform2D
Returns the matrix elements as a group of parameters values.
getParameterValues() - Method in class ConcatenatedTransform
Returns the parameter values, or null if none.
getParameterValues() - Method in class EarthGravitationalModel
Returns the parameters for this math transform.
getParameterValues() - Method in class ExponentialTransform1D
Returns the parameter values for this math transform.
getParameterValues() - Method in class GeocentricAffineTransform
Returns the parameters for this math transform.
getParameterValues() - Method in class GeocentricTransform
Returns the parameter values for this math transform.
getParameterValues() - Method in class IdentityTransform
Deprecated. Returns the matrix elements as a group of parameters values.
getParameterValues() - Method in class LinearTransform1D
Returns the matrix elements as a group of parameters values.
getParameterValues() - Method in class LogarithmicTransform1D
Returns the parameter values for this math transform.
getParameterValues() - Method in class MolodenskyTransform
Returns the parameters for this math transform.
getParameterValues() - Method in class NadconTransform
Returns the parameter values for this math transform.
getParameterValues() - Method in class NTv2Transform
Returns the parameter values for this math transform.
getParameterValues() - Method in interface Parameterized
Returns a copy of the parameter values for this math transform, or null if unknown.
getParameterValues() - Method in class ProjectiveTransform
Returns the matrix elements as a group of parameters values.
getParameterValues() - Method in class WarpTransform2D
Returns the parameter values for this math transform.
getParent() - Method in class MetadataTreeNode
Returns the parent of this node.
getParentEntity() - Method in class DefaultExtendedElementInformation
Name of the metadata entity(s) under which this extended metadata element may appear.
getParentIdentifier() - Method in class DefaultMetadata
Returns the file identifier of the metadata to which this metadata is a subset (child).
getParentOperation() - Method in class DefaultOperation
Returns the heritage of the operation.
getParsedNames() - Method in class AbstractName
Returns the sequence of local names making this generic name.
getParsedNames() - Method in class DefaultLocalName
Returns the sequence of local name for this generic name.
getParsedNames() - Method in class DefaultScopedName
Returns the sequence of local name for this generic name.
getParsedNames() - Method in class NamedIdentifier
Returns the sequence of local names making this generic name.
getPass() - Method in class DefaultObjective
Returns the pass of the platform over the objective.
getPathIterator(AffineTransform) - Method in class Axis2D
Returns an iterator object that iterates along the Axis2D boundary and provides access to the geometry of the shape outline.
getPathIterator(AffineTransform, double) - Method in class Axis2D
Returns an iterator object that iterates along the Axis2D boundary and provides access to the geometry of the shape outline.
getPathIterator(AffineTransform, double) - Method in class Arrow2D
Returns an iterator for this arrow.
getPathIterator(AffineTransform) - Method in class Arrow2D
Returns an iterator for this arrow.
getPathIterator(AffineTransform) - Method in class ProjectedShape
Returns an iterator object that iterates along the shape boundary and provides access to the geometry of the shape outline.
getPathIterator(AffineTransform, double) - Method in class ProjectedShape
Returns an iterator object that iterates along the shape boundary and provides access to a flattened view of the shape outline geometry.
getPathIterator(AffineTransform) - Method in class TransformedShape
Returns an iterator object that iterates along the shape boundary and provides access to the geometry of the shape outline.
getPathIterator(AffineTransform, double) - Method in class TransformedShape
Returns an iterator object that iterates along the shape boundary and provides access to a flattened view of the shape outline geometry.
getPathsToUserObject(TreeModel, Object) - Static method in class Trees
Returns the path to the specified user object.
getPattern() - Method in class FormatChooser
Returns the localized pattern for the current format.
getPeakResponse() - Method in class DefaultBand
Returns the wavelength at which the response is the highest.
getPhone() - Method in class DefaultContact
Returns telephone numbers at which the organization or individual may be contacted.
getPixel(int[]) - Method in class TransfertRectIter
Returns the samples of the current pixel from the image in an array of int.
getPixel(float[]) - Method in class TransfertRectIter
Returns the samples of the current pixel from the image in an array of float.
getPixel(double[]) - Method in class TransfertRectIter
Returns the samples of the current pixel from the image in an array of double.
getPixelAnchor() - Method in class GridCoverageBuilder
Returns whatever the grid to CRS transform maps pixel center or pixel corner.
getPixelAnchor() - Method in class GridToEnvelopeMapper
Returns whatever the grid coordinates map pixel center or pixel corner.
getPixelBitStride(SampleModel) - Static method in class SampleModels
Returns the pixel stride of the given sample model in bits.
getPixelInCell() - Method in class DefaultImageDatum
Specification of the way the image grid is associated with the image data attributes.
getPixelOrientation(PixelInCell) - Static method in class PixelTranslation
Returns the pixel orientation for the given PixelInCell code.
getPixelOrientation(double, double) - Static method in class PixelTranslation
Returns the pixel orientation for the given offset, or null if none.
getPixelStride(SampleModel) - Static method in class SampleModels
Returns the pixel stride of the given sample model.
getPixelTranslation(PixelInCell) - Static method in class PixelTranslation
Returns the position relative to the pixel center.
getPixelTranslation(PixelOrientation) - Static method in class PixelTranslation
Returns the specified position relative to the pixel center.
getPlan() - Method in class DefaultOperation
Returns the plan satisfied by the operation.
getPlanarImage() - Method in class ImageInspector
Deprecated. Returns the rendered image as a planar image.
getPlannedAvailableDateTime() - Method in class DefaultStandardOrderProcess
Returns the date and time when the dataset will be available.
getPlatforms() - Method in class DefaultAcquisitionInformation
Returns the general information about the platform from which the data were taken.
getPlatforms() - Method in class DefaultOperation
Returns the platform (or platforms) used in the operation.
getPointInPixel() - Method in class DefaultGeorectified
Returns the point in a pixel corresponding to the Earth location of the pixel.
getPointOfContacts() - Method in class AbstractIdentification
Returns the identification of, and means of communication with, person(s) and organizations(s) associated with the resource(s).
getPolygons() - Method in class DefaultBoundingPolygon
Returns the sets of points defining the bounding polygon.
getPolynomialTransform(int) - Method in class LocalizationGrid
Returns a math transform from grid to "real world" coordinates using a polynomial fitting of the specified degree.
getPopupMenu(MouseEvent) - Method in class ZoomPane
Method called automatically when the user clicks on the right mouse button.
getPortrayalCatalogueCitations() - Method in class DefaultPortrayalCatalogueReference
Bibliographic reference to the portrayal catalogue cited.
getPortrayalCatalogueInfo() - Method in class DefaultMetadata
Provides information about the catalogue of rules defined for the portrayal of a resource(s).
getPositionFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the PositionFactory interface.
getPositionFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of PositionFactory matching the specified hints.
getPositionName() - Method in class DefaultResponsibleParty
Returns the role or position of the responsible person Only one of individualName, organisationName and positionName should be provided.
getPositions() - Method in class CoordinateTableModel
Returns all direct positions in this table.
getPositionString(String) - Method in class TextImageReader
Returns a string representation of the current stream position.
getPositiveRange(SampleDimensionType) - Static method in class TypeMap
Returns the range of positive sample values (excluding 0).
getPostalCode() - Method in class DefaultAddress
Returns ZIP or other postal code.
getPredefined(String, AxisDirection) - Static method in class DefaultCoordinateSystemAxis
Returns one of the predefined axis for the given name and direction, or null if none.
getPreferredArea() - Method in class ZoomPane
Returns the logical coordinates of the region that we want to see displayed the first time that ZoomPane appears on the screen.
getPreferredImageSize() - Method in class CoverageEnvelope
Returns the approximative size of the desired image, or null if unknown.
getPreferredPixelSize() - Method in class ZoomPane
Returns the preferred pixel size for a close zoom.
getPreferredPrefix(String, String) - Static method in class Namespaces
Returns the preferred prefix for the given namespace URI.
getPreferredResolution() - Method in class CoverageEnvelope
Returns the approximative resolution desired, or null for best resolution.
getPreferredResolution() - Method in class CoordinateChooser
Returns the preferred resolution.
getPreferredThumbnailSize() - Method in class ImageFileProperties
Returns the preferred size of the thumbnail.
getPreferredThumbnailSizes(ImageTypeSpecifier, ImageWriteParam, IIOMetadata, IIOMetadata) - Method in class ImageWriterAdapter
Returns the legal size ranges for thumbnail images as they will be encoded in the output file or stream.
getPresentationForms() - Method in class DefaultCitation
Returns the mode in which the resource is represented, or an empty string if none.
getPrimaryKey(Class<? extends IdentifiedObject>, String) - Method in class DirectPostgisFactory
Returns the primary key for the specified authority code.
getPrimaryKeyAuthority() - Method in class DirectPostgisFactory
Returns the authority which is responsible for the maintenance of the primary keys.
getPrimeMeridian(MetadataAccessor) - Method in class ReferencingBuilder
Gets the prime meridian.
getPrimeMeridian() - Method in class DefaultGeodeticDatum
Returns the prime meridian.
getPrimitiveFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the PrimitiveFactory interface.
getPrimitiveFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of PrimitiveFactory matching the specified hints.
getPriority() - Method in class DefaultObjective
Returns the priority applied to the target.
getPriority() - Method in class DefaultRequirement
Returns the relative ordered importance, or urgency, of the requirement.
getProcedureDescription() - Method in class DefaultProcessing
Returns the additional details about the processing procedures.
getProcedureDescription() - Method in interface ProcessDescriptor
Additional details about the processing procedures.
getProcessedLevel() - Method in class DefaultSource
Returns the processing level of the source data.
getProcessIdentifier() - Method in exception ProcessException
Returns the identifier of the process that failed, or null if this information is not available.
getProcessingInformation() - Method in class DefaultProcessStep
Returns the comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment.
getProcessingLevelCode() - Method in class DefaultImageDescription
Returns the image distributor's code that identifies the level of radiometric and geometric processing that has been applied.
getProcessors() - Method in class DefaultProcessStep
Returns the identification of, and means of communication with, person(s) and organization(s) associated with the process step.
getProcessSteps() - Method in class DefaultLineage
Returns the information about an event in the creation process for the data specified by the scope.
getProgress() - Method in class ImagePane
Returns the current progress, as a percentage between 0 and 100 inclusive.
getProgress() - Method in class ProcessEvent
Returns the current progress as a percent completed, from 0 to 100 inclusive.
getProgress() - Method in class ProgressController
Returns the current progress as a percent completed.
getProgressBar() - Method in class MosaicPerformanceGraph
Returns the progress bar given to the last to MosaicPerformanceGraph.setProgressBar(JProgressBar).
getProgressLabel() - Method in class ImagePane
Returns the current label to display on top of the progress bar.
getProjectedCRS(CoordinateReferenceSystem) - Static method in class CRS
Returns the first projected coordinate reference system found in a the given CRS, or null if there is none.
getPrompt() - Method in class InteractiveConsole
Returns the command-line prompt, or null if there is no console.
getProperties() - Method in class GridCoverageBuilder
Returns optional properties to be given to the coverage, or null if none.
getProperties(int) - Method in class GridCoverageReader
Returns an optional map of properties associated with the coverage at the given index, or null if none.
getProperties(RenderedImage, CoordinateReferenceSystem, InternationalString, MathTransform, GridCoverage2D[], OperationJAI.Parameters) - Method in class OperationJAI
Deprecated. Prepares the properties to be given to the coverage created by the deriveGridCoverage method.
getProperties(IdentifiedObject) - Static method in class IdentifiedObjects
Returns the informations provided in the specified identified object as a map of properties.
getProperties(IdentifiedObject, Citation) - Static method in class IdentifiedObjects
Returns the properties to be given to an identified object derived from the specified one.
getPropertiesPane() - Method in class ImageFileChooser
Returns the pane showing the properties of the selected file, or null if none.
getProtocol(Object) - Static method in enum Protocol
Returns the protocol of the given input, or Protocol.UNKNOWN.
getProtocol() - Method in class DefaultOnlineResource
Returns the connection protocol to be used.
getProvider(int, int) - Static method in class Affine
Returns the operation method for the specified source and target dimensions.
getPurpose() - Method in class AbstractIdentification
Returns a summary of the intentions with which the resource(s) was developed.
getQualityInfo() - Method in class AbstractGeolocationInformation
Returns an overall assessment of quality of geolocation information.
getQuantitative(Category[]) - Static method in class OperationJAI
Deprecated. Returns the index of the quantitative category, providing that there is one and only one quantitative category.
getQueryRegion() - Method in class MosaicProfiler
Returns the region in which random rectangles will be calculated.
getQuote() - Method in class Symbols
Returns the character used for quoting texts.
getRange() - Method in class Category
Returns the range of values occurring in this category.
getRange() - Method in class GridSampleDimension
Returns the range of values in this sample dimension.
getRange() - Method in class RangeSpecifier
Returns the target range, or null if none.
getRange(SampleDimensionType) - Static method in class TypeMap
Returns the full range of sample values for the specified dimension type.
getRangeElementDescriptions() - Method in class DefaultCoverageDescription
Provides the description of the specific range elements of a coverage.
getRangeElements() - Method in class AbstractCoverage
Returns the set of attribute values in the range.
getRangeElements() - Method in class DefaultRangeElementDescription
Returns the specific range elements, i.e. range elements associated with a name and their definition.
getRangeMeaning() - Method in class NetcdfAxis
Returns null since the range meaning is unspecified.
getRangeMeaning() - Method in class DefaultCoordinateSystemAxis
Returns the meaning of axis value range specified by the minimum and maximum values.
getRangeType() - Method in class AbstractCoverage
Describes the range of the coverage.
getRationale() - Method in class DefaultProcessStep
Returns the requirement or purpose for the process step.
getRationales() - Method in class DefaultExtendedElementInformation
Reason for creating the extended element.
getRawDataType(int) - Method in class ImageReaderAdapter
Returns the data type which most closely represents the "raw" internal data of the image.
getRawDataType(int) - Method in class AsciiGridReader
Returns the data type which most closely represents the "raw" internal data of the image.
getRawDataType(int) - Method in class NetcdfImageReader
Returns the data type which most closely represents the "raw" internal data of the image.
getRawDataType(int) - Method in class RawImageReader
Returns the data type which most closely represents the "raw" internal data of the image.
getRawDataType(int) - Method in class RawTiffImageReader
Returns the data type which most closely represents the "raw" internal data of the image.
getRawDataType(int) - Method in class SpatialImageReader
Returns the data type which most closely represents the "raw" internal data of the image.
getRawImageType(int) - Method in class ImageReaderAdapter
Returns the raw type of the image at the given index.
getRawImageType(int) - Method in class ImageReaderAdapter
Returns an image type specifier indicating the SampleModel and ColorModel which most closely represents the "raw" internal format of the image.
getRawImageType(int) - Method in class MosaicImageReader
Returns an image type which most closely represents the "raw" internal format of the image.
getRawImageType(int) - Method in class RawImageReader
Returns the data type which most closely represents the "raw" internal data of the image.
getRawImageType(int) - Method in class RawTiffImageReader
Returns the SampleModel and ColorModel which most closely represents the internal format of the image.
getRawImageType(int) - Method in class SpatialImageReader
Returns an image type specifier indicating the SampleModel and ColorModel which most closely represents the "raw" internal format of the image.
getReader() - Method in class TextImageReader
Returns the input as an buffered reader.
getReader(Object, Boolean, Boolean) - Static method in class XImageIO
Creates a new reader for the given input.
getReaderByFormatName(String, Object, Boolean, Boolean) - Static method in class XImageIO
Creates a new reader for the given optional input, considering only the readers of the given format name.
getReaderByMIMEType(String, Object, Boolean, Boolean) - Static method in class XImageIO
Creates a new reader for the given optional input, considering only the readers for the given MIME type.
getReaderBySuffix(Object, Boolean, Boolean) - Static method in class XImageIO
Creates a new reader for the given input, considering only the readers that claim to decode files having the suffix found in the input.
getReaderBySuffix(String, Object, Boolean, Boolean) - Static method in class XImageIO
Creates a new reader for the given optional input, considering only the readers that claim to decode files having the given suffix.
getReaderSpiByFormatName(String) - Static method in class XImageIO
Returns the image reader provider for the given format name.
getReadListeners() - Method in class IIOListeners
Returns all read progress, read update and read warning listeners.
getRealizationEpoch() - Method in class AbstractDatum
The time after which this datum definition is valid.
getRecipients() - Method in class DefaultRequirement
Returns the person(s), or body(ies), to receive results of requirement.
getReducedEnvelope(int, int) - Method in class GeneralEnvelope
Deprecated. The implementation of this method was broken. Since this method was not used anymore (which explain why we didn't noticed its bug), it will be removed.
getReferenceSystemInfo() - Method in class DefaultMetadata
Returns the description of the spatial and temporal reference systems used in the dataset.
getRegion() - Method in class Tile
Returns the upper-left corner in the destination image, with the image size.
getRelatedEvents() - Method in class DefaultPlatformPass
Returns the occurrence of one or more events for a pass.
getRelatedPass() - Method in class DefaultEvent
Returns the pass during which an event occurs.
getRelatedSensors() - Method in class DefaultEvent
Returns the instrument or instruments for which the event is meaningful.
getRelativeRange(CharSequence) - Method in class ColorMap
Returns the relative range of values for the given category.
getRemarks() - Method in class MatrixParameters
Forwards the call to the matrix parameter descriptors specified at construction time.
getRemarks() - Method in class AbstractIdentifiedObject
Comments on or information about this object, including data source information.
getRemarks() - Method in class NetcdfAxis
Returns the NetCDF description, or null if none.
getRemarks() - Method in class NetcdfIdentifiedObject
Returns the NetCDF object description, or null if none.
getRemarks() - Method in class DefaultReferenceIdentifier
Comments on or information about this identifier, or null if none.
getRenderableImage(int, int) - Method in class AbstractCoverage
Returns 2D view of this grid coverage as a renderable image.
getRenderableImage(int, int) - Method in class GridCoverage2D
Returns 2D view of this grid coverage as a renderable image.
getRenderableImage(Date) - Method in class SpatioTemporalCoverage3D
Returns 2D view of this grid coverage at the given date.
getRenderedImage() - Method in class GridCoverage2D
Returns grid data as a rendered image.
getRenderedImage() - Method in class GridCoverageBuilder
Returns the rendered image to be wrapped by GridCoverage2D.
getRenderedImage() - Method in interface RenderedCoverage
Returns grid data as a rendered image.
getRenderedImage() - Method in class ImageTableModel
Returns the image to display, or null if none.
getRenderedImage() - Method in class ImageInspector
Deprecated. Returns the current ImageInspector.image.
getRenderedOperation() - Method in class ImageInspector
Deprecated. Returns the rendered image as a rendered operation.
getRenderingHint(RenderingHints.Key) - Method in class DefaultCoverageProcessor
Returns a rendering hint.
getRenderingHint(RenderingHints.Key) - Method in class Axis2D
Returns the value of a single preference for the rendering algorithms.
getRenderingHint(RenderingHints.Key) - Method in class ImageInspector
Deprecated. Returns the rendering hint for the specified key, or null if none.
getRenderingHints(RenderedImage) - Method in enum ViewType
Returns suggested rendering hints for a JAI operation on the given image.
getRenderingHints() - Method in class ImageInspector
Deprecated. Returns the rendering hints for an image to be computed by subclasses.
getReports() - Method in class DefaultProcessStep
Returns the report generated by the process step.
getReports() - Method in class DefaultDataQuality
Returns the quantitative quality information for the data specified by the scope.
getRequestedDate() - Method in class DefaultRequirement
Returns the required or preferred acquisition date and time.
getRequestedDateOfCollection() - Method in class DefaultRequestedDate
Returns the preferred date and time of collection.
getRequestors() - Method in class DefaultRequirement
Returns the origin of requirement.
getResetUnspecifiedColors() - Method in class ColorMap
If true, the ARGB values corresponding to any category not specified in this color map will be reset to the color specified by the category.
getResolution() - Method in class GeneralGridGeometry
Returns the grid resolution in units of the Coordinate Reference System axes, or null if it can't be computed.
getResolution() - Method in class GridCoverageStoreParam
Returns the resolution to read from the source, or null if unspecified.
getResolution() - Method in class DefaultSource
Returns the distance between consistent parts (centre, left side, right side) of two adjacent pixels.
getResolution() - Method in class DefaultDimension
Returns the degree of detail in the grid dataset.
getResourceAsStream(String) - Method in class PaletteFactory
Returns an input stream for reading the specified resource.
getResourceConstraints() - Method in class AbstractIdentification
Provides information about constraints which apply to the resource(s).
getResourceFormats() - Method in class AbstractIdentification
Provides a description of the format of the resource(s).
getResourceMaintenances() - Method in class AbstractIdentification
Provides information about the frequency of resource updates, and the scope of those updates.
getResourceSpecificUsages() - Method in class AbstractIdentification
Provides basic information about specific application(s) for which the resource(s) has/have been or is being used by different users.
getResultContentDescription() - Method in class DefaultCoverageResult
Returns the description of the content of the result coverage, i.e. semantic definition of the data quality measures.
getResultFile() - Method in class DefaultCoverageResult
Returns the information about the data file containing the result coverage data.
getResultFormat() - Method in class DefaultCoverageResult
Returns the information about the format of the result coverage data.
getResults() - Method in class AbstractElement
Returns the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level.
getResultSpatialRepresentation() - Method in class DefaultCoverageResult
Returns the digital representation of data quality measures composing the coverage result.
getReverseAxis() - Method in class GridToEnvelopeMapper
Returns which (if any) axis in user space (not grid space) should have their direction reversed.
getRevision() - Method in class Version
Returns the revision number.
getROI() - Method in class ImageInspector
Deprecated. Returns the Region Of Interest currently set, or null if none.
getRole() - Method in class DefaultResponsibleParty
Returns the function performed by the responsible party.
getRole() - Method in class XLink
Returns a URI reference for some description of the arc role.
getRoot() - Method in class TreeTableModelAdapter
Returns the root of the tree.
getRootNode() - Method in class MetadataTreeTable
Returns the root of the Tree Table representation of the metadata.
getRotation(AffineTransform) - Static method in class XAffineTransform
Returns an estimation of the rotation angle in radians.
getRowCount() - Method in class CoverageTableModel
Returns the number of rows in the model.
getRowCount() - Method in class ImageTableModel
Returns the number of rows in the model, which is the image height.
getRowCount() - Method in class ListTableModel
Returns the number of rows in the table.
getRowCount() - Method in class CoordinateTableModel
Returns the number of rows in the table.
getRowCount() - Method in class TableWriter
Returns the number of rows in this table.
getRowName(int) - Method in class ImageTableModel
Returns the row name.
getRule() - Method in class DefaultExtendedElementInformation
Specifies how the extended element relates to other existing elements and entities.
getRunTimeParameters() - Method in class DefaultProcessing
Returns the parameters to control the processing operations, entered at run time.
getSample() - Method in class TransfertRectIter
Returns the current sample as an integer.
getSample(int) - Method in class TransfertRectIter
Returns the specified sample of the current pixel as an integer.
getSampleDimension(int) - Method in class CoverageStack
Retrieve sample dimension information for the coverage.
getSampleDimension(int) - Method in class GridCoverage2D
Retrieve sample dimension information for the coverage.
getSampleDimension() - Method in class GridCoverageBuilder.Variable
Returns the sample dimension.
getSampleDimension(int) - Method in class SpatioTemporalCoverage3D
Retrieve sample dimension information for the coverage.
getSampleDimension(int) - Method in class TransformedCoverage
Retrieve sample dimension information for the coverage.
getSampleDimensions() - Method in class CoverageStack.Adapter
Returns the sample dimension for the coverage.
getSampleDimensions() - Method in interface CoverageStack.Element
The sample dimension for the coverage, or null if this information is too expensive to compute.
getSampleDimensions() - Method in class GridCoverage2D
Returns all sample dimensions for this grid coverage.
getSampleDimensions() - Method in class GridCoverageBuilder
Returns the sample dimensions, or null if none.
getSampleDimensions(int) - Method in class GridCoverageReader
Returns the sample dimensions for each band of the GridCoverage to be read.
getSampleDimensions(int) - Method in class ImageCoverageReader
Returns the sample dimensions for each band of the GridCoverage to be read.
getSampleDimensions() - Method in interface GridCoverageReference
Returns the coverage sample dimensions, or null if unknown.
getSampleDimensions(int) - Method in class LayerCoverageReader
Returns the most commonly used sample dimensions for each band of the GridCoverage to be read.
getSampleDimensions() - Method in class SampleDimensionPanel
Returns the sample dimensions.
getSampleDimensionType() - Method in class GridSampleDimension
Returns a code value indicating grid value data type.
getSampleDimensionType(Range<? extends Number>) - Static method in class TypeMap
Returns the smallest sample dimension type capable to hold the specified range of values.
getSampleDimensionType(double, double) - Static method in class TypeMap
Returns the smallest sample dimension type capable to hold the specified range of values.
getSampleDimensionType(long, long) - Static method in class TypeMap
Returns the smallest sample dimension type capable to hold the specified range of values.
getSampleDimensionType(NumberSet, int) - Static method in class TypeMap
Returns the sample dimension for the given number of bits.
getSampleDimensionType(SampleModel, int) - Static method in class TypeMap
Returns the sample dimension type for the specified sample model and band number.
getSampleDomains() - Method in class SpatialImageReadParam
Returns the range of valid values together with the fill values, or null if unspecified.
getSampleDouble() - Method in class TransfertRectIter
Returns the current sample as a double.
getSampleDouble(int) - Method in class TransfertRectIter
Returns the specified sample of the current pixel as a double.
getSampleFloat() - Method in class TransfertRectIter
Returns the current sample as a float.
getSampleFloat(int) - Method in class TransfertRectIter
Returns the specified sample of the current pixel as a float.
getSampleModel(IIOImage, ImageWriteParam) - Static method in class SpatialImageWriter
Returns the sample model to use for the destination image to be written.
getSampleRange() - Method in class GridCoverageBuilder
Deprecated. Replaced by GridCoverageBuilder.Variable.getSampleRange().
getSampleRange() - Method in class GridCoverageBuilder.Variable
Returns the range of sample values.
getSampleRange() - Method in class CategoryRecord
Returns the range of sample values.
getSampleToGeophysics() - Method in class Category
Returns the transfer function from sample values to geophysics values.
getSampleToGeophysics() - Method in class GridSampleDimension
Returns the transfer function from sample values to geophysics values.
getSampleToGeophysics() - Method in class RangeSpecifier
Returns the target "sample to geophysics" transform, or null if none.
getSampleToUnit() - Method in class GridCoverageBuilder.Variable
Returns the "sample to unit" transform.
getSampleValue() - Method in class FormatChooser
Returns the sample value to format as a "preview" text.
getSampleValueRanges(int) - Method in class GridCoverageReader
Returns the ranges of valid sample values for each band in this format.
getSampleValueRanges(String) - Method in class CoverageDatabase
Returns the ranges of valid geophysics values for each band of the given layer.
getSampleValueRanges() - Method in interface Layer
Returns the ranges of valid geophysics values for each band.
getSatisfiedPlans() - Method in class DefaultRequirement
Returns the plan that identifies solution to satisfy the requirement.
getSatisfiedRequirements() - Method in class DefaultPlan
Returns the requirement satisfied by the plan.
getScale() - Method in class GridSampleDimension
Returns the value which is multiplied to grid values for this sample dimension.
getScale(AffineTransform) - Static method in class XAffineTransform
Returns a global scale factor for the specified affine transform.
getScaleDenominator() - Method in class DefaultSource
Returns the denominator of the representative fraction on a source map.
getScaleFactor() - Method in class ZoomPane
Returns the current ZoomPane.zoom scale factor.
getScaleFactor() - Method in interface SampleDimension
Scale factor which has been applied to the cell value.
getScaleFactor() - Method in class DefaultBand
Returns the scale factor which has been applied to the cell value.
getScaleInstance(double, double, double, double) - Static method in class XAffineTransform
Returns an affine transform representing a zoom carried out around a anchor point (x, y).
getScaleX0(AffineTransform) - Static method in class XAffineTransform
Returns the magnitude of scale factor x by cancelling the effect of eventual flip and rotation.
getScaleY0(AffineTransform) - Static method in class XAffineTransform
Returns the magnitude of scale factor y by cancelling the effect of eventual flip and rotation.
getScanlineStride(SampleModel) - Static method in class SampleModels
Returns the scan line stride of the given sample model.
getScanningResolution() - Method in class DefaultNominalResolution
Returns the distance between consistent parts of (centre, left side, right side) adjacent pixels in the scan plane.
getSchemaAscii() - Method in class DefaultApplicationSchemaInformation
Full application schema given as an ASCII file.
getSchemaLanguage() - Method in class DefaultApplicationSchemaInformation
Identification of the schema language used.
getScope() - Method in class DefaultDataQuality
Returns the specific data to which the data quality information applies.
getScope() - Method in class AbstractReferenceSystem
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.
getScope() - Method in class NetcdfCRS
Returns null since NetCDF coordinate systems don't specify their scope.
getScope() - Method in class NetcdfProjection
Returns null, since this adapter does not have information about the projection scope.
getScope() - Method in class AbstractDatum
Description of domain of usage, or limitations of usage, for which this datum object is valid.
getScope() - Method in class AbstractCoordinateOperation
Description of domain of usage, or limitations of usage, for which this operation is valid.
getSelectedArea(AffineTransform) - Method in class MouseSelectionTracker
Returns the geometric shape surrounding the last region to be selected by the user.
getSelectedCode() - Method in class AuthorityCodesComboBox
Returns the code for the selected object, or null if none.
getSelectedColors() - Method in class MultiColorChooser
Returns the selected colors, or an empty array if none.
getSelectedColors() - Method in class PaletteComboBox
Returns the colors for the currently selected item, or null if none.
getSelectedFile() - Method in class ImageFileChooser
Returns the selected file.
getSelectedFiles() - Method in class ImageFileChooser
Returns the selected file.
getSelectedItem() - Method in class PaletteComboBox
Returns the name of the currently selected item, or null if none.
getSelectedItem() - Method in class AuthorityCodesComboBox
Returns the selected object, usually as a CoordinateReferenceSystem.
getSelectedLayer() - Method in class LayerList
Returns the name of the currently selected layer, or null if none.
getSelectedTiles() - Method in class MosaicChooser
Returns the selected tiles as TileManager objects, or an empty array if none.
getSemiMajorAxis() - Method in class DefaultEllipsoid
Length of the semi-major axis of the ellipsoid.
getSemiMinorAxis() - Method in class DefaultEllipsoid
Length of the semi-minor axis of the ellipsoid.
getSensingInstruments() - Method in class DefaultObjective
Returns the instrument which senses the objective data.
getSeparator() - Method in class CoordinateFormat
Returns the separator between each coordinate (number, angle or date).
getSeparator(String) - Method in class MultiAuthoritiesFactory
Returns the character separator for the specified code.
getSequence() - Method in class DefaultEvent
Returns the relative time ordering of the event.
getSequenceIdentifier() - Method in class DefaultRangeDimension
Returns the number that uniquely identifies instances of bands of wavelengths on which a sensor operates.
getSeries() - Method in class Plot2D
Returns the set of series to be plotted.
getSeries() - Method in class DefaultCitation
Returns the information about the series, or aggregate dataset, of which the dataset is a part.
getServiceProvider(Class<T>, ServiceRegistry.Filter, Hints, Hints.ClassKey) - Method in class FactoryRegistry
Returns the first provider in the registry for the specified category, using the specified map of hints (if any).
getServiceProviders(Class<T>, ServiceRegistry.Filter, Hints, Hints.ClassKey) - Method in class FactoryRegistry
Returns the providers in the registry for the specified category, filter and hints.
getShortClassName(Object) - Static method in class Classes
Returns a short class name for the specified object.
getShortName() - Method in class DefaultExtendedElementInformation
Short form suitable for use in an implementation method such as XML or SGML.
getShortName(Class<?>) - Static method in class Classes
Returns a short class name for the specified class.
getShow() - Method in class XLink
Returns the desired presentation of the ending resource on traversal from the starting resource.
getSignificantEvents() - Method in class DefaultOperation
Returns the record of an event occurring during an operation.
getSimplificationAllowed() - Method in class MetadataTreeTable
Returns true if the tree returned by MetadataTreeTable.getRootNode() can be simplified.
getSingleCRS() - Method in class DefaultCompoundCRS
Returns the ordered list of single coordinate reference systems.
getSingleCRS(CoordinateReferenceSystem) - Static method in class DefaultCompoundCRS
Returns the ordered list of single coordinate reference systems for the specified CRS.
getSize(int) - Method in class ImageReaderAdapter
Returns the image width and height at the given index.
getSize(SampleDimensionType) - Static method in class TypeMap
Returns the size in bits.
getSize() - Method in class Tile
Returns the image size.
getSize() - Method in class LocalizationGrid
Returns the grid size.
getSliceIndex() - Method in class DimensionSlice
Returns the index of the section to read or write along the dimension represented by this object.
getSliceIndex(Object...) - Method in class SpatialImageReadParam
Returns the index of the slice in the dimension identified by at least one of the given identifiers.
getSlope() - Method in class Line
Returns the slope.
getSoftwareDevelopmentFile() - Method in class DefaultApplicationSchemaInformation
Full application schema given as a software development file.
getSoftwareDevelopmentFileFormat() - Method in class DefaultApplicationSchemaInformation
Software dependent format used for the application schema software dependent file.
getSoftwareReferences() - Method in class DefaultProcessing
Returns the reference to document describing processing software.
getSource() - Method in class CoverageDatabaseEvent
Returns the database in which entries are added or removed.
getSource() - Method in class ProcessEvent
Returns the source of this event.
getSourceBands() - Method in class GridCoverageStoreParam
Returns the set of source bands to read, or null for all of them.
getSourceCitation() - Method in class DefaultSource
Returns the recommended reference to be used for the source data.
getSourceClass() - Method in interface ObjectConverter
Returns the base type of source objects.
getSourceCRS() - Method in class NetcdfProjection
Returns the source coordinate reference system, which is usually geographic.
getSourceCRS() - Method in class AbstractCoordinateOperation
Returns the source CRS.
getSourceDimensions() - Method in class DefaultOperationMethod
Number of dimensions in the source CRS of this operation method.
getSourceDimensions() - Method in class AbstractMathTransform
Gets the dimension of input points.
getSourceDimensions() - Method in class AbstractMathTransform.Inverse
Gets the dimension of input points.
getSourceDimensions() - Method in class AbstractMathTransform1D
Returns the dimension of input points, which is always 1.
getSourceDimensions() - Method in class AbstractMathTransform2D
Returns the dimension of input points, which is always 2.
getSourceDimensions() - Method in class AffineTransform2D
Gets the dimension of input points, which is fixed to 2.
getSourceDimensions() - Method in class ConcatenatedTransform
Gets the dimension of input points.
getSourceDimensions() - Method in class DimensionFilter
Returns the input dimensions.
getSourceDimensions() - Method in class GeocentricTransform
Gets the dimension of input points, which is 2 or 3.
getSourceDimensions() - Method in class GridTransform
Returns the dimension of input points, which is 2.
getSourceDimensions() - Method in class IdentityTransform
Deprecated. Gets the dimension of input points.
getSourceDimensions() - Method in class MolodenskyTransform
Gets the dimension of input points.
getSourceDimensions() - Method in class PassThroughTransform
Gets the dimension of input points.
getSourceDimensions() - Method in class ProjectiveTransform
Gets the dimension of input points.
getSourceDimensions() - Method in class VerticalTransform
Gets the dimension of input points, which is 3.
getSourceExtents() - Method in class DefaultSource
Returns tiInformation about the spatial, vertical and temporal extent of the source data.
getSourceFormat() - Method in class MonolineFormatter
Returns the format for displaying the source.
getSourceReferenceSystem() - Method in class DefaultSource
Returns the spatial reference system used by the source data.
getSources() - Method in class AbstractCoverage
Returns the source data for a coverage.
getSources() - Method in class AbstractCoverage.Renderable
Returns null to indicate that no source information is available.
getSources() - Method in class AbstractGridCoverage
Returns the source data for a grid coverage.
getSources() - Method in class GridCoverageBuilder
Returns the optional sources to be associated with the coverage.
getSources() - Method in class DeferredPlanarImage
Returns the source images.
getSources() - Method in class Combine
Returns the source images.
getSources() - Method in class FloodFill
Returns the source images.
getSources() - Method in class Hysteresis
Returns the source images.
getSources() - Method in class Mask
Returns the source images.
getSources() - Method in class NodataFilter
Returns the source images.
getSources() - Method in class SilhouetteMask
Returns the source images.
getSources() - Method in class DefaultExtendedElementInformation
Name of the person or organization creating the extended element.
getSources() - Method in class DefaultLineage
Returns information about the source data used in creating the data specified by the scope.
getSources() - Method in class DefaultProcessStep
Returns the information about the source data used in creating the data specified by the scope.
getSourceSteps() - Method in class DefaultSource
Returns information about an event in the creation process for the source data.
getSourceTileFilter() - Method in class MosaicImageWriteParam
Returns an optional operation to apply on source tiles before to create the mosaic.
getSouthBoundLatitude() - Method in class DefaultGeographicBoundingBox
Returns the southern-most coordinate of the limit of the dataset extent.
getSpan(int) - Method in class GeneralGridEnvelope
Returns the number of integer grid coordinates along the specified dimension.
getSpan(int) - Method in class GridEnvelope2D
Returns the number of integer grid coordinates along the specified dimension.
getSpan(int) - Method in class CoverageEnvelope
Returns the envelope span along the specified dimension.
getSpan() - Method in class DateGraduation
Returns the graduation's range.
getSpan() - Method in interface Graduation
Returns the graduation span.
getSpan() - Method in class NumberGraduation
Returns the graduation's range.
getSpan(int) - Method in class AbstractEnvelope
Returns the envelope span (typically width or height) along the specified dimension.
getSpan(int, Unit<?>) - Method in class AbstractEnvelope
Returns the envelope span along the specified dimension, in terms of the given units.
getSpan(int) - Method in class Envelope2D
Returns the envelope span along the specified dimension.
getSpatialExtent() - Method in class DefaultSpatialTemporalExtent
Returns the spatial extent component of composite spatial and temporal extent.
getSpatialObject() - Method in class DefaultFeatureTypeList
Instance of a type defined in the spatial schema.
getSpatialRepresentationInfo() - Method in class DefaultMetadata
Returns the digital representation of spatial information in the dataset.
getSpatialRepresentationType() - Method in class DefaultCoverageResult
Returns the method used to spatially represent the coverage result.
getSpatialRepresentationTypes() - Method in class DefaultDataIdentification
Returns the method used to spatially represent geographic information.
getSpatialResolutions() - Method in class DefaultDataIdentification
Returns the factor which provides a general understanding of the density of spatial data in the dataset.
getSpatialSchemaName() - Method in class DefaultFeatureTypeList
Name of the spatial schema used.
getSpecialized(IdentifierSpace<T>) - Method in interface IdentifierMap
Returns the identifier to which the specified key is mapped, or null if this map contains no mapping for the key.
getSpecification() - Method in class Factory.Availability
Returns the requirement against which the factory is being evaluated.
getSpecification() - Method in class DefaultFormat
Returns the name of a subset, profile, or product specification of the format.
getSpecification() - Method in class DefaultConformanceResult
Returns the citation of product specification or user requirement against which data is being evaluated.
getSpecificUsage() - Method in class DefaultUsage
Returns a brief description of the resource and/or resource series usage.
getSponsors() - Method in class DefaultPlatform
Returns the organization responsible for building, launch, or operation of the platform.
getStandard() - Method in class AbstractMetadata
Returns the metadata standard implemented by subclasses.
getStandard() - Method in class MetadataEntity
Returns the metadata standard implemented by subclasses, which is ISO 19115.
getStandardOutput() - Static method in class NumberedLineWriter
Returns a default numbered line writer to the standard output stream.
getStartingGeographicPoint() - Method in class GeodeticCalculator
Returns the starting point in geographic coordinates.
getStartingPosition() - Method in class GeodeticCalculator
Returns the starting position in user coordinates, which doesn't need to be geographic.
getStartTime() - Method in class CoordinateChooser
Returns the start time, or null if there is none.
getStartTime() - Method in class DefaultTemporalExtent
The start date and time for the content of the dataset.
getStatement() - Method in class DefaultLineage
Returns the general explanation of the data producer's knowledge about the lineage of a dataset.
getStatus() - Method in class DefaultOperation
Returns the status of the data acquisition.
getStatus() - Method in class DefaultPlan
Returns the current status of the plan (pending, completed, etc.)
getStatus() - Method in class AbstractIdentification
Returns the status of the resource(s).
getStepCount() - Method in class ConcatenatedTransform
Returns the number of single math transform steps.
getSteps() - Method in class ConcatenatedTransform
Returns all concatenated transforms.
getStreamInstance(String) - Static method in class SpatialMetadataFormat
Returns the stream metadata format for the given name.
getStreamLength() - Method in class StreamImageReader
Returns the stream length in bytes, or -1 if unknown.
getStreamMetadata() - Method in class GridCoverageReader
Returns the metadata associated with the input source as a whole, or null if none.
getStreamMetadata() - Method in class ImageCoverageReader
Returns the metadata associated with the input source as a whole, or null if none.
getStreamMetadata() - Method in class LayerCoverageReader
Returns the metadata associated with the stream as a whole.
getStreamMetadata() - Method in class ImageReaderAdapter
Returns metadata associated with the input source as a whole.
getStreamMetadata() - Method in class MosaicImageReader
Returns the metadata associated with the input source as a whole, or null.
getStreamMetadata() - Method in class SpatialImageReader
Returns metadata associated with the input source as a whole.
getStreamMetadataFormat(String) - Method in class ImageReaderAdapter.Spi
Returns a description of the stream metadata of the given name.
getStreamMetadataFormat(String) - Method in class ImageWriterAdapter.Spi
Returns a description of the stream metadata of the given name.
getStreamMetadataFormat(String) - Method in class SpatialImageReader.Spi
Returns a description of the stream metadata of the given name.
getStreamMetadataFormat(String) - Method in class SpatialImageWriter.Spi
Returns a description of the stream metadata of the given name.
getStreamPosition() - Method in class ChannelImageInputStream
Returns the current byte position of the stream.
getStrictCellSize() - Method in class AsciiGridWriter
Returns the value set by the last call to AsciiGridWriter.setStrictCellSize(boolean).
getStyleFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the StyleFactory interface.
getStyleFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of StyleFactory matching the specified hints.
getSubCRS(CoordinateReferenceSystem, int, int) - Static method in class CRS
Returns the coordinate reference system in the given range of dimension indices.
getSubEnvelope(int, int) - Method in class GeneralEnvelope
Returns an envelope that encompass only some dimensions of this envelope.
getSubGridEnvelope(int, int) - Method in class GeneralGridEnvelope
Returns a new grid envelope that encompass only some dimensions of this grid envelope.
getSubsampling() - Method in class Tile
Returns the subsampling relative to the tile having the finest resolution.
getSubsamplingFloor(Dimension) - Method in class Tile
Returns the highest subsampling that this tile can handle, not greater than the given subsampling.
getSubsamplings() - Method in class MosaicBuilder
Returns the subsampling for overview computations.
getSubTransform() - Method in class PassThroughTransform
Returns the sub transform.
getSupplementalInformation() - Method in class DefaultDataIdentification
Any other descriptive information about the dataset.
getSupportedAuthorities(boolean) - Static method in class CRS
Returns the set of the authority identifiers supported by registered authority factories.
getSupportedCodes(String) - Static method in class CRS
Gets the list of the codes that are supported by the given authority.
getSwapXY() - Method in class GridToEnvelopeMapper
Returns true if the two first axis should be interchanged.
getSwapXY(AffineTransform) - Static method in class XAffineTransform
Returns an estimation about whatever the specified transform swaps x and y axis.
getSymbols() - Method in class WKTFormat
Returns the symbols used for parsing and formatting WKT.
getSymbols() - Method in class RangeFormat
Returns the symbols used for parsing and formatting ranges.
getSystemDefault(RenderingHints.Key) - Static method in class Hints
Returns the system-wide default value for the given key.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class CoverageTableModel.CellRenderer
Returns the AWT component to use for painting the cell at the given location.
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class CoordinateTableModel.CellRenderer
Returns the component for cell rendering.
getTabWidth() - Method in class ExpandedTabWriter
Returns the tab width.
getTailLength() - Method in class Arrow2D
Returns the length of the arrow's tail.
getTargetClass() - Method in interface ObjectConverter
Returns the base type of target objects.
getTargetCRS() - Method in class NetcdfProjection
Returns the target coordinate reference system, which is usually projected.
getTargetCRS() - Method in class AbstractCoordinateOperation
Returns the target CRS.
getTargetDimensions() - Method in class DefaultOperationMethod
Number of dimensions in the target CRS of this operation method.
getTargetDimensions() - Method in class AbstractMathTransform
Gets the dimension of output points.
getTargetDimensions() - Method in class AbstractMathTransform.Inverse
Gets the dimension of output points.
getTargetDimensions() - Method in class AbstractMathTransform1D
Returns the dimension of output points, which is always 1.
getTargetDimensions() - Method in class AbstractMathTransform2D
Returns the dimension of output points, which is always 2.
getTargetDimensions() - Method in class AffineTransform2D
Gets the dimension of output points, which is fixed to 2.
getTargetDimensions() - Method in class ConcatenatedTransform
Gets the dimension of output points.
getTargetDimensions() - Method in class DimensionFilter
Returns the output dimensions.
getTargetDimensions() - Method in class GeocentricTransform
Gets the dimension of output points, which is 3.
getTargetDimensions() - Method in class GridTransform
Returns the dimension of output points.
getTargetDimensions() - Method in class IdentityTransform
Deprecated. Gets the dimension of output points.
getTargetDimensions() - Method in class MolodenskyTransform
Gets the dimension of output points.
getTargetDimensions() - Method in class PassThroughTransform
Gets the dimension of output points.
getTargetDimensions() - Method in class ProjectiveTransform
Gets the dimension of output points.
getTargetDimensions() - Method in class VerticalTransform
Gets the dimension of output points, which is 3.
getTask() - Method in class ProcessEvent
Returns a message that describes the task under execution, or null if none.
getTask() - Method in class ProgressController
Returns the description of the current task being performed, or null if none.
getTemporalCRS(CoordinateReferenceSystem) - Static method in class CRS
Returns the first temporal coordinate reference system found in the given CRS, or null if there is none.
getTemporalElements() - Method in class DefaultExtent
Provides temporal component of the extent of the referring object.
getTemporalFactories(Hints) - Static method in class FactoryFinder
Returns a set of all available implementations for the TemporalFactory interface.
getTemporalFactory(Hints) - Static method in class FactoryFinder
Returns the first implementation of TemporalFactory matching the specified hints.
getThesaurusName() - Method in class DefaultKeywords
Returns the name of the formally registered thesaurus or a similar authoritative source of keywords.
getThumbnailHeight(int, int) - Method in class ImageReaderAdapter
Returns the height of the thumbnail preview image associated to the given image.
getThumbnailWidth(int, int) - Method in class ImageReaderAdapter
Returns the width of the thumbnail preview image associated to the given image.
getTickIterator(RenderingHints, TickIterator) - Method in class DateGraduation
Returns an iterator object that iterates along the graduation ticks and provides access to the graduation values.
getTickIterator(RenderingHints, TickIterator) - Method in interface Graduation
Returns an iterator object that iterates along the graduation ticks and provides access to the graduation values.
getTickIterator(RenderingHints, TickIterator) - Method in class NumberGraduation
Returns an iterator object that iterates along the graduation ticks and provides access to the graduation values.
getTile(int, int) - Method in class DeferredPlanarImage
Returns the specified tile, or a default one if the requested tile is not yet available.
getTileDirectory() - Method in class MosaicBuilder
Returns the tile directory, or null for current directory.
getTileGridOffset() - Method in class GridCoverageBuilder
Returns the tile grid offset, or null if the image is untiled.
getTileGridXOffset(int) - Method in class ImageReaderAdapter
Returns the X coordinate of the upper-left corner of tile (0, 0) in the given image.
getTileGridYOffset(int) - Method in class ImageReaderAdapter
Returns the Y coordinate of the upper-left corner of tile (0, 0) in the given image.
getTileHeight(int) - Method in class ImageReaderAdapter
Returns the height of a tile in the given image.
getTileHeight(int) - Method in class MosaicImageReader
Returns the height of a tile in the given image.
getTileHeight(int) - Method in class