- labToRGB(double, double, double, ColourConverter.WhitePoint) - Static method in class org.gicentre.utils.colour.ColourConverter
 
- 
Finds the colour corresponding to the given CIELab triplet.
 
- LambertConformalConic - Class in org.gicentre.utils.spatial
 
- 
Class for representing Lambert conformal conic projectiAlons.
 
- LambertConformalConic(double, double, double) - Constructor for class org.gicentre.utils.spatial.LambertConformalConic
 
- 
Initialises the projection converter assuming spherical figure of the earth and single standard parallel 
  and centred at the given location.
 
- LambertConformalConic(Ellipsoid, double, double, double, double, double, double) - Constructor for class org.gicentre.utils.spatial.LambertConformalConic
 
- 
Initialises the projection converter with the given ellipsoid.
 
- LambertToLatLong(PVector) - Method in class org.gicentre.utils.spatial.LambertConformalConic
 
- 
Converts the given coordinates that use the Lambert conformal conic projection
 into a (longitude,latitude) location.
 
- latLongToAlbers(PVector) - Method in class org.gicentre.utils.spatial.AlbersEqualAreaConic
 
- 
Converts the given (lng, lat) coordinates into a location referenced
 using the Albers equal area conic projection.
 
- latLongToFrench(PVector) - Method in class org.gicentre.utils.spatial.FrenchNTF
 
- 
Converts the given longitude/latitude coordinates into Lambert conformal conic using
 the appropriate zone.
 
- latLongToLambert(PVector) - Method in class org.gicentre.utils.spatial.LambertConformalConic
 
- 
Converts the given (lng, lat) coordinates into a location referenced
  using the Lambert conformal conic projection.
 
- latLongToObliqueMercator(PVector) - Method in class org.gicentre.utils.spatial.ObliqueMercator
 
- 
Converts the given (lat,lng) coordinates into an oblique Mercator location.
 
- latLongToSwiss(PVector) - Method in class org.gicentre.utils.spatial.Swiss
 
- 
Converts the given longitude/latitude coordinates into Swiss grid.
 
- latLongToUTM(PVector) - Method in class org.gicentre.utils.spatial.UTM
 
- 
Converts the given (lat,lng) coordinates into a UTM location.
 
- latLongToUTM(PVector, double, double, double, double, double) - Method in class org.gicentre.utils.spatial.UTM
 
- 
Converts the given (lng,lat) coordinates into a UTM location using
 the given scale factor and origins.
 
- latLongToWebMercator(PVector) - Method in class org.gicentre.utils.spatial.WebMercator
 
- 
Converts the given longitude/latitude coordinates into Web (spherical) Mercator coordinates.
 
- length() - Method in class org.gicentre.utils.network.traer.physics.Vector3D
 
- 
Reports the length of this vector.
 
- length(float) - Method in class org.gicentre.utils.network.traer.physics.Vector3D
 
- 
Reports the normalised length of this vector scaled by the given scale factor.
 
- lengthSquared() - Method in class org.gicentre.utils.network.traer.physics.Vector3D
 
- 
Reports the squared length of this vector.
 
- LikertChart - Class in org.gicentre.utils.stat
 
- 
Class for storing and drawing Likert scaled data.
 
- LikertChart(float[]) - Constructor for class org.gicentre.utils.stat.LikertChart
 
- 
Creates a Likert chart of the given set of frequencies.
 
- LikertChart(float[], float, float) - Constructor for class org.gicentre.utils.stat.LikertChart
 
- 
Creates a Likert chart of the given set of frequencies scaled to the given 
  maximum and minimum value.
 
- LikertChart(float[], float, float, float, String) - Constructor for class org.gicentre.utils.stat.LikertChart
 
- 
Creates a Likert chart of the given set of frequencies and non-responses and
  the given short title.
 
- LikertChart(float[], float, float, float, String, String) - Constructor for class org.gicentre.utils.stat.LikertChart
 
- 
Creates a Likert chart of the given set of frequencies and non-responses and
  the given titles.
 
- limit(float) - Method in class org.gicentre.utils.network.traer.physics.Vector3D
 
- 
Limits the length of this Vector3D to f.
 
- line(float, float, float, float) - Method in interface org.gicentre.utils.gui.Drawable
 
- 
Should draw a 2D line between the given coordinate pairs.
 
- Locatable - Interface in org.gicentre.utils.geom
 
- 
Interface that guarantees that an implementing class will be able to return its location.
 
- logTics - Variable in class org.gicentre.utils.stat.AbstractChart
 
- 
Tic mark values for optional axis display.
 
- luvToRGB(double, double, double, ColourConverter.WhitePoint) - Static method in class org.gicentre.utils.colour.ColourConverter
 
- 
Finds the colour corresponding to the given CIELuv triplet.