A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages

A

AbstractCoordinateOperation - Class in org.apache.sis.referencing.operation
Describes the operation for transforming coordinates in the source CRS to coordinates in the target CRS.
AbstractCoordinateOperation(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransform) - Constructor for class AbstractCoordinateOperation
Creates a coordinate operation from the given properties.
AbstractCoordinateOperation(CoordinateOperation) - Constructor for class AbstractCoordinateOperation
Creates a new coordinate operation with the same values than the specified one.
AbstractCRS - Class in org.apache.sis.referencing.crs
Coordinate reference system, defined by a coordinate system and (usually) a datum.
AbstractCRS(Map<String, ?>, CoordinateSystem) - Constructor for class AbstractCRS
Creates a coordinate reference system from the given properties and coordinate system.
AbstractCRS(CoordinateReferenceSystem) - Constructor for class AbstractCRS
Constructs a new coordinate reference system with the same values than the specified one.
AbstractCS - Class in org.apache.sis.referencing.cs
The set of coordinate system axes that spans a given coordinate space.
AbstractCS(Map<String, ?>, CoordinateSystemAxis...) - Constructor for class AbstractCS
Constructs a coordinate system from a set of properties and a sequence of axes.
AbstractCS(CoordinateSystem) - Constructor for class AbstractCS
Creates a new coordinate system with the same values than the specified one.
AbstractDatum - Class in org.apache.sis.referencing.datum
Specifies the relationship of a Coordinate System to the earth.
AbstractDatum(Map<String, ?>) - Constructor for class AbstractDatum
Creates a datum from the given properties.
AbstractDatum(Datum) - Constructor for class AbstractDatum
Creates a new datum with the same values than the specified one.
AbstractDirectPosition - Class in org.apache.sis.geometry
Default implementations of some DirectPosition methods, leaving the data storage to subclasses.
AbstractDirectPosition() - Constructor for class AbstractDirectPosition
Constructs a direct position.
AbstractEnvelope - Class in org.apache.sis.geometry
Default implementations of most Envelope methods, leaving the data storage to subclasses.
AbstractEnvelope() - Constructor for class AbstractEnvelope
Constructs an envelope.
AbstractIdentifiedObject - Class in org.apache.sis.referencing
Base class for objects identified by a name or a code.
AbstractIdentifiedObject(Map<String, ?>) - Constructor for class AbstractIdentifiedObject
Constructs an object from the given properties.
AbstractIdentifiedObject(IdentifiedObject) - Constructor for class AbstractIdentifiedObject
Constructs a new identified object with the same values than the specified one.
AbstractMathTransform - Class in org.apache.sis.referencing.operation.transform
Provides a default implementation for most methods required by the MathTransform interface.
AbstractMathTransform() - Constructor for class AbstractMathTransform
Constructor for subclasses.
AbstractMathTransform.Inverse - Class in org.apache.sis.referencing.operation.transform
Base class for implementations of inverse math transforms.
AbstractMathTransform1D - Class in org.apache.sis.referencing.operation.transform
Base class for math transforms that are known to be one-dimensional in all cases.
AbstractMathTransform1D() - Constructor for class AbstractMathTransform1D
Constructor for subclasses.
AbstractMathTransform1D.Inverse - Class in org.apache.sis.referencing.operation.transform
Base class for implementation of inverse math transforms.
AbstractMathTransform2D - Class in org.apache.sis.referencing.operation.transform
Base class for math transforms that are known to be two-dimensional in all cases.
AbstractMathTransform2D() - Constructor for class AbstractMathTransform2D
Constructor for subclasses.
AbstractMathTransform2D.Inverse - Class in org.apache.sis.referencing.operation.transform
Base class for implementation of inverse math transforms.
AbstractParameterDescriptor - Class in org.apache.sis.parameter
Abstract definition of a parameter or group of parameters used by a coordinate operation or a process.
AbstractParameterDescriptor(Map<String, ?>, int, int) - Constructor for class AbstractParameterDescriptor
Constructs a parameter descriptor from a set of properties.
AbstractParameterDescriptor(GeneralParameterDescriptor) - Constructor for class AbstractParameterDescriptor
Constructs a new parameter descriptor with the same values than the specified one.
AbstractReferenceSystem - Class in org.apache.sis.referencing
Description of a spatial and temporal reference system used by a dataset.
AbstractReferenceSystem(Map<String, ?>) - Constructor for class AbstractReferenceSystem
Constructs a reference system from the given properties.
AbstractReferenceSystem(ReferenceSystem) - Constructor for class AbstractReferenceSystem
Constructs a new reference system with the same values than the specified one.
accept(CoordinateSystemAxis) - Method in interface AxisFilter
Returns true if the given axis shall be included in the new coordinate system.
add(double, double) - Method in class Envelope2D
Adds a point to this rectangle.
add(Rectangle2D) - Method in class Envelope2D
Adds an other rectangle 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(T) - Method in class IdentifiedObjectSet
Ensures that this collection contains the specified object.
addAuthorityCode(String) - Method in class IdentifiedObjectSet
Ensures that this collection contains an object for the specified authority code.
addContextualUnit(Unit<Q>) - Method in class Formatter
Adds a unit to use for the next measurements of the quantity Q.
addFragment(String, String) - Method in class WKTFormat
Adds a fragment of Well Know Text (WKT).
addGroup(String) - Method in class DefaultParameterValueGroup
Creates a new subgroup of the specified name, and adds it to the list of subgroups.
addGroup(String) - Method in class ContextualParameters
Unsupported operation, since ContextualParameters groups do not contain sub-groups.
addIdentifier(String) - Method in class Builder
Adds an IdentifiedObject identifier given by a String.
addIdentifier(Citation, String) - Method in class Builder
Adds an IdentifiedObject identifier in an alternative namespace.
addIdentifier(ReferenceIdentifier) - Method in class Builder
Adds an IdentifiedObject identifier fully specified by the given identifier.
addLinearizers(Map<String, MathTransform>, int...) - Method in class LinearTransformBuilder
Adds transforms to potentially apply on target coordinates before to compute the linear transform.
addLinearizers(Map<String, MathTransform>, int...) - Method in class LocalizationGridBuilder
Adds transforms to potentially apply on target coordinates before to compute the transform.
addName(CharSequence) - Method in class Builder
Adds an IdentifiedObject name given by a String or InternationalString.
addName(Citation, CharSequence) - Method in class Builder
Adds an IdentifiedObject name in an alternative namespace.
addName(ReferenceIdentifier) - Method in class Builder
Adds an IdentifiedObject name fully specified by the given identifier.
addName(GenericName) - Method in class Builder
Adds an IdentifiedObject name fully specified by the given generic name.
addNamesAndIdentifiers(IdentifiedObject) - Method in class Builder
Adds all non-deprecated names and identifiers from the given object.
addSourceDimensionRange(int, int) - Method in class TransformSeparator
Adds a range of input dimensions to keep in the separated transform.
addSourceDimensions(int...) - Method in class TransformSeparator
Adds input dimensions to keep in the separated transform.
addTargetDimensionRange(int, int) - Method in class TransformSeparator
Adds a range of output dimensions to keep in the separated transform.
addTargetDimensions(int...) - Method in class TransformSeparator
Adds output dimensions to keep in the separated transform.
AffineTransforms2D - Class in org.apache.sis.referencing.operation.matrix
Bridge between Matrix and Java2D AffineTransform instances.
AlbersEqualArea - Class in org.apache.sis.referencing.operation.projection
Albers Equal Area projection (EPSG code 9822).
AlbersEqualArea(OperationMethod, Parameters) - Constructor for class AlbersEqualArea
Creates an Albers Equal Area projection from the given parameters.
ALL_DATASET - IdentifiedObjectFinder.Domain
Lookup based on all objects (both valid and deprecated) known to the factory.
ALPHANUM - Static variable in class TensorParameters
Parses and creates matrix parameters with alphanumeric names.
angle(AxisDirection, AxisDirection) - Static method in class CoordinateSystems
Returns the arithmetic (counterclockwise) angle from the first axis direction to the second direction.
append(boolean) - Method in class Formatter
Appends a boolean value.
append(double) - Method in class Formatter
Appends an floating point value.
append(long) - Method in class Formatter
Appends an integer value.
append(String, ElementKind) - Method in class Formatter
Appends a character string between quotes.
append(Date) - Method in class Formatter
Appends a date.
append(Unit<?>) - Method in class Formatter
Appends a unit in a Unit[…] element or one of the specialized elements.
append(FormattableObject) - Method in class Formatter
Appends the given FormattableObject.
append(Vector[], int...) - Method in class Formatter
Appends rows of numbers.
append(GeographicBoundingBox, int) - Method in class Formatter
Appends the given geographic bounding box in a BBOX[…] element.
append(MathTransform) - Method in class Formatter
Appends the given math transform, typically (but not necessarily) in a PARAM_MT[…] element.
append(CodeList<?>) - Method in class Formatter
Appends an enumeration or code list value.
appendAny(Object) - Method in class Formatter
Appends an object or an array of objects.
apply(String) - Method in class SQLTranslator
Adapts the given SQL statement from the original MS-Access dialect to the dialect of the target database.
applyPattern(Class<?>, String) - Method in class CoordinateFormat
Sets the pattern for number, angle or date fields.
ASCENDING - IterationStrategy
Iterate over the points in ascending index order.
AxesConvention - Enum in org.apache.sis.referencing.cs
High-level characteristics about the axes of a coordinate system.
AXIS - ElementKind
Coordinate system axes, often represented by AXIS[…] elements.
AxisFilter - Interface in org.apache.sis.referencing.cs
Modifications to apply on the axes of a coordinate system in order to produce a new coordinate system.

B

BAROMETRIC - CommonCRS.Vertical
Height measured by atmospheric pressure in hectopascals (hPa).
booleanValue() - Method in class DefaultParameterValue
Returns the boolean value of this parameter.
booleanValue(ParameterDescriptor<Boolean>) - Method in class Parameters
Returns the boolean value of the parameter identified by the given descriptor.
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.
BRIEF - ParameterFormat.ContentLevel
A medium level of content which formats each parameter on a single line.
BUFFER_SOURCE - IterationStrategy
Copy the points to transform in a temporary array before to apply the transform.
BUFFER_TARGET - IterationStrategy
Write the transformed points in a temporary array and copies them to the destination subarray when the transformation is finished.
Builder<B extends Builder<B>> - Class in org.apache.sis.referencing
Base class of builders for various kind of IdentifiedObject.
Builder() - Constructor for class Builder
Creates a new builder.
Builder(IdentifiedObject) - Constructor for class Builder
Creates a new builder initialized to properties of the given object.
BURSA_WOLF_KEY - Static variable in class DefaultGeodeticDatum
The "bursaWolf" property for Bursa-Wolf parameters.
BursaWolfParameters - Class in org.apache.sis.referencing.datum
Parameters for a geographic transformation between two datum having the same prime meridian.
BursaWolfParameters(GeodeticDatum, Extent) - Constructor for class BursaWolfParameters
Creates a new instance for the given target datum and domain of validity.

C

CAMEL_CASE - KeywordCase
WKT formatting uses CamelCase keywords.
canClose(DAO) - Method in class ConcurrentAuthorityFactory
Returns true if the given Data Access Object (DAO) can be closed.
canClose(EPSGDataAccess) - Method in class EPSGFactory
Returns true if the given Data Access Object (DAO) can be closed.
CARTESIAN - EllipsoidToCentricTransform.TargetType
Indicates conversions from ellipsoidal to Cartesian coordinate system.
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.
castOrCopy(DirectPosition) - Static method in class AbstractDirectPosition
Returns the given position as an AbstractDirectPosition instance.
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(ParameterDescriptor<T>) - Static method in class DefaultParameterDescriptor
Returns a SIS parameter implementation with the same values than the given arbitrary implementation.
castOrCopy(ParameterDescriptorGroup) - Static method in class DefaultParameterDescriptorGroup
Returns a SIS group implementation with the same values than the given arbitrary implementation.
castOrCopy(CompoundCRS) - Static method in class DefaultCompoundCRS
Returns a SIS CRS implementation with the same values than the given arbitrary implementation.
castOrCopy(CoordinateReferenceSystem) - Static method in class AbstractCRS
Returns a SIS coordinate reference system implementation with the values of the given arbitrary implementation.
castOrCopy(DerivedCRS) - Static method in class DefaultDerivedCRS
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.
castOrCopy(EngineeringCRS) - Static method in class DefaultEngineeringCRS
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.
castOrCopy(GeocentricCRS) - Static method in class DefaultGeocentricCRS
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.
castOrCopy(GeographicCRS) - Static method in class DefaultGeographicCRS
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.
castOrCopy(ImageCRS) - Static method in class DefaultImageCRS
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.
castOrCopy(ProjectedCRS) - Static method in class DefaultProjectedCRS
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.
castOrCopy(TemporalCRS) - Static method in class DefaultTemporalCRS
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.
castOrCopy(VerticalCRS) - Static method in class DefaultVerticalCRS
Returns a SIS coordinate reference system implementation with the same values than the given arbitrary implementation.
castOrCopy(AffineCS) - Static method in class DefaultAffineCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(CartesianCS) - Static method in class DefaultCartesianCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(CoordinateSystem) - Static method in class AbstractCS
Returns a SIS coordinate system implementation with the values of the given arbitrary implementation.
castOrCopy(CoordinateSystemAxis) - Static method in class DefaultCoordinateSystemAxis
Returns a SIS axis implementation with the same values than the given arbitrary implementation.
castOrCopy(CylindricalCS) - Static method in class DefaultCylindricalCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(EllipsoidalCS) - Static method in class DefaultEllipsoidalCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(LinearCS) - Static method in class DefaultLinearCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(PolarCS) - Static method in class DefaultPolarCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(SphericalCS) - Static method in class DefaultSphericalCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(TimeCS) - Static method in class DefaultTimeCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(UserDefinedCS) - Static method in class DefaultUserDefinedCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(VerticalCS) - Static method in class DefaultVerticalCS
Returns a SIS coordinate system implementation with the same values than the given arbitrary implementation.
castOrCopy(Datum) - Static method in class AbstractDatum
Returns a SIS datum implementation with the values of the given arbitrary implementation.
castOrCopy(Ellipsoid) - Static method in class DefaultEllipsoid
Returns a SIS ellipsoid implementation with the same values than the given arbitrary implementation.
castOrCopy(EngineeringDatum) - Static method in class DefaultEngineeringDatum
Returns a SIS datum implementation with the same values than the given arbitrary implementation.
castOrCopy(GeodeticDatum) - Static method in class DefaultGeodeticDatum
Returns a SIS datum implementation with the same values than the given arbitrary implementation.
castOrCopy(ImageDatum) - Static method in class DefaultImageDatum
Returns a SIS datum implementation with the same values than the given arbitrary implementation.
castOrCopy(PrimeMeridian) - Static method in class DefaultPrimeMeridian
Returns a SIS prime meridian implementation with the same values than the given arbitrary implementation.
castOrCopy(TemporalDatum) - Static method in class DefaultTemporalDatum
Returns a SIS datum implementation with the same values than the given arbitrary implementation.
castOrCopy(VerticalDatum) - Static method in class DefaultVerticalDatum
Returns a SIS datum implementation with the same values than the given arbitrary implementation.
castOrCopy(IdentifiedObject) - Static method in class AbstractIdentifiedObject
Returns a SIS identified object implementation with the values of the given arbitrary implementation.
castOrCopy(Conversion) - Static method in class DefaultConversion
Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.
castOrCopy(CoordinateOperation) - Static method in class AbstractCoordinateOperation
Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.
castOrCopy(Formula) - Static method in class DefaultFormula
Returns a SIS formula implementation with the same values than the given arbitrary implementation.
castOrCopy(Matrix) - Static method in class AffineTransforms2D
Returns the given matrix as a Java2D affine transform.
castOrCopy(Matrix) - Static method in class Matrix1
Casts or copies the given matrix to a Matrix1 implementation.
castOrCopy(Matrix) - Static method in class Matrix2
Casts or copies the given matrix to a Matrix2 implementation.
castOrCopy(Matrix) - Static method in class Matrix3
Casts or copies the given matrix to a Matrix3 implementation.
castOrCopy(Matrix) - Static method in class Matrix4
Casts or copies the given matrix to a Matrix4 implementation.
castOrCopy(Matrix) - Static method in class MatrixSIS
Casts or copies the given matrix to a SIS implementation.
castOrCopy(OperationMethod) - Static method in class DefaultOperationMethod
Returns a SIS operation method implementation with the same values than the given arbitrary implementation.
castOrCopy(PassThroughOperation) - Static method in class DefaultPassThroughOperation
Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.
castOrCopy(Transformation) - Static method in class DefaultTransformation
Returns a SIS coordinate operation implementation with the values of the given arbitrary implementation.
castOrCopy(ReferenceIdentifier) - Static method in class ImmutableIdentifier
Deprecated.
Returns a SIS identifier implementation with the values of the given arbitrary implementation.
castOrCopy(ReferenceIdentifier) - Static method in class ImmutableIdentifier
Returns a SIS identifier implementation with the values of the given arbitrary implementation.
castOrCopy(ReferenceIdentifier) - Static method in class NamedIdentifier
Returns a SIS identifier implementation with the values of the given arbitrary implementation.
castOrCopy(GenericName) - Static method in class NamedIdentifier
Returns a SIS name implementation with the values of the given arbitrary implementation.
castOrWrap(ParameterValueGroup) - Static method in class Parameters
Returns the given parameter value group as a Parameters instance.
CENTRAL_MERIDIAN - NormalizedProjection.ParameterRole
Maps the central meridian parameter (symbol: λ₀).
circle(Point2D, Point2D, Point2D) - Static method in class Shapes2D
Returns a circle passing by the 3 given points.
CITATION - ElementKind
Citation (typically for the authority), often represented by CITATION[…] elements.
clear() - Method in class IdentifiedObjectSet
Removes all of the elements from this collection.
clear() - Method in class TransformSeparator
Resets this transform separator in the same state than after construction.
clone() - Method in class CoordinateFormat
Returns a clone of this format.
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 Envelope2D
Returns a clone of this envelope.
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 Colors
Returns a clone of this Colors.
clone() - Method in class Symbols
Returns a clone of this Symbols.
clone() - Method in class WKTFormat
Returns a clone of this format.
clone() - Method in class DefaultParameterValue
Returns a clone of this parameter value.
clone() - Method in class DefaultParameterValueGroup
Returns a deep copy of this group of parameter values.
clone() - Method in class ParameterFormat
Returns a clone of this format.
clone() - Method in class Parameters
Returns a copy of this group of parameter values.
clone() - Method in class BursaWolfParameters
Returns a copy of this object.
clone() - Method in class MatrixSIS
Returns a clone of this matrix.
clone() - Method in class ContextualParameters
Returns a modifiable clone of this parameter value group.
clone() - Method in class TransferFunction
Returns a clone of this transfer function.
close() - Method in class ConcurrentAuthorityFactory
Immediately closes all Data Access Objects that are closeable.
close() - Method in class EPSGDataAccess
Closes the JDBC connection used by this factory.
CODE_LIST - ElementKind
Code list values.
colinearPoint(Line2D, Point2D, double) - Static method in class Shapes2D
Returns a point on the given line segment located at the given distance from that line.
Colors - Class in org.apache.sis.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(Colors) - Constructor for class Colors
Creates a new set of colors initialized to a copy of the given one.
CommonAuthorityFactory - Class in org.apache.sis.referencing.factory
Creates coordinate reference systems in the "OGC", "CRS" or "AUTO(2)" namespaces.
CommonAuthorityFactory() - Constructor for class CommonAuthorityFactory
Constructs a default factory for the CRS authority.
CommonCRS - Enum in org.apache.sis.referencing
Frequently-used geodetic CRS and datum that are guaranteed to be available in SIS.
CommonCRS.Temporal - Enum in org.apache.sis.referencing
Frequently-used temporal CRS and datum that are guaranteed to be available in SIS.
CommonCRS.Vertical - Enum in org.apache.sis.referencing
Frequently-used vertical CRS and datum that are guaranteed to be available in SIS.
compareTo(GenericName) - Method in class NamedIdentifier
Compares this name with the specified object for order.
complete(Map<String, ?>) - Method in class GeodeticObjectFactory
Returns the union of the given properties map with the default properties given at construction time.
complete(Map<String, ?>) - Method in class DefaultCoordinateOperationFactory
Returns the union of the given properties map with the default properties given at construction time.
completeTransform(MathTransformFactory, MathTransform) - Method in class ContextualParameters
Marks this ContextualParameter as unmodifiable and creates the normalizekerneldenormalize transforms chain.
compound(Envelope...) - Static method in class Envelopes
Puts together a list of envelopes, each of them using an independent coordinate reference system.
compound(CoordinateReferenceSystem...) - Static method in class CRS
Creates a compound coordinate reference system from an ordered list of CRS components.
compound(MathTransform...) - Static method in class MathTransforms
Puts together a list of independent math transforms, each of them operating on a subset of coordinate values.
computeHashCode() - Method in class DefaultParameterDescriptor
Invoked by AbstractIdentifiedObject.hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultParameterDescriptorGroup
Invoked by AbstractIdentifiedObject.hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class AbstractIdentifiedObject
Invoked by AbstractIdentifiedObject.hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class AbstractReferenceSystem
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class AbstractCRS
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultCompoundCRS
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultDerivedCRS
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultProjectedCRS
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class AbstractCS
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultCoordinateSystemAxis
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class AbstractDatum
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultEllipsoid
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultGeodeticDatum
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultImageDatum
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultPrimeMeridian
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultTemporalDatum
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultVerticalDatum
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class AbstractCoordinateOperation
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultOperationMethod
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class DefaultPassThroughOperation
Invoked by hashCode() for computing the hash code when first needed.
computeHashCode() - Method in class NormalizedProjection
Computes a hash code value for this NormalizedProjection.
computeHashCode() - Method in class ZonedGridSystem
Computes a hash code value for this ZonedGridSystem.
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 DatumShiftTransform
Computes a hash value for this transform.
computeHashCode() - Method in class EllipsoidToCentricTransform
Computes a hash value for this transform.
computeHashCode() - Method in class InterpolatedTransform
Computes a hash value for this transform.
computeHashCode() - Method in class PassThroughTransform
Computes a hash value for this transform.
concatenate(MathTransform1D, MathTransform1D) - Static method in class MathTransforms
Concatenates the given one-dimensional transforms.
concatenate(MathTransform1D, MathTransform1D, MathTransform1D) - Static method in class MathTransforms
Concatenates the three given one-dimensional transforms.
concatenate(MathTransform2D, MathTransform2D) - Static method in class MathTransforms
Concatenates the given two-dimensional transforms.
concatenate(MathTransform2D, MathTransform2D, MathTransform2D) - Static method in class MathTransforms
Concatenates the three given two-dimensional transforms.
concatenate(MathTransform, MathTransform) - Static method in class MathTransforms
Concatenates the two given transforms.
concatenate(MathTransform, MathTransform, MathTransform) - Static method in class MathTransforms
Concatenates the three given transforms.
ConcurrentAuthorityFactory<DAO extends GeodeticAuthorityFactory> - Class in org.apache.sis.referencing.factory
A concurrent authority factory that caches all objects created by another factory.
ConcurrentAuthorityFactory(Class<DAO>) - Constructor for class ConcurrentAuthorityFactory
Constructs an instance with a default number of threads and a default number of entries to keep by strong references.
ConcurrentAuthorityFactory(Class<DAO>, int, int) - Constructor for class ConcurrentAuthorityFactory
Constructs an instance with the specified number of entries to keep by strong references.
connection - Variable in class EPSGDataAccess
The connection to the EPSG database.
contains(double, double) - Method in class Envelope2D
Tests if a specified coordinate is inside the boundary of this envelope.
contains(double, double, double, double) - Method in class Envelope2D
Returns true if this envelope completely encloses the specified rectangle.
contains(Rectangle2D) - Method in class Envelope2D
Returns true if this envelope completely encloses the specified rectangle.
contains(Object) - Method in class IdentifiedObjectSet
Returns true if this collection contains the specified IdentifiedObject.
contains(DirectPosition) - Method in class AbstractEnvelope
Tests if a specified coordinate is inside the boundary of this envelope.
contains(Envelope) - Method in class AbstractEnvelope
Returns true if this envelope completely encloses the specified envelope.
contains(Envelope, boolean) - Method in class AbstractEnvelope
Returns true if this envelope completely encloses the specified envelope.
containsAxis(CharSequence) - Method in class Symbols
Returns true if the given WKT contains at least one instance of the AXIS[…] element.
containsElement(CharSequence, String) - Method in class Symbols
Returns true if the given WKT contains at least one instance of the given element.
Context() - Constructor for class DefaultMathTransformFactory.Context
Creates a new context with all properties initialized to null.
ContextualParameters - Class in org.apache.sis.referencing.operation.transform
The parameters that describe a sequence of normalizenon-linear kerneldenormalize transforms as a whole.
ContextualParameters(ParameterDescriptorGroup, int, int) - Constructor for class ContextualParameters
Creates a new group of parameters with the given descriptor.
ContextualParameters(OperationMethod) - Constructor for class ContextualParameters
Creates a new group of parameters for the given non-linear coordinate operation method.
ContextualParameters.MatrixRole - Enum in org.apache.sis.referencing.operation.transform
Whether a matrix is used for normalization or denormalization before or after a non-linear operation.
Convention - Enum in org.apache.sis.io.wkt
The convention to use for WKT formatting.
CONVENTIONALLY_ORIENTED - Static variable in enum AxesConvention
Deprecated.
Renamed AxesConvention.DISPLAY_ORIENTED since "conventional" is too vague. For example the (latitude, longitude) axis order is also conventional.
convertAfter(int, Number, Number) - Method in class MatrixSIS
Assuming that this matrix represents an affine transform, pre-concatenates a scale and a translation on the given dimension.
convertBefore(int, Number, Number) - Method in class MatrixSIS
Assuming that this matrix represents an affine transform, concatenates a scale and a translation on the given dimension.
coordinate - Variable in class DirectPosition1D
The coordinate value.
CoordinateFormat - Class in org.apache.sis.geometry
Formats spatiotemporal coordinates using number, angle and date formats inferred from the coordinate system.
CoordinateFormat() - Constructor for class CoordinateFormat
Constructs a new coordinate format with default locale and timezone.
CoordinateFormat(Locale, TimeZone) - Constructor for class CoordinateFormat
Constructs a new coordinate format for the specified locale and timezone.
CoordinateOperationContext - Class in org.apache.sis.referencing.operation
Optional information about the context in which a requested coordinate operation will be used.
CoordinateOperationContext() - Constructor for class CoordinateOperationContext
Creates a new context with no area of interest and the best accuracy available.
CoordinateOperationContext(Extent, double) - Constructor for class CoordinateOperationContext
Creates a new context with the given area of interest and desired accuracy.
CoordinateOperationFinder - Class in org.apache.sis.referencing.operation
Finds a conversion or transformation path from a source CRS to a target CRS.
CoordinateOperationFinder(CoordinateOperationAuthorityFactory, CoordinateOperationFactory, CoordinateOperationContext) - Constructor for class CoordinateOperationFinder
Creates a new instance for the given factory and context.
coordinates - Variable in class GeneralDirectPosition
The coordinates of the direct position.
CoordinateSystems - Class in org.apache.sis.referencing.cs
Utility methods working on CoordinateSystem objects and their axes.
copFactory - Variable in class EPSGFactory
The factory to use for creating CoordinateOperation instances from the properties read in the database.
copy(ParameterValueGroup, ParameterValueGroup) - Static method in class Parameters
Copies the values of a parameter group into another parameter group.
copy(Matrix) - Static method in class Matrices
Creates a new matrix which is a copy of the given matrix.
correlation() - Method in class LinearTransformBuilder
Returns the Pearson correlation coefficients of the transform created by create(…).
create(double, Unit<?>) - Method in class ParameterBuilder
Creates a descriptor for floating point values without domain restriction.
create(int, int, double[]) - Static method in class Matrices
Creates a matrix of size numRow × numCol initialized to the given elements.
create(int, int, Number[]) - Static method in class Matrices
Creates a matrix of size numRow × numCol initialized to the given numbers.
create(int, MathTransform, int) - Static method in class PassThroughTransform
create(Class<T>, T) - Method in class ParameterBuilder
Creates a descriptor for values of the given type without domain restriction.
create(Map<String, ?>, SingleCRS, CoordinateReferenceSystem, OperationMethod, MathTransform, CoordinateSystem) - Static method in class DefaultDerivedCRS
Creates a derived CRS from a math transform and a type inferred from the given arguments.
create(Map<String, ?>, SingleCRS, Conversion, CoordinateSystem) - Static method in class DefaultDerivedCRS
Creates a derived CRS from a defining conversion and a type inferred from the given arguments.
create(CoordinateReferenceSystem) - Static method in class GeodeticCalculator
Constructs a new geodetic calculator expecting coordinates in the supplied CRS.
create(MathTransformFactory) - Method in class LinearTransformBuilder
Creates a linear transform approximation from the source positions to the target positions.
create(MathTransformFactory) - Method in class LocalizationGridBuilder
Creates a transform from the source points to the target points.
create(MathTransformFactory) - Method in class TransformBuilder
Creates a transform from the source points to the target points.
createAffineCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a two-dimensional affine coordinate system from the given pair of axis.
createAffineCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a three-dimensional affine coordinate system from the given set of axis.
createAffineTransform(Matrix) - Method in class DefaultMathTransformFactory
Creates an affine transform from a matrix.
createBaseToDerived(CoordinateReferenceSystem, ParameterValueGroup, CoordinateSystem) - Method in class DefaultMathTransformFactory
createBounded(double, double, double, Unit<?>) - Method in class ParameterBuilder
Creates a descriptor for floating point values restricted to the given domain.
createBounded(int, int, int) - Method in class ParameterBuilder
Creates a descriptor for integer values restricted to the given domain.
createBounded(Class<T>, T, T, T) - Method in class ParameterBuilder
Creates a descriptor for values of the given type restricted to the given domain.
createBounded(Range<T>, T) - Method in class ParameterBuilder
Creates a descriptor for values in the domain represented by the given Range object.
createCartesianCS(String) - Method in class ConcurrentAuthorityFactory
Returns a 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.
createCartesianCS(String) - Method in class GeodeticAuthorityFactory
Creates a 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.
createCartesianCS(String) - Method in class MultiAuthoritiesFactory
Creates a 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.
createCartesianCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a two-dimensional Cartesian coordinate system from the given pair of axis.
createCartesianCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a three-dimensional Cartesian coordinate system from the given set of axis.
createCompoundCRS(String) - Method in class ConcurrentAuthorityFactory
Returns a CRS describing the position of points through two or more independent coordinate reference systems.
createCompoundCRS(String) - Method in class GeodeticAuthorityFactory
Creates a CRS describing the position of points through two or more independent coordinate reference systems.
createCompoundCRS(String) - Method in class MultiAuthoritiesFactory
Creates a CRS describing the position of points through two or more independent coordinate reference systems.
createCompoundCRS(Map<String, ?>, CoordinateReferenceSystem...) - Method in class GeodeticObjectFactory
Creates a compound coordinate reference system from an ordered list of CRS components.
createConcatenatedOperation(Map<String, ?>, CoordinateOperation...) - Method in class DefaultCoordinateOperationFactory
Creates an ordered sequence of two or more single coordinate operations.
createConcatenatedTransform(MathTransform, MathTransform) - Method in class DefaultMathTransformFactory
Creates a transform by concatenating two existing transforms.
createCoordinateOperation(String) - Method in class ConcurrentAuthorityFactory
Returns an operation for transforming coordinates in the source CRS to coordinates in the target CRS.
createCoordinateOperation(String) - Method in class GeodeticAuthorityFactory
Creates an operation for transforming coordinates in the source CRS to coordinates in the target CRS.
createCoordinateOperation(String) - Method in class MultiAuthoritiesFactory
Creates an operation for transforming coordinates in the source CRS to coordinates in the target CRS.
createCoordinateOperation(String) - Method in class EPSGDataAccess
Creates an operation for transforming coordinates in the source CRS to coordinates in the target CRS.
createCoordinateReferenceSystem(String) - Method in class CommonAuthorityFactory
Creates a coordinate reference system from the specified code.
createCoordinateReferenceSystem(String) - Method in class ConcurrentAuthorityFactory
Returns an arbitrary coordinate reference system from a code.
createCoordinateReferenceSystem(String) - Method in class GeodeticAuthorityFactory
Creates an arbitrary coordinate reference system from a code.
createCoordinateReferenceSystem(String) - Method in class MultiAuthoritiesFactory
Creates an arbitrary coordinate reference system from a code.
createCoordinateReferenceSystem(String) - Method in class EPSGDataAccess
Creates an arbitrary coordinate reference system from a code.
createCoordinateSystem(String) - Method in class ConcurrentAuthorityFactory
Returns an arbitrary coordinate system from a code.
createCoordinateSystem(String) - Method in class GeodeticAuthorityFactory
Creates an arbitrary coordinate system from a code.
createCoordinateSystem(String) - Method in class MultiAuthoritiesFactory
Creates an arbitrary coordinate system from a code.
createCoordinateSystem(String) - Method in class EPSGDataAccess
Creates an arbitrary coordinate system from a code.
createCoordinateSystemAxis(String) - Method in class ConcurrentAuthorityFactory
Returns a coordinate system axis with name, direction, unit and range of values.
createCoordinateSystemAxis(String) - Method in class GeodeticAuthorityFactory
Creates a coordinate system axis with name, direction, unit and range of values.
createCoordinateSystemAxis(String) - Method in class MultiAuthoritiesFactory
Creates a coordinate system axis with name, direction, unit and range of values.
createCoordinateSystemAxis(String) - Method in class EPSGDataAccess
Creates a coordinate system axis with name, direction, unit and range of values.
createCoordinateSystemAxis(Map<String, ?>, String, AxisDirection, Unit<?>) - Method in class GeodeticObjectFactory
Creates a coordinate system axis from an abbreviation and a unit.
createCoordinateSystemChange(CoordinateSystem, CoordinateSystem, Ellipsoid) - Method in class DefaultMathTransformFactory
Creates a math transform that represent a change of coordinate system.
createCylindricalCS(String) - Method in class ConcurrentAuthorityFactory
Returns a 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis.
createCylindricalCS(String) - Method in class GeodeticAuthorityFactory
Creates a 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis.
createCylindricalCS(String) - Method in class MultiAuthoritiesFactory
Creates a 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis.
createCylindricalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a cylindrical coordinate system from the given set of axis.
createDatum(String) - Method in class ConcurrentAuthorityFactory
Returns an arbitrary datum from a code.
createDatum(String) - Method in class GeodeticAuthorityFactory
Creates an arbitrary datum from a code.
createDatum(String) - Method in class MultiAuthoritiesFactory
Creates an arbitrary datum from a code.
createDatum(String) - Method in class EPSGDataAccess
Creates an arbitrary datum from a code.
createDefiningConversion(Map<String, ?>, OperationMethod, ParameterValueGroup) - Method in class DefaultCoordinateOperationFactory
Creates a defining conversion from the given operation parameters.
createDerivedCRS(String) - Method in class ConcurrentAuthorityFactory
Returns a CRS that is defined by its coordinate conversion from another CRS (not by a datum).
createDerivedCRS(String) - Method in class GeodeticAuthorityFactory
Creates a CRS that is defined by its coordinate conversion from another CRS (not by a datum).
createDerivedCRS(String) - Method in class MultiAuthoritiesFactory
Creates a CRS that is defined by its coordinate conversion from another CRS (not by a datum).
createDerivedCRS(Map<String, ?>, CoordinateReferenceSystem, Conversion, CoordinateSystem) - Method in class GeodeticObjectFactory
Creates a derived coordinate reference system from a conversion.
createDiagonal(int, int) - Static method in class Matrices
Creates a matrix of size numRow × numCol.
createDimensionSelect(int, int[]) - Static method in class Matrices
Creates a matrix for a transform that keep only a subset of source coordinate values.
createElementDescriptor(int[]) - Method in class TensorParameters
Creates a new parameter descriptor for a matrix or tensor element at the given indices.
createEllipsoid(String) - Method in class ConcurrentAuthorityFactory
Returns a geometric figure that can be used to describe the approximate shape of the earth.
createEllipsoid(String) - Method in class GeodeticAuthorityFactory
Creates a geometric figure that can be used to describe the approximate shape of the earth.
createEllipsoid(String) - Method in class MultiAuthoritiesFactory
Creates a geometric figure that can be used to describe the approximate shape of the earth.
createEllipsoid(String) - Method in class EPSGDataAccess
Creates a geometric figure that can be used to describe the approximate shape of the earth.
createEllipsoid(Map<String, ?>, double, double, Unit<Length>) - Static method in class DefaultEllipsoid
Creates a new ellipsoid using the specified properties and axis length.
createEllipsoid(Map<String, ?>, double, double, Unit<Length>) - Method in class GeodeticObjectFactory
Creates an ellipsoid from semi-axis length values.
createEllipsoidalCS(String) - Method in class ConcurrentAuthorityFactory
Returns a 2- or 3-dimensional coordinate system for geodetic latitude and longitude, sometime with ellipsoidal height.
createEllipsoidalCS(String) - Method in class GeodeticAuthorityFactory
Creates a 2- or 3-dimensional coordinate system for geodetic latitude and longitude, sometime with ellipsoidal height.
createEllipsoidalCS(String) - Method in class MultiAuthoritiesFactory
Creates a 2- or 3-dimensional coordinate system for geodetic latitude and longitude, sometime with ellipsoidal height.
createEllipsoidalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates an ellipsoidal coordinate system without ellipsoidal height.
createEllipsoidalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates an ellipsoidal coordinate system with ellipsoidal height.
createEngineeringCRS(String) - Method in class ConcurrentAuthorityFactory
Returns a 1-, 2- or 3-dimensional contextually local coordinate reference system.
createEngineeringCRS(String) - Method in class GeodeticAuthorityFactory
Creates a 1-, 2- or 3-dimensional contextually local coordinate reference system.
createEngineeringCRS(String) - Method in class MultiAuthoritiesFactory
Creates a 1-, 2- or 3-dimensional contextually local coordinate reference system.
createEngineeringCRS(Map<String, ?>, EngineeringDatum, CoordinateSystem) - Method in class GeodeticObjectFactory
Creates a engineering coordinate reference system.
createEngineeringDatum(String) - Method in class ConcurrentAuthorityFactory
Returns a datum defining the origin of an engineering coordinate reference system.
createEngineeringDatum(String) - Method in class GeodeticAuthorityFactory
Creates a datum defining the origin of an engineering coordinate reference system.
createEngineeringDatum(String) - Method in class MultiAuthoritiesFactory
Creates a datum defining the origin of an engineering coordinate reference system.
createEngineeringDatum(Map<String, ?>) - Method in class GeodeticObjectFactory
Creates an engineering datum.
createEnumerated(Class<T>, T[], T) - Method in class ParameterBuilder
Creates a descriptor for a parameter restricted to a set of valid values.
createExtent(String) - Method in class ConcurrentAuthorityFactory
Returns information about spatial, vertical, and temporal extent (usually a domain of validity) from a code.
createExtent(String) - Method in class GeodeticAuthorityFactory
Creates information about spatial, vertical, and temporal extent (usually a domain of validity) from a code.
createExtent(String) - Method in class MultiAuthoritiesFactory
Creates information about spatial, vertical, and temporal extent (usually a domain of validity) from a code.
createExtent(String) - Method in class EPSGDataAccess
Creates information about spatial, vertical, and temporal extent (usually a domain of validity) from a code.
createFlattenedSphere(Map<String, ?>, double, double, Unit<Length>) - Static method in class DefaultEllipsoid
Creates a new ellipsoid using the specified properties, axis length and inverse flattening value.
createFlattenedSphere(Map<String, ?>, double, double, Unit<Length>) - Method in class GeodeticObjectFactory
Creates an ellipsoid from a major semi-axis length and inverse flattening.
createFormat(Class<?>) - Method in class WKTFormat
Creates a new format to use for parsing and formatting values of the given type.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class ConcurrentAuthorityFactory
Returns operations from source and target coordinate reference system codes.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class GeodeticAuthorityFactory
Creates operations from source and target coordinate reference system codes.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class MultiAuthoritiesFactory
Creates operations from source and target coordinate reference system codes.
createFromCoordinateReferenceSystemCodes(String, String) - Method in class EPSGDataAccess
Creates operations from source and target coordinate reference system codes.
createFromWKT(String) - Method in interface Parser
Creates the object from a string.
createFromWKT(String) - Method in class GeodeticObjectFactory
Creates a Coordinate Reference System object from a Well Known Text (WKT).
createFromWKT(String) - Method in class DefaultMathTransformFactory
Creates a math transform object from a Well Known Text (WKT).
createFromXML(String) - Method in class GeodeticObjectFactory
Creates a coordinate reference system object from a XML string.
createFromXML(String) - Method in class DefaultMathTransformFactory
Deprecated.
createGeocentricCRS(String) - Method in class ConcurrentAuthorityFactory
Returns a 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.
createGeocentricCRS(String) - Method in class GeodeticAuthorityFactory
Creates a 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.
createGeocentricCRS(String) - Method in class MultiAuthoritiesFactory
Creates a 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.
createGeocentricCRS(Map<String, ?>, GeodeticDatum, CartesianCS) - Method in class GeodeticObjectFactory
Creates a geocentric coordinate reference system from a Cartesian coordinate system.
createGeocentricCRS(Map<String, ?>, GeodeticDatum, SphericalCS) - Method in class GeodeticObjectFactory
Creates a geocentric coordinate reference system from a spherical coordinate system.
createGeodesicCircle2D(double) - Method in class GeodeticCalculator
Creates an approximation of the curve at a constant geodesic distance around the start point.
createGeodesicPath2D(double) - Method in class GeodeticCalculator
Creates an approximation of the geodesic track from start point to end point as a Java2D object.
createGeodeticConversion(MathTransformFactory, double, double, Unit<Length>, boolean, EllipsoidToCentricTransform.TargetType) - Static method in class EllipsoidToCentricTransform
Creates a transform from geographic to geocentric coordinates.
createGeodeticConversion(MathTransformFactory, Ellipsoid, boolean) - Static method in class EllipsoidToCentricTransform
Creates a transform from geographic to Cartesian geocentric coordinates (convenience method).
createGeodeticDatum(String) - Method in class ConcurrentAuthorityFactory
Returns a datum defining the location and orientation of an ellipsoid that approximates the shape of the earth.
createGeodeticDatum(String) - Method in class GeodeticAuthorityFactory
Creates a datum defining the location and orientation of an ellipsoid that approximates the shape of the earth.
createGeodeticDatum(String) - Method in class MultiAuthoritiesFactory
Creates a datum defining the location and orientation of an ellipsoid that approximates the shape of the earth.
createGeodeticDatum(Map<String, ?>, Ellipsoid, PrimeMeridian) - Method in class GeodeticObjectFactory
Creates geodetic datum from ellipsoid and (optionally) Bursa-Wolf parameters.
createGeodeticTransformation(MathTransformFactory, DatumShiftGrid<T, T>) - Static method in class InterpolatedTransform
Creates a transformation between two geodetic CRS.
createGeodeticTransformation(MathTransformFactory, Ellipsoid, boolean, Ellipsoid, boolean, double, double, double, boolean) - Static method in class MolodenskyTransform
Creates a transformation between two from geographic CRS.
createGeodeticTransformation(MathTransformFactory, Ellipsoid, boolean, Ellipsoid, boolean, DatumShiftGrid<Angle, Length>) - Static method in class InterpolatedGeocentricTransform
Creates a transformation between two geographic CRS.
createGeodeticTransformation(MathTransformFactory, Ellipsoid, boolean, Ellipsoid, boolean, DatumShiftGrid<Angle, Length>) - Static method in class InterpolatedMolodenskyTransform
Creates a transformation between two geographic CRS.
createGeographicCRS(String) - Method in class ConcurrentAuthorityFactory
Returns a 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.
createGeographicCRS(String) - Method in class GeodeticAuthorityFactory
Creates a 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.
createGeographicCRS(String) - Method in class MultiAuthoritiesFactory
Creates a 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.
createGeographicCRS(Map<String, ?>, GeodeticDatum, EllipsoidalCS) - Method in class GeodeticObjectFactory
Creates a geographic coordinate reference system.
createGroup(int, int, GeneralParameterDescriptor...) - Method in class ParameterBuilder
Creates a descriptor group for the given multiplicity and parameters.
createGroup(GeneralParameterDescriptor...) - Method in class ParameterBuilder
Creates a descriptor group for the given parameters.
createGroupForMapProjection(ParameterDescriptor<?>...) - Method in class ParameterBuilder
Creates a descriptor group for a map projection.
createGroupWithSameParameters(ParameterDescriptorGroup) - Method in class ParameterBuilder
Creates a descriptor group with the same parameters than another group.
createIdentity(int) - Static method in class Matrices
Creates a square identity matrix of size size × size.
createImageCRS(String) - Method in class ConcurrentAuthorityFactory
Returns a 2-dimensional engineering coordinate reference system applied to locations in images.
createImageCRS(String) - Method in class GeodeticAuthorityFactory
Creates a 2-dimensional engineering coordinate reference system applied to locations in images.
createImageCRS(String) - Method in class MultiAuthoritiesFactory
Creates a 2-dimensional engineering coordinate reference system applied to locations in images.
createImageCRS(Map<String, ?>, ImageDatum, AffineCS) - Method in class GeodeticObjectFactory
Creates an image coordinate reference system.
createImageDatum(String) - Method in class ConcurrentAuthorityFactory
Returns a datum defining the origin of an image coordinate reference system.
createImageDatum(String) - Method in class GeodeticAuthorityFactory
Creates a datum defining the origin of an image coordinate reference system.
createImageDatum(String) - Method in class MultiAuthoritiesFactory
Creates a datum defining the origin of an image coordinate reference system.
createImageDatum(Map<String, ?>, PixelInCell) - Method in class GeodeticObjectFactory
Creates an image datum.
createIntersection(Rectangle2D) - Method in class Envelope2D
Returns the intersection of this envelope with the specified rectangle.
createLinearCS(Map<String, ?>, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a linear coordinate system.
createMapProjection(MathTransformFactory) - Method in class AlbersEqualArea
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMapProjection(MathTransformFactory) - Method in class CylindricalEqualArea
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMapProjection(MathTransformFactory) - Method in class LambertConicConformal
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMapProjection(MathTransformFactory) - Method in class Mercator
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMapProjection(MathTransformFactory) - Method in class NormalizedProjection
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMapProjection(MathTransformFactory) - Method in class ObliqueStereographic
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMapProjection(MathTransformFactory) - Method in class PolarStereographic
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMapProjection(MathTransformFactory) - Method in class Polyconic
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMapProjection(MathTransformFactory) - Method in class Sinusoidal
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMapProjection(MathTransformFactory) - Method in class TransverseMercator
Returns the sequence of normalizationthisdenormalization transforms as a whole.
createMathTransform(MathTransformFactory, ParameterValueGroup) - Method in interface MathTransformProvider
Creates a math transform from the specified group of parameter values.
createObject(String) - Method in class CommonAuthorityFactory
Creates an object from the specified code.
createObject(String) - Method in class ConcurrentAuthorityFactory
Returns an arbitrary object from a code.
createObject(String) - Method in class GeodeticAuthorityFactory
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
Creates an arbitrary object from a code.
createObject(String) - Method in class EPSGDataAccess
Returns an arbitrary object from a code.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in class CoordinateOperationFinder
Infers an operation for conversion or transformation between two coordinate reference systems.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in class DefaultCoordinateOperationFactory
Finds or creates an operation for conversion or transformation between two coordinate reference systems.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, CoordinateOperationContext) - Method in class DefaultCoordinateOperationFactory
Finds or creates an operation for conversion or transformation between two coordinate reference systems.
createOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, OperationMethod) - Method in class DefaultCoordinateOperationFactory
createOperationFinder(CoordinateOperationAuthorityFactory, CoordinateOperationContext) - Method in class DefaultCoordinateOperationFactory
Creates the object which will perform the actual task of finding a coordinate operation path between two CRS.
createOperationMethod(String) - Method in class ConcurrentAuthorityFactory
Returns a description of the algorithm and parameters used to perform a coordinate operation.
createOperationMethod(String) - Method in class GeodeticAuthorityFactory
Creates a description of the algorithm and parameters used to perform a coordinate operation.
createOperationMethod(String) - Method in class MultiAuthoritiesFactory
Creates a description of the algorithm and parameters used to perform a coordinate operation.
createOperationMethod(String) - Method in class EPSGDataAccess
Creates description of the algorithm and parameters used to perform a coordinate operation.
createOperationMethod(Map<String, ?>, Integer, Integer, ParameterDescriptorGroup) - Method in class DefaultCoordinateOperationFactory
Creates an operation method from a set of properties and a descriptor group.
createOperations(CoordinateReferenceSystem, CoordinateReferenceSystem) - Method in class CoordinateOperationFinder
Infers operations for conversions or transformations between two coordinate reference systems.
createOperations(CoordinateReferenceSystem, CoordinateReferenceSystem, CoordinateOperationContext) - Method in class DefaultCoordinateOperationFactory
Finds or creates operations for conversions or transformations between two coordinate reference systems.
createOperationStep(CoordinateReferenceSystem, List<? extends SingleCRS>, CoordinateReferenceSystem, List<? extends SingleCRS>) - Method in class CoordinateOperationFinder
Creates an operation between at least one CompoundCRS (usually the source) and an arbitrary CRS.
createOperationStep(GeneralDerivedCRS, GeneralDerivedCRS) - Method in class CoordinateOperationFinder
Creates an operation between two derived coordinate reference systems.
createOperationStep(GeneralDerivedCRS, SingleCRS) - Method in class CoordinateOperationFinder
Creates an operation from a derived CRS to an arbitrary single coordinate reference system.
createOperationStep(GeodeticCRS, GeodeticCRS) - Method in class CoordinateOperationFinder
Creates an operation between two geodetic (geographic or geocentric) coordinate reference systems.
createOperationStep(GeodeticCRS, VerticalCRS) - Method in class CoordinateOperationFinder
Creates an operation between a geodetic and a vertical coordinate reference systems.
createOperationStep(SingleCRS, GeneralDerivedCRS) - Method in class CoordinateOperationFinder
Creates operations from an arbitrary single CRS to a derived coordinate reference system.
createOperationStep(TemporalCRS, TemporalCRS) - Method in class CoordinateOperationFinder
Creates an operation between two temporal coordinate reference systems.
createOperationStep(VerticalCRS, VerticalCRS) - Method in class CoordinateOperationFinder
Creates an operation between two vertical coordinate reference systems.
createParameterDescriptor(String) - Method in class ConcurrentAuthorityFactory
Returns a definition of a single parameter used by an operation method.
createParameterDescriptor(String) - Method in class GeodeticAuthorityFactory
Creates a definition of a single parameter used by an operation method.
createParameterDescriptor(String) - Method in class MultiAuthoritiesFactory
Creates a definition of a single parameter used by an operation method.
createParameterDescriptor(String) - Method in class EPSGDataAccess
Creates a definition of a single parameter used by an operation method.
createParameterizedTransform(ParameterValueGroup) - Method in class DefaultMathTransformFactory
Deprecated.
createParameterizedTransform(ParameterValueGroup, DefaultMathTransformFactory.Context) - Method in class DefaultMathTransformFactory
Creates a transform from a group of parameters.
createParametricCRS(String) - Method in class GeodeticAuthorityFactory
Creates a 1-dimensional parametric coordinate reference system.
createParametricCRS(Map<String, ?>, DefaultParametricDatum, DefaultParametricCS) - Method in class GeodeticObjectFactory
Creates a parametric coordinate reference system.
createParametricCS(String) - Method in class GeodeticAuthorityFactory
Creates a 1-dimensional parametric coordinate system.
createParametricCS(Map<String, ?>, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a parametric coordinate system.
createParametricDatum(String) - Method in class GeodeticAuthorityFactory
Creates a datum defining the origin of a parametric coordinate reference system.
createParametricDatum(Map<String, ?>) - Method in class GeodeticObjectFactory
Creates a parametric datum.
createPassThrough(int, Matrix, int) - Static method in class Matrices
Creates a matrix which converts a subset of coordinates using the transform given by another matrix.
createPassThroughTransform(int, MathTransform, int) - Method in class DefaultMathTransformFactory
Creates a transform which passes through a subset of coordinates to another transform.
createPolarCS(String) - Method in class ConcurrentAuthorityFactory
Returns a 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction.
createPolarCS(String) - Method in class GeodeticAuthorityFactory
Creates a 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction.
createPolarCS(String) - Method in class MultiAuthoritiesFactory
Creates a 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction.
createPolarCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a polar coordinate system from the given pair of axis.
createPrimeMeridian(String) - Method in class ConcurrentAuthorityFactory
Returns a prime meridian defining the origin from which longitude values are determined.
createPrimeMeridian(String) - Method in class GeodeticAuthorityFactory
Creates a prime meridian defining the origin from which longitude values are determined.
createPrimeMeridian(String) - Method in class MultiAuthoritiesFactory
Creates a prime meridian defining the origin from which longitude values are determined.
createPrimeMeridian(String) - Method in class EPSGDataAccess
Creates a prime meridian defining the origin from which longitude values are determined.
createPrimeMeridian(Map<String, ?>, double, Unit<Angle>) - Method in class GeodeticObjectFactory
Creates a prime meridian, relative to Greenwich.
createProjectedCRS(String) - Method in class ConcurrentAuthorityFactory
Returns a 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.
createProjectedCRS(String) - Method in class GeodeticAuthorityFactory
Creates a 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.
createProjectedCRS(String) - Method in class MultiAuthoritiesFactory
Creates a 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.
createProjectedCRS(Map<String, ?>, GeographicCRS, Conversion, CartesianCS) - Method in class GeodeticObjectFactory
Creates a projected coordinate reference system from a conversion.
createSingleOperation(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, CoordinateReferenceSystem, OperationMethod, MathTransform) - Method in class DefaultCoordinateOperationFactory
Creates a transformation or conversion from the given properties.
createSphericalCS(String) - Method in class ConcurrentAuthorityFactory
Returns a 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
createSphericalCS(String) - Method in class GeodeticAuthorityFactory
Creates a 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
createSphericalCS(String) - Method in class MultiAuthoritiesFactory
Creates a 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
createSphericalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a spherical coordinate system from the given set of axis.
createStrictlyPositive(double, Unit<?>) - Method in class ParameterBuilder
Creates a descriptor for floating point values greater than zero.
createTemporalCRS(String) - Method in class ConcurrentAuthorityFactory
Returns a 1-dimensional coordinate reference system used for the recording of time.
createTemporalCRS(String) - Method in class GeodeticAuthorityFactory
Creates a 1-dimensional coordinate reference system used for the recording of time.
createTemporalCRS(String) - Method in class MultiAuthoritiesFactory
Creates a 1-dimensional coordinate reference system used for the recording of time.
createTemporalCRS(Map<String, ?>, TemporalDatum, TimeCS) - Method in class GeodeticObjectFactory
Creates a temporal coordinate reference system.
createTemporalDatum(String) - Method in class ConcurrentAuthorityFactory
Returns a datum defining the origin of a temporal coordinate reference system.
createTemporalDatum(String) - Method in class GeodeticAuthorityFactory
Creates a datum defining the origin of a temporal coordinate reference system.
createTemporalDatum(String) - Method in class MultiAuthoritiesFactory
Creates a datum defining the origin of a temporal coordinate reference system.
createTemporalDatum(Map<String, ?>, Date) - Method in class GeodeticObjectFactory
Creates a temporal datum from an enumerated type value.
createTimeCS(String) - Method in class ConcurrentAuthorityFactory
Returns a 1-dimensional coordinate system for heights or depths of points.
createTimeCS(String) - Method in class GeodeticAuthorityFactory
Creates a 1-dimensional coordinate system for time elapsed in the specified time units from a specified time origin.
createTimeCS(String) - Method in class MultiAuthoritiesFactory
Creates a 1-dimensional coordinate system for heights or depths of points.
createTimeCS(Map<String, ?>, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a temporal coordinate system.
createTransform(Envelope, Envelope) - Static method in class Matrices
Creates a transform matrix mapping the given source envelope to the given destination envelope.
createTransform(Envelope, AxisDirection[], Envelope, AxisDirection[]) - Static method in class Matrices
Creates a transform matrix mapping the given source envelope to the given destination envelope, combined with changes in axis order and/or direction.
createTransform(AxisDirection[], AxisDirection[]) - Static method in class Matrices
Creates a transform matrix changing axis order and/or direction.
createTransform(MathTransformFactory) - Method in class TransferFunction
Creates a transform from sample values to geophysics values using the given factory.
createTransformedShape(Shape) - Method in class AbstractMathTransform2D
Transforms the specified shape.
createTransformedShape(Shape) - Method in class AbstractMathTransform2D.Inverse
Transforms the specified shape.
createUnion(Rectangle2D) - Method in class Envelope2D
Returns the union of this envelope with the specified rectangle.
createUnit(String) - Method in class ConcurrentAuthorityFactory
Returns an unit of measurement from a code.
createUnit(String) - Method in class GeodeticAuthorityFactory
Creates an unit of measurement from a code.
createUnit(String) - Method in class MultiAuthoritiesFactory
Creates an unit of measurement from a code.
createUnit(String) - Method in class EPSGDataAccess
Creates an unit of measurement from a code.
createUserDefinedCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a two-dimensional user defined coordinate system from the given pair of axis.
createUserDefinedCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a three-dimensional user defined coordinate system from the given set of axis.
createValue() - Method in class DefaultParameterDescriptor
Creates a new parameter value instance initialized with the default value.
createValue() - Method in class DefaultParameterDescriptorGroup
Creates a new instance of parameter value group initialized with the default values.
createValueGroup(Map<String, ?>) - Method in class TensorParameters
Creates a new instance of parameter group with default values of 1 on the diagonal, and 0 everywhere else.
createValueGroup(Map<String, ?>, Matrix) - Method in class TensorParameters
Creates a new instance of parameter group initialized to the given matrix.
createVerticalCRS(String) - Method in class ConcurrentAuthorityFactory
Returns a 1-dimensional coordinate reference system used for recording heights or depths.
createVerticalCRS(String) - Method in class GeodeticAuthorityFactory
Creates a 1-dimensional coordinate reference system used for recording heights or depths.
createVerticalCRS(String) - Method in class MultiAuthoritiesFactory
Creates a 1-dimensional coordinate reference system used for recording heights or depths.
createVerticalCRS(Map<String, ?>, VerticalDatum, VerticalCS) - Method in class GeodeticObjectFactory
Creates a vertical coordinate reference system.
createVerticalCS(String) - Method in class ConcurrentAuthorityFactory
Returns a 1-dimensional coordinate system for heights or depths of points.
createVerticalCS(String) - Method in class GeodeticAuthorityFactory
Creates a 1-dimensional coordinate system for heights or depths of points.
createVerticalCS(String) - Method in class MultiAuthoritiesFactory
Creates a 1-dimensional coordinate system for heights or depths of points.
createVerticalCS(Map<String, ?>, CoordinateSystemAxis) - Method in class GeodeticObjectFactory
Creates a vertical coordinate system.
createVerticalDatum(String) - Method in class ConcurrentAuthorityFactory
Returns a datum identifying a particular reference level surface used as a zero-height surface.
createVerticalDatum(String) - Method in class GeodeticAuthorityFactory
Creates a datum identifying a particular reference level surface used as a zero-height surface.
createVerticalDatum(String) - Method in class MultiAuthoritiesFactory
Creates a datum identifying a particular reference level surface used as a zero-height surface.
createVerticalDatum(Map<String, ?>, VerticalDatumType) - Method in class GeodeticObjectFactory
Creates a vertical datum from an enumerated type value.
createZero(int, int) - Static method in class Matrices
Creates a matrix of size numRow × numCol filled with zero values.
crs() - Method in enum CommonCRS.Temporal
Returns the coordinate reference system associated to this temporal object.
crs() - Method in enum CommonCRS.Vertical
Returns the coordinate reference system associated to this vertical object.
CRS - Class in org.apache.sis.referencing
Static methods working on Coordinate Reference Systems.
crsFactory - Variable in class EPSGFactory
The factory to use for creating CoordinateReferenceSystem instances from the properties read in the database.
csFactory - Variable in class EPSGFactory
The factory to use for creating CoordinateSystem instances from the properties read in the database.
CURLY_BRACKETS - Static variable in class Symbols
A set of symbols with values between parentheses, like DATUM("WGS84").
CylindricalEqualArea - Class in org.apache.sis.referencing.operation.projection
Cylindrical Equal Area projection (EPSG codes 9834, 9835).
CylindricalEqualArea(OperationMethod, Parameters) - Constructor for class CylindricalEqualArea
Creates a Cylindrical Equal Area projection from the given parameters.

D

dataSource - Variable in class EPSGFactory
The factory to use for creating Connections to the EPSG database.
datum() - Method in enum CommonCRS
Returns the geodetic datum associated to this geodetic object.
datum() - Method in enum CommonCRS.Temporal
Returns the datum associated to this temporal object.
datum() - Method in enum CommonCRS.Vertical
Returns the datum associated to this vertical object.
DATUM - ElementKind
Datum, often represented by DATUM[…] elements.
datumFactory - Variable in class EPSGFactory
The factory to use for creating Datum instances from the properties read in the database.
DatumShiftGrid<C extends Quantity<C>,​T extends Quantity<T>> - Class in org.apache.sis.referencing.datum
Small but non-constant translations to apply on coordinates for datum shifts or other transformation process.
DatumShiftGrid(Unit<C>, LinearTransform, int[], boolean, Unit<T>) - Constructor for class DatumShiftGrid
Creates a new datum shift grid for the given size and units.
DatumShiftGrid(DatumShiftGrid<C, T>) - Constructor for class DatumShiftGrid
Creates a new datum shift grid with the same grid geometry (size and units) than the given grid.
DatumShiftTransform - Class in org.apache.sis.referencing.operation.transform
Transforms between two CRS (usually geographic) based on different datum.
ddS - Variable in class TimeDependentBWP
Rate of change of the scale difference in parts per million per year (EPSG:1046).
DECLARATION - IdentifiedObjectFinder.Domain
Fast lookup based only on embedded identifiers and names.
DEFAULT - KeywordCase
Keywords case is determined by the WKT convention.
DEFAULT - KeywordStyle
Keywords style is determined by the WKT convention.
DEFAULT - Static variable in class Colors
The default colors used by FormattableObject.print().
DEFAULT - Static variable in class Transliterator
A transliterator compliant with ISO 19162 on a "best effort" basis.
DefaultAffineCS - Class in org.apache.sis.referencing.cs
A 2- or 3-dimensional coordinate system with straight axes that are not necessarily orthogonal.
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.
DefaultAffineCS(AffineCS) - Constructor for class DefaultAffineCS
Creates a new coordinate system with the same values than the specified one.
DefaultCartesianCS - Class in org.apache.sis.referencing.cs
A 2- or 3-dimensional Cartesian coordinate system made of straight orthogonal axes.
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.
DefaultCartesianCS(CartesianCS) - Constructor for class DefaultCartesianCS
Creates a new coordinate system with the same values than the specified one.
DefaultCompoundCRS - Class in org.apache.sis.referencing.crs
A CRS describing the position of points through two or more independent coordinate reference systems.
DefaultCompoundCRS(Map<String, ?>, CoordinateReferenceSystem...) - Constructor for class DefaultCompoundCRS
Constructs a compound CRS from the given properties and CRS.
DefaultCompoundCRS(CompoundCRS) - Constructor for class DefaultCompoundCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultCompoundCS - Class in org.apache.sis.referencing.cs
A coordinate system made of two or more independent coordinate systems.
DefaultCompoundCS(Map<String, ?>, CoordinateSystem...) - Constructor for class DefaultCompoundCS
Constructs a coordinate system from a set of properties and a sequence of coordinate systems.
DefaultCompoundCS(CoordinateSystem...) - Constructor for class DefaultCompoundCS
Constructs a compound coordinate system from a sequence of coordinate systems.
DefaultConversion - Class in org.apache.sis.referencing.operation
A parameterized mathematical operation that converts coordinates to another CRS without any change of datum.
DefaultConversion(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, CoordinateReferenceSystem, OperationMethod, MathTransform) - Constructor for class DefaultConversion
Creates a coordinate conversion from the given properties.
DefaultConversion(Map<String, ?>, OperationMethod, MathTransform, ParameterValueGroup) - Constructor for class DefaultConversion
Creates a defining conversion from the given transform and/or parameters.
DefaultConversion(Conversion) - Constructor for class DefaultConversion
Creates a new coordinate operation with the same values than the specified one.
DefaultCoordinateOperationFactory - Class in org.apache.sis.referencing.operation
Creates operations capable to transform coordinates from a given source CRS to a given target CRS.
DefaultCoordinateOperationFactory() - Constructor for class DefaultCoordinateOperationFactory
Constructs a factory with no default properties.
DefaultCoordinateOperationFactory(Map<String, ?>, MathTransformFactory) - Constructor for class DefaultCoordinateOperationFactory
Constructs a factory with the given default properties.
DefaultCoordinateSystemAxis - Class in org.apache.sis.referencing.cs
Coordinate system axis name, direction, unit and range of values.
DefaultCoordinateSystemAxis(Map<String, ?>, String, AxisDirection, Unit<?>) - Constructor for class DefaultCoordinateSystemAxis
Constructs an axis from a set of properties.
DefaultCoordinateSystemAxis(CoordinateSystemAxis) - Constructor for class DefaultCoordinateSystemAxis
Creates a new coordinate system axis with the same values than the specified one.
DefaultCylindricalCS - Class in org.apache.sis.referencing.cs
A 3-dimensional coordinate system made of a polar coordinate system extended by a straight perpendicular axis.
DefaultCylindricalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultCylindricalCS
Constructs a three-dimensional coordinate system from a set of properties.
DefaultCylindricalCS(CylindricalCS) - Constructor for class DefaultCylindricalCS
Creates a new coordinate system with the same values than the specified one.
DefaultDerivedCRS - Class in org.apache.sis.referencing.crs
A coordinate reference system that is defined by its coordinate conversion from another CRS (not by a datum).
DefaultDerivedCRS(Map<String, ?>, SingleCRS, CoordinateReferenceSystem, OperationMethod, MathTransform, CoordinateSystem) - Constructor for class DefaultDerivedCRS
Creates a derived CRS from a math transform.
DefaultDerivedCRS(Map<String, ?>, SingleCRS, Conversion, CoordinateSystem) - Constructor for class DefaultDerivedCRS
Creates a derived CRS from a defining conversion.
DefaultDerivedCRS(DerivedCRS) - Constructor for class DefaultDerivedCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultEllipsoid - Class in org.apache.sis.referencing.datum
Geometric figure that can be used to describe the approximate shape of the earth.
DefaultEllipsoid(Map<String, ?>, double, double, double, boolean, Unit<Length>) - Constructor for class DefaultEllipsoid
Creates a new ellipsoid using the specified axis length.
DefaultEllipsoid(Ellipsoid) - Constructor for class DefaultEllipsoid
Creates a new ellipsoid with the same values than the specified one.
DefaultEllipsoidalCS - Class in org.apache.sis.referencing.cs
A 2- or 3-dimensional coordinate system for geodetic latitude and longitude, optionally with ellipsoidal height.
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.
DefaultEllipsoidalCS(EllipsoidalCS) - Constructor for class DefaultEllipsoidalCS
Creates a new coordinate system with the same values than the specified one.
DefaultEngineeringCRS - Class in org.apache.sis.referencing.crs
A 1-, 2- or 3-dimensional contextually local coordinate reference system.
DefaultEngineeringCRS(Map<String, ?>, EngineeringDatum, CoordinateSystem) - Constructor for class DefaultEngineeringCRS
Creates a coordinate reference system from the given properties, datum and coordinate system.
DefaultEngineeringCRS(EngineeringCRS) - Constructor for class DefaultEngineeringCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultEngineeringDatum - Class in org.apache.sis.referencing.datum
Defines the origin of an engineering coordinate reference system.
DefaultEngineeringDatum(Map<String, ?>) - Constructor for class DefaultEngineeringDatum
Creates an engineering datum from the given properties.
DefaultEngineeringDatum(EngineeringDatum) - Constructor for class DefaultEngineeringDatum
Creates a new datum with the same values than the specified one.
DefaultFormula - Class in org.apache.sis.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.
DefaultFormula(Formula) - Constructor for class DefaultFormula
Creates a new formula with the same values than the specified one.
DefaultGeocentricCRS - Class in org.apache.sis.referencing.crs
A 3-dimensional coordinate reference system with the origin at the approximate centre of mass of the earth.
DefaultGeocentricCRS(Map<String, ?>, GeodeticDatum, CartesianCS) - Constructor for class DefaultGeocentricCRS
Creates a coordinate reference system from the given properties, datum and coordinate system.
DefaultGeocentricCRS(Map<String, ?>, GeodeticDatum, SphericalCS) - Constructor for class DefaultGeocentricCRS
Creates a coordinate reference system from the given properties, datum and coordinate system.
DefaultGeocentricCRS(GeocentricCRS) - Constructor for class DefaultGeocentricCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultGeodeticDatum - Class in org.apache.sis.referencing.datum
Defines the location and orientation of an ellipsoid that approximates the shape of the earth.
DefaultGeodeticDatum(Map<String, ?>, Ellipsoid, PrimeMeridian) - Constructor for class DefaultGeodeticDatum
Creates a geodetic datum from the given properties.
DefaultGeodeticDatum(GeodeticDatum) - Constructor for class DefaultGeodeticDatum
Creates a new datum with the same values than the specified one.
defaultGeographic() - Static method in enum CommonCRS
Returns the default two-dimensional normalized geographic CRS.
DefaultGeographicCRS - Class in org.apache.sis.referencing.crs
A 2- or 3-dimensional coordinate reference system based on an ellipsoidal approximation of the geoid.
DefaultGeographicCRS(Map<String, ?>, GeodeticDatum, EllipsoidalCS) - Constructor for class DefaultGeographicCRS
Creates a coordinate reference system from the given properties, datum and coordinate system.
DefaultGeographicCRS(GeographicCRS) - Constructor for class DefaultGeographicCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultImageCRS - Class in org.apache.sis.referencing.crs
A 2-dimensional engineering coordinate reference system applied to locations in images.
DefaultImageCRS(Map<String, ?>, ImageDatum, AffineCS) - Constructor for class DefaultImageCRS
Creates a coordinate reference system from the given properties, datum and coordinate system.
DefaultImageCRS(ImageCRS) - Constructor for class DefaultImageCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultImageDatum - Class in org.apache.sis.referencing.datum
Defines the origin of an image coordinate reference system.
DefaultImageDatum(Map<String, ?>, PixelInCell) - Constructor for class DefaultImageDatum
Creates an image datum from the given properties.
DefaultImageDatum(ImageDatum) - Constructor for class DefaultImageDatum
Creates a new datum with the same values than the specified one.
DefaultLinearCS - Class in org.apache.sis.referencing.cs
A 1-dimensional coordinate system for points that lie on a single axis (not necessarily a straight line).
DefaultLinearCS(Map<String, ?>, CoordinateSystemAxis) - Constructor for class DefaultLinearCS
Constructs a coordinate system from a set of properties.
DefaultLinearCS(LinearCS) - Constructor for class DefaultLinearCS
Creates a new coordinate system with the same values than the specified one.
DefaultMathTransformFactory - Class in org.apache.sis.referencing.operation.transform
Low level factory for creating math transforms.
DefaultMathTransformFactory() - Constructor for class DefaultMathTransformFactory
Creates a new factory which will discover operation methods with a ServiceLoader.
DefaultMathTransformFactory(Iterable<? extends OperationMethod>) - Constructor for class DefaultMathTransformFactory
Creates a new factory which will use the given operation methods.
DefaultMathTransformFactory.Context - Class in org.apache.sis.referencing.operation.transform
Source and target coordinate systems for which a new parameterized transform is going to be used.
DefaultOperationMethod - Class in org.apache.sis.referencing.operation
Describes the algorithm and parameters used to perform a coordinate operation.
DefaultOperationMethod(Map<String, ?>, Integer, Integer, ParameterDescriptorGroup) - Constructor for class DefaultOperationMethod
Constructs an operation method from a set of properties and a descriptor group.
DefaultOperationMethod(MathTransform) - Constructor for class DefaultOperationMethod
Convenience constructor that creates an operation method from a math transform.
DefaultOperationMethod(OperationMethod) - Constructor for class DefaultOperationMethod
Creates a new operation method with the same values than the specified one.
DefaultParameterDescriptor<T> - Class in org.apache.sis.parameter
The definition of a single parameter used by an operation method.
DefaultParameterDescriptor(Map<String, ?>, int, int, Class<T>, Range<?>, T[], T) - Constructor for class DefaultParameterDescriptor
Constructs a descriptor from the given properties.
DefaultParameterDescriptor(ParameterDescriptor<T>) - Constructor for class DefaultParameterDescriptor
Creates a new descriptor with the same values than the specified one.
DefaultParameterDescriptorGroup - Class in org.apache.sis.parameter
The definition of a group of related parameters used by an operation method.
DefaultParameterDescriptorGroup(Map<String, ?>, int, int, GeneralParameterDescriptor...) - Constructor for class DefaultParameterDescriptorGroup
Constructs a parameter group from a set of properties.
DefaultParameterDescriptorGroup(Map<String, ?>, ParameterDescriptorGroup) - Constructor for class DefaultParameterDescriptorGroup
Constructs a group with the same parameters than another group.
DefaultParameterDescriptorGroup(ParameterDescriptorGroup) - Constructor for class DefaultParameterDescriptorGroup
Creates a new descriptor with the same values than the specified one.
DefaultParameterValue<T> - Class in org.apache.sis.parameter
A single parameter value used by an operation method.
DefaultParameterValue(ParameterDescriptor<T>) - Constructor for class DefaultParameterValue
Creates a parameter value from the specified descriptor.
DefaultParameterValue(ParameterValue<T>) - Constructor for class DefaultParameterValue
Creates a new instance initialized with the values from the specified parameter object.
DefaultParameterValueGroup - Class in org.apache.sis.parameter
A group of related parameter values.
DefaultParameterValueGroup(ParameterDescriptorGroup) - Constructor for class DefaultParameterValueGroup
Creates a parameter group from the specified descriptor.
DefaultParameterValueGroup(ParameterValueGroup) - Constructor for class DefaultParameterValueGroup
Creates a new instance initialized with all values from the specified parameter group.
DefaultParametricCRS - Class in org.apache.sis.referencing.crs
A 1-dimensional coordinate reference system which uses parameter values or functions.
DefaultParametricCRS(Map<String, ?>, DefaultParametricDatum, DefaultParametricCS) - Constructor for class DefaultParametricCRS
Creates a coordinate reference system from the given properties, datum and coordinate system.
DefaultParametricCRS(DefaultParametricCRS) - Constructor for class DefaultParametricCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultParametricCS - Class in org.apache.sis.referencing.cs
A 1-dimensional coordinate system for parametric values or functions.
DefaultParametricCS(Map<String, ?>, CoordinateSystemAxis) - Constructor for class DefaultParametricCS
Constructs a coordinate system from a set of properties.
DefaultParametricCS(DefaultParametricCS) - Constructor for class DefaultParametricCS
Creates a new coordinate system with the same values than the specified one.
DefaultParametricDatum - Class in org.apache.sis.referencing.datum
Defines the origin of a parametric coordinate reference system.
DefaultParametricDatum(Map<String, ?>) - Constructor for class DefaultParametricDatum
Creates a parametric datum from the given properties.
DefaultParametricDatum(DefaultParametricDatum) - Constructor for class DefaultParametricDatum
Creates a new datum with the same values than the specified one.
DefaultPassThroughOperation - Class in org.apache.sis.referencing.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(PassThroughOperation) - Constructor for class DefaultPassThroughOperation
Creates a new coordinate operation with the same values than the specified one.
DefaultPolarCS - Class in org.apache.sis.referencing.cs
A 2-dimensional coordinate system for coordinates represented by a distance from the origin and an angle from a fixed direction.
DefaultPolarCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultPolarCS
Constructs a two-dimensional coordinate system from a set of properties.
DefaultPolarCS(PolarCS) - Constructor for class DefaultPolarCS
Creates a new coordinate system with the same values than the specified one.
DefaultPrimeMeridian - Class in org.apache.sis.referencing.datum
Defines the origin from which longitude values are determined.
DefaultPrimeMeridian(Map<String, ?>, double, Unit<Angle>) - Constructor for class DefaultPrimeMeridian
Creates a prime meridian from the given properties.
DefaultPrimeMeridian(PrimeMeridian) - Constructor for class DefaultPrimeMeridian
Creates a new prime meridian with the same values than the specified one.
DefaultProjectedCRS - Class in org.apache.sis.referencing.crs
A 2-dimensional coordinate reference system used to approximate the shape of the earth on a planar surface.
DefaultProjectedCRS(Map<String, ?>, GeographicCRS, Conversion, CartesianCS) - Constructor for class DefaultProjectedCRS
Creates a projected CRS from a defining conversion.
DefaultProjectedCRS(ProjectedCRS) - Constructor for class DefaultProjectedCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultSphericalCS - Class in org.apache.sis.referencing.cs
A 3-dimensional coordinate system with one distance measured from the origin and two angular coordinates.
DefaultSphericalCS(Map<String, ?>, CoordinateSystemAxis, CoordinateSystemAxis, CoordinateSystemAxis) - Constructor for class DefaultSphericalCS
Constructs a three-dimensional coordinate system from a set of properties.
DefaultSphericalCS(SphericalCS) - Constructor for class DefaultSphericalCS
Creates a new coordinate system with the same values than the specified one.
DefaultTemporalCRS - Class in org.apache.sis.referencing.crs
A 1-dimensional coordinate reference system used for the recording of time.
DefaultTemporalCRS(Map<String, ?>, TemporalDatum, TimeCS) - Constructor for class DefaultTemporalCRS
Creates a coordinate reference system from the given properties, datum and coordinate system.
DefaultTemporalCRS(TemporalCRS) - Constructor for class DefaultTemporalCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultTemporalDatum - Class in org.apache.sis.referencing.datum
Defines the origin of a temporal coordinate reference system.
DefaultTemporalDatum(Map<String, ?>, Date) - Constructor for class DefaultTemporalDatum
Creates a temporal datum from the given properties.
DefaultTemporalDatum(TemporalDatum) - Constructor for class DefaultTemporalDatum
Creates a new datum with the same values than the specified one.
DefaultTimeCS - Class in org.apache.sis.referencing.cs
A 1-dimensional coordinate system for time elapsed in the specified time units from a specified time origin.
DefaultTimeCS(Map<String, ?>, CoordinateSystemAxis) - Constructor for class DefaultTimeCS
Constructs a coordinate system from a set of properties.
DefaultTimeCS(TimeCS) - Constructor for class DefaultTimeCS
Creates a new coordinate system with the same values than the specified one.
DefaultTransformation - Class in org.apache.sis.referencing.operation
A parameterized mathematical operation that transforms coordinates to another CRS with a change of datum.
DefaultTransformation(Map<String, ?>, CoordinateReferenceSystem, CoordinateReferenceSystem, CoordinateReferenceSystem, OperationMethod, MathTransform) - Constructor for class DefaultTransformation
Creates a coordinate transformation from the given properties.
DefaultTransformation(Transformation) - Constructor for class DefaultTransformation
Creates a new coordinate operation with the same values than the specified one.
DefaultUserDefinedCS - Class in org.apache.sis.referencing.cs
A 2- or 3-dimensional coordinate system for any combination of coordinate axes not covered by other CS types.
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.
DefaultUserDefinedCS(UserDefinedCS) - Constructor for class DefaultUserDefinedCS
Creates a new coordinate system with the same values than the specified one.
DefaultVerticalCRS - Class in org.apache.sis.referencing.crs
A 1-dimensional coordinate reference system used for recording heights or depths.
DefaultVerticalCRS(Map<String, ?>, VerticalDatum, VerticalCS) - Constructor for class DefaultVerticalCRS
Creates a coordinate reference system from the given properties, datum and coordinate system.
DefaultVerticalCRS(VerticalCRS) - Constructor for class DefaultVerticalCRS
Constructs a new coordinate reference system with the same values than the specified one.
DefaultVerticalCS - Class in org.apache.sis.referencing.cs
A 1-dimensional coordinate system for heights or depths of points.
DefaultVerticalCS(Map<String, ?>, CoordinateSystemAxis) - Constructor for class DefaultVerticalCS
Constructs a coordinate system from a set of properties.
DefaultVerticalCS(VerticalCS) - Constructor for class DefaultVerticalCS
Creates a new coordinate system with the same values than the specified one.
DefaultVerticalDatum - Class in org.apache.sis.referencing.datum
Identifies a particular reference level surface used as a zero-height surface.
DefaultVerticalDatum(Map<String, ?>, VerticalDatumType) - Constructor for class DefaultVerticalDatum
Creates a vertical datum from the given properties.
DefaultVerticalDatum(VerticalDatum) - Constructor for class DefaultVerticalDatum
Creates a new datum with the same values than the specified one.
delegateTo(Object) - Method in class Formatter
Delegates the formatting to another FormattableObject implementation.
deltaTransform(double[], int, double[], int, int) - Method in interface LinearTransform
Transforms an array of relative distance vectors.
DENORMALIZATION - ContextualParameters.MatrixRole
Matrix for scaling Cartesian coordinates to the size of the planet, or any other linear operations needed after execution of a non-linear operation.
denormalizeGeographicOutputs(double) - Method in class ContextualParameters
Appends a denormalization step after the non-linear kernel, which will convert input coordinates in the two first dimensions from radians to degrees.
DEPRECATED_KEY - Static variable in class AbstractIdentifiedObject
Optional key which can be given to the constructor for specifying the object is deprecated.
depth() - Method in class NamedIdentifier
Returns the depth of this name within the namespace hierarchy.
DEPTH - CommonCRS.Vertical
Depth measured below the Mean Sea Level (MSL) in metres.
derivative(double) - Method in class AbstractMathTransform1D
Gets the derivative of this function at a value.
derivative(Point2D) - Method in class AbstractMathTransform2D
Gets the derivative of this transform at a point.
derivative(Point2D) - Method in class AbstractMathTransform2D.Inverse
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(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(DirectPosition) - Method in class AbstractMathTransform1D.Inverse
Gets the derivative of this transform at a point.
derivative(DirectPosition) - Method in class EllipsoidToCentricTransform
Computes the derivative at the given location.
derivative(DirectPosition) - Method in class PassThroughTransform
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.
derivativeInCell(double, double) - Method in class DatumShiftGrid
Estimates the derivative at the given grid indices.
DESCENDING - IterationStrategy
Iterate over the points in descending index order.
DESCRIPTION_KEY - Static variable in class ImmutableIdentifier
Key for the "description" property in the map to be given to the constructor.
descriptor(String) - Method in class DefaultParameterDescriptorGroup
Returns the first parameter in this group for the specified name.
descriptors() - Method in class DefaultParameterDescriptorGroup
Returns all parameters in this group.
DETAILED - ParameterFormat.ContentLevel
The most detailed content, which includes name and aliases.
directionAlongMeridian(AxisDirection, double) - Static method in class CoordinateSystems
Returns an axis direction from a pole along a meridian.
DirectPosition1D - Class in org.apache.sis.geometry
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(double) - Constructor for class DirectPosition1D
Constructs a 1D position from the specified coordinate.
DirectPosition1D(CharSequence) - Constructor for class DirectPosition1D
Constructs a position initialized to the values parsed from the given string in Well Known Text (WKT) format.
DirectPosition1D(CoordinateReferenceSystem) - Constructor for class DirectPosition1D
Constructs a position with the specified coordinate reference system.
DirectPosition2D - Class in org.apache.sis.geometry
A two-dimensional position on top of Java2D point.
DirectPosition2D() - Constructor for class DirectPosition2D
Constructs a position initialized to (0,0) with a null coordinate reference system.
DirectPosition2D(double, double) - Constructor for class DirectPosition2D
Constructs a 2D position from the specified coordinates.
DirectPosition2D(CharSequence) - Constructor for class DirectPosition2D
Constructs a position initialized to the values parsed from the given string in Well Known Text (WKT) format.
DirectPosition2D(DirectPosition) - Constructor for class DirectPosition2D
Constructs a position initialized to the same values than the specified point.
DirectPosition2D(CoordinateReferenceSystem) - Constructor for class DirectPosition2D
Constructs a position initialized to (0,0) with the specified coordinate reference system.
DirectPosition2D(CoordinateReferenceSystem, double, double) - Constructor for class DirectPosition2D
Constructs a 2D position from the specified coordinates in the specified CRS.
DISPLAY_ORIENTED - AxesConvention
Axes are reordered and oriented toward directions commonly used for displaying purpose.
DistanceUtils - Class in org.apache.sis.distance
Deprecated.
Replaced by GeodeticCalculator. See SIS-385.
doubleValue() - Method in class DefaultParameterValue
Returns the numeric value of this parameter.
doubleValue(Unit<?>) - Method in class DefaultParameterValue
Returns the numeric value of this parameter in the given unit of measure.
doubleValue(ParameterDescriptor<? extends Number>) - Method in class Parameters
Returns the floating point value of the parameter identified by the given descriptor.
doubleValueList() - Method in class DefaultParameterValue
Returns an ordered sequence of two or more numeric values of this parameter, where each value has the same associated unit of measure.
doubleValueList(Unit<?>) - Method in class DefaultParameterValue
Returns an ordered sequence of numeric values in the specified unit of measure.
doubleValueList(ParameterDescriptor<double[]>) - Method in class Parameters
Returns the floating point values of the parameter identified by the given descriptor.
drX - Variable in class TimeDependentBWP
Rate of change of X-axis rotation in milli arc-seconds per year (EPSG:1043), sign following the Position Vector convention.
drY - Variable in class TimeDependentBWP
Rate of change of Y-axis rotation in milli arc-seconds per year (EPSG:1044), sign following the Position Vector convention.
drZ - Variable in class TimeDependentBWP
Rate of change of Z-axis rotation in milli arc-seconds per year (EPSG:1045), sign following the Position Vector convention.
dS - Variable in class BursaWolfParameters
The scale difference in parts per million (EPSG:8611).
dtX - Variable in class TimeDependentBWP
Rate of change of X-axis translation in millimetres per year (EPSG:1040).
dtY - Variable in class TimeDependentBWP
Rate of change of Y-axis translation in millimetres per year (EPSG:1041).
dtZ - Variable in class TimeDependentBWP
Rate of change of Z-axis translation in millimetres per year (EPSG:1042).
DUBLIN_JULIAN - CommonCRS.Temporal
Time measured as days since December 31, 1899 at 12:00 UTC.

E

EARTH_RADIUS - Static variable in class DistanceUtils
Deprecated.
 
eccentricity - Variable in class NormalizedProjection
Ellipsoid eccentricity, equals to sqrt(NormalizedProjection.eccentricitySquared).
eccentricitySquared - Variable in class NormalizedProjection
The square of eccentricity: ℯ² = (a²-b²)/a² where is the eccentricity, a is the semi-major axis length and b is the semi-minor axis length.
eccentricitySquared - Variable in class EllipsoidToCentricTransform
The square of eccentricity: ℯ² = (a²-b²)/a² where a is the semi-major axis length and b is the semi-minor axis length.
ED50 - CommonCRS
European Datum 1950.
ElementKind - Enum in org.apache.sis.io.wkt
Kind of an element in a Well Known Text.
ellipsoid() - Method in enum CommonCRS
Returns the ellipsoid associated to this geodetic object.
ELLIPSOIDAL - CommonCRS.Vertical
Height measured along the normal to the ellipsoid used in the definition of horizontal datum.
EllipsoidToCentricTransform - Class in org.apache.sis.referencing.operation.transform
Transform from two- or three- dimensional ellipsoidal coordinates to (geo)centric coordinates.
EllipsoidToCentricTransform(double, double, Unit<Length>, boolean, EllipsoidToCentricTransform.TargetType) - Constructor for class EllipsoidToCentricTransform
Creates a transform from angles in radians on ellipsoid having a semi-major axis length of 1.
EllipsoidToCentricTransform.TargetType - Enum in org.apache.sis.referencing.operation.transform
Whether the output coordinate system is Cartesian or Spherical.
Envelope2D - Class in org.apache.sis.geometry
A two-dimensional envelope on top of Java2D rectangle.
Envelope2D() - Constructor for class Envelope2D
Constructs an initially empty envelope with no CRS.
Envelope2D(DirectPosition, DirectPosition) - Constructor for class Envelope2D
Constructs a two-dimensional envelope defined by the specified coordinates.
Envelope2D(Envelope) - Constructor for class Envelope2D
Constructs a 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, double, double, double, double) - Constructor for class Envelope2D
Constructs two-dimensional envelope defined by the specified coordinates.
Envelope2D(CoordinateReferenceSystem, Rectangle2D) - Constructor for class Envelope2D
Constructs two-dimensional envelope defined by an other Rectangle2D.
Envelopes - Class in org.apache.sis.geometry
Transforms envelopes to new Coordinate Reference Systems, and miscellaneous utilities.
EPSGDataAccess - Class in org.apache.sis.referencing.factory.sql
Data Access Object (DAO) creating geodetic objects from a JDBC connection to an EPSG database.
EPSGDataAccess(EPSGFactory, Connection, SQLTranslator) - Constructor for class EPSGDataAccess
Creates a factory using the given connection.
EPSGFactory - Class in org.apache.sis.referencing.factory.sql
A geodetic object factory backed by the EPSG database.
EPSGFactory(Map<String, ?>) - Constructor for class EPSGFactory
Creates a factory using the given configuration.
equals(Object) - Method in class AbstractDirectPosition
Returns true if the specified object is also a DirectPosition with equal coordinates and equal 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(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 GeneralDirectPosition
Returns true if the specified object is also a DirectPosition with equal coordinates and equal CRS.
equals(Object) - Method in class Colors
Compares this Colors with the given object for equality.
equals(Object) - Method in class Symbols
Compares this Symbols with the given object for equality.
equals(Object) - Method in class DefaultParameterValue
Compares the specified object with this parameter for equality.
equals(Object) - Method in class DefaultParameterValueGroup
Compares the specified object with this parameter for equality.
equals(Object) - Method in class TensorParameters
Compares this object with the given object for equality.
equals(Object) - Method in class AbstractIdentifiedObject
Compares the specified object with this object for equality.
equals(Object) - Method in class BursaWolfParameters
Compares the specified object with this object for equality.
equals(Object) - Method in class DatumShiftGrid
Returns true if the given object is a grid containing the same data than this grid.
equals(Object) - Method in class TimeDependentBWP
Compares the specified object with this object for equality.
equals(Object) - Method in class ImmutableIdentifier
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) - Method in class DefaultFormula
Compares this formula 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(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(Object) - Method in class MatrixSIS
Returns true if the specified object is of the same class than this matrix and all of the data members are equal to the corresponding data members in this matrix.
equals(Object) - Method in class AbstractMathTransform
Compares the specified object with this math transform for strict equality.
equals(Object) - Method in class ContextualParameters
Compares the given object with the parameters 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, ComparisonMode) - Method in class DefaultParameterValue
Compares the specified object with this parameter for equality.
equals(Object, ComparisonMode) - Method in class DefaultParameterValueGroup
Compares the specified object with this parameter for equality.
equals(Object, ComparisonMode) - Method in class AbstractIdentifiedObject
Compares this object with the given object for equality.
equals(Object, ComparisonMode) - Method in class AbstractReferenceSystem
Compares this reference system with the specified 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 DefaultCompoundCRS
Compares this coordinate reference system with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultDerivedCRS
Compares this coordinate reference system with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultProjectedCRS
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, ComparisonMode) - Method in class DefaultEllipsoid
Compares this ellipsoid 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
Compares this datum with the specified object for equality.
equals(Object, ComparisonMode) - Method in class DefaultPrimeMeridian
Compares 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, ComparisonMode) - Method in class AbstractCoordinateOperation
Compares this coordinate operation with the specified 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 DefaultPassThroughOperation
Compares this concatenated operation with the specified object for equality.
equals(Object, ComparisonMode) - Method in class MatrixSIS
Compares this matrix with the given object for equality.
equals(Object, ComparisonMode) - Method in class NormalizedProjection
Compares the given object with this transform for equivalence.
equals(Object, ComparisonMode) - Method in class ZonedGridSystem
Compares the given object with this transform for equivalence.
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, ComparisonMode) - Method in class DatumShiftTransform
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class EllipsoidToCentricTransform
Compares the specified object with this math transform for equality.
equals(Object, ComparisonMode) - Method in class InterpolatedTransform
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(Envelope, double, boolean) - Method in class AbstractEnvelope
Compares to the specified envelope for equality up to the specified tolerance value.
equals(Matrix, double) - Method in class MatrixSIS
Compares the given matrices for equality, using the given absolute tolerance threshold.
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.
error(MathTransform) - Method in class LocalizationGridBuilder
Returns statistics of differences between values calculated by the given transform and actual values.
ERROR - ElementKind
Unformattable elements.
ETRS89 - CommonCRS
European Terrestrial Reference System 1989.
EXTENT - ElementKind
CRS, datum or operation domain of validity, often represented by AREA[…] or BBOX[…] elements.

F

factory - Variable in class IdentifiedObjectFinder
The factory to use for creating objects.
factory - Variable in class IdentifiedObjectSet
The factory to use for creating IdentifiedObjects when first needed.
FactoryDataException - Exception in org.apache.sis.referencing.factory
Thrown when a factory contains invalid data.
FactoryDataException() - Constructor for exception FactoryDataException
Construct an exception with no detail message.
FactoryDataException(String) - Constructor for exception FactoryDataException
Construct an exception with the specified detail message.
FactoryDataException(String, Throwable) - Constructor for exception FactoryDataException
Construct an exception with the specified detail message and cause.
FALSE_EASTING - NormalizedProjection.ParameterRole
Maps the false easting parameter (symbol: FE).
FALSE_NORTHING - NormalizedProjection.ParameterRole
Maps the false northing parameter (symbol: FN).
FALSE_SOUTHING - NormalizedProjection.ParameterRole
Maps the false southing parameter (symbol: FS).
FALSE_WESTING - NormalizedProjection.ParameterRole
Maps the false westing parameter (symbol: FW).
filter(String) - Method in class Transliterator
Returns a character sequences with the non-ASCII characters replaced or removed.
filterSourceDimensions(MathTransform, int[]) - Method in class TransformSeparator
Creates a transform for the same mathematic than the given step but expecting only the given dimensions as inputs.
filterTargetDimensions(MathTransform, int[]) - Method in class TransformSeparator
Creates a transform for the same mathematic than the given step but producing only the given dimensions as outputs.
find(IdentifiedObject) - Method in class IdentifiedObjectFinder
Lookups objects which are approximately equal to the specified object.
findOperation(Envelope, Envelope) - Static method in class Envelopes
Finds a mathematical operation from the CRS of the given source envelope to the CRS of the given target envelope.
findOperation(CoordinateReferenceSystem, CoordinateReferenceSystem, GeographicBoundingBox) - Static method in class CRS
Finds a mathematical operation that transforms or converts coordinates from the given source to the given target coordinate reference system.
findOperations(CoordinateReferenceSystem, CoordinateReferenceSystem, GeographicBoundingBox) - Static method in class CRS
Finds mathematical operations that transform or convert coordinates from the given source to the given target coordinate reference system.
findSingleton(IdentifiedObject) - Method in class IdentifiedObjectFinder
Lookups only one object which is approximately equal to the specified object.
FINISH - Static variable in class InstallationScriptProvider
A sentinel value for the content of the script to execute after the SQL scripts provided by the authority.
flatteningDifference(Ellipsoid) - Method in class DefaultEllipsoid
Returns the difference between the flattening factor of two ellipsoids.
forCode(String) - Static method in class CRS
Returns the Coordinate Reference System for the given authority code.
forConvention(AxesConvention) - Method in class AbstractCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultCompoundCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultDerivedCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultEngineeringCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultGeocentricCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultGeographicCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultImageCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultParametricCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultProjectedCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultTemporalCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultVerticalCRS
Returns a coordinate reference system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class AbstractCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultAffineCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultCartesianCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultCylindricalCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultEllipsoidalCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultLinearCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultParametricCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultPolarCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultSphericalCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultTimeCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultUserDefinedCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forConvention(AxesConvention) - Method in class DefaultVerticalCS
Returns a coordinate system equivalent to this one but with axes rearranged according the given convention.
forDatum(CoordinateReferenceSystem) - Static method in enum CommonCRS
Returns the CommonCRS enumeration value for the datum of the given CRS.
forEpoch(Instant) - Static method in enum CommonCRS.Temporal
Returns the enumeration value for the given epoch, or null if none.
format(Object, Appendable) - Method in class WKTFormat
Formats the specified object as a Well Know Text.
format(Object, Appendable) - Method in class ParameterFormat
Formats the given object to the given stream of buffer.
format(DirectPosition) - Method in class CoordinateFormat
Formats the given coordinate.
format(DirectPosition, Appendable) - Method in class CoordinateFormat
Formats the given coordinate and appends the resulting text to the given stream or buffer.
FormattableObject - Class in org.apache.sis.io.wkt
Base class for objects that can be formatted as Well Known Text (WKT).
FormattableObject() - Constructor for class FormattableObject
Default constructor.
Formatter - Class in org.apache.sis.io.wkt
Provides support methods for formatting a Well Known Text (WKT).
Formatter() - Constructor for class Formatter
Creates a new formatter instance with the default configuration.
Formatter(Convention, Symbols, int) - Constructor for class Formatter
Creates a new formatter instance with the specified convention, symbols and indentation.
formatTo(Formatter) - Method in class AbstractDirectPosition
Formats this position in the Well Known Text (WKT) format.
formatTo(Formatter) - Method in class AbstractEnvelope
Formats this envelope as a "BOX" element.
formatTo(Formatter) - Method in class FormattableObject
Formats the inner part of this Well Known Text (WKT) element into the given formatter.
formatTo(Formatter) - Method in class AbstractParameterDescriptor
Formats this descriptor as a pseudo-Well Known Text element.
formatTo(Formatter) - Method in class DefaultParameterValue
Formats this parameter as a Well Known Text Parameter[…] element.
formatTo(Formatter) - Method in class AbstractIdentifiedObject
Formats the inner part of the Well Known Text (WKT) representation for this object.
formatTo(Formatter) - Method in class AbstractCRS
Formats the inner part of the Well Known Text (WKT) representation of this CRS.
formatTo(Formatter) - Method in class DefaultCompoundCRS
Formats this CRS as a Well Known Text CompoundCRS[…] element.
formatTo(Formatter) - Method in class DefaultDerivedCRS
Formats the inner part of the Well Known Text (WKT) representation of this CRS.
formatTo(Formatter) - Method in class DefaultEngineeringCRS
Formats this CRS as a Well Known Text EngineeringCRS[…] element.
formatTo(Formatter) - Method in class DefaultGeocentricCRS
Formats this CRS as a Well Known Text GeodeticCRS[…] element.
formatTo(Formatter) - Method in class DefaultGeographicCRS
Formats this CRS as a Well Known Text GeodeticCRS[…] element.
formatTo(Formatter) - Method in class DefaultImageCRS
Formats this CRS as a Well Known Text ImageCRS[…] element.
formatTo(Formatter) - Method in class DefaultParametricCRS
Formats this CRS as a Well Known Text ParametricCRS[…] element.
formatTo(Formatter) - Method in class DefaultProjectedCRS
Formats the inner part of the Well Known Text (WKT) representation of this CRS.
formatTo(Formatter) - Method in class DefaultTemporalCRS
Formats this CRS as a Well Known Text TimeCRS[…] element.
formatTo(Formatter) - Method in class DefaultVerticalCRS
Formats this CRS as a Well Known Text VerticalCRS[…] element.
formatTo(Formatter) - Method in class AbstractCS
Formats the inner part of the Well Known Text (WKT) representation of this coordinate system.
formatTo(Formatter) - Method in class DefaultCoordinateSystemAxis
Formats this axis as a Well Known Text Axis[…] element.
formatTo(Formatter) - Method in class AbstractDatum
Formats the inner part of the Well Known Text (WKT) representation for this datum.
formatTo(Formatter) - Method in class BursaWolfParameters
Formats this object as a Well Known Text ToWGS84[…] element.
formatTo(Formatter) - Method in class DefaultEllipsoid
Formats this ellipsoid as a Well Known Text Ellipsoid[…] element.
formatTo(Formatter) - Method in class DefaultEngineeringDatum
Formats this datum as a Well Known Text EngineeringDatum[…] element.
formatTo(Formatter) - Method in class DefaultGeodeticDatum
Formats this datum as a Well Known Text Datum[…] element.
formatTo(Formatter) - Method in class DefaultImageDatum
Formats this datum as a Well Known Text ImageDatum[…] element.
formatTo(Formatter) - Method in class DefaultParametricDatum
Formats this datum as a Well Known Text ParametricDatum[…] element.
formatTo(Formatter) - Method in class DefaultPrimeMeridian
Formats this prime meridian as a Well Known Text PrimeMeridian[…] element.
formatTo(Formatter) - Method in class DefaultTemporalDatum
Formats this datum as a Well Known Text TimeDatum[…] element.
formatTo(Formatter) - Method in class DefaultVerticalDatum
Formats this datum as a Well Known Text VerticalDatum[…] element.
formatTo(Formatter) - Method in class ImmutableIdentifier
Formats this identifier as a Well Known Text Id[…] element.
formatTo(Formatter) - Method in class AbstractCoordinateOperation
Formats this coordinate operation in Well Known Text (WKT) version 2 format.
formatTo(Formatter) - Method in class DefaultFormula
Formats this formula as a pseudo-Well Known Text element.
formatTo(Formatter) - Method in class DefaultOperationMethod
Formats this operation as a Well Known Text Method[…] element.
formatTo(Formatter) - Method in class DefaultPassThroughOperation
Formats this coordinate operation in a pseudo-Well Known Text (WKT) format.
formatTo(Formatter) - Method in class AbstractMathTransform
Formats the inner part of a Well Known Text version 1 (WKT 1) element.
formatTo(Formatter) - Method in class AbstractMathTransform.Inverse
Formats the inner part of a Well Known Text version 1 (WKT 1) element.
formatTo(Formatter) - Method in class PassThroughTransform
Formats this transform as a Well Known Text version 1 (WKT 1) element.
forType(Class<?>) - Static method in enum ElementKind
Returns the element kind for an object of the given type.
fromAuthority(CoordinateReferenceSystem, CRSAuthorityFactory, Filter) - Static method in class CRS
Replaces the given coordinate reference system by an authoritative description, if one can be found.
fromAuthority(CoordinateReferenceSystem, CRSAuthorityFactory, WarningListener<?>) - Static method in class CRS
Deprecated.
WarningListener argument replaced by java.util.logging.Filter.
fromBoundingBox(GeographicBoundingBox) - Static method in class CoordinateOperationContext
Creates an operation context for the given area of interest, which may be null or undefined.
fromWKT(CharSequence) - Static method in class Envelopes
Returns the bounding box of a geometry defined in Well Known Text (WKT) format.
fromWKT(String) - Static method in class CRS
Creates a Coordinate Reference System object from a Well Known Text (WKT).
fromXML(String) - Static method in class CRS
Creates a coordinate reference system object from a XML string.

G

GeneralDirectPosition - Class in org.apache.sis.geometry
A mutable DirectPosition (the coordinates of a position) of arbitrary dimension.
GeneralDirectPosition(double...) - Constructor for class GeneralDirectPosition
Constructs a position with the specified coordinates.
GeneralDirectPosition(int) - Constructor for class GeneralDirectPosition
Constructs a position with the specified number of dimensions.
GeneralDirectPosition(CharSequence) - Constructor for class GeneralDirectPosition
Constructs a position initialized to the values parsed from the given string in Well Known Text (WKT) format.
GeneralDirectPosition(DirectPosition) - Constructor for class GeneralDirectPosition
Constructs a position initialized to the same values than the specified point.
GeneralDirectPosition(CoordinateReferenceSystem) - Constructor for class GeneralDirectPosition
Constructs a position using the specified coordinate reference system.
GeneralEnvelope - Class in org.apache.sis.geometry
A mutable Envelope (a minimum bounding box or rectangle) of arbitrary dimension.
GeneralEnvelope(double[], double[]) - Constructor for class GeneralEnvelope
Constructs an envelope defined by two corners given as sequences of coordinate values.
GeneralEnvelope(int) - Constructor for class GeneralEnvelope
Constructs an empty envelope of the specified dimension.
GeneralEnvelope(CharSequence) - Constructor for class GeneralEnvelope
Constructs a new envelope initialized to the values parsed from the given string in BOX or Well Known Text (WKT) format.
GeneralEnvelope(DirectPosition, DirectPosition) - Constructor for class GeneralEnvelope
Constructs an envelope defined by two corners given as direct positions.
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(CoordinateReferenceSystem) - Constructor for class GeneralEnvelope
Constructs an empty envelope with the specified coordinate reference system.
geocentric() - Method in enum CommonCRS
Returns the geocentric CRS using a Cartesian coordinate system.
GeodeticAuthorityFactory - Class in org.apache.sis.referencing.factory
Creates geodetic objects from codes defined by an authority.
GeodeticAuthorityFactory() - Constructor for class GeodeticAuthorityFactory
Creates a new authority factory for geodetic objects.
GeodeticCalculator - Class in org.apache.sis.referencing
Performs geodetic calculations on a sphere or an ellipsoid.
GeodeticException - Exception in org.apache.sis.referencing
Unchecked exception thrown when an error occurred while computing a geodetic value.
GeodeticException() - Constructor for exception GeodeticException
Constructs a new exception with no message.
GeodeticException(String) - Constructor for exception GeodeticException
Constructs a new exception with the specified detail message.
GeodeticException(String, Throwable) - Constructor for exception GeodeticException
Constructs a new exception with the specified detail message and cause.
GeodeticException(Throwable) - Constructor for exception GeodeticException
Constructs a new exception with the specified cause.
GeodeticObjectFactory - Class in org.apache.sis.referencing.factory
Creates Coordinate Reference System (CRS) implementations, with their Coordinate System (CS) and Datum components.
GeodeticObjectFactory() - Constructor for class GeodeticObjectFactory
Constructs a factory with no default properties.
GeodeticObjectFactory(Map<String, ?>) - Constructor for class GeodeticObjectFactory
Constructs a factory with the given default properties.
geographic() - Method in enum CommonCRS
Returns the two-dimensional geographic CRS with axes in the standard (latitude, longitude) order.
geographic3D() - Method in enum CommonCRS
Returns the three-dimensional geographic CRS with axes in the standard (latitude, longitude, height) order.
getAbbreviation() - Method in class DefaultCoordinateSystemAxis
Returns the abbreviation used for this coordinate system axes.
getAlias() - Method in class AbstractIdentifiedObject
Returns alternative names by which this object is identified.
getAllDescriptors(int...) - Method in class TensorParameters
Returns all parameters in this group for a tensor of the specified dimensions.
getAnchorPoint() - Method in class AbstractDatum
Returns a description of the point(s) used to anchor the datum to the Earth.
getAngularUnit() - Method in class DefaultPrimeMeridian
Returns the angular unit of the Greenwich longitude.
getAreaOfInterest() - Method in class CoordinateOperationContext
Returns the spatiotemporal area of interest, or null if none.
getAuthalicRadius() - Method in class DefaultEllipsoid
Returns the radius of a hypothetical sphere having the same surface than this ellipsoid.
getAuthorities() - Method in class InstallationScriptProvider
Returns the identifiers of the dataset installed by the SQL scripts.
getAuthority() - Method in class CommonAuthorityFactory
Returns the specification that defines the codes recognized by this factory.
getAuthority() - Method in class ConcurrentAuthorityFactory
Returns the database or specification that defines the codes recognized by this factory.
getAuthority() - Method in class GeodeticAuthorityFactory
Returns the database or specification that defines the codes recognized by this factory.
getAuthority() - Method in class MultiAuthoritiesFactory
Returns the database or specification that defines the codes recognized by this factory.
getAuthority() - Method in class EPSGDataAccess
Returns the authority for this EPSG dataset.
getAuthority() - Method in class ImmutableIdentifier
The person or party responsible for maintenance of the namespace.
getAuthorityCode(T) - Method in class IdentifiedObjectSet
Returns the identifier for the specified object.
getAuthorityCodes() - Method in class IdentifiedObjectSet
Returns the authority codes of all IdentifiedObjects contained in this collection, in insertion order.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class CommonAuthorityFactory
Provides a complete set of the known codes provided by this factory.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class ConcurrentAuthorityFactory
Returns the set of authority codes for objects of the given type.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class MultiAuthoritiesFactory
Returns the set of authority codes for objects of the given type.
getAuthorityCodes(Class<? extends IdentifiedObject>) - Method in class EPSGDataAccess
Returns the set of authority codes of the given type.
getAuthorityFactory(Class<T>, String, String) - Method in class MultiAuthoritiesFactory
Returns the factory identified by the given type, authority and version.
getAuthorityFactory(String) - Static method in class CRS
Returns the system-wide authority factory used by CRS.forCode(String) and other SIS methods.
getAvailableMethods(Class<? extends SingleOperation>) - Method in class DefaultMathTransformFactory
Returns a set of available methods for coordinate operations of the given type.
getAxis(int) - Method in class AbstractCS
Returns the axis for this coordinate system at the specified dimension.
getAxisDirections(CoordinateSystem) - Static method in class CoordinateSystems
Returns the axis directions for the specified coordinate system.
getAxisUnit() - Method in class DefaultEllipsoid
Returns the linear unit of the semi-major and semi-minor axis values.
getBase() - Method in class TransferFunction
Returns the logarithm or exponent base in the transfer function.
getBaseCRS() - Method in class DefaultDerivedCRS
Returns the CRS on which the conversion is applied.
getBaseCRS() - Method in class DefaultProjectedCRS
Returns the geographic CRS on which the map projection is applied.
getBursaWolfParameters() - Method in class DefaultGeodeticDatum
Returns all Bursa-Wolf parameters specified in the properties map at construction time.
getCatalog() - Method in class SQLTranslator
Returns the catalog that contains the EPSG schema.
getCellMean(int) - Method in class DatumShiftGrid
Returns an average translation value for the given dimension.
getCellPrecision() - Method in class DatumShiftGrid
Returns an estimation of cell value precision (not to be confused with accuracy).
getCellValue(int, int, int) - Method in class DatumShiftGrid
Returns the translation stored at the given two-dimensional grid indices for the given dimension.
getCenterX() - Method in class Envelope2D
Returns the median coordinate value for dimension 0.
getCenterY() - Method in class Envelope2D
Returns the median coordinate value for dimension 1.
getCircularRegionApproximation(int) - Method in class LatLonPointRadius
Deprecated.
Gets the circular region approximation on the earth surface using haversine formula.
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.
getCloseSequence() - Method in class Symbols
Returns the character used for closing a sequence of values.
getClosingBracket(int) - Method in class Symbols
Returns the closing bracket character at the given index.
getClosingQuote(int) - Method in class Symbols
Returns the closing quote character at the given index.
getCode() - Method in class ImmutableIdentifier
Alphanumeric value identifying an instance in the namespace.
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 ImmutableIdentifier
Identifier or namespace in which the code is valid.
getCodeSpaces() - Method in class CommonAuthorityFactory
Returns the namespaces defined by the OGC specifications implemented by this factory.
getCodeSpaces() - Method in class GeodeticAuthorityFactory
Returns all namespaces recognized by this factory.
getCodeSpaces() - Method in class MultiAuthoritiesFactory
Returns the code spaces of all factories given to the constructor.
getCodeSpaces() - Method in class EPSGDataAccess
Returns an empty set since this data access class expects no namespace.
getCodeSpaces() - Method in class EPSGFactory
Returns the namespace of EPSG codes.
getColors() - Method in class WKTFormat
Returns the colors to use for syntax coloring, or null if none.
getColors() - Method in class ParameterFormat
Returns the colors for an output on X3.64 compatible terminal, or null if none.
getColumn(int, int) - Method in class LocalizationGridBuilder
Returns a column of coordinate values in the given dimension.
getCompletedParameters() - Method in class DefaultMathTransformFactory.Context
Returns the parameter values used for the math transform creation, including the parameters completed by the factory.
getComponentAt(CoordinateReferenceSystem, int, int) - Static method in class CRS
Returns the coordinate reference system in the given range of dimension indices.
getComponents() - Method in class DefaultCompoundCRS
Returns the ordered list of coordinate reference systems.
getComponents() - Method in class DefaultCompoundCS
Returns all coordinate systems in this compound CS.
getConstantAzimuth() - Method in class GeodeticCalculator
Computes the angular heading of a rhumb line path.
getContentLevel() - Method in class ParameterFormat
Returns the amount of information to put in the table.
getContextualParameters() - Method in class NormalizedProjection
Returns the parameters used for creating the complete map projection.
getContextualParameters() - Method in class AbstractMathTransform
Returns the parameters for a sequence of normalizethisdenormalize transforms (optional operation).
getContextualParameters() - Method in class DatumShiftTransform
Returns the parameters used for creating the complete transformation.
getContextualParameters() - Method in class EllipsoidToCentricTransform
Returns the parameters used for creating the complete conversion.
getControlPoint(int[]) - Method in class LinearTransformBuilder
Returns a single target coordinate for the given source coordinate, or null if none.
getControlPoint(int, int) - Method in class LocalizationGridBuilder
Returns a single target coordinate for the given source coordinate, or null if none.
getControlPoints() - Method in class LinearTransformBuilder
Returns all control points as a map.
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 elements.
getConversionFromBase() - Method in class DefaultDerivedCRS
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.
getCoordinateOperationAccuracy() - Method in class AbstractCoordinateOperation
Returns an estimation of the impact of this operation on point accuracy.
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.
getCoordinateSystem() - Method in class AbstractCRS
Returns the coordinate system.
getCoordinateSystem() - Method in class DefaultDerivedCRS
Returns the coordinate system.
getCoordinateSystem() - Method in class DefaultEngineeringCRS
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 DefaultParametricCRS
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.
getCoordinateToGrid() - Method in class DatumShiftGrid
Returns the conversion from the source coordinates (in "real world" units) to grid indices.
getCoordinateUnit() - Method in class DatumShiftGrid
Returns the unit of measurement of input values, before conversion to grid indices.
getDatum() - Method in class DefaultDerivedCRS
Returns the datum of the base CRS.
getDatum() - Method in class DefaultEngineeringCRS
Returns the datum.
getDatum() - Method in class DefaultGeocentricCRS
Returns the geodetic datum associated to this geocentric CRS.
getDatum() - Method in class DefaultGeographicCRS
Returns the geodetic datum associated to this geographic CRS.
getDatum() - Method in class DefaultImageCRS
Returns the datum.
getDatum() - Method in class DefaultParametricCRS
Returns the datum.
getDatum() - Method in class DefaultProjectedCRS
Returns the datum of the base CRS.
getDatum() - Method in class DefaultTemporalCRS
Returns the datum.
getDatum() - Method in class DefaultVerticalCRS
Returns the datum.
getDefault() - Static method in class Symbols
Returns the default set of symbols.
getDefaultCRS() - Method in class CoordinateFormat
Returns the coordinate reference system to use if no CRS is explicitly associated to a given DirectPosition.
getDefaultParameters(String) - Method in class DefaultMathTransformFactory
Returns the default parameter values for a math transform using the given operation method.
getDefaultValue() - Method in class DefaultParameterDescriptor
Returns the default value for the parameter.
getDefaultValue(int[]) - Method in class TensorParameters
Returns the default value for the parameter descriptor at the given indices.
getDescription() - Method in class AbstractIdentifiedObject
Returns a narrative explanation of the role of this object.
getDescription() - Method in class ImmutableIdentifier
Natural language description of the meaning of the code value.
getDescriptionText(String) - Method in class CommonAuthorityFactory
Returns a description of the object corresponding to a code.
getDescriptionText(String) - Method in class ConcurrentAuthorityFactory
Gets a description of the object corresponding to a code.
getDescriptionText(String) - Method in class GeodeticAuthorityFactory
Returns a description of the object corresponding to a code.
getDescriptionText(String) - Method in class MultiAuthoritiesFactory
Returns a description of the object corresponding to a code.
getDescriptionText(String) - Method in class EPSGDataAccess
Gets a description of the object corresponding to a code.
getDescriptor() - Method in class DefaultParameterValue
Returns the definition of this parameter.
getDescriptor() - Method in class DefaultParameterValueGroup
Returns the abstract definition of this group of parameters.
getDescriptor() - Method in class ContextualParameters
Returns the parameters for the normalizenon-linear kerneldenormalize sequence as a whole.
getDescriptors(GeneralParameterValue...) - Static method in class Parameters
Returns the descriptors of the given parameters, in the same order.
getDesiredAccuracy() - Method in class CoordinateOperationContext
Returns the desired accuracy in metres.
getDesiredPrecision() - Method in class LocalizationGridBuilder
Returns the desired precision of inverse transformations, in units of source coordinates.
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 AbstractCS
Returns the number of dimensions of this coordinate system.
getDimensionDescriptor(int) - Method in class TensorParameters
Returns the parameter descriptor for the dimension at the given index.
getDirection() - Method in class DefaultCoordinateSystemAxis
Returns the direction of this coordinate system axis.
getDirectionReplacement(CoordinateSystemAxis, AxisDirection) - Method in interface AxisFilter
Returns a replacement for the given axis direction.
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.
getDistanceUnit() - Method in class GeodeticCalculator
Returns the unit of measurement of all distance measurements.
getDomainOfValidity() - Method in class AbstractReferenceSystem
Returns the region or timeframe in which this reference system is valid, or null if unspecified.
getDomainOfValidity() - Method in class AbstractDatum
Returns the region or timeframe in which this datum is valid, or null if unspecified.
getDomainOfValidity() - Method in class BursaWolfParameters
Returns the region or timeframe in which a coordinate transformation based on those Bursa-Wolf parameters is valid, or null if unspecified.
getDomainOfValidity() - Method in class DatumShiftGrid
Returns the domain of validity of input coordinates that can be specified to the interpolateAt(…) method.
getDomainOfValidity() - Method in class AbstractCoordinateOperation
Returns the area or region or timeframe in which this coordinate operation is valid.
getDomainOfValidity(CoordinateReferenceSystem) - Static method in class CRS
Returns the domain of validity of the specified coordinate reference system, or null if unknown.
getEccentricity() - Method in class DefaultEllipsoid
The ratio of the distance between the center and a focus of the ellipse to the length of its semi-major axis.
getEccentricitySquared() - Method in class DefaultEllipsoid
Returns the square of the eccentricity value.
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.
getElement(int, int) - Method in class Matrix3
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class Matrix4
Retrieves the value at the specified row and column of this matrix.
getElement(int, int) - Method in class MatrixSIS
Retrieves the value at the specified row and column of this matrix.
getElementDescriptor(int...) - Method in class TensorParameters
Returns the parameter descriptor for a matrix or tensor element at the given indices.
getElements() - Method in class Matrix1
Returns all matrix elements in a flat, row-major (column indices vary fastest) array.
getElements() - Method in class Matrix2
Returns all matrix elements in a flat, row-major (column indices vary fastest) array.
getElements() - Method in class Matrix3
Returns all matrix elements in a flat, row-major (column indices vary fastest) array.
getElements() - Method in class Matrix4
Returns all matrix elements in a flat, row-major (column indices vary fastest) array.
getElements() - Method in class MatrixSIS
Returns a copy of all matrix elements in a flat, row-major (column indices vary fastest) array.
getElementType() - Method in class TensorParameters
Returns the type of tensor element values.
getElementType() - Method in class IdentifiedObjectSet
Returns the type of IdentifiedObject included in this set.
getEllipsoid() - Method in class DefaultGeodeticDatum
Returns the ellipsoid given at construction time.
getEnclosingElement(int) - Method in class Formatter
Returns the enclosing WKT element, or null if element being formatted is the root.
getEndingAzimuth() - Method in class GeodeticCalculator
Computes the angular heading at the ending point of a geodesic path.
getEndPoint() - Method in class GeodeticCalculator
Returns or computes the destination in the CRS specified at construction time.
getEpsgCode(Class<? extends CoordinateSystem>, CoordinateSystemAxis...) - Static method in class CoordinateSystems
Returns the EPSG code of a coordinate system using the units and directions of given axes.
getEpsgCode(Unit<?>, AxisDirection...) - Static method in class CoordinateSystems
Returns the EPSG code of a coordinate system using the given unit and axis directions.
getException(int) - Method in class Warnings
Returns the exception which was the cause of the message at the given index, or null if none.
getExceptions() - Method in class Warnings
Returns the non-fatal exceptions that occurred during the parsing or formatting.
getExceptionSource(Exception) - Method in class Warnings
Returns the keywords of the WKT element where the given exception occurred, or null if unknown.
getFactory(Class<T>) - Method in class WKTFormat
Returns one of the factories used by this WKTFormat for parsing WKT.
getFlip(AffineTransform) - Static method in class AffineTransforms2D
Returns -1 if one axis has been flipped, +1 if no axis has been flipped, or 0 if unknown.
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.
getFragmentNames() - Method in class WKTFormat
Returns the name of all WKT fragments known to this WKTFormat.
getGeodesicDistance() - Method in class GeodeticCalculator
Returns or computes the shortest distance from start point to end point.
getGeographicBoundingBox(CoordinateReferenceSystem) - Static method in class CRS
Returns the valid geographic area for the given coordinate reference system, or null if unknown.
getGeographicBoundingBox(CoordinateOperation) - Static method in class CRS
Returns the valid geographic area for the given coordinate operation, or null if unknown.
getGeographicCRS() - Method in class GeodeticCalculator
Returns the coordinate reference system for all methods expecting (φ,λ) as double values.
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.
getGreenwichLongitude(GeodeticCRS) - Static method in class CRS
Returns the Greenwich longitude of the prime meridian of the given CRS in degrees.
getGridSize() - Method in class DatumShiftGrid
Returns the number of cells along each axis in the grid.
getHaversineDistance(double, double, double, double) - Static method in class DistanceUtils
getHeight() - Method in class Envelope2D
Returns the span for dimension 1.
getHorizontalComponent(CoordinateReferenceSystem) - Static method in class CRS
Returns the first horizontal coordinate reference system found in the given CRS, or null if there is none.
getIdentifier(IdentifiedObject, Citation) - Static method in class IdentifiedObjects
Returns an identifier for the given object according the given authority.
getIdentifierOrName(IdentifiedObject) - Static method in class IdentifiedObjects
Returns the string representation of the first identifier, or the object name if there is no identifier.
getIdentifiers() - Method in class AbstractIdentifiedObject
Returns identifiers which references elsewhere the object's defining information.
getIndentation() - Method in class WKTFormat
Returns the current indentation to be used for formatting objects.
getInterface() - Method in class AbstractParameterDescriptor
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultParameterDescriptor
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultParameterDescriptorGroup
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class AbstractIdentifiedObject
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class AbstractReferenceSystem
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class AbstractCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultCompoundCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultDerivedCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultEngineeringCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultGeocentricCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultGeographicCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultImageCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultProjectedCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultTemporalCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultVerticalCRS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class AbstractCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultAffineCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultCartesianCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultCoordinateSystemAxis
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultCylindricalCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultEllipsoidalCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultLinearCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultPolarCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultSphericalCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultTimeCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultUserDefinedCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultVerticalCS
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class AbstractDatum
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultEllipsoid
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultEngineeringDatum
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultGeodeticDatum
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultImageDatum
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultPrimeMeridian
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultTemporalDatum
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultVerticalDatum
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class AbstractCoordinateOperation
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultConversion
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultOperationMethod
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultPassThroughOperation
Returns the GeoAPI interface implemented by this class.
getInterface() - Method in class DefaultTransformation
Returns the GeoAPI interface implemented by this class.
getInternationalMessage() - Method in exception UnparsableObjectException
If this exception is capable to return the message in various locales, returns that message.
getInterpolationCRS() - Method in class AbstractCoordinateOperation
Returns the CRS which is neither the source CRS or target CRS but still required for performing the operation.
getInverseFlattening() - Method in class DefaultEllipsoid
Returns the value of the inverse of the flattening constant.
getKeywordCase() - Method in class WKTFormat
Returns whether WKT keywords should be written with upper cases or camel cases.
getKeywordStyle() - Method in class WKTFormat
Returns whether to use short or long WKT keywords.
getLastMethodUsed() - Method in class DefaultMathTransformFactory
Returns the operation method used by the latest call to a create(…) constructor in the currently running thread.
getLinearAccuracy() - Method in class AbstractCoordinateOperation
Returns an estimation of positional accuracy in metres, or NaN if unknown.
getLinearAccuracy(CoordinateOperation) - Static method in class CRS
Returns a positional accuracy estimation in metres for the given operation, or NaN if unknown.
getLocale() - Method in class Formatter
Returns the locale to use for localizing InternationalString instances.
getLocale() - Method in class Symbols
Returns the locale for formatting dates and numbers.
getLocale() - Method in class Warnings
Returns the locale in which warning messages are reported by the default Warnings.toString() method.
getLocale() - Method in class IdentifiedObjectSet
Returns the locale to use for error messages and warnings.
getLocale() - Method in class EPSGDataAccess
Returns the locale used by this factory for producing error messages.
getLocale() - Method in class EPSGFactory
Returns the locale used by this factory for producing error messages.
getLocale(Locale.Category) - Method in class WKTFormat
Returns the locale for the given category.
getLocale(Locale.Category) - Method in class ParameterFormat
Returns the locale for the given category.
getLocalizedMessage() - Method in exception UnparsableObjectException
Returns a localized version of the exception message, typically for final user.
getLower(int) - Method in class AbstractEnvelope
Returns the limit in the direction of decreasing coordinate values in the specified dimension.
getLowerCorner() - Method in class AbstractEnvelope
A coordinate position consisting of all the lower coordinate values.
getLowerCorner() - Method in class Envelope2D
The limits in the direction of decreasing coordinate values for the two dimensions.
getMandatoryValue(ParameterDescriptor<T>) - Method in class Parameters
Returns the value of the parameter identified by the given descriptor, or throws an exception if none.
getMathTransform() - Method in class AbstractCoordinateOperation
Returns the object for transforming coordinates in the source CRS to coordinates in the target CRS.
getMatrix() - Method in interface LinearTransform
Returns the coefficients of this linear transform as a matrix.
getMatrix(ContextualParameters.MatrixRole) - Method in class ContextualParameters
Returns the affine transforms to be applied before or after the non-linear kernel operation.
getMatrix(ContextualParameters.MatrixRole) - Method in class DefaultMathTransformFactory.Context
Returns the matrix that represent the affine transform to concatenate before or after the parameterized transform.
getMatrix(MathTransform) - Static method in class MathTransforms
If the given transform is linear, returns its coefficients as a matrix.
getMatrix(MathTransform, DirectPosition) - Static method in class MathTransforms
Returns the coefficients of an affine transform in the vicinity of the given position.
getMaximum(int) - Method in class AbstractEnvelope
Returns the maximal coordinate value for the specified dimension.
getMaximum(int) - Method in class Envelope2D
Returns the maximal coordinate along the specified dimension.
getMaximumListElements() - Method in class WKTFormat
Returns the maximum number of elements to show in lists of values.
getMaximumOccurs() - Method in class AbstractParameterDescriptor
The maximum number of times that values for this parameter group or parameter can be included.
getMaximumValue() - Method in class DefaultParameterDescriptor
Returns the maximum parameter value.
getMaximumValue() - Method in class DefaultCoordinateSystemAxis
Returns the maximum value normally allowed for this axis, in the unit of measure for the axis.
getMaxX() - Method in class Envelope2D
Returns the maximal coordinate value for dimension 0.
getMaxY() - Method in class Envelope2D
Returns the maximal coordinate value for dimension 1.
getMedian() - Method in class AbstractEnvelope
A coordinate position consisting of all the median coordinate values.
getMedian(int) - Method in class AbstractEnvelope
Returns the median coordinate along the specified dimension.
getMedian(int) - Method in class Envelope2D
Returns the median coordinate along the specified dimension.
getMemberName(ParameterDescriptor<?>) - Static method in class Parameters
Gets the parameter name as an instance of MemberName.
getMessage() - Method in exception UnparsableObjectException
Returns the exception message in the default locale, typically for system administrator.
getMessage(int) - Method in class Warnings
Returns a warning message.
getMethod() - Method in class DefaultPassThroughOperation
Deprecated.
May be removed in GeoAPI 4.0 since it does not apply to pass-through operations.
getMinimum(int) - Method in class AbstractEnvelope
Returns the minimal coordinate value for the specified dimension.
getMinimum(int) - Method in class Envelope2D
Returns the minimal coordinate along the specified dimension.
getMinimumOccurs() - Method in class AbstractParameterDescriptor
The minimum number of times that values for this parameter group or parameter are required.
getMinimumValue() - Method in class DefaultParameterDescriptor
Returns the minimum parameter value.
getMinimumValue() - Method in class DefaultCoordinateSystemAxis
Returns the minimum value normally allowed for this axis, in the unit of measure for the axis.
getMinX() - Method in class Envelope2D
Returns the minimal coordinate value for dimension 0.
getMinY() - Method in class Envelope2D
Returns the minimal coordinate value for dimension 1.
getModifiedCoordinates() - Method in class DefaultPassThroughOperation
Returns the ordered sequence of indices in a source coordinate tuple of the coordinates affected by this pass-through operation.
getModifiedCoordinates() - Method in class PassThroughTransform
Returns the ordered sequence of positive integers defining the positions in a source coordinate tuple of the coordinates affected by this pass-through operation.
getName() - Method in class AbstractIdentifiedObject
Returns the primary name by which this object is identified.
getName(ElementKind) - Method in class Colors
Returns the color for the given syntactic element.
getName(IdentifiedObject, Citation) - Static method in class IdentifiedObjects
Returns an object name according the given authority.
getNameAuthority() - Method in class Formatter
Returns the preferred authority for choosing the projection and parameter names.
getNameAuthority() - Method in class WKTFormat
Returns the preferred authority to look for when fetching identified object names and identifiers.
getNames(IdentifiedObject, Citation) - Static method in class IdentifiedObjects
Returns every object names and aliases according the given authority.
getNumber(int, int) - Method in class MatrixSIS
Retrieves the value at the specified row and column of this matrix, wrapped in a Number.
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.
getNumMessages() - Method in class Warnings
Returns the number of warning messages.
getNumPairedBrackets() - Method in class Symbols
Returns the number of paired brackets.
getNumPairedQuotes() - Method in class Symbols
Returns the number of paired quotes.
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.
getOffset() - Method in class TransferFunction
Returns the offset of the transfer function.
getOpeningBracket(int) - Method in class Symbols
Returns the opening bracket character at the given index.
getOpeningQuote(int) - Method in class Symbols
Returns the opening quote character at the given index.
getOpenSequence() - Method in class Symbols
Returns the character used for opening a sequence of values.
getOperation() - Method in class DefaultPassThroughOperation
Returns the operation to apply on the subset of a coordinate tuple.
getOperationMethod(String) - Method in class DefaultCoordinateOperationFactory
Returns the operation method of the given name.
getOperationMethod(String) - Method in class DefaultMathTransformFactory
Returns the operation method for the specified name or identifier.
getOperationType() - Method in class DefaultOperationMethod
Returns the base interface of the CoordinateOperation instances that use this method.
getOperationVersion() - Method in class AbstractCoordinateOperation
Returns the version of the coordinate operation.
getOrCreate(ParameterDescriptor<T>) - Method in class Parameters
Returns the parameter identified by the given descriptor.
getOrdinate(int) - Method in class DirectPosition1D
Returns the coordinate at the specified dimension.
getOrdinate(int) - Method in class DirectPosition2D
Returns the coordinate at the specified dimension.
getOrdinate(int) - Method in class GeneralDirectPosition
Returns the coordinate at the specified dimension.
getOrigin() - Method in class DefaultTemporalDatum
Returns the date and time origin of this temporal datum.
getParameterDescriptors() - Method in interface Parameterized
Returns the parameter descriptors for this parameterized object, or null if unknown.
getParameterDescriptors() - Method in class DatumShiftGrid
Returns a description of the values in this grid.
getParameterDescriptors() - Method in class NormalizedProjection
Returns a description of the non-linear internal parameters of this NormalizedProjection.
getParameterDescriptors() - Method in class AbstractMathTransform
Returns the parameter descriptors for this math transform, or null if unknown.
getParameterDescriptors() - Method in class EllipsoidToCentricTransform
Returns a description of the internal parameters of this EllipsoidToCentricTransform transform.
getParameterDescriptors() - Method in class InterpolatedMolodenskyTransform
Returns a description of the internal parameters of this InterpolatedMolodenskyTransform transform.
getParameterDescriptors() - Method in class MolodenskyTransform
Returns a description of the internal parameters of this MolodenskyTransform transform.
getParameters() - Method in class DefaultOperationMethod
Returns the set of parameters.
getParameterValues() - Method in interface Parameterized
Returns the parameter values for this parameterized object, or null if unknown.
getParameterValues() - Method in class DefaultPassThroughOperation
Deprecated.
May be removed in GeoAPI 4.0 since it does not apply to pass-through operations.
getParameterValues() - Method in class NormalizedProjection
Returns a copy of non-linear internal parameter values of this NormalizedProjection.
getParameterValues() - Method in class ZonedGridSystem
Returns the parameter values of this zoned grid system projection.
getParameterValues() - Method in class AbstractMathTransform
Returns the parameter values for this math transform, or null if unknown.
getParameterValues() - Method in class DatumShiftTransform
Returns the internal parameter values of this DatumShiftTransform instance (ignoring context).
getParameterValues() - Method in class EllipsoidToCentricTransform
Returns a copy of internal parameter values of this EllipsoidToCentricTransform transform.
getParameterValues(Parameters) - Method in class DatumShiftGrid
Gets the parameter values for the grids and stores them in the provided parameters group.
getParsedNames() - Method in class NamedIdentifier
Returns the sequence of local names making this generic name.
getPattern(Class<?>) - Method in class CoordinateFormat
Returns the pattern for number, angle or date fields.
getPixelInCell() - Method in class DefaultImageDatum
Specification of the way the image grid is associated with the image data attributes.
getPointOnGreatCircle(double, double, double, double) - Static method in class DistanceUtils
Deprecated.
getPositionCRS() - Method in class GeodeticCalculator
Returns the Coordinate Reference System (CRS) in which Positions are represented, unless otherwise specified.
getPositionVectorTransformation(Date) - Method in class BursaWolfParameters
Returns the position vector transformation (geocentric domain) as an affine transform.
getPositionVectorTransformation(GeodeticDatum, Extent) - Method in class DefaultGeodeticDatum
Returns the position vector transformation (geocentric domain) to the specified datum.
getPreferredCodespaces() - Method in class ParameterFormat
Returns the code spaces of names, aliases and identifiers to show, or null if there is no restriction.
getPrimeMeridian() - Method in class DefaultGeodeticDatum
Returns the prime meridian given at construction time.
getProperties(IdentifiedObject, String...) - Static method in class IdentifiedObjects
Returns the information provided in the specified identified object as a map of properties.
getRangeMeaning() - Method in class DefaultCoordinateSystemAxis
Returns the meaning of axis value range specified by the minimum and maximum values.
getRealizationEpoch() - Method in class AbstractDatum
The time after which this datum definition is valid.
getRectangularRegionApproximation(int) - Method in class LatLonPointRadius
Deprecated.
Calculates the rectangular region enclosing the circular search region.
getRemarks() - Method in class AbstractIdentifiedObject
Returns comments on or information about this object, including data source information.
getResourceNames(String) - Method in class InstallationScriptProvider
Returns the names of all SQL scripts to execute.
getRhumblineLength() - Method in class GeodeticCalculator
Returns or computes the length of rhumb line (part of constant heading) from start point to end point.
getRootElement() - Method in class Warnings
Returns the name of the root element being parsed or formatted.
getRotation(AffineTransform) - Static method in class AffineTransforms2D
Returns an estimation of the rotation angle in radians.
getRow(int, int) - Method in class LocalizationGridBuilder
Returns a row of coordinate values in the given dimension.
getScale() - Method in class TransferFunction
Returns the scale factor of the transfer function.
getScaleX0(AffineTransform) - Static method in class AffineTransforms2D
Returns the magnitude of scale factor x by canceling the effect of eventual flip and rotation.
getScaleY0(AffineTransform) - Static method in class AffineTransforms2D
Returns the magnitude of scale factor y by canceling the effect of eventual flip and rotation.
getSchema() - Method in class SQLTranslator
Returns the schema that contains the EPSG tables.
getScope() - Method in class AbstractReferenceSystem
Returns the domain or limitations of usage, or null if unspecified.
getScope() - Method in class AbstractDatum
Returns the domain or limitations of usage, or null if unspecified.
getScope() - Method in class AbstractCoordinateOperation
Returns a description of domain of usage, or limitations of usage, for which this operation is valid.
getSearchDomain() - Method in class IdentifiedObjectFinder
Returns the domain of the search (for example whether to include deprecated objects in the search).
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.
getSeparator() - Method in class CoordinateFormat
Returns the separator between each coordinate (number, angle or date).
getSeparator() - Method in class Symbols
Returns the string used as a separator in a list of values.
getSimpleNameOrIdentifier(IdentifiedObject) - Static method in class IdentifiedObjects
Returns the first name, alias or identifier which is a valid Unicode identifier.
getSingleComponents() - Method in class DefaultCompoundCRS
Returns the ordered list of single coordinate reference systems.
getSingleComponents(CoordinateReferenceSystem) - Static method in class CRS
Returns the ordered list of single coordinate reference systems for the specified CRS.
getSourceCRS() - Method in class AbstractCoordinateOperation
Returns the source CRS, or null if unspecified.
getSourceCS() - Method in class DefaultMathTransformFactory.Context
Returns the source coordinate system, or null if unspecified.
getSourceDimensions() - Method in class LinearTransformBuilder
Returns the number of dimensions in source positions.
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 EllipsoidToCentricTransform
Gets the dimension of input points, which is 2 or 3.
getSourceDimensions() - Method in class InterpolatedGeocentricTransform
Gets the dimension of input points.
getSourceDimensions() - Method in class InterpolatedTransform
Returns the number of input dimensions.
getSourceDimensions() - Method in class PassThroughTransform
Gets the dimension of input points.
getSourceDimensions() - Method in class TransformSeparator
Returns the input dimensions to keep or kept in the separated transform.
getSourceEllipsoid() - Method in class DefaultMathTransformFactory.Context
Returns the ellipsoid of the source ellipsoidal coordinate system, or null if it does not apply.
getSourceEnvelope() - Method in class LinearTransformBuilder
Returns the envelope of source points (keys of the map returned by LinearTransformBuilder.getControlPoints()).
getSourceEnvelope(boolean) - Method in class LocalizationGridBuilder
Returns the envelope of source coordinates.
getSourceToGrid() - Method in class LocalizationGridBuilder
Returns the current relationship between "real-world" source coordinates and grid coordinates.
getSpan(int) - Method in class AbstractEnvelope
Returns the envelope span (typically width or height) along the specified dimension.
getSpan(int) - Method in class Envelope2D
Returns the envelope span 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.
getStartingAzimuth() - Method in class GeodeticCalculator
Returns or computes the angular heading at the starting point of a geodesic path.
getStartPoint() - Method in class GeodeticCalculator
Returns the starting point in the CRS specified at construction time.
getSteps(MathTransform) - Static method in class MathTransforms
Returns all single components of the given (potentially concatenated) transform.
getSubTransform() - Method in class PassThroughTransform
Returns the sub-transform to apply on the modified coordinates.
getSwapXY(AffineTransform) - Static method in class AffineTransforms2D
Returns an estimation about whether the specified transform swaps x and y axes.
getSymbols() - Method in class WKTFormat
Returns the symbols used for parsing and formatting WKT.
getTargetCRS() - Method in class AbstractCoordinateOperation
Returns the target CRS, or null if unspecified.
getTargetCS() - Method in class DefaultMathTransformFactory.Context
Returns the target coordinate system, or null if unspecified.
getTargetDatum() - Method in class BursaWolfParameters
Returns the target datum for this set of parameters, or null if unknown.
getTargetDimensions() - Method in class LinearTransformBuilder
Returns the number of dimensions in target positions.
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 EllipsoidToCentricTransform
Gets the dimension of output points, which is 3.
getTargetDimensions() - Method in class InterpolatedGeocentricTransform
Gets the dimension of output points.
getTargetDimensions() - Method in class InterpolatedTransform
Returns the number of target dimensions.
getTargetDimensions() - Method in class PassThroughTransform
Gets the dimension of output points.
getTargetDimensions() - Method in class TransformSeparator
Returns the output dimensions to keep or kept in the separated transform.
getTargetEllipsoid() - Method in class DefaultMathTransformFactory.Context
Returns the ellipsoid of the target ellipsoidal coordinate system, or null if it does not apply.
getTargetEnvelope() - Method in class LinearTransformBuilder
Returns the envelope of target points (values of the map returned by LinearTransformBuilder.getControlPoints()).
getTargetType() - Method in class EllipsoidToCentricTransform
Returns whether the target coordinate system is Cartesian or Spherical.
getTemporalComponent(CoordinateReferenceSystem) - Static method in class CRS
Returns the first temporal coordinate reference system found in the given CRS, or null if there is none.
getTimeout(TimeUnit) - Method in class ConcurrentAuthorityFactory
Returns the amount of time that ConcurrentAuthorityFactory will wait before to close a Data Access Object.
getTimeReference() - Method in class TimeDependentBWP
Returns the reference epoch for time-dependent parameters.
getTransform() - Method in class TransferFunction
Returns the transform from sample values to geophysics values, as specified by the current properties of this TransferFunction.
getTranslationDimensions() - Method in class DatumShiftGrid
Returns the number of dimensions of the translation vectors interpolated by this datum shift grid.
getTranslationUnit() - Method in class DatumShiftGrid
Returns the unit of measurement of output values, as interpolated by the interpolateAt(…) method.
getTransliterator() - Method in class Formatter
Returns a mapper between Java character sequences and the characters to write in WKT.
getTransliterator() - Method in class WKTFormat
Returns a mapper between Java character sequences and the characters to write in WKT.
getType() - Method in class TransferFunction
Returns the transfer function type (linear, logarithmic or exponential).
getUnavailableFactory() - Method in exception UnavailableFactoryException
Returns the factory which has been found unavailable, or null if unspecified.
getUnicodeIdentifier(IdentifiedObject) - Static method in class IdentifiedObjects
getUnit() - Method in class DefaultParameterDescriptor
Returns the unit of measurement for the minimum, maximum and default values.
getUnit() - Method in class DefaultParameterValue
Returns the unit of measure of the parameter value.
getUnit() - Method in class DefaultTemporalCRS
Returns the unit of measurement of temporal measurement in the coordinate reference system.
getUnit() - Method in class DefaultCoordinateSystemAxis
Returns the unit of measure used for this coordinate system axis.
getUnitReplacement(CoordinateSystemAxis, Unit<?>) - Method in interface AxisFilter
Returns a replacement for the given axis unit.
getUnknownElementLocations(String) - Method in class Warnings
Returns the keyword of WKT elements that contains the given unknown element.
getUnknownElements() - Method in class Warnings
Returns the keywords of all unknown elements found during the WKT parsing.
getUpper(int) - Method in class AbstractEnvelope
Returns the limit in the direction of increasing coordinate values in the specified dimension.
getUpperCorner() - Method in class AbstractEnvelope
A coordinate position consisting of all the upper coordinate values.
getUpperCorner() - Method in class Envelope2D
The limits in the direction of increasing coordinate values for the two dimensions.
getValidValues() - Method in class DefaultParameterDescriptor
If this parameter allows only a finite set of values, returns that set.
getValue() - Method in class DefaultParameterValue
Returns the parameter value as an object.
getValue(ParameterDescriptor<T>) - Method in class Parameters
Returns the value of the parameter identified by the given descriptor, or null if none.
getValueClass() - Method in class DefaultParameterDescriptor
Returns the class that describe the type of the parameter.
getValueDomain() - Method in class DefaultParameterDescriptor
Returns the domain of values with their unit of measurement (if any), or null if none.
getValueDomain(ParameterDescriptor<?>) - Static method in class Parameters
Returns the domain of valid values defined by the given descriptor, or null if none.
getValues() - Method in class BursaWolfParameters
Returns the parameter values.
getValues() - Method in class TimeDependentBWP
Returns the parameter values.
getValueType() - Method in class CoordinateFormat
Returns the base type of values parsed and formatted by this Format instance.
getValueType() - Method in class WKTFormat
Returns the type of objects formatted by this class.
getValueType() - Method in class ParameterFormat
Returns the type of objects formatted by this class.
getVersion() - Method in class ImmutableIdentifier
The version identifier for the namespace, as specified by the code authority.
getVerticalComponent(CoordinateReferenceSystem, boolean) - Static method in class CRS
Returns the first vertical coordinate reference system found in the given CRS, or null if there is none.
getVerticalDatumType() - Method in class DefaultVerticalDatum
Returns the type of this vertical datum.
getWarnings() - Method in class WKTFormat
If warnings occurred during the last WKT parsing or formatting, returns the warnings.
getWidth() - Method in class Envelope2D
Returns the span for dimension 0.
getWrapAroundChanges() - Method in class AbstractCoordinateOperation
Returns the indices of target dimensions where "wrap around" may happen as a result of this coordinate operation.
groups(String) - Method in class DefaultParameterValueGroup
Returns all subgroups with the specified name.
groups(String) - Method in class ContextualParameters
Unsupported operation, since ContextualParameters groups do not contain sub-groups.
GRS1980 - CommonCRS
Unknown datum based upon the GRS 1980 ellipsoid.

H

HALF_EARTH_CIRCUMFERENCE - Static variable in class DistanceUtils
Deprecated.
 
hasContextualUnit(int) - Method in class Formatter
Returns true if the element at the given depth specified a contextual unit.
hashCode() - Method in class AbstractDirectPosition
Returns a hash value for this coordinate tuple.
hashCode() - Method in class AbstractEnvelope
Returns a hash value for this envelope.
hashCode() - Method in class DirectPosition1D
Returns a hash value for this coordinate tuple.
hashCode() - Method in class DirectPosition2D
Returns a hash value for this coordinate.
hashCode() - Method in class GeneralDirectPosition
Returns a hash value for this coordinate tuple.
hashCode() - Method in class Colors
Returns a hash code value for this object.
hashCode() - Method in class Symbols
Returns a hash code value for this object.
hashCode() - Method in class DefaultParameterValue
Returns a hash value for this parameter.
hashCode() - Method in class DefaultParameterValueGroup
Returns a hash value for this parameter.
hashCode() - Method in class TensorParameters
Returns a hash code value for this object.
hashCode() - Method in class AbstractIdentifiedObject
Returns a hash value for this identified object.
hashCode() - Method in class BursaWolfParameters
Returns a hash value for this object.
hashCode() - Method in class DatumShiftGrid
Returns a hash code value for this datum shift grid.
hashCode() - Method in class TimeDependentBWP
Returns a hash value for this object.
hashCode() - Method in class ImmutableIdentifier
Returns a hash code value for this object.
hashCode() - Method in class NamedIdentifier
Returns a hash code value for this object.
hashCode() - Method in class DefaultFormula
Returns a hash code value for this formula.
hashCode() - Method in class Matrix1
Returns a hash code value based on the data values in this object.
hashCode() - Method in class Matrix2
Returns a hash code value based on the data values in this object.
hashCode() - Method in class MatrixSIS
Returns a hash code value based on the data values in this matrix.
hashCode() - Method in class AbstractMathTransform
Returns a hash value for this transform.
hashCode() - Method in class ContextualParameters
Returns a hash code value for this object.
head() - Method in class NamedIdentifier
Returns the first element in the sequence of parsed names.

I

IdentifiedObjectFinder - Class in org.apache.sis.referencing.factory
Searches in an authority factory for objects approximately equal to a given object.
IdentifiedObjectFinder(AuthorityFactory) - Constructor for class IdentifiedObjectFinder
Creates a finder using the specified factory.
IdentifiedObjectFinder.Domain - Enum in org.apache.sis.referencing.factory
The domain of the search (for example whether to include deprecated objects in the search).
IdentifiedObjects - Class in org.apache.sis.referencing
Utility methods working on arbitrary implementations of the IdentifiedObject interface.
IdentifiedObjectSet<T extends IdentifiedObject> - Class in org.apache.sis.referencing.factory
A lazy set of IdentifiedObject instances created from their authority codes only when first needed.
IdentifiedObjectSet(AuthorityFactory, Class<T>) - Constructor for class IdentifiedObjectSet
Creates an initially empty set.
IDENTIFIER - ElementKind
Object identifier, typically written almost last just before remarks.
identity(int) - Static method in class MathTransforms
Returns an identity transform of the specified dimension.
IDENTITY - Static variable in class Transliterator
A transliterator that does not perform any replacement.
ImmutableEnvelope - Class in org.apache.sis.geometry
An immutable Envelope (a minimum bounding box or rectangle) of arbitrary dimension.
ImmutableEnvelope(double[], double[], CoordinateReferenceSystem) - Constructor for class ImmutableEnvelope
Constructs an envelope defined by two corners given as sequences of coordinate values.
ImmutableEnvelope(DirectPosition, DirectPosition) - Constructor for class ImmutableEnvelope
Constructs an envelope defined by two corners given as direct positions.
ImmutableEnvelope(Envelope) - Constructor for class ImmutableEnvelope
Creates an immutable envelope with the values of the given envelope.
ImmutableEnvelope(GeographicBoundingBox) - Constructor for class ImmutableEnvelope
Constructs a new envelope with the same data than the specified geographic bounding box.
ImmutableEnvelope(CoordinateReferenceSystem, CharSequence) - Constructor for class ImmutableEnvelope
Constructs a new envelope initialized to the values parsed from the given string in BOX or Well Known Text (WKT) format.
ImmutableEnvelope(CoordinateReferenceSystem, Envelope) - Constructor for class ImmutableEnvelope
Creates an immutable envelope with the coordinate values of the given envelope but a different CRS.
ImmutableIdentifier - Class in org.apache.sis.metadata.iso
Deprecated.
Moved to org.apache.sis.referencing for anticipation with Jigsaw modules.
ImmutableIdentifier - Class in org.apache.sis.referencing
Immutable value uniquely identifying an object within a namespace, together with a version.
ImmutableIdentifier(Map<String, ?>) - Constructor for class ImmutableIdentifier
Deprecated.
Constructs an identifier from the given properties.
ImmutableIdentifier(Map<String, ?>) - Constructor for class ImmutableIdentifier
Constructs an identifier from the given properties.
ImmutableIdentifier(Citation, String, String) - Constructor for class ImmutableIdentifier
Deprecated.
Creates a new identifier from the specified code and authority.
ImmutableIdentifier(Citation, String, String) - Constructor for class ImmutableIdentifier
Creates a new identifier from the specified code and authority.
ImmutableIdentifier(Citation, String, String, String, InternationalString) - Constructor for class ImmutableIdentifier
Deprecated.
Creates a new identifier from the specified code and authority, with an optional version number and description.
ImmutableIdentifier(Citation, String, String, String, InternationalString) - Constructor for class ImmutableIdentifier
Creates a new identifier from the specified code and authority, with an optional version number and description.
ImmutableIdentifier(ReferenceIdentifier) - Constructor for class ImmutableIdentifier
Deprecated.
Creates a new identifier from the specified one.
ImmutableIdentifier(ReferenceIdentifier) - Constructor for class ImmutableIdentifier
Creates a new identifier from the specified one.
indent(int) - Method in class Formatter
Increases or decreases the indentation.
indicesToName(int[]) - Method in class TensorParameters
Returns the parameter descriptor name of a matrix or tensor element at the given indices.
initCause(Throwable) - Method in exception UnparsableObjectException
Initializes the cause of this throwable to the specified value.
install(Connection) - Method in class EPSGFactory
Creates the EPSG schema in the database and populates the tables with geodetic definitions.
InstallationScriptProvider - Class in org.apache.sis.referencing.factory.sql
Provides SQL scripts needed for creating a local copy of a dataset.
InstallationScriptProvider(String, String...) - Constructor for class InstallationScriptProvider
Creates a new provider which will read script files of the given names in that order.
INTEGER - ElementKind
Integer numbers.
INTERNAL - Convention
A special convention for formatting objects as stored internally by Apache SIS.
interpolate(double[], double[]) - Static method in class MathTransforms
Creates a transform for the y=f(x) function where y are computed by a linear interpolation.
interpolateAt(double...) - Method in class DatumShiftGrid
Interpolates the translation to apply for the given coordinates.
INTERPOLATED_DIMENSIONS - Static variable in class DatumShiftGrid
Number of source dimensions in which interpolations are applied.
InterpolatedGeocentricTransform - Class in org.apache.sis.referencing.operation.transform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file.
InterpolatedGeocentricTransform(Ellipsoid, boolean, Ellipsoid, boolean, DatumShiftGrid<Angle, Length>) - Constructor for class InterpolatedGeocentricTransform
Creates a transform from the specified parameters.
InterpolatedMolodenskyTransform - Class in org.apache.sis.referencing.operation.transform
Transforms between two geographic CRS by performing geocentric translations interpolated from a grid file, but using Molodensky approximation.
InterpolatedMolodenskyTransform(Ellipsoid, boolean, Ellipsoid, boolean, DatumShiftGrid<Angle, Length>) - Constructor for class InterpolatedMolodenskyTransform
Creates a transform from the specified parameters.
InterpolatedTransform - Class in org.apache.sis.referencing.operation.transform
Transforms between two CRS by performing translations interpolated from a grid file.
InterpolatedTransform(DatumShiftGrid<T, T>) - Constructor for class InterpolatedTransform
Creates a transform for the given interpolation grid.
interpolateInCell(double, double, double[]) - Method in class DatumShiftGrid
Interpolates the translation to apply for the given two-dimensional grid indices.
intersect(Envelope) - Method in class GeneralEnvelope
Sets this envelope to the intersection of this envelope with the specified one.
intersect(Envelope...) - Static method in class Envelopes
Computes the intersection of all given envelopes, transforming them to a common CRS if necessary.
intersectionPoint(Line2D, Line2D) - Static method in class Shapes2D
Returns the intersection point between two line segments.
intersects(double, double, double, double) - Method in class Envelope2D
Returns true if this envelope intersects the specified envelope.
intersects(Rectangle2D) - Method in class Envelope2D
Returns true if this envelope intersects the specified envelope.
intersects(Envelope) - Method in class AbstractEnvelope
Returns true if this envelope intersects the specified envelope.
intersects(Envelope, boolean) - Method in class AbstractEnvelope
Returns true if this envelope intersects or (optionally) touches the specified envelope.
intValue() - Method in class DefaultParameterValue
Returns the integer value of this parameter, usually used for a count.
intValue(ParameterDescriptor<? extends Number>) - Method in class Parameters
Returns the integer value of the parameter identified by the given descriptor.
intValueList() - Method in class DefaultParameterValue
Returns an ordered sequence of two or more integer values of this parameter, usually used for counts.
intValueList(ParameterDescriptor<int[]>) - Method in class Parameters
Returns the integer values of the parameter identified by the given descriptor.
InvalidGeodeticParameterException - Exception in org.apache.sis.referencing.factory
Thrown when a factory createFoo(…) method is given invalid parameters.
InvalidGeodeticParameterException() - Constructor for exception InvalidGeodeticParameterException
Construct an exception with no detail message.
InvalidGeodeticParameterException(String) - Constructor for exception InvalidGeodeticParameterException
Construct an exception with the specified detail message.
InvalidGeodeticParameterException(String, Throwable) - Constructor for exception InvalidGeodeticParameterException
Construct an exception with the specified detail message and cause.
inverse() - Method in class MatrixSIS
Returns the inverse of this matrix.
inverse() - Method in class NormalizedProjection
Returns the inverse of this map projection.
inverse() - Method in class ZonedGridSystem
Returns the inverse of this map projection.
inverse() - Method in class AbstractMathTransform
Returns the inverse transform of this object.
inverse() - Method in class AbstractMathTransform.Inverse
Returns the inverse of this math transform.
inverse() - Method in class AbstractMathTransform1D
Returns the inverse transform of this object.
inverse() - Method in class AbstractMathTransform1D.Inverse
Returns the inverse of this math transform.
inverse() - Method in class AbstractMathTransform2D
Returns the inverse transform of this object.
inverse() - Method in class AbstractMathTransform2D.Inverse
Returns the inverse of this math transform.
inverse() - Method in class EllipsoidToCentricTransform
Returns the inverse of this transform.
inverse() - Method in class InterpolatedGeocentricTransform
Returns the inverse of this interpolated geocentric transform.
inverse() - Method in class InterpolatedMolodenskyTransform
Returns the inverse of this interpolated Molodensky transform.
inverse() - Method in class InterpolatedTransform
Returns the inverse of this interpolated transform.
inverse() - Method in interface LinearTransform
Returns the inverse transform of this object, which shall also be linear.
inverse() - Method in class MolodenskyTransform
Returns the inverse of this Molodensky transform.
inverse() - Method in class PassThroughTransform
Creates the inverse transform of this object.
inverse(Matrix) - Static method in class Matrices
Returns the inverse of the given matrix.
Inverse() - Constructor for class AbstractMathTransform.Inverse
Constructs an inverse math transform.
Inverse() - Constructor for class AbstractMathTransform1D.Inverse
Constructs an inverse math transform.
Inverse() - Constructor for class AbstractMathTransform2D.Inverse
Constructs an inverse math transform.
INVERSE_DENORMALIZATION - ContextualParameters.MatrixRole
INVERSE_NORMALIZATION - ContextualParameters.MatrixRole
inverseDeltaTransform(AffineTransform, Point2D, Point2D) - Static method in class AffineTransforms2D
Calculates the inverse transform of a point without applying the translation components.
inverseTransform(double[], int, double[], int) - Method in class AlbersEqualArea
Converts the specified (x,y) coordinates and stores the (θ,φ) result in dstPts.
inverseTransform(double[], int, double[], int) - Method in class CylindricalEqualArea
Converts the specified (x,y) coordinates and stores the result in dstPts (angles in radians).
inverseTransform(double[], int, double[], int) - Method in class LambertConicConformal
Converts the specified (x,y) coordinates and stores the (θ,φ) result in dstPts.
inverseTransform(double[], int, double[], int) - Method in class Mercator
Converts the specified (x,y) coordinates and stores the result in dstPts (angles in radians).
inverseTransform(double[], int, double[], int) - Method in class Mollweide
Converts the specified (x,y) coordinates and stores the result in dstPts (angles in radians).
inverseTransform(double[], int, double[], int) - Method in class NormalizedProjection
Inverse converts the single coordinate in srcPts at the given offset and stores the result in ptDst at the given offset.
inverseTransform(double[], int, double[], int) - Method in class ObliqueMercator
Converts the specified (x,y) coordinates and stores the result in dstPts (angles in radians).
inverseTransform(double[], int, double[], int) - Method in class ObliqueStereographic
Converts the specified (x,y) coordinates and stores the result in dstPts (angles in radians).
inverseTransform(double[], int, double[], int) - Method in class PolarStereographic
Converts the specified (x,y) coordinates and stores the result in dstPts (angles in radians).
inverseTransform(double[], int, double[], int) - Method in class Polyconic
Transforms the specified (x,y) coordinates and stores the result in dstPts (angles in radians).
inverseTransform(double[], int, double[], int) - Method in class Sinusoidal
Converts the specified (x,y) coordinates and stores the result in dstPts (angles in radians).
inverseTransform(double[], int, double[], int) - Method in class TransverseMercator
Transforms the specified (η, ξ) coordinates and stores the result in dstPts (angles in radians).
inverseTransform(double[], int, double[], int, int) - Method in class EllipsoidToCentricTransform
Converts Cartesian coordinates (X,Y,Z) to ellipsoidal coordinates (λ,φ) or (λ,φ,h).
inverseTransform(AffineTransform, Rectangle2D, Rectangle2D) - Static method in class AffineTransforms2D
Calculates a rectangle which entirely contains the inverse transform of bounds.
invert() - Method in class BursaWolfParameters
Inverts in-place the transformation by inverting the sign of all numerical parameters.
isAffine() - Method in class Matrix1
Returns true if this matrix represents an affine transform.
isAffine() - Method in class Matrix2
Returns true if this matrix represents an affine transform.
isAffine() - Method in class Matrix3
Returns true if this matrix represents an affine transform.
isAffine() - Method in class Matrix4
Returns true if this matrix represents an affine transform.
isAffine() - Method in class MatrixSIS
Returns true if this matrix represents an affine transform.
isAffine() - Method in interface LinearTransform
Returns true if this transform is affine.
isAffine(Matrix) - Static method in class Matrices
Returns true if the given matrix represents an affine transform.
isAllNaN() - Method in class AbstractEnvelope
Returns false if at least one coordinate value is not NaN.
isCacheable(String, Object) - Method in class ConcurrentAuthorityFactory
Returns whether the given object can be cached.
isCacheable(String, Object) - Method in class EPSGFactory
Returns whether the given object can be cached.
isCellInGrid(double, double) - Method in class DatumShiftGrid
Returns true if the given grid coordinates is inside this grid.
isCellValueRatio() - Method in class DatumShiftGrid
Returns true if the translation values in the cells are divided by the cell size.
isDefiningConversion() - Method in class AbstractCoordinateOperation
Returns true if this coordinate operation is for the definition of a derived or projected CRS.
isDeprecated() - Method in class AbstractIdentifiedObject
Returns true if this object is deprecated.
isEmpty() - Method in class AbstractEnvelope
Determines whether or not this envelope is empty.
isEmpty() - Method in class Envelope2D
Determines whether the envelope is empty.
isHeuristicMatchForName(String) - Method in class AbstractIdentifiedObject
Returns true if either the primary name or at least one alias matches the given string according heuristic rules.
isHeuristicMatchForName(String) - Method in class DefaultCoordinateSystemAxis
Returns true if either the primary name or at least one alias matches the given string according heuristic rules.
isHeuristicMatchForName(String) - Method in class AbstractDatum
Returns true if either the primary name or at least one alias matches the given string according heuristic rules.
isHeuristicMatchForName(String) - Method in class DefaultGeodeticDatum
Returns true if either the primary name or at least one alias matches the given string according heuristic rules.
isHeuristicMatchForName(IdentifiedObject, String) - Static method in class IdentifiedObjects
Returns true if either the primary name or at least one alias matches the given string according heuristic rules.
isHorizontalCRS(CoordinateReferenceSystem) - Static method in class CRS
Returns true if the given CRS is horizontal.
isIdentity() - Method in class BursaWolfParameters
Returns true if a transformation built from this set of parameters would perform no operation.
isIdentity() - Method in class TimeDependentBWP
Returns true if a transformation built from this set of parameters would perform no operation.
isIdentity() - Method in class Matrix1
Returns true if this matrix is an identity matrix.
isIdentity() - Method in class Matrix2
Returns true if this matrix is an identity matrix.
isIdentity() - Method in class Matrix3
Returns true if this matrix is an identity matrix.
isIdentity() - Method in class Matrix4
Returns true if this matrix is an identity matrix.
isIdentity() - Method in class MatrixSIS
Returns true if this matrix is an identity matrix.
isIdentity() - Method in class AbstractMathTransform.Inverse
Tests whether this transform does not move any points.
isIdentity() - Method in class AbstractMathTransform
Tests whether this transform does not move any points.
isIdentity() - Method in class MolodenskyTransform
Returns true if this transform is the identity one.
isIdentity() - Method in class PassThroughTransform
Tests whether this transform does not move any points.
isIdentity() - Method in class TransferFunction
Returns true if this transfer function is identity.
isIdentity(Matrix, double) - Static method in class Matrices
Returns true if the given matrix is close to an identity matrix, given a tolerance threshold.
isIgnoringAxes() - Method in class IdentifiedObjectFinder
Returns true if the search should ignore coordinate system axes.
isInvalidWKT() - Method in class Formatter
Returns true if the WKT written by this formatter is not strictly compliant to the WKT specification.
isIvfDefinitive() - Method in class DefaultEllipsoid
Indicates if the inverse flattening is definitive for this ellipsoid.
isLenient() - Method in class MultiAuthoritiesFactory
Returns whether this factory should relax some rules when processing a given authority code.
isRecoverableFailure(FactoryException) - Method in class IdentifiedObjectSet
Returns true if the specified exception should be handled as a recoverable failure.
isSimplified() - Method in enum Convention
Returns true if this convention is one of the simplified variants of WKT.
isSphere() - Method in class DefaultEllipsoid
true if the ellipsoid is degenerate and is actually a sphere.
isTranslation() - Method in class BursaWolfParameters
Returns true if a transformation built from this set of parameters would perform only a translation.
isTranslation() - Method in class TimeDependentBWP
Returns true if a transformation built from this set of parameters would perform only a translation.
isTranslation(Matrix) - Static method in class Matrices
Returns true if the given matrix represents a translation.
IterationStrategy - Enum in org.apache.sis.referencing.operation.transform
Strategy for iterating over the point arrays given to AbstractMathTransform.transform(…) methods.
iterator() - Method in class IdentifiedObjectSet
Returns an iterator over the objects in this set.

J

JAVA - CommonCRS.Temporal
Time measured as milliseconds since January 1st, 1970 at 00:00 UTC.
JULIAN - CommonCRS.Temporal
Time measured as days since January 1st, 4713 BC at 12:00 UTC in proleptic Julian calendar.

K

KeywordCase - Enum in org.apache.sis.io.wkt
Whether WKT keywords shall be written with lower, upper or camel case styles.
KeywordStyle - Enum in org.apache.sis.io.wkt
Whether to use short or long WKT keywords.

L

LambertConicConformal - Class in org.apache.sis.referencing.operation.projection
Lambert Conic Conformal projection (EPSG codes 9801, 9802, 9803, 9826, 1051).
LambertConicConformal(OperationMethod, Parameters) - Constructor for class LambertConicConformal
Creates a Lambert projection from the given parameters.
LATITUDE_OF_CONFORMAL_SPHERE_RADIUS - NormalizedProjection.ParameterRole
Maps the parameter for the latitude where to compute the radius of conformal sphere (symbol: Rc).
LatLonPointRadius - Class in org.apache.sis.distance
LatLonPointRadius(DirectPosition, double) - Constructor for class LatLonPointRadius
Deprecated.
Creates a representation of point-radius search region.
linear(double, double) - Static method in class MathTransforms
Creates a one-dimensional affine transform for the given coefficients.
linear(MathTransform, DirectPosition) - Static method in class MathTransforms
Returns a linear (usually affine) transform which approximates the given transform in the vicinity of the given position.
linear(Matrix) - Static method in class MathTransforms
Creates an arbitrary linear transform from the specified matrix.
linearizer() - Method in class LinearTransformBuilder
If target coordinates have been projected to another space, returns that projection.
LinearTransform - Interface in org.apache.sis.referencing.operation.transform
A usually affine, or otherwise a projective transform, which convert coordinates using only linear equations.
LinearTransformBuilder - Class in org.apache.sis.referencing.operation.builder
Creates an affine transform which will map approximately the given source positions to the given target positions.
LinearTransformBuilder() - Constructor for class LinearTransformBuilder
Creates a new linear transform builder for randomly distributed positions.
LinearTransformBuilder(int...) - Constructor for class LinearTransformBuilder
Creates a new linear transform builder for source positions distributed on a regular grid.
LOCALE_KEY - Static variable in class AbstractIdentifiedObject
Optional key which can be given to the constructor for specifying the locale to use for producing error messages.
LocalizationGridBuilder - Class in org.apache.sis.referencing.operation.builder
Creates an "almost linear" transform mapping the given source points to the given target points.
LocalizationGridBuilder(int, int) - Constructor for class LocalizationGridBuilder
Creates a new, initially empty, builder for a localization grid of the given size.
LocalizationGridBuilder(Vector, Vector) - Constructor for class LocalizationGridBuilder
Creates a new, initially empty, builder for a localization grid of a size inferred from the given points.
LocalizationGridBuilder(LinearTransformBuilder) - Constructor for class LocalizationGridBuilder
Creates a new builder for a localization grid inferred from the given provider of control points.
LONG - KeywordStyle
Long keywords.
lookupEPSG(IdentifiedObject) - Static method in class IdentifiedObjects
Looks up an EPSG code, such as 4326, of the specified object.
lookupURN(IdentifiedObject, Citation) - Static method in class IdentifiedObjects
Looks up a URN, such as "urn:ogc:def:crs:EPSG:9.1:4326", of the specified object.
LOWER_CASE - KeywordCase
WKT formatting uses lower case keywords.

M

m00 - Variable in class Matrix1
The only element in this matrix.
m00 - Variable in class Matrix2
The first matrix element in the first row.
m00 - Variable in class Matrix3
The first matrix element in the first row.
m00 - Variable in class Matrix4
The first matrix element in the first row.
m01 - Variable in class Matrix2
The second matrix element in the first row.
m01 - Variable in class Matrix3
The second matrix element in the first row.
m01 - Variable in class Matrix4
The second matrix element in the first row.
m02 - Variable in class Matrix3
The third matrix element in the first row.
m02 - Variable in class Matrix4
The third matrix element in the first row.
m03 - Variable in class Matrix4
The forth matrix element in the first row.
m10 - Variable in class Matrix2
The first matrix element in the second row.
m10 - Variable in class Matrix3
The first matrix element in the second row.
m10 - Variable in class Matrix4
The first matrix element in the second row.
m11 - Variable in class Matrix2
The second matrix element in the second row.
m11 - Variable in class Matrix3
The second matrix element in the second row.
m11 - Variable in class Matrix4
The second matrix element in the second row.
m12 - Variable in class Matrix3
The third matrix element in the second row.
m12 - Variable in class Matrix4
The third matrix element in the second row.
m13 - Variable in class Matrix4
The forth matrix element in the second row.
m20 - Variable in class Matrix3
The first matrix element in the third row.
m20 - Variable in class Matrix4
The first matrix element in the third row.
m21 - Variable in class Matrix3
The second matrix element in the third row.
m21 - Variable in class Matrix4
The second matrix element in the third row.
m22 - Variable in class Matrix3
The third matrix element in the third row.
m22 - Variable in class Matrix4
The third matrix element in the third row.
m23 - Variable in class Matrix4
The forth matrix element in the third row.
m30 - Variable in class Matrix4
The first matrix element in the forth row.
m31 - Variable in class Matrix4
The second matrix element in the forth row.
m32 - Variable in class Matrix4
The third matrix element in the forth row.
m33 - Variable in class Matrix4
The forth matrix element in the forth row.
majorVersion() - Method in enum Convention
Returns the major version of the Well Known Text represented by this convention.
MathTransformProvider - Interface in org.apache.sis.referencing.operation.transform
An object capable to create MathTransform instances from given parameter values.
MathTransforms - Class in org.apache.sis.referencing.operation.transform
Utility methods creating or working on MathTransform instances.
Matrices - Class in org.apache.sis.referencing.operation.matrix
Matrix factory methods and utilities.
Matrix1 - Class in org.apache.sis.referencing.operation.matrix
A matrix of fixed 1×1 size, typically resulting from MathTransform1D derivative computation.
Matrix1() - Constructor for class Matrix1
Creates a new identity matrix.
Matrix1(double) - Constructor for class Matrix1
Creates a new matrix initialized to the specified value.
Matrix1(double[]) - Constructor for class Matrix1
Creates a new matrix initialized to the specified values.
Matrix2 - Class in org.apache.sis.referencing.operation.matrix
A matrix of fixed 2×2 size, typically resulting from MathTransform2D derivative computation.
Matrix2() - Constructor for class Matrix2
Creates a new identity matrix.
Matrix2(double[]) - Constructor for class Matrix2
Creates a new matrix initialized to the specified values.
Matrix2(double, double, double, double) - Constructor for class Matrix2
Creates a new matrix initialized to the specified values.
Matrix3 - Class in org.apache.sis.referencing.operation.matrix
A matrix of fixed 3×3 size.
Matrix3() - Constructor for class Matrix3
Creates a new identity matrix.
Matrix3(double[]) - Constructor for class Matrix3
Creates a new matrix initialized to the specified values.
Matrix3(double, double, double, double, double, double, double, double, double) - Constructor for class Matrix3
Creates a new matrix initialized to the specified values.
Matrix4 - Class in org.apache.sis.referencing.operation.matrix
A matrix of fixed 4×4 size, often used in datum shifts.
Matrix4() - Constructor for class Matrix4
Creates a new identity matrix.
Matrix4(double[]) - Constructor for class Matrix4
Creates a new matrix initialized to the specified values.
Matrix4(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class Matrix4
Creates a new matrix initialized to the specified values.
MatrixSIS - Class in org.apache.sis.referencing.operation.matrix
A Matrix able to perform some operations of interest to Spatial Information Systems (SIS).
MatrixSIS() - Constructor for class MatrixSIS
For sub-class constructors.
MAXIMUM_VALUE_KEY - Static variable in class DefaultCoordinateSystemAxis
Key for the "maximumValue" property to be given to the constructor.
MEAN_SEA_LEVEL - CommonCRS.Vertical
Height measured above the Mean Sea Level (MSL) in metres.
Mercator - Class in org.apache.sis.referencing.operation.projection
Mercator Cylindrical projection (EPSG codes 9804, 9805, 1026, 1024, 1044, 9841).
Mercator(OperationMethod, Parameters) - Constructor for class Mercator
Creates a Mercator projection from the given parameters.
METHOD - ElementKind
Operation methods, often represented by PROJECTION[…] elements.
MINIMUM_VALUE_KEY - Static variable in class DefaultCoordinateSystemAxis
Key for the "minimumValue" property to be given to the constructor.
MismatchedDatumException - Exception in org.apache.sis.referencing.operation
Thrown when the source and target CRS of a conversion use different datum.
MismatchedDatumException() - Constructor for exception MismatchedDatumException
Constructs a new exception with no message.
MismatchedDatumException(String) - Constructor for exception MismatchedDatumException
Constructs a new exception with the specified detail message.
MismatchedDatumException(String, Throwable) - Constructor for exception MismatchedDatumException
Constructs a new exception with the specified detail message and cause.
MismatchedMatrixSizeException - Exception in org.apache.sis.referencing.operation.matrix
Thrown when two matrices can not be added or multiplied because the sizes do not match.
MismatchedMatrixSizeException() - Constructor for exception MismatchedMatrixSizeException
Constructs a new exception with no message.
MismatchedMatrixSizeException(String) - Constructor for exception MismatchedMatrixSizeException
Constructs a new exception with the specified detail message.
MismatchedMatrixSizeException(String, Throwable) - Constructor for exception MismatchedMatrixSizeException
Constructs a new exception with the specified detail message and cause.
MismatchedReferenceSystemException - Exception in org.apache.sis.geometry
Indicates that an object cannot be constructed because of a mismatch in the reference systems of geometric components.
MismatchedReferenceSystemException() - Constructor for exception MismatchedReferenceSystemException
Creates an exception with no message.
MismatchedReferenceSystemException(String) - Constructor for exception MismatchedReferenceSystemException
Creates an exception with the specified message.
MismatchedReferenceSystemException(String, Throwable) - Constructor for exception MismatchedReferenceSystemException
Creates an exception with the specified message and cause.
MissingFactoryResourceException - Exception in org.apache.sis.referencing.factory
Thrown when a particular object can not be created because a resource is missing.
MissingFactoryResourceException() - Constructor for exception MissingFactoryResourceException
Construct an exception with no detail message.
MissingFactoryResourceException(String) - Constructor for exception MissingFactoryResourceException
Construct an exception with the specified detail message.
MissingFactoryResourceException(String, Throwable) - Constructor for exception MissingFactoryResourceException
Construct an exception with the specified detail message and cause.
MODIFIED_JULIAN - CommonCRS.Temporal
Time measured as days since November 17, 1858 at 00:00 UTC.
Mollweide - Class in org.apache.sis.referencing.operation.projection
Mollweide projection.
Mollweide(OperationMethod, Parameters) - Constructor for class Mollweide
Creates a Mollweide projection from the given parameters.
MolodenskyTransform - Class in org.apache.sis.referencing.operation.transform
Two- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.
MolodenskyTransform(Ellipsoid, boolean, Ellipsoid, boolean, double, double, double, boolean) - Constructor for class MolodenskyTransform
Creates a Molodensky transform from the specified parameters.
moveToEndPoint() - Method in class GeodeticCalculator
Sets the start point and starting azimuth to the current end point and ending azimuth values.
mtFactory - Variable in class EPSGFactory
The factory to use for creating MathTransform instances.
MultiAuthoritiesFactory - Class in org.apache.sis.referencing.factory
A factory that delegates the object creation to another factory determined from the authority part in “authority:code” arguments.
MultiAuthoritiesFactory(Iterable<? extends CRSAuthorityFactory>, Iterable<? extends CSAuthorityFactory>, Iterable<? extends DatumAuthorityFactory>, Iterable<? extends CoordinateOperationAuthorityFactory>) - Constructor for class MultiAuthoritiesFactory
Creates a new multi-factories instance using the given lists of factories.
multiply(double[]) - Method in class MatrixSIS
Returns a new vector which is the result of multiplying this matrix with the specified vector.
multiply(Matrix) - Method in class MatrixSIS
Returns a new matrix which is the result of multiplying this matrix with the specified one.
multiply(Matrix, Matrix) - Static method in class Matrices
Returns a new matrix which is the result of multiplying the first matrix with the second one.

N

NAD27 - CommonCRS
North American Datum 1927.
NAD83 - CommonCRS
North American Datum 1983.
NAME - ElementKind
Object name, typically written immediately after the WKT keyword and its opening bracket.
NAME_SUMMARY - ParameterFormat.ContentLevel
Limits the content to names and aliases in a tabular format.
NamedIdentifier - Class in org.apache.sis.referencing
An identification of a CRS object which is both a Identifier and a GenericName.
NamedIdentifier(Map<String, ?>) - Constructor for class NamedIdentifier
Constructs an identifier from the given properties.
NamedIdentifier(Citation, CharSequence) - Constructor for class NamedIdentifier
Constructs an identifier from an authority and code.
NamedIdentifier(Citation, String, CharSequence, String, InternationalString) - Constructor for class NamedIdentifier
Constructs an identifier from an authority and localizable code, with an optional version number and description.
NamedIdentifier(ReferenceIdentifier) - Constructor for class NamedIdentifier
Creates a new identifier from the specified one.
NamedIdentifier(GenericName) - Constructor for class NamedIdentifier
Creates a new identifier from the specified name.
nameFactory - Variable in class EPSGFactory
The factory to use for creating GenericName instances.
nameToIndices(String) - Method in class TensorParameters
Returns the indices of matrix element for the given parameter name, or null if none.
NAMING - Static variable in class Colors
Emphases on identification information (name and identifiers) only.
NAVD88 - CommonCRS.Vertical
North American Vertical Datum 1988 height.
nearestColinearPoint(Line2D, Point2D) - Static method in class Shapes2D
Returns the point on the given line segment which is closest to the given point.
newDataAccess() - Method in class ConcurrentAuthorityFactory
Creates a factory which will perform the actual geodetic object creation work.
newDataAccess() - Method in class EPSGFactory
Creates the factory which will perform the actual geodetic object creation work.
newDataAccess(Connection, SQLTranslator) - Method in class EPSGFactory
Creates the factory which will perform the actual geodetic object creation from a given connection.
newFinder(String) - Static method in class IdentifiedObjects
Creates a finder which can be used for looking up unidentified objects.
newIdentifiedObjectFinder() - Method in class ConcurrentAuthorityFactory
Returns a finder which can be used for looking up unidentified objects.
newIdentifiedObjectFinder() - Method in class GeodeticAuthorityFactory
Creates a finder which can be used for looking up unidentified objects.
newIdentifiedObjectFinder() - Method in class MultiAuthoritiesFactory
Creates a finder which can be used for looking up unidentified objects.
newIdentifiedObjectFinder() - Method in class EPSGDataAccess
Returns a finder which can be used for looking up unidentified objects.
newLine() - Method in class Formatter
Request a line separator before the next element to format.
NoninvertibleMatrixException - Exception in org.apache.sis.referencing.operation.matrix
Thrown when a matrix can not be inverted.
NoninvertibleMatrixException() - Constructor for exception NoninvertibleMatrixException
Constructs a new exception with no message.
NoninvertibleMatrixException(String) - Constructor for exception NoninvertibleMatrixException
Constructs a new exception with the specified detail message.
NoninvertibleMatrixException(String, Throwable) - Constructor for exception NoninvertibleMatrixException
Constructs a new exception with the specified detail message and cause.
NORMALIZATION - ContextualParameters.MatrixRole
Matrix for converting angular degrees to radians, or any other linear operations needed before to apply a non-linear operation.
normalize() - Method in class AbstractDirectPosition
Ensures that the position is contained in the coordinate system domain.
normalize() - Method in class GeneralEnvelope
Ensures that the envelope is contained in the coordinate system domain.
normalizeCode(String) - Method in class ConcurrentAuthorityFactory
Returns a code equivalent to the given code but with unnecessary elements eliminated.
normalizeColumns() - Method in class Matrix1
Normalizes all columns in-place.
normalizeColumns() - Method in class Matrix2
Normalizes all columns in-place.
normalizeColumns() - Method in class MatrixSIS
Normalizes all columns in-place.
NORMALIZED - AxesConvention
Axes order, direction and units of measurement are forced to commonly used predefined values.
normalizedGeographic() - Method in enum CommonCRS
Returns a two-dimensional geographic CRS with axes in the non-standard but computationally convenient (longitude, latitude) order.
NormalizedProjection - Class in org.apache.sis.referencing.operation.projection
Base class for conversion services between ellipsoidal and cartographic projections.
NormalizedProjection(OperationMethod, Parameters, Map<NormalizedProjection.ParameterRole, ? extends ParameterDescriptor<? extends Number>>) - Constructor for class NormalizedProjection
Constructs a new map projection from the supplied parameters.
NormalizedProjection.ParameterRole - Enum in org.apache.sis.referencing.operation.projection
Maps the parameters to be used for initializing NormalizedProjection and its normalization / denormalization matrices.
normalizeGeographicInputs(double) - Method in class ContextualParameters
Prepends a normalization step converting input coordinates in the two first dimensions from degrees to radians.
NoSuchAuthorityFactoryException - Exception in org.apache.sis.referencing.factory
Thrown when no factory has been found for a given authority name.
NoSuchAuthorityFactoryException(String, String) - Constructor for exception NoSuchAuthorityFactoryException
Constructs an exception with the specified detail message and authority name.
NUMBER - ElementKind
Floating point numbers (excluding integer types).

O

ObliqueMercator - Class in org.apache.sis.referencing.operation.projection
Oblique Mercator projection (EPSG codes 9812, 9815).
ObliqueMercator(OperationMethod, Parameters) - Constructor for class ObliqueMercator
Creates an Oblique Mercator projection from the given parameters.
ObliqueStereographic - Class in org.apache.sis.referencing.operation.projection
Oblique Stereographic projection (EPSG code 9809).
ObliqueStereographic(OperationMethod, Parameters) - Constructor for class ObliqueStereographic
Creates an Oblique Stereographic projection from the given parameters.
onCreate(boolean) - Method in class Builder
Initializes/cleanups the Builder.properties map before/after a createXXX(…) execution.
openScript(String, int) - Method in class InstallationScriptProvider
Returns a reader for the SQL script at the given index.
openStream(String) - Method in class InstallationScriptProvider
Opens the input stream for the SQL script of the given name.
ordinates - Variable in class GeneralDirectPosition
Deprecated.
org.apache.sis.distance - package org.apache.sis.distance
 
org.apache.sis.geometry - package org.apache.sis.geometry
Basic geometric objects (envelopes and direct positions).
org.apache.sis.io.wkt - package org.apache.sis.io.wkt
Well Known Text (WKT) parsing and formatting.
org.apache.sis.metadata.iso - package org.apache.sis.metadata.iso
 
org.apache.sis.parameter - package org.apache.sis.parameter
Descriptions and values of parameters used by a coordinate operation or a process.
org.apache.sis.referencing - package org.apache.sis.referencing
Base classes for reference systems used for general positioning.
org.apache.sis.referencing.crs - package org.apache.sis.referencing.crs
Coordinate Reference System (CRS) definitions as coordinate systems related to the earth through datum.
org.apache.sis.referencing.cs - package org.apache.sis.referencing.cs
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
org.apache.sis.referencing.datum - package org.apache.sis.referencing.datum
Relationship of a CoordinateSystem (an abstract mathematical entity) to the earth or other system.
org.apache.sis.referencing.factory - package org.apache.sis.referencing.factory
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
org.apache.sis.referencing.factory.sql - package org.apache.sis.referencing.factory.sql
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
org.apache.sis.referencing.operation - package org.apache.sis.referencing.operation
Relationship between any two Coordinate Reference Systems (CRS).
org.apache.sis.referencing.operation.builder - package org.apache.sis.referencing.operation.builder
Helper classes for creating Math Transforms from a set of points.
org.apache.sis.referencing.operation.matrix - package org.apache.sis.referencing.operation.matrix
Matrix implementations for spatiotemporal referencing.
org.apache.sis.referencing.operation.projection - package org.apache.sis.referencing.operation.projection
Map projection implementations.
org.apache.sis.referencing.operation.transform - package org.apache.sis.referencing.operation.transform
Conversions or transformations of multi-dimensional coordinate points.
orthodromicDistance(double, double, double, double) - Method in class DefaultEllipsoid
Deprecated.
Replaced by GeodeticCalculator.
OTHER_SURFACE - CommonCRS.Vertical
Height measured above other kind of surface, for example a geological feature.
owner - Variable in class EPSGDataAccess
The ConcurrentAuthorityFactory that created this Data Access Object (DAO).

P

parameter(String) - Method in class DefaultParameterValueGroup
Returns the value in this group for the specified name.
parameter(String) - Method in class ContextualParameters
Returns the parameter value of the given name.
PARAMETER - ElementKind
Name of parameters, often represented by PARAMETER[…] elements.
ParameterBuilder - Class in org.apache.sis.parameter
Helper class for parameter descriptor instantiations.
ParameterBuilder() - Constructor for class ParameterBuilder
Creates a new builder.
ParameterBuilder(GeneralParameterDescriptor) - Constructor for class ParameterBuilder
Creates a new builder initialized to properties of the given object.
ParameterFormat - Class in org.apache.sis.parameter
Formats parameter descriptors or parameter values in a tabular format.
ParameterFormat() - Constructor for class ParameterFormat
Creates a new formatter for the default locale and timezone.
ParameterFormat(Locale, TimeZone) - Constructor for class ParameterFormat
Creates a new formatter for the given locale and timezone.
ParameterFormat.ContentLevel - Enum in org.apache.sis.parameter
The amount of information to include in the table formatted by ParameterFormat.
Parameterized - Interface in org.apache.sis.parameter
An object which can supply its parameters in a ParameterValueGroup.
Parameters - Class in org.apache.sis.parameter
Convenience methods for fetching parameter values despite the variations in parameter names, value types and units.
Parameters() - Constructor for class Parameters
For subclass constructors only.
parse(CharSequence, ParsePosition) - Method in class CoordinateFormat
Parses a coordinate from the given character sequence.
parse(CharSequence, ParsePosition) - Method in class WKTFormat
Creates an object from the given character sequence.
parse(CharSequence, ParsePosition) - Method in class ParameterFormat
Not yet supported.
parseAxisDirection(String) - Static method in class CoordinateSystems
Returns an axis direction code from the given direction name.
Parser - Interface in org.apache.sis.io.wkt
A parser or a factory capable to create an object from a string in the WKT format.
passThrough(int, MathTransform, int) - Static method in class MathTransforms
Creates a transform which passes through a subset of coordinates to another transform.
PassThroughTransform - Class in org.apache.sis.referencing.operation.transform
Transform which passes through a subset of coordinates to another transform.
PassThroughTransform(int, MathTransform, int) - Constructor for class PassThroughTransform
Constructor for sub-classes.
PolarStereographic - Class in org.apache.sis.referencing.operation.projection
Polar Stereographic projection (EPSG codes 9810, 9829, 9830).
PolarStereographic(OperationMethod, Parameters) - Constructor for class PolarStereographic
Creates a Polar Stereographic projection from the given parameters.
Polyconic - Class in org.apache.sis.referencing.operation.projection
American Polyconic projection (EPSG codes 9818).
Polyconic(OperationMethod, Parameters) - Constructor for class Polyconic
Creates a Polyconic projection from the given parameters.
POSITIVE_RANGE - AxesConvention
Axes having a wraparound range meaning are shifted to their ranges of positive values.
prefix - Variable in class TensorParameters
The prefix of parameter names for tensor elements.
PREPARE - Static variable in class InstallationScriptProvider
A sentinel value for the content of the script to execute before the SQL scripts provided by the authority.
primeMeridian() - Method in enum CommonCRS
Returns the prime meridian associated to this geodetic object.
print() - Method in class FormattableObject
Prints a string representation of this object to the standard output stream.
print() - Method in class AbstractParameterDescriptor
Prints a string representation of this descriptor to the standard output stream.
print() - Method in class Parameters
Prints a string representation of this group to the standard output stream.
printCacheContent(PrintWriter) - Method in class ConcurrentAuthorityFactory
Prints the cache content to the given writer.
ProjectionException - Exception in org.apache.sis.referencing.operation.projection
Thrown by NormalizedProjection when a map projection failed.
ProjectionException() - Constructor for exception ProjectionException
Constructs a new exception with no detail message.
ProjectionException(String) - Constructor for exception ProjectionException
Constructs a new exception with the specified detail message.
ProjectionException(String, Throwable) - Constructor for exception ProjectionException
Constructs a new exception with the specified detail message and cause.
ProjectionException(Throwable) - Constructor for exception ProjectionException
Constructs a new exception with the specified cause.
properties - Variable in class Builder
The properties to be given to ObjectFactory methods.
push(GenericName) - Method in class NamedIdentifier
Returns this name expanded with the specified scope.

R

RANGE_MEANING_KEY - Static variable in class DefaultCoordinateSystemAxis
Key for the "rangeMeaning" property to be given to the constructor.
rank() - Method in class TensorParameters
Returns the rank of the tensor objects for which this instance will create parameters.
redimension(int, int) - Method in class DefaultOperationMethod
Returns this operation method with different dimensions, if we are allowed to change dimensionality.
redimension(OperationMethod, int, int) - Static method in class DefaultOperationMethod
Returns an operation method with different dimensions, if we are allowed to change dimensionality.
reduce(CoordinateReferenceSystem, int...) - Static method in class CRS
Gets or creates a coordinate reference system with a subset of the dimensions of the given CRS.
reidentify(Citation, String...) - Method in class Builder
Replaces the identifiers associated to the given authority by the given new identifiers.
reload() - Method in class MultiAuthoritiesFactory
Clears the cache and notifies this MultiAuthoritiesFactory that all factories will need to be fetched again from the providers given at construction time.
reload() - Method in class DefaultMathTransformFactory
Notifies this factory that the elements provided by the Iterable<OperationMethod> may have changed.
REMARKS - ElementKind
Remarks, often represented by REMARKS[…] elements.
remove(Object) - Method in class IdentifiedObjectSet
Removes the specified IdentifiedObject from this collection, if it is present.
removeAll(Collection<?>) - Method in class IdentifiedObjectSet
Removes from this collection all of its elements that are contained in the specified collection.
removeColumns(int, int) - Method in class MatrixSIS
Returns a new matrix with the same elements than this matrix except for the specified columns.
removeRows(int, int) - Method in class MatrixSIS
Returns a new matrix with the same elements than this matrix except for the specified rows.
rename(Citation, CharSequence...) - Method in class Builder
Replaces the names associated to the given authority by the given new names.
replaceAngularUnit(CoordinateSystem, Unit<Angle>) - Static method in class CoordinateSystems
Returns a coordinate system derived from the given one but with all angular units replaced by the given unit.
replaceAxes(CoordinateSystem, AxisFilter) - Static method in class CoordinateSystems
Returns a coordinate system derived from the given one but with a modified list of axes.
replaceLinearUnit(CoordinateSystem, Unit<Length>) - Static method in class CoordinateSystems
Returns a coordinate system derived from the given one but with all linear units replaced by the given unit.
resizeAffine(Matrix, int, int) - Static method in class Matrices
Returns a matrix with the same content than the given matrix but a different size, assuming an affine transform.
resolve(int) - Method in class IdentifiedObjectSet
Ensures that the n first objects in this set are created.
resolveWraparoundAxis(int, int, double) - Method in class LocalizationGridBuilder
Tries to remove discontinuities in coordinates values caused by anti-meridian crossing.
restoreContextualUnit(Unit<?>, Unit<?>) - Method in class Formatter
Restores the contextual unit to its previous state before the call to Formatter.addContextualUnit(Unit).
reverseRotation() - Method in class BursaWolfParameters
Inverts in-place the sign of rotation terms (BursaWolfParameters.rX, BursaWolfParameters.rY, BursaWolfParameters.rZ).
reverseRotation() - Method in class TimeDependentBWP
Inverts in-place the sign of rotation terms and their derivative.
RIGHT_HANDED - AxesConvention
Axes are ordered for a right-handed coordinate system.
rX - Variable in class BursaWolfParameters
X-axis rotation in arc-seconds (EPSG:8608), sign following the Position Vector convention.
rY - Variable in class BursaWolfParameters
Y-axis rotation in arc-seconds (EPSG:8609), sign following the Position Vector convention.
rZ - Variable in class BursaWolfParameters
Z-axis rotation in arc-seconds (EPSG:8610), sign following the Position Vector convention.

S

scale(double...) - Static method in class MathTransforms
Creates an affine transform which applies the given scale.
SCALE_FACTOR - NormalizedProjection.ParameterRole
Maps the scale factor parameter (symbol: k₀).
scope() - Method in class NamedIdentifier
Returns the scope (name space) in which this name is local.
SCOPE - ElementKind
CRS, datum or operation scope, often represented by SCOPE[…] elements.
SEMI_MAJOR - NormalizedProjection.ParameterRole
Maps the semi-major axis length parameter (symbol: a).
SEMI_MINOR - NormalizedProjection.ParameterRole
Maps the semi-minor axis length parameter (symbol: b).
semiMajorAxisDifference(Ellipsoid) - Method in class DefaultEllipsoid
Returns the difference between the semi-major axis length of two ellipsoids.
separate() - Method in class TransformSeparator
Separates the math transform specified at construction time for given dimension indices.
separator - Variable in class TensorParameters
The separator between row and column in parameter names for tensor elements.
setAreaOfInterest(Extent) - Method in class CoordinateOperationContext
Sets the spatiotemporal area of interest, or null if none.
setAreaOfInterest(GeographicBoundingBox) - Method in class CoordinateOperationContext
Sets the geographic component of the area of interest, or null if none.
setAuthorityCodes(String...) - Method in class IdentifiedObjectSet
Sets the content of this collection to the object identified by the given codes.
setBase(double) - Method in class TransferFunction
Sets the logarithm or exponent base in the transfer function.
setCodeSpace(Citation, String) - Method in class Builder
Sets the Identifier authority and code space.
setColors(Colors) - Method in class WKTFormat
Sets the colors to use for syntax coloring.
setColors(Colors) - Method in class ParameterFormat
Sets the colors for an output on X3.64 compatible terminal.
setContentLevel(ParameterFormat.ContentLevel) - Method in class ParameterFormat
Sets the amount of information to put in the table.
setControlPoint(int[], double[]) - Method in class LinearTransformBuilder
Sets a single matching control point pair.
setControlPoint(int, int, double...) - Method in class LocalizationGridBuilder
Sets a single matching control point pair.
setControlPoints(Map<? extends Position, ? extends Position>) - Method in class LinearTransformBuilder
Sets all matching control point pairs, overwriting any previous setting.
setControlPoints(Vector...) - Method in class LocalizationGridBuilder
Sets all control points.
setConvention(Convention) - Method in class WKTFormat
Sets the convention for parsing and formatting WKT elements.
setCoordinate(double...) - Method in class GeneralDirectPosition
Sets the coordinate values along all dimensions.
setCoordinateReferenceSystem(CoordinateReferenceSystem) - Method in class DirectPosition1D
Sets the coordinate reference system in which the coordinate is given.
setCoordinateReferenceSystem(CoordinateReferenceSystem) - Method in class DirectPosition2D
Sets the coordinate reference system in which the coordinate is given.
setCoordinateReferenceSystem(CoordinateReferenceSystem) - Method in class Envelope2D
Sets the coordinate reference system in which the coordinate are given.
setCoordinateReferenceSystem(CoordinateReferenceSystem) - Method in class GeneralDirectPosition
Sets the coordinate reference system in which the coordinate is given.
setCoordinateReferenceSystem(CoordinateReferenceSystem) - Method in class GeneralEnvelope
Sets the coordinate reference system in which the coordinate are given.
setDefaultCRS(CoordinateReferenceSystem) - Method in class CoordinateFormat
Sets the coordinate reference system to use if no CRS is explicitly associated to a given DirectPosition.
setDeprecated(boolean) - Method in class Builder
Sets whether the next Identifier or IdentifiedObjects to create shall be considered deprecated.
setDescription(CharSequence) - Method in class Builder
Sets an Identifier or IdentifiedObject description.
setDesiredAccuracy(double) - Method in class CoordinateOperationContext
Sets the desired accuracy in metres.
setDesiredPrecision(double) - Method in class LocalizationGridBuilder
Sets the desired precision of inverse transformations, in units of source coordinates.
setElement(int, int, double) - Method in class Matrix1
Modifies the value at the specified row and column of this matrix.
setElement(int, int, double) - Method in class Matrix2
Modifies the value at the specified row and column of this matrix.
setElement(int, int, double) - Method in class Matrix3
Modifies the value at the specified row and column of this matrix.
setElement(int, int, double) - Method in class Matrix4
Modifies the value at the specified row and column of this matrix.
setElements(double[]) - Method in class Matrix1
Sets all matrix elements from a flat, row-major (column indices vary fastest) array.
setElements(double[]) - Method in class Matrix2
Sets all matrix elements from a flat, row-major (column indices vary fastest) array.
setElements(double[]) - Method in class Matrix3
Sets all matrix elements from a flat, row-major (column indices vary fastest) array.
setElements(double[]) - Method in class Matrix4
Sets all matrix elements from a flat, row-major (column indices vary fastest) array.
setElements(double[]) - Method in class MatrixSIS
Sets all matrix elements from a flat, row-major (column indices vary fastest) array.
setEndGeographicPoint(double, double) - Method in class GeodeticCalculator
Sets the destination as geographic (latitude, longitude) coordinates.
setEndPoint(Position) - Method in class GeodeticCalculator
Sets the destination as coordinates in arbitrary reference system.
setEnvelope(double...) - Method in class GeneralEnvelope
Sets the envelope to the specified values, which must be the lower corner coordinates followed by upper corner coordinates.
setEnvelope(Envelope) - Method in class GeneralEnvelope
Sets this envelope to the same coordinate values than the specified envelope.
setFactory(Class<T>, T) - Method in class WKTFormat
Sets one of the factories to be used by this WKTFormat for parsing WKT.
setGeodesicDistance(double) - Method in class GeodeticCalculator
Sets the geodesic distance from the start point to the end point.
setIgnoringAxes(boolean) - Method in class IdentifiedObjectFinder
Sets whether the search should ignore coordinate system axes.
setIndentation(int) - Method in class WKTFormat
Sets a new indentation to be used for formatting objects.
setInvalidWKT(Class<?>, Exception) - Method in class Formatter
Marks the current WKT representation of the given class as not strictly compliant with the WKT specification.
setInvalidWKT(IdentifiedObject, Exception) - Method in class Formatter
Marks the current WKT representation of the given object as not strictly compliant with the WKT specification.
setKeywordCase(KeywordCase) - Method in class WKTFormat
Sets whether WKT keywords should be written with upper cases or camel cases.
setKeywordStyle(KeywordStyle) - Method in class WKTFormat
Sets whether to use short or long WKT keywords.
setLenient(boolean) - Method in class MultiAuthoritiesFactory
Sets whether this factory should relax some rules when processing a given code.
setLocale(Locale) - Method in class Symbols
Sets the locale of decimal format symbols or other symbols.
setLocation(Point2D) - Method in class DirectPosition2D
Sets this coordinate to the specified point.
setLocation(DirectPosition) - Method in class AbstractDirectPosition
Sets this direct position to the given position.
setLocation(DirectPosition) - Method in class DirectPosition1D
Sets this coordinate to the specified direct position.
setLocation(DirectPosition) - Method in class GeneralDirectPosition
Sets this coordinate to the specified direct position.
setMatrix(Matrix) - Method in class MatrixSIS
Sets this matrix to the values of another matrix.
setMaximumListElements(int) - Method in class WKTFormat
Sets a new limit for the number of elements to show in lists.
setName(ElementKind, String) - Method in class Colors
Sets the color of the given syntactic element from a color name.
setNameAuthority(Citation) - Method in class WKTFormat
Sets the preferred authority for choosing the projection and parameter names.
setNumber(int, int, Number) - Method in class MatrixSIS
Modifies the value at the specified row and column of this matrix.
setOffset(double) - Method in class TransferFunction
Sets the offset of the transfer function.
setOrdinate(int, double) - Method in class DirectPosition1D
Sets the coordinate value along the specified dimension.
setOrdinate(int, double) - Method in class DirectPosition2D
Sets the coordinate value along the specified dimension.
setOrdinate(int, double) - Method in class GeneralDirectPosition
Sets the coordinate value along the specified dimension.
setPairedBrackets(String, String...) - Method in class Symbols
Sets the opening and closing brackets to the given pairs.
setPairedQuotes(String, String...) - Method in class Symbols
Sets the opening and closing quotes to the given pairs.
setPositionVectorTransformation(Matrix, double) - Method in class BursaWolfParameters
Sets all Bursa-Wolf parameters from the given Position Vector transformation matrix.
setPrecision(double, Unit<?>) - Method in class CoordinateFormat
Adjusts the number of fraction digits to show in coordinates for achieving the given precision.
setPreferredCodespaces(String...) - Method in class ParameterFormat
Filters names, aliases and identifiers by their code spaces.
setRange(int, double, double) - Method in class GeneralEnvelope
Sets the envelope range along the specified dimension.
setRect(Rectangle2D) - Method in class Envelope2D
Sets this envelope to the given rectangle.
setRemarks(CharSequence) - Method in class Builder
Sets remarks as a String or InternationalString instance.
setRequired(boolean) - Method in class ParameterBuilder
Sets whether the parameter is mandatory or optional.
setScale(double) - Method in class TransferFunction
Sets the scale factor of the transfer function.
setSearchDomain(IdentifiedObjectFinder.Domain) - Method in class IdentifiedObjectFinder
Sets the domain of the search (for example whether to include deprecated objects in the search).
setSeparator(String) - Method in class CoordinateFormat
Sets the separator between each coordinate.
setSeparator(String) - Method in class Symbols
Sets the string to use as a separator in a list of values.
setSequenceBrackets(int, int) - Method in class Symbols
Sets the characters used for opening and closing a sequence of values.
setSource(CoordinateSystem) - Method in class DefaultMathTransformFactory.Context
Sets the source coordinate system to the given value.
setSource(EllipsoidalCS, Ellipsoid) - Method in class DefaultMathTransformFactory.Context
Sets the source coordinate system and its associated ellipsoid to the given value.
setSourceToGrid(LinearTransform) - Method in class LocalizationGridBuilder
Defines relationship between "real-world" source coordinates and grid coordinates.
setStartGeographicPoint(double, double) - Method in class GeodeticCalculator
Sets the starting point as geographic (latitude, longitude) coordinates.
setStartingAzimuth(double) - Method in class GeodeticCalculator
Sets the angular heading at the starting point of a geodesic path.
setStartPoint(Position) - Method in class GeodeticCalculator
Sets the starting point as coordinates in arbitrary reference system.
setSymbols(Symbols) - Method in class WKTFormat
Sets the symbols used for parsing and formatting WKT.
setTarget(CoordinateSystem) - Method in class DefaultMathTransformFactory.Context
Sets the target coordinate system to the given value.
setTarget(EllipsoidalCS, Ellipsoid) - Method in class DefaultMathTransformFactory.Context
Sets the target coordinate system and its associated ellipsoid to the given value.
setTimeout(long, TimeUnit) - Method in class ConcurrentAuthorityFactory
Sets a timer for closing the Data Access Object after the specified amount of time of inactivity.
setTimeRange(Instant, Instant) - Method in class GeneralEnvelope
If this envelope has a temporal component, set this temporal dimension to the given range.
setToInfinite() - Method in class GeneralEnvelope
Sets the lower corner to negative infinity and the upper corner to positive infinity.
setToNaN() - Method in class GeneralEnvelope
Sets all coordinate values to NaN.
setTransform(MathTransform1D) - Method in class TransferFunction
Sets the transform from sample values to geophysics values.
setTransliterator(Transliterator) - Method in class WKTFormat
Sets the mapper between Java character sequences and the characters to write in WKT.
setType(TransferFunctionType) - Method in class TransferFunction
Sets the transfer function type.
setUnavailableFactory(AuthorityFactory) - Method in exception UnavailableFactoryException
Specifies which factory is unavailable.
setValue(boolean) - Method in class DefaultParameterValue
Sets the parameter value as a boolean.
setValue(double) - Method in class DefaultParameterValue
Sets the parameter value as a floating point.
setValue(double[], Unit<?>) - Method in class DefaultParameterValue
Sets the parameter value as an array of floating point and their associated unit.
setValue(double, Unit<?>) - Method in class DefaultParameterValue
Sets the parameter value as a floating point and its associated unit.
setValue(int) - Method in class DefaultParameterValue
Sets the parameter value as an integer.
setValue(Object) - Method in class DefaultParameterValue
Sets the parameter value as an object.
setValue(Object, Unit<?>) - Method in class DefaultParameterValue
Sets the parameter value and its associated unit.
setValues(double...) - Method in class BursaWolfParameters
Sets the parameters to the given values.
setValues(double...) - Method in class TimeDependentBWP
Sets the parameters to the given values.
setVersion(String) - Method in class Builder
Sets the Identifier version of object definitions.
Shapes2D - Class in org.apache.sis.geometry
Utility methods working on Java2D shapes.
SHORT - KeywordStyle
Short keywords.
shortOrLong(String, String) - Method in class Formatter
Selects a short or long keyword depending on the KeywordStyle value.
simplify() - Method in class GeneralEnvelope
Ensures that lowerupper for every dimensions.
SINGLE_LINE - Static variable in class WKTFormat
The indentation value to give to the WKTFormat.setIndentation(int) method for formatting the complete object on a single line.
Sinusoidal - Class in org.apache.sis.referencing.operation.projection
Sinusoidal equal-area projection, also known as "Sanson-Flamsteed".
Sinusoidal(OperationMethod, Parameters) - Constructor for class Sinusoidal
Creates a Sinusoidal projection from the given parameters.
size() - Method in class IdentifiedObjectSet
Returns the number of objects available in this set.
SIZE - Static variable in class Matrix1
The matrix size, which is 1.
SIZE - Static variable in class Matrix2
The matrix size, which is 2.
SIZE - Static variable in class Matrix3
The matrix size, which is 3.
SIZE - Static variable in class Matrix4
The matrix size, which is 4.
solve(Matrix) - Method in class MatrixSIS
Returns the value of U which solves this × U = matrix.
sourceDimensions - Variable in class TransformSeparator
Indices of transform input dimensions to keep, or null if not yet defined.
specialize(Class<T>, CoordinateReferenceSystem, CoordinateReferenceSystem, MathTransformFactory) - Method in class DefaultConversion
Returns a specialization of this conversion with a more specific type, source and target CRS.
specialize(MathTransform, Map<Envelope, MathTransform>) - Static method in class MathTransforms
Creates a transform defined as one transform applied globally except in sub-areas where more accurate transforms are available.
SPHERE - CommonCRS
Unspecified datum based upon the GRS 1980 Authalic Sphere.
spherical() - Method in enum CommonCRS
Returns the geocentric CRS using a spherical coordinate system.
SQLTranslator - Class in org.apache.sis.referencing.factory.sql
Converts the SQL statements from MS-Access dialect to standard SQL.
SQLTranslator(DatabaseMetaData, String, String) - Constructor for class SQLTranslator
Creates a new SQL translator for the database described by the given metadata.
SQUARE_BRACKETS - Static variable in class Symbols
A set of symbols with values between square brackets, like DATUM["WGS84"].
stringValue() - Method in class DefaultParameterValue
Returns the string value of this parameter.
stringValue(ParameterDescriptor<? extends CharSequence>) - Method in class Parameters
Returns the string value of the parameter identified by the given descriptor.
subEnvelope(int, int) - Method in class GeneralEnvelope
Returns a view over this envelope that encompass only some dimensions.
suggest(int, int, int, int, int) - Static method in enum IterationStrategy
Suggests a strategy for iterating over the points to transform in an array.
suggestCommonTarget(GeographicBoundingBox, CoordinateReferenceSystem...) - Static method in class CRS
Suggests a coordinate reference system which could be a common target for coordinate operations having the given sources.
swapAndScaleAxes(CoordinateSystem, CoordinateSystem) - Static method in class CoordinateSystems
Returns an affine transform between two coordinate systems.
swapAndScaleAxes(MathTransform, DefaultMathTransformFactory.Context) - Method in class DefaultMathTransformFactory
Given a transform between normalized spaces, creates a transform taking in account axis directions, units of measurement and longitude rotation.
Symbols - Class in org.apache.sis.io.wkt
The set of symbols to use for Well Known Text (WKT) parsing and formatting.
Symbols(Symbols) - Constructor for class Symbols
Creates a new set of WKT symbols initialized to a copy of the given symbols.

T

targetDimensions - Variable in class TransformSeparator
Indices of transform output dimensions to keep, or null if not yet defined.
TensorParameters<E> - Class in org.apache.sis.parameter
Creates parameter groups for tensors (usually matrices).
TensorParameters(Class<E>, String, String, ParameterDescriptor<Integer>...) - Constructor for class TensorParameters
Constructs a descriptors provider.
TimeDependentBWP - Class in org.apache.sis.referencing.datum
Parameters for a time-dependent geographic transformation between two datum.
TimeDependentBWP(GeodeticDatum, Extent, Date) - Constructor for class TimeDependentBWP
Creates a new instance for the given target datum, domain of validity and time reference.
tip() - Method in class NamedIdentifier
The last element in the sequence of parsed names.
toContextualUnit(Unit<Q>) - Method in class Formatter
Returns the unit to use instead than the given one, or unit if there is no replacement.
toDate(double) - Method in class DefaultTemporalCRS
Converts the given value into a Date object.
toFullyQualifiedName() - Method in class NamedIdentifier
Returns a view of this name as a fully-qualified name.
toInstant(double) - Method in class DefaultTemporalCRS
Converts the given value into an instant object.
toInternationalString() - Method in class NamedIdentifier
Returns a local-dependent string representation of this generic name.
toLatinAbbreviation(CoordinateSystem, AxisDirection, String) - Method in class Transliterator
Returns the axis abbreviation to format in WKT, or null if none.
toLongAxisName(String, AxisDirection, String) - Method in class Transliterator
Returns the axis name to use in memory for an axis parsed from a WKT.
toMatrix(AffineTransform) - Static method in class AffineTransforms2D
Creates a 3×3 matrix from the given affine transform.
toMatrix(ParameterValueGroup) - Method in class TensorParameters
Constructs a matrix from a group of parameters.
toPolygonWKT(Envelope) - Static method in class Envelopes
Formats the given envelope as a POLYGON element in the Well Known Text (WKT) format.
toRectangles() - Method in class Envelope2D
Returns this envelope as non-empty Java2D rectangle objects.
toShortAxisName(CoordinateSystem, AxisDirection, String) - Method in class Transliterator
Returns the axis name to format in WKT, or null if none.
toSimpleEnvelopes() - Method in class AbstractEnvelope
Returns this envelope as an array of simple (without wraparound) envelopes.
toString() - Method in class AbstractDirectPosition
Formats this position in the Well Known Text (WKT) format.
toString() - Method in class AbstractEnvelope
Formats this envelope as a "BOX" element.
toString() - Method in class DirectPosition1D
Formats this position in the Well Known Text (WKT) format.
toString() - Method in class DirectPosition2D
Formats this position in the Well Known Text (WKT) format.
toString() - Method in class Envelope2D
Formats this envelope as a "BOX" element.
toString() - Method in class GeneralDirectPosition
Formats this position in the Well Known Text (WKT) format.
toString() - Method in class FormattableObject
Returns a Well Known Text (WKT) or an alternative text representation for this object.
toString() - Method in class Formatter
Returns a string representation of this formatter for debugging purpose.
toString() - Method in class Warnings
Returns a string representation of the warning messages in the default locale.
toString() - Method in class AbstractParameterDescriptor
Returns a string representation of this descriptor.
toString() - Method in class Parameters
Returns a string representation of this group.
toString() - Method in class DatumShiftGrid
Returns a string representation of this DatumShiftGrid.
toString() - Method in class ConcurrentAuthorityFactory
Returns a string representation of this factory for debugging purpose only.
toString() - Method in class GeodeticAuthorityFactory
Returns a string representation of this factory for debugging purpose only.
toString() - Method in class GeodeticCalculator
Returns a string representation of start point, end point, azimuths and distance.
toString() - Method in class NamedIdentifier
Returns a string representation of this generic name.
toString() - Method in class LinearTransformBuilder
Returns a string representation of this builder for debugging purpose.
toString() - Method in class LocalizationGridBuilder
Returns a string representation of this builder for debugging purpose.
toString() - Method in class MatrixSIS
Returns a unlocalized string representation of this matrix.
toString() - Method in class TransferFunction
Returns a string representation of this transfer function for debugging purpose.
toString(Locale) - Method in class Warnings
Returns a string representation of the warning messages in the given locale.
toString(Locale) - Method in class LocalizationGridBuilder
Returns a string representation of this builder in the given locale.
toString(Convention) - Method in class FormattableObject
Returns a Well Known Text (WKT) for this object using the specified convention.
toString(Envelope) - Static method in class Envelopes
Formats the given envelope as a BOX element.
toString(Identifier) - Static method in class IdentifiedObjects
Returns a string representation of the given identifier.
toString(Matrix) - Static method in class Matrices
Returns a unlocalized string representation of the given matrix.
toUnicodeAbbreviation(String, AxisDirection, String) - Method in class Transliterator
Returns the axis abbreviation to use in memory for an axis parsed from a WKT.
toURN(Class<?>, Identifier) - Static method in class IdentifiedObjects
Returns the URN of the given identifier, or null if no valid URN can be formed.
toValue(Instant) - Method in class DefaultTemporalCRS
Converts the given instant into a value in this axis unit.
toValue(Date) - Method in class DefaultTemporalCRS
Converts the given date into a value in this axis unit.
toWKT() - Method in class FormattableObject
Returns a strictly compliant Well Known Text (WKT) using the default convention, symbols and indentation.
toWKT() - Method in class Formatter
Returns the WKT formatted by this object.
TransferFunction - Class in org.apache.sis.referencing.operation.transform
The function converting raster sample values to geophysics values.
TransferFunction() - Constructor for class TransferFunction
Creates a transfer function initialized to the identity transform.
transform - Variable in class TransformSeparator
The transform to separate.
transform(double) - Method in class AbstractMathTransform1D
Transforms the specified value.
transform(double[], int, double[], int, boolean) - Method in class AlbersEqualArea
Converts the specified (θ,φ) coordinate (units in radians) and stores the result in dstPts.
transform(double[], int, double[], int, boolean) - Method in class CylindricalEqualArea
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts (linear distance on a unit sphere).
transform(double[], int, double[], int, boolean) - Method in class LambertConicConformal
Converts the specified (θ,φ) coordinate (units in radians) and stores the result in dstPts.
transform(double[], int, double[], int, boolean) - Method in class Mercator
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts (linear distance on a unit sphere).
transform(double[], int, double[], int, boolean) - Method in class Mollweide
Converts the specified (λ,φ) coordinate and stores the (x,y) result in dstPts.
transform(double[], int, double[], int, boolean) - Method in class NormalizedProjection
Converts a single coordinate in srcPts at the given offset and stores the result in dstPts at the given offset.
transform(double[], int, double[], int, boolean) - Method in class ObliqueMercator
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts.
transform(double[], int, double[], int, boolean) - Method in class ObliqueStereographic
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts.
transform(double[], int, double[], int, boolean) - Method in class PolarStereographic
Converts the specified (θ,φ) coordinate (units in radians) and stores the result in dstPts.
transform(double[], int, double[], int, boolean) - Method in class Polyconic
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts (linear distance on a unit sphere).
transform(double[], int, double[], int, boolean) - Method in class Sinusoidal
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts (linear distance on a unit sphere).
transform(double[], int, double[], int, boolean) - Method in class TransverseMercator
Converts the specified (λ,φ) coordinate (units in radians) and stores the result in dstPts.
transform(double[], int, double[], int, boolean) - Method in class ZonedGridSystem
Converts the specified (λ,φ) coordinate and stores the result in dstPts.
transform(double[], int, double[], int, boolean) - Method in class AbstractMathTransform
Transforms a single coordinate point in an array, and optionally computes the transform derivative at that location.
transform(double[], int, double[], int, boolean) - Method in class AbstractMathTransform1D.Inverse
Transforms a single point in the given array and opportunistically computes its derivative if requested.
transform(double[], int, double[], int, boolean) - Method in class AbstractMathTransform1D
Transforms a single point in the given array and opportunistically computes its derivative if requested.
transform(double[], int, double[], int, boolean) - Method in class EllipsoidToCentricTransform
Converts the (λ,φ) or (λ,φ,h) geodetic coordinates to to (X,Y,Z) geocentric coordinates, and optionally returns the derivative at that location.
transform(double[], int, double[], int, boolean) - Method in class InterpolatedGeocentricTransform
Transforms the (λ,φ) or (λ,φ,h) coordinates between two geographic CRS, and optionally returns the derivative at that location.
transform(double[], int, double[], int, boolean) - Method in class InterpolatedMolodenskyTransform
Transforms the (λ,φ) or (λ,φ,h) coordinates between two geographic CRS, and optionally returns the derivative at that location.
transform(double[], int, double[], int, boolean) - Method in class InterpolatedTransform
Applies the datum shift on a coordinate tuple and optionally returns the derivative at that location.
transform(double[], int, double[], int, boolean) - Method in class MolodenskyTransform
Transforms the (λ,φ) or (λ,φ,h) coordinates between two geographic CRS, and optionally returns the derivative at that location.
transform(double[], int, double[], int, boolean) - Method in class PassThroughTransform
Transforms a single coordinate in a list of ordinal values, and opportunistically computes the transform derivative if requested.
transform(double[], int, double[], int, int) - Method in class CylindricalEqualArea
Converts a list of coordinate points.
transform(double[], int, double[], int, int) - Method in class Mercator
Converts a list of coordinate points.
transform(double[], int, double[], int, int) - Method in class AbstractMathTransform
Transforms a list of coordinate points.
transform(double[], int, double[], int, int) - Method in class EllipsoidToCentricTransform
Converts the (λ,φ) or (λ,φ,h) geodetic coordinates to to (X,Y,Z) geocentric coordinates.
transform(double[], int, double[], int, int) - Method in class InterpolatedMolodenskyTransform
Transforms the (λ,φ) or (λ,φ,h) coordinates between two geographic CRS.
transform(double[], int, double[], int, int) - Method in class InterpolatedTransform
Transforms an arbitrary amount of coordinate tuples.
transform(double[], int, double[], int, int) - Method in class MolodenskyTransform
Transforms the (λ,φ) or (λ,φ,h) coordinates between two geographic CRS.
transform(double[], int, double[], int, int) - Method in class PassThroughTransform
Transforms many coordinates in a list of ordinal values.
transform(double[], int, float[], int, int) - Method in class AbstractMathTransform
Transforms a list of coordinate points.
transform(double[], int, float[], int, int) - Method in class PassThroughTransform
Transforms many coordinates in a list of ordinal values.
transform(float[], int, double[], int, int) - Method in class AbstractMathTransform
Transforms a list of coordinate points.
transform(float[], int, double[], int, int) - Method in class PassThroughTransform
Transforms many coordinates in a list of ordinal values.
transform(float[], int, float[], int, int) - Method in class AbstractMathTransform
Transforms a list of coordinate points.
transform(float[], int, float[], int, int) - Method in class PassThroughTransform
Transforms many coordinates in a list of ordinal values.
transform(AffineTransform, Rectangle2D, Rectangle2D) - Static method in class AffineTransforms2D
Calculates a rectangle which entirely contains the direct transform of bounds.
transform(AffineTransform, Shape, boolean) - Static method in class AffineTransforms2D
Transforms the given shape.
transform(Point2D, Point2D) - Method in class AbstractMathTransform2D.Inverse
Transforms the specified ptSrc and stores the result in ptDst.
transform(Point2D, Point2D) - Method in class AbstractMathTransform2D
Transforms the specified ptSrc and stores the result in ptDst.
transform(DirectPosition, DirectPosition) - Method in class AbstractMathTransform
Transforms the specified ptSrc and stores the result in ptDst.
transform(Envelope, CoordinateReferenceSystem) - Static method in class Envelopes
Transforms the given envelope to the specified CRS.
transform(CoordinateOperation, Rectangle2D, Rectangle2D) - Static method in class Shapes2D
Transforms a rectangular envelope using the given coordinate operation.
transform(CoordinateOperation, Envelope) - Static method in class Envelopes
Transforms an envelope using the given coordinate operation.
transform(MathTransform2D, Rectangle2D, Rectangle2D) - Static method in class Shapes2D
Transforms a rectangular envelope using the given math transform.
transform(MathTransform, Envelope) - Static method in class Envelopes
Transforms an envelope using the given math transform.
TransformBuilder - Class in org.apache.sis.referencing.operation.builder
Creates a transform which will map approximately the given source positions to the given target positions.
TransformBuilder() - Constructor for class TransformBuilder
For subclass constructors.
TransformSeparator - Class in org.apache.sis.referencing.operation.transform
Extracts a sub-transform from a given MathTransform and source or target dimension indices.
TransformSeparator(MathTransform) - Constructor for class TransformSeparator
Constructs a separator for the given transform.
TransformSeparator(MathTransform, MathTransformFactory) - Constructor for class TransformSeparator
Constructs a separator for the given transform and using the given factory.
translate(double...) - Method in class GeneralEnvelope
Translates the envelope by the given vector.
translate(double[]) - Method in class MatrixSIS
Multiplies this matrix by a translation matrix.
translation(double...) - Static method in class MathTransforms
Creates an affine transform which applies the given translation.
translator - Variable in class EPSGDataAccess
The translator from the SQL statements using MS-Access dialect to SQL statements using the dialect of the actual database.
Transliterator - Class in org.apache.sis.io.wkt
Controls the replacement of characters, abbreviations and names between the objects in memory and their WKT representations.
Transliterator() - Constructor for class Transliterator
For sub-class constructors.
transpose() - Method in class Matrix1
For a 1×1 matrix, this method does nothing.
transpose() - Method in class Matrix2
Sets the value of this matrix to its transpose.
transpose() - Method in class Matrix3
Sets the value of this matrix to its transpose.
transpose() - Method in class Matrix4
Sets the value of this matrix to its transpose.
transpose() - Method in class MatrixSIS
Sets the value of this matrix to its transpose.
TransverseMercator - Class in org.apache.sis.referencing.operation.projection
Transverse Mercator projection (EPSG codes 9807).
TransverseMercator(OperationMethod, Parameters) - Constructor for class TransverseMercator
Creates a Transverse Mercator projection from the given parameters.
trimNamespace(String) - Method in class GeodeticAuthorityFactory
Trims the namespace, if present.
TRUNCATED_JULIAN - CommonCRS.Temporal
Time measured as days since May 24, 1968 at 00:00 UTC.
tryConcatenate(boolean, MathTransform, MathTransformFactory) - Method in class NormalizedProjection
Concatenates or pre-concatenates in an optimized way this projection with the given transform, if possible.
tryConcatenate(boolean, MathTransform, MathTransformFactory) - Method in class AbstractMathTransform
Concatenates or pre-concatenates in an optimized way this math transform with the given one, if possible.
tryConcatenate(boolean, MathTransform, MathTransformFactory) - Method in class EllipsoidToCentricTransform
If this transform expects three-dimensional inputs, and if the transform just before this one unconditionally sets the height to zero, then replaces this transform by a two-dimensional one.
tryConcatenate(boolean, MathTransform, MathTransformFactory) - Method in class PassThroughTransform
Concatenates or pre-concatenates in an optimized way this transform with the given transform, if possible.
tX - Variable in class BursaWolfParameters
X-axis translation in metres (EPSG:8605).
tY - Variable in class BursaWolfParameters
Y-axis translation in metres (EPSG:8606).
tZ - Variable in class BursaWolfParameters
Z-axis translation in metres (EPSG:8607).

U

UnavailableFactoryException - Exception in org.apache.sis.referencing.factory
Thrown when a whole factory can not be created because a resource is missing.
UnavailableFactoryException() - Constructor for exception UnavailableFactoryException
Construct an exception with no detail message.
UnavailableFactoryException(String) - Constructor for exception UnavailableFactoryException
Construct an exception with the specified detail message.
UnavailableFactoryException(String, Throwable) - Constructor for exception UnavailableFactoryException
Construct an exception with the specified detail message and cause.
UnformattableObjectException - Exception in org.apache.sis.io.wkt
Thrown by FormattableObject.toWKT() when an object can not be formatted as WKT.
UnformattableObjectException() - Constructor for exception UnformattableObjectException
Constructs a new exception with no message.
UnformattableObjectException(String) - Constructor for exception UnformattableObjectException
Constructs a new exception with the specified detail message.
UnformattableObjectException(String, Throwable) - Constructor for exception UnformattableObjectException
Constructs a new exception with the specified detail message and cause.
UnformattableObjectException(Throwable) - Constructor for exception UnformattableObjectException
Constructs a new exception with the specified cause.
uniformTranslation(int, double) - Static method in class MathTransforms
Creates an affine transform which applies the same translation for all dimensions.
union(Envelope...) - Static method in class Envelopes
Computes the union of all given envelopes, transforming them to a common CRS if necessary.
unit - Variable in class DefaultParameterValue
The unit of measure for the value, or null if it does not apply.
UNIT - ElementKind
Units of measurement, often represented by UNIT[…] elements.
universal(double, double) - Method in enum CommonCRS
Returns a Universal Transverse Mercator (UTM) or a Universal Polar Stereographic (UPS) projection for the zone containing the given point.
UNIX - CommonCRS.Temporal
Time measured as seconds since January 1st, 1970 at 00:00 UTC.
unmodifiable(ParameterValue<T>) - Static method in class DefaultParameterValue
Returns an unmodifiable implementation of the given parameter value.
unmodifiable(ParameterValueGroup) - Static method in class Parameters
Returns the given parameter value group as an unmodifiable Parameters instance.
unmodifiable(Matrix) - Static method in class Matrices
Returns an unmodifiable view of the given matrix.
UnmodifiableGeometryException - Exception in org.apache.sis.geometry
Indicates that an operation is not allowed on a geometry object because it is unmodifiable.
UnmodifiableGeometryException() - Constructor for exception UnmodifiableGeometryException
Creates an exception with no message.
UnmodifiableGeometryException(String) - Constructor for exception UnmodifiableGeometryException
Creates an exception with the specified message.
UnparsableObjectException - Exception in org.apache.sis.io.wkt
Thrown when a Well Known Text (WKT) can not be parsed.
UnparsableObjectException(String, int) - Constructor for exception UnparsableObjectException
Creates an exception with the specified details message.
UPPER_CASE - KeywordCase
WKT formatting uses upper case keywords.

V

VALID_DATASET - IdentifiedObjectFinder.Domain
Lookup based on valid (non-deprecated) objects known to the factory.
validate(T) - Method in class DefaultParameterValue
Invoked by DefaultParameterValue.setValue(Object, Unit) after the basic verifications have been done and before the value is stored.
value - Variable in class DefaultParameterValue
The value, or null if undefined.
valueFile() - Method in class DefaultParameterValue
Returns a reference to a file or a part of a file containing one or more parameter values.
valueOf(String) - Static method in enum Convention
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ElementKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum KeywordCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum KeywordStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ParameterFormat.ContentLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CommonCRS.Temporal
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CommonCRS
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CommonCRS.Vertical
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum AxesConvention
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum IdentifiedObjectFinder.Domain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum NormalizedProjection.ParameterRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ContextualParameters.MatrixRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum EllipsoidToCentricTransform.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum IterationStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum Convention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ElementKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum KeywordCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum KeywordStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class DefaultParameterValueGroup
Returns the values in this group.
values() - Static method in enum ParameterFormat.ContentLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum CommonCRS.Temporal
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum CommonCRS
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum CommonCRS.Vertical
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum AxesConvention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum IdentifiedObjectFinder.Domain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum NormalizedProjection.ParameterRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ContextualParameters.MatrixRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class ContextualParameters
Returns an unmodifiable list containing all parameters in this group.
values() - Static method in enum EllipsoidToCentricTransform.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum IterationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

Warnings - Class in org.apache.sis.io.wkt
Warnings that occurred during a Well Known Text (WKT) parsing or formatting.
WGS72 - CommonCRS
World Geodetic System 1972.
WGS84 - CommonCRS
World Geodetic System 1984.
WKT1 - Convention
The OGC 01-009 format, also known as “WKT 1”.
WKT1 - Static variable in class TensorParameters
Parses and creates matrix parameters with names matching the Well Known Text version 1 (WKT 1) convention.
WKT1_COMMON_UNITS - Convention
The Simple Feature format, also known as “WKT 1”.
WKT1_IGNORE_AXES - Convention
The Simple Feature format without parsing of axis elements.
WKT2 - Convention
The ISO 19162 format, also known as “WKT 2”.
WKT2_SIMPLIFIED - Convention
The ISO 19162 format with omission of some optional elements.
WKTFormat - Class in org.apache.sis.io.wkt
Parser and formatter for Well Known Text (WKT) strings.
WKTFormat(Locale, TimeZone) - Constructor for class WKTFormat
Creates a format for the given locale and timezone.

Z

ZonedGridSystem - Class in org.apache.sis.referencing.operation.projection
Transverse Mercator Zoned Grid System projection (EPSG codes 9824).
ZonedGridSystem(OperationMethod, Parameters, MathTransformFactory) - Constructor for class ZonedGridSystem
Creates a Zoned Grid System from the given parameters.
A B C D E F G H I J K L M N O P R S T U V W Z 
All Classes All Packages