Uses of Interface
org.geotools.api.referencing.ReferenceIdentifier
-
Packages that use ReferenceIdentifier Package Description org.geotools.api.referencing org.geotools.api.temporal 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 -
-
Uses of ReferenceIdentifier in org.geotools.api.referencing
Methods in org.geotools.api.referencing that return ReferenceIdentifier Modifier and Type Method Description ReferenceIdentifier
IdentifiedObject. getName()
The primary name by which this object is identified.Methods in org.geotools.api.referencing that return types with arguments of type ReferenceIdentifier Modifier and Type Method Description Set<ReferenceIdentifier>
IdentifiedObject. 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 ReferenceIdentifier Modifier and Type Method Description ReferenceIdentifier
TemporalReferenceSystem. getName()
Provides a name that uniquely identifies the temporal referece system.Methods in org.geotools.api.temporal with parameters of type ReferenceIdentifier Modifier and Type Method 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)
-
Uses of ReferenceIdentifier in org.geotools.coverage.io.netcdf
Methods in org.geotools.coverage.io.netcdf with parameters of type ReferenceIdentifier Modifier and Type Method Description boolean
NetCDFSource. isParameterSupported(ReferenceIdentifier name)
-
Uses of ReferenceIdentifier in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util that return ReferenceIdentifier Modifier and Type Method Description static ReferenceIdentifier[]
Utilities. getIdentifiers(String nameIdentifier)
-
Uses of ReferenceIdentifier in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that return ReferenceIdentifier Modifier and Type Method Description ReferenceIdentifier
ExtendedImagingParameterDescriptors. getName()
-
Uses of ReferenceIdentifier in org.geotools.parameter
Methods in org.geotools.parameter that return ReferenceIdentifier Modifier and Type Method Description ReferenceIdentifier
MatrixParameters. 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 ReferenceIdentifier Modifier and Type Method Description Set<ReferenceIdentifier>
MatrixParameters. 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 ReferenceIdentifier Modifier and Type Class Description class
NamedIdentifier
An identification of a CRS object.Fields in org.geotools.referencing declared as ReferenceIdentifier Modifier and Type Field Description static ReferenceIdentifier[]
AbstractIdentifiedObject. EMPTY_IDENTIFIER_ARRAY
An empty array of identifiers.Methods in org.geotools.referencing that return ReferenceIdentifier Modifier and Type Method 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.Methods in org.geotools.referencing that return types with arguments of type ReferenceIdentifier Modifier and Type Method Description Set<ReferenceIdentifier>
AbstractIdentifiedObject. 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 ReferenceIdentifier Modifier and Type Field 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.Methods in org.geotools.referencing.operation with parameters of type ReferenceIdentifier Modifier and Type Method 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 forIdentifiedObject
constructor. -
Uses of ReferenceIdentifier in org.geotools.temporal.reference
Methods in org.geotools.temporal.reference that return ReferenceIdentifier Modifier and Type Method Description ReferenceIdentifier
DefaultTemporalReferenceSystem. getName()
Methods in org.geotools.temporal.reference that return types with arguments of type ReferenceIdentifier Modifier and Type Method Description Set<ReferenceIdentifier>
DefaultTemporalReferenceSystem. getIdentifiers()
Methods in org.geotools.temporal.reference with parameters of type ReferenceIdentifier Modifier and Type Method Description void
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 ReferenceIdentifier Constructor Description DefaultCalendar(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.
-