Uses of Interface
org.opengis.referencing.ReferenceIdentifier

Packages that use ReferenceIdentifier
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 Reference systems
org.opengis.temporal   
 

Uses of ReferenceIdentifier in org.geotools.parameter
 

Methods in org.geotools.parameter that return ReferenceIdentifier
 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
 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
 class NamedIdentifier
          An identification of a CRS object.
 

Fields in org.geotools.referencing declared as ReferenceIdentifier
static ReferenceIdentifier[] AbstractIdentifiedObject.EMPTY_IDENTIFIER_ARRAY
          An empty array of identifiers.
 

Methods in org.geotools.referencing that return ReferenceIdentifier
 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
 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
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
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.
 

Uses of ReferenceIdentifier in org.geotools.temporal.reference
 

Methods in org.geotools.temporal.reference that return ReferenceIdentifier
 ReferenceIdentifier DefaultTemporalReferenceSystem.getName()
           
 

Methods in org.geotools.temporal.reference that return types with arguments of type ReferenceIdentifier
 Set<ReferenceIdentifier> DefaultTemporalReferenceSystem.getIdentifiers()
           
 

Methods in org.geotools.temporal.reference with parameters of type ReferenceIdentifier
 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
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.
 

Uses of ReferenceIdentifier in org.opengis.referencing
 

Methods in org.opengis.referencing that return ReferenceIdentifier
 ReferenceIdentifier IdentifiedObject.getName()
          The primary name by which this object is identified.
 

Methods in org.opengis.referencing that return types with arguments of type ReferenceIdentifier
 Set<ReferenceIdentifier> IdentifiedObject.getIdentifiers()
          An identifier which references elsewhere the object's defining information.
 

Uses of ReferenceIdentifier in org.opengis.temporal
 

Methods in org.opengis.temporal that return ReferenceIdentifier
 ReferenceIdentifier TemporalReferenceSystem.getName()
          Provides a name that uniquely identifies the temporal referece system.
 

Methods in org.opengis.temporal with parameters of type ReferenceIdentifier
 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-2014 Geotools. All Rights Reserved.