Uses of Class
org.cts.Identifier

Packages that use Identifier
org.cts   
org.cts.crs   
org.cts.datum   
org.cts.op   
org.cts.op.projection   
org.cts.units   
 

Uses of Identifier in org.cts
 

Methods in org.cts that return Identifier
 Identifier IdentifiableComponent.getIdentifier()
          Return this component's Identifier
 

Methods in org.cts with parameters of type Identifier
static CoordinateReferenceSystem CRSHelper.createCoordinateReferenceSystem(Identifier identifier, Map<String,String> parameters)
          Creates a new CoordinateReferenceSystem with the given Identifier and parameters.
static IdentifiableComponent IdentifiableComponent.getComponent(Identifier id)
          Get the component based on its identifier
protected  void IdentifiableComponent.setIdentifier(Identifier identifier)
          Change this component's Identifier
 

Constructors in org.cts with parameters of type Identifier
IdentifiableComponent(Identifier identifier)
          Creates an identifiable component from an identifier.
 

Uses of Identifier in org.cts.crs
 

Constructors in org.cts.crs with parameters of type Identifier
CompoundCRS(Identifier identifier, GeodeticCRS horizontalCRS, VerticalCRS verticalCRS)
          Create a new GeodeticCRS.
GeocentricCRS(Identifier identifier, GeodeticDatum datum, CoordinateSystem coordSys)
          Create a new Geocentric CRS based on given datum, identifier and coordinate system.
GeodeticCRS(Identifier identifier, GeodeticDatum datum, CoordinateSystem coordinateSystem)
          Create a new GeodeticCRS.
Geographic2DCRS(Identifier identifier, GeodeticDatum datum)
          Create a new Geographic2DCRS.
Geographic2DCRS(Identifier identifier, GeodeticDatum datum, CoordinateSystem coordSys)
          Create a new Geographic2DCRS.
Geographic2DCRS(Identifier identifier, GeodeticDatum datum, Unit unit)
          Create a new Geographic2DCRS.
Geographic3DCRS(Identifier identifier, GeodeticDatum datum)
          Create a new Geographic3DCRS.
Geographic3DCRS(Identifier identifier, GeodeticDatum datum, CoordinateSystem coordSys)
          Create a new Geographic3DCRS.
Geographic3DCRS(Identifier identifier, GeodeticDatum datum, Unit unit)
          Create a new Geographic2DCRS.
ProjectedCRS(Identifier identifier, GeodeticDatum datum, CoordinateSystem coordSys, Projection projection)
          Create a new ProjectedCRS.
ProjectedCRS(Identifier identifier, GeodeticDatum datum, Projection projection)
          Create a new ProjectedCRS.
ProjectedCRS(Identifier identifier, GeodeticDatum datum, Projection projection, Unit unit)
          Create a new ProjectedCRS.
VerticalCRS(Identifier identifier, VerticalDatum datum)
          Create a new VerticalCRS.
VerticalCRS(Identifier identifier, VerticalDatum datum, CoordinateSystem cs)
          Create a new VerticalCRS.
 

Uses of Identifier in org.cts.datum
 

Methods in org.cts.datum with parameters of type Identifier
static Ellipsoid Ellipsoid.createEllipsoidFromEccentricity(Identifier identifier, double semiMajorAxis, double eccentricity)
          Creates a new Ellipsoid whose definition is based on semi-major axis and eccentricity and initializes common parameters such as a, b, e, e2, f, 1/f, e'2 and coefficients for the meridian arc.
static Ellipsoid Ellipsoid.createEllipsoidFromInverseFlattening(Identifier identifier, double semiMajorAxis, double invFlattening)
          Creates a new Ellipsoid whose definition is based on semi-major axis and inverse flattening and initializes common parameters such as a, b, e, e2, f, 1/f, e'2 and coefficients for the meridian arc.
static Ellipsoid Ellipsoid.createEllipsoidFromSemiMinorAxis(Identifier identifier, double semiMajorAxis, double semiMinorAxis)
          Creates a new Ellipsoid whose definition is based on semi-major axis and semi-minor axis and initializes common parameters such as a, b, e, e2, f, 1/f, e'2 and coefficients for the meridian arc.
static PrimeMeridian PrimeMeridian.createPrimeMeridianFromDDLongitude(Identifier identifier, double ddLongitude)
          Create a new PrimeMeridian from a double longitude in decimal degrees.
static PrimeMeridian PrimeMeridian.createPrimeMeridianFromDMSLongitude(Identifier identifier, double dmsLongitude)
          Create a new PrimeMeridian from a double longitude in decimal degrees.
static PrimeMeridian PrimeMeridian.createPrimeMeridianFromDMSLongitude(Identifier identifier, String dmsLongitude)
          Create a new PrimeMeridian from DMS longitude.
static PrimeMeridian PrimeMeridian.createPrimeMeridianFromLongitudeInGrades(Identifier identifier, double longitude)
          Create a new PrimeMeridian from a double longitude in grades.
static PrimeMeridian PrimeMeridian.createPrimeMeridianFromLongitudeInRadians(Identifier identifier, double longitude)
          Create a new PrimeMeridian from a longitude in radians.
 

Constructors in org.cts.datum with parameters of type Identifier
AbstractDatum(Identifier identifier, Extent extent, String origin, String epoch)
          Creates a new Datum.
GeodeticDatum(Identifier identifier, PrimeMeridian primeMeridian, Ellipsoid ellipsoid, GeographicExtent extent, String origin, String epoch)
          Creates a new Datum.
VerticalDatum(Identifier identifier, GeographicExtent extent, String origin, String epoch, VerticalDatum.Type type, String altitudeGrid, GeodeticDatum gd)
          Creates a new VerticalDatum.
VerticalDatum(Identifier identifier, String origin, String epoch, Ellipsoid ellps)
          Creates a new VerticalDatum of type ellipsoidal.
 

Uses of Identifier in org.cts.op
 

Constructors in org.cts.op with parameters of type Identifier
AbstractCoordinateOperation(Identifier identifier)
          Create a new CoordinateOperation instance.
CoordinateOperationSequence(Identifier identifier, CoordinateOperation... sequence)
          Create a CoordinateOperationSequence from an identifier and an array of CoordinateOperations.
CoordinateOperationSequence(Identifier identifier, CoordinateOperation[] sequence, double precision)
          Create a CoordinateOperationSequence from an identifier an array of CoordinateOperations and a precision.
CoordinateOperationSequence(Identifier identifier, List<CoordinateOperation> list)
          Create a CoordinateOperationSequence from an identifier and a List of CoordinateOperations.
CoordinateOperationSequence(Identifier identifier, List<CoordinateOperation> list, double precision)
          Creates a CoordinateOperationSequence from an identifier, a List of CoordinateOperations and a precision.
 

Uses of Identifier in org.cts.op.projection
 

Fields in org.cts.op.projection declared as Identifier
static Identifier AlbersEqualArea.AEA
          The Identifier used for all Albers Equal Area projections.
static Identifier CassiniSoldner.CASS
          The Identifier used for all Cassini-Soldner projections.
static Identifier CylindricalEqualArea.CEA
          The Identifier used for all Cylindrical Equal Area projections.
static Identifier EquidistantCylindrical.EQC
          The Identifier used for all Equidistant Cylindrical projections.
static Identifier GaussSchreiberTransverseMercator.GSTMERC
          The Identifier used for all Gauss Schreiber Transverse Mercator projections.
static Identifier Krovak.KROVAK
          The Identifier used for all Krovak projections.
static Identifier LambertAzimuthalEqualArea.LAEA
          The Identifier used for all Lambert Azimuthal Equal Area projections.
static Identifier LambertConicConformal1SP.LCC1SP
          The Identifier used for all Cylindrical Equal Area projection.
static Identifier LambertConicConformal2SP.LCC2SP
          The Identifier used for all Cylindrical Equal Area projection.
static Identifier Mercator1SP.MERC
          The Identifier used for all Mercator 1SP projections.
static Identifier MillerCylindrical.MILL
          The Identifier used for all Miller Cylindrical projections.
static Identifier NewZealandMapGrid.NZMG
          The Identifier used for all New Zealand Map Grid projections.
static Identifier ObliqueMercator.OMERC
          The Identifier used for all Oblique Mercator projections.
static Identifier Polyconic.POLY
          The Identifier used for all Polyconic projections.
static Identifier SwissObliqueMercator.SOMERC
          The Identifier used for all Swiss Oblique Mercator projections.
static Identifier Stereographic.STERE
          The Identifier used for all Polar Stereographic projections.
static Identifier ObliqueStereographicAlternative.STEREA
          The Identifier used for all Oblique Stereographic Alternative projections.
static Identifier TransverseMercator.TMERC
          The Identifier used for all Transverse Mercator projections.
static Identifier UniversalTransverseMercatorAuto.UTM
          The Identifier used for all Universal Transverse Mercator projections.
static Identifier UniversalTransverseMercator.UTM
          The Identifier used for all Universal Transverse Mercator projections.
 

Constructors in org.cts.op.projection with parameters of type Identifier
Projection(Identifier identifier, Ellipsoid ellipsoid, Map<String,Measure> parameters)
          Creates a new Projection
 

Uses of Identifier in org.cts.units
 

Constructors in org.cts.units with parameters of type Identifier
Unit(Quantity quantity, double scale, double offset, Identifier id)
          Creates a new Unit for the Quantity Q.
Unit(Quantity quantity, double scale, Identifier id)
          Creates a new unit for this quantity.
Unit(Quantity quantity, Identifier id)
          Creates a base unit for this quantity.
 



Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.