Package | Description |
---|---|
org.geotools.coverage.io.netcdf | |
org.geotools.coverage.io.util | |
org.geotools.coverage.processing |
Coverage processing
implementations.
|
org.geotools.parameter |
Parameter implementation.
|
org.geotools.referencing |
Reference systems implementation.
|
org.geotools.referencing.operation |
Coordinate operation implementation.
|
org.geotools.temporal.reference | |
org.opengis.referencing | |
org.opengis.temporal |
Modifier and Type | Method and Description |
---|---|
boolean |
NetCDFSource.isParameterSupported(ReferenceIdentifier name) |
Modifier and Type | Method and Description |
---|---|
static ReferenceIdentifier[] |
Utilities.getIdentifiers(String nameIdentifier) |
Modifier and Type | Method and Description |
---|---|
ReferenceIdentifier |
ExtendedImagingParameterDescriptors.getName() |
Modifier and Type | Method and Description |
---|---|
ReferenceIdentifier |
MatrixParameters.getName()
Forward the call to the matrix parameter descriptors
specified at construction time.
|
Modifier and Type | Method and Description |
---|---|
Set<ReferenceIdentifier> |
MatrixParameters.getIdentifiers()
Forward the call to the matrix parameter descriptors
specified at construction time.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedIdentifier
An identification of a CRS object.
|
Modifier and Type | Field and Description |
---|---|
static ReferenceIdentifier[] |
AbstractIdentifiedObject.EMPTY_IDENTIFIER_ARRAY
An empty array of identifiers.
|
Modifier and Type | Method and Description |
---|---|
ReferenceIdentifier |
AbstractIdentifiedObject.getIdentifier(Citation authority)
Returns an identifier according the given authority.
|
static ReferenceIdentifier |
AbstractIdentifiedObject.getIdentifier(IdentifiedObject info,
Citation authority)
Returns an identifier according the given authority.
|
ReferenceIdentifier |
AbstractIdentifiedObject.getName()
The primary name by which this object is identified.
|
Modifier and Type | Method and Description |
---|---|
Set<ReferenceIdentifier> |
AbstractIdentifiedObject.getIdentifiers()
An identifier which references elsewhere the object's defining information.
|
Modifier and Type | Field and Description |
---|---|
protected static ReferenceIdentifier |
AbstractCoordinateOperationFactory.AXIS_CHANGES
The identifier for conversion using an affine transform for axis swapping and/or unit
conversions.
|
protected static ReferenceIdentifier |
AbstractCoordinateOperationFactory.DATUM_SHIFT
The identifier for a transformation which is a datum shift.
|
protected static ReferenceIdentifier |
AbstractCoordinateOperationFactory.ELLIPSOID_SHIFT
The identifier for a transformation which is a datum shift without Bursa Wolf parameters.
|
protected static ReferenceIdentifier |
AbstractCoordinateOperationFactory.GEOCENTRIC_CONVERSION
The identifier for a geocentric conversion.
|
protected static ReferenceIdentifier |
AbstractCoordinateOperationFactory.IDENTITY
The identifier for an identity operation.
|
protected static ReferenceIdentifier |
AbstractCoordinateOperationFactory.INVERSE_OPERATION
The identifier for an inverse operation.
|
Modifier and Type | Method and Description |
---|---|
protected static ParameterDescriptor<Double> |
MathTransformProvider.createDescriptor(ReferenceIdentifier[] identifiers,
double defaultValue,
double minimum,
double maximum,
Unit<?> unit)
Constructs a parameter descriptor from a set of alias.
|
protected static ParameterDescriptorGroup |
MathTransformProvider.createDescriptorGroup(ReferenceIdentifier[] identifiers,
GeneralParameterDescriptor[] parameters)
Constructs a parameter group from a set of alias.
|
protected CoordinateOperation |
AbstractCoordinateOperationFactory.createFromAffineTransform(ReferenceIdentifier name,
CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
Matrix matrix)
Creates a coordinate operation from a matrix, which usually describes an affine tranform.
|
protected CoordinateOperation |
AbstractCoordinateOperationFactory.createFromMathTransform(ReferenceIdentifier name,
CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
MathTransform transform)
Creates a coordinate operation from a math transform.
|
protected CoordinateOperation |
AbstractCoordinateOperationFactory.createFromParameters(ReferenceIdentifier name,
CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
ParameterValueGroup parameters)
Creates a coordinate operation from a set of parameters.
|
protected static ParameterDescriptor<Double> |
MathTransformProvider.createOptionalDescriptor(ReferenceIdentifier[] identifiers,
double minimum,
double maximum,
Unit<?> unit)
Constructs an optional parameter descriptor from a set of alias.
|
protected static Map<String,Object> |
MathTransformProvider.toMap(ReferenceIdentifier... identifiers)
Put the identifiers into a properties map suitable for
IdentifiedObject constructor. |
Modifier and Type | Method and Description |
---|---|
ReferenceIdentifier |
DefaultTemporalReferenceSystem.getName() |
Modifier and Type | Method and Description |
---|---|
Set<ReferenceIdentifier> |
DefaultTemporalReferenceSystem.getIdentifiers() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTemporalReferenceSystem.setName(ReferenceIdentifier name)
This is a name that uniquely identifies the temporal reference system.
|
Constructor and Description |
---|
DefaultCalendar(ReferenceIdentifier name,
Extent domainOfValidity)
Creates a new instance of DefaultCalendar
|
DefaultClock(ReferenceIdentifier name,
Extent domainOfValidity,
InternationalString referenceEvent,
ClockTime referenceTime,
ClockTime utcReference) |
DefaultOrdinalReferenceSystem(ReferenceIdentifier name,
Extent domainOfValidity,
Collection<OrdinalEra> ordinalEraSequence) |
DefaultTemporalCoordinateSystem(ReferenceIdentifier name,
Extent domainOfValidity,
Date origin,
InternationalString interval) |
DefaultTemporalReferenceSystem(ReferenceIdentifier name,
Extent domainOfValidity)
Creates a new instance of TemporalReferenceSystem by passing a ReferenceIdentifier name and a
domain of validity.
|
Modifier and Type | Method and Description |
---|---|
ReferenceIdentifier |
IdentifiedObject.getName()
The primary name by which this object is identified.
|
Modifier and Type | Method and Description |
---|---|
Set<ReferenceIdentifier> |
IdentifiedObject.getIdentifiers()
An identifier which references elsewhere the object's defining information.
|
Modifier and Type | Method and Description |
---|---|
ReferenceIdentifier |
TemporalReferenceSystem.getName()
Provides a name that uniquely identifies the temporal referece system.
|
Modifier and Type | Method and Description |
---|---|
Calendar |
TemporalFactory.createCalendar(ReferenceIdentifier name,
Extent domainOfValidit) |
Clock |
TemporalFactory.createClock(ReferenceIdentifier name,
Extent domainOfValidity,
InternationalString referenceEvent,
ClockTime referenceTime,
ClockTime utcReference) |
OrdinalReferenceSystem |
TemporalFactory.createOrdinalReferenceSystem(ReferenceIdentifier name,
Extent domainOfValidity,
Collection<OrdinalEra> ordinalEraSequence) |
TemporalCoordinateSystem |
TemporalFactory.createTemporalCoordinateSystem(ReferenceIdentifier name,
Extent domainOfValidity,
Date origin,
InternationalString interval) |
TemporalReferenceSystem |
TemporalFactory.createTemporalReferenceSystem(ReferenceIdentifier name,
Extent domainOfValidity) |
Copyright © 1996–2023 Geotools. All rights reserved.