Uses of Interface
org.geotools.api.referencing.ReferenceIdentifier
Packages that use ReferenceIdentifier
Package
Description
Coverage processing
implementations.
Parameter implementation.
Reference systems implementation.
Coordinate operation implementation.
-
Uses of ReferenceIdentifier in org.geotools.api.referencing
Methods in org.geotools.api.referencing that return ReferenceIdentifierModifier and TypeMethodDescriptionIdentifiedObject.getName()
The primary name by which this object is identified.Methods in org.geotools.api.referencing that return types with arguments of type ReferenceIdentifierModifier and TypeMethodDescriptionIdentifiedObject.getIdentifiers()
An identifier which references elsewhere the object's defining information. -
Uses of ReferenceIdentifier in org.geotools.api.temporal
Methods in org.geotools.api.temporal that return ReferenceIdentifierModifier and TypeMethodDescriptionTemporalReferenceSystem.getName()
Provides a name that uniquely identifies the temporal referece system.Methods in org.geotools.api.temporal with parameters of type ReferenceIdentifierModifier and TypeMethodDescriptionTemporalFactory.createCalendar
(ReferenceIdentifier name, Extent domainOfValidit) TemporalFactory.createClock
(ReferenceIdentifier name, Extent domainOfValidity, InternationalString referenceEvent, ClockTime referenceTime, ClockTime utcReference) TemporalFactory.createOrdinalReferenceSystem
(ReferenceIdentifier name, Extent domainOfValidity, Collection<OrdinalEra> ordinalEraSequence) TemporalFactory.createTemporalCoordinateSystem
(ReferenceIdentifier name, Extent domainOfValidity, Date origin, InternationalString interval) TemporalFactory.createTemporalReferenceSystem
(ReferenceIdentifier name, Extent domainOfValidity) -
Uses of ReferenceIdentifier in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf with parameters of type ReferenceIdentifierModifier and TypeMethodDescriptionboolean
NetCDFSource.isParameterSupported
(ReferenceIdentifier name) -
Uses of ReferenceIdentifier in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util that return ReferenceIdentifierModifier and TypeMethodDescriptionstatic ReferenceIdentifier[]
Utilities.getIdentifiers
(String nameIdentifier) -
Uses of ReferenceIdentifier in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return ReferenceIdentifier -
Uses of ReferenceIdentifier in org.geotools.parameter
Methods in org.geotools.parameter that return ReferenceIdentifierModifier and TypeMethodDescriptionMatrixParameters.getName()
Forward the call to the matrix parameter descriptors specified at construction time.Methods in org.geotools.parameter that return types with arguments of type ReferenceIdentifierModifier and TypeMethodDescriptionMatrixParameters.getIdentifiers()
Forward the call to the matrix parameter descriptors specified at construction time. -
Uses of ReferenceIdentifier in org.geotools.referencing
Classes in org.geotools.referencing that implement ReferenceIdentifierFields in org.geotools.referencing declared as ReferenceIdentifierModifier and TypeFieldDescriptionstatic final ReferenceIdentifier[]
AbstractIdentifiedObject.EMPTY_IDENTIFIER_ARRAY
An empty array of identifiers.Methods in org.geotools.referencing that return ReferenceIdentifierModifier and TypeMethodDescriptionAbstractIdentifiedObject.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.AbstractIdentifiedObject.getName()
The primary name by which this object is identified.Methods in org.geotools.referencing that return types with arguments of type ReferenceIdentifierModifier and TypeMethodDescriptionAbstractIdentifiedObject.getIdentifiers()
An identifier which references elsewhere the object's defining information. -
Uses of ReferenceIdentifier in org.geotools.referencing.operation
Fields in org.geotools.referencing.operation declared as ReferenceIdentifierModifier and TypeFieldDescriptionprotected static final ReferenceIdentifier
AbstractCoordinateOperationFactory.AXIS_CHANGES
The identifier for conversion using an affine transform for axis swapping and/or unit conversions.protected static final ReferenceIdentifier
AbstractCoordinateOperationFactory.DATUM_SHIFT
The identifier for a transformation which is a datum shift.protected static final ReferenceIdentifier
AbstractCoordinateOperationFactory.ELLIPSOID_SHIFT
The identifier for a transformation which is a datum shift without Bursa Wolf parameters.protected static final ReferenceIdentifier
AbstractCoordinateOperationFactory.GEOCENTRIC_CONVERSION
The identifier for a geocentric conversion.protected static final ReferenceIdentifier
AbstractCoordinateOperationFactory.IDENTITY
The identifier for an identity operation.protected static final ReferenceIdentifier
AbstractCoordinateOperationFactory.INVERSE_OPERATION
The identifier for an inverse operation.Methods in org.geotools.referencing.operation with parameters of type ReferenceIdentifierModifier and TypeMethodDescriptionprotected 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.MathTransformProvider.toMap
(ReferenceIdentifier... identifiers) Put the identifiers into a properties map suitable forIdentifiedObject
constructor. -
Uses of ReferenceIdentifier in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return ReferenceIdentifierMethods in org.geotools.temporal.reference that return types with arguments of type ReferenceIdentifierMethods in org.geotools.temporal.reference with parameters of type ReferenceIdentifierModifier and TypeMethodDescriptionvoid
DefaultTemporalReferenceSystem.setName
(ReferenceIdentifier name) This is a name that uniquely identifies the temporal reference system.Constructors in org.geotools.temporal.reference with parameters of type ReferenceIdentifierModifierConstructorDescriptionDefaultCalendar
(ReferenceIdentifier name, Extent domainOfValidity) Creates a new instance of DefaultCalendarDefaultClock
(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.