A B C D E F G H I K L M N O P Q R S T U V W Y

A

a - Variable in class com.jhlabs.map.proj.Projection
The equator radius
A - Variable in class com.jhlabs.map.proj.PutninsP5Projection
 
abbreviation - Variable in class com.jhlabs.map.Unit
 
AbstractDefaultValue<E> - Class in org.tridas.io.defaults
 
AbstractDefaultValue() - Constructor for class org.tridas.io.defaults.AbstractDefaultValue
 
AbstractDefaultValue(int, int) - Constructor for class org.tridas.io.defaults.AbstractDefaultValue
 
AbstractDendroCollectionWriter - Class in org.tridas.io
 
AbstractDendroCollectionWriter(Class<? extends IMetadataFieldSet>) - Constructor for class org.tridas.io.AbstractDendroCollectionWriter
 
AbstractDendroFileReader - Class in org.tridas.io
 
AbstractDendroFileReader(Class<? extends IMetadataFieldSet>) - Constructor for class org.tridas.io.AbstractDendroFileReader
 
AbstractMetadataFieldSet - Class in org.tridas.io.defaults
 
AbstractMetadataFieldSet() - Constructor for class org.tridas.io.defaults.AbstractMetadataFieldSet
 
AbstractNamingConvention - Class in org.tridas.io.naming
 
AbstractNamingConvention() - Constructor for class org.tridas.io.naming.AbstractNamingConvention
 
AbstractNamingConvention.DendoFileInfo - Class in org.tridas.io.naming
 
AbstractNamingConvention.DendoFileInfo() - Constructor for class org.tridas.io.naming.AbstractNamingConvention.DendoFileInfo
 
AbstractTridasMetadataFieldSet - Class in org.tridas.io.defaults
Abstract class for creating default Tridas object and fields
AbstractTridasMetadataFieldSet() - Constructor for class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
accept(File) - Method in class org.tridas.io.DendroFileFilter
 
acos(double) - Static method in class com.jhlabs.map.MapMath
 
acosd(double) - Static method in class com.jhlabs.map.MapMath
 
add(Point2D.Double, Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 
add(int) - Method in class org.tridas.io.util.AstronomicalYear
Adds (or subtracts, for negative values) some number of years, and generates a new Year object.
add(int) - Method in class org.tridas.io.util.SafeIntYear
Adds (or subtracts, for negative values) some number of years, and generates a new Year object.
addConversionWarning(ConversionWarning) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
 
addConversionWarning(ConversionWarning) - Method in interface org.tridas.io.defaults.IMetadataFieldSet
 
addIgnoredWarning(Enum<?>, String) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
 
addIgnoredWarning(Enum<?>, String) - Method in interface org.tridas.io.defaults.IMetadataFieldSet
Add a warning from validation
addLefthandZeros(int, int) - Static method in class org.tridas.io.util.StringUtils
by daniel, for integer formatting
addSequenceNumbersForUniqueness - Variable in class org.tridas.io.naming.AbstractNamingConvention
 
addSeries(ITridasSeries, TridasToBesanconDefaults) - Method in class org.tridas.io.formats.besancon.BesanconFile
 
addSeries(ITridasSeries, TridasValues, TridasToHeidelbergDefaults) - Method in class org.tridas.io.formats.heidelberg.HeidelbergFile
 
addSeries(ITridasSeries) - Method in class org.tridas.io.formats.tucson.TucsonFile
Add a Tridas series to the list of series to be written to this file
addSeries(ITridasSeries, TridasValues, TridasToVFormatDefaults) - Method in class org.tridas.io.formats.vformat.VFormatFile
 
addToFileList(IDendroFile) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Add DendroFile to list of files to write
addTridasProject(TridasProject) - Method in class org.tridas.io.formats.tridas.TridasFile
 
addTruncatedWarning(Enum<?>, String) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
 
addTruncatedWarning(Enum<?>, String) - Method in interface org.tridas.io.defaults.IMetadataFieldSet
Add a warning from validation
addWarning(ConversionWarning) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Add a warning to our list of ConversionWarnings
addWarning(ConversionWarning) - Method in class org.tridas.io.AbstractDendroFileReader
Add a warning to the list.
AIRY - Static variable in class com.jhlabs.map.Ellipsoid
 
AiryProjection - Class in com.jhlabs.map.proj
 
AiryProjection() - Constructor for class com.jhlabs.map.proj.AiryProjection
 
AitoffProjection - Class in com.jhlabs.map.proj
 
AitoffProjection() - Constructor for class com.jhlabs.map.proj.AitoffProjection
 
AlbersProjection - Class in com.jhlabs.map.proj
 
AlbersProjection() - Constructor for class com.jhlabs.map.proj.AlbersProjection
 
ANGLE_UNIT - Static variable in class com.jhlabs.map.Unit
 
AngleFormat - Class in com.jhlabs.map
A NumberFormat for formatting Angles in various commonly-found mapping styles.
AngleFormat() - Constructor for class com.jhlabs.map.AngleFormat
 
AngleFormat(String) - Constructor for class com.jhlabs.map.AngleFormat
 
AngleFormat(String, boolean) - Constructor for class com.jhlabs.map.AngleFormat
 
Apian1Projection - Class in com.jhlabs.map.proj
Apian I Globular projection.
Apian1Projection() - Constructor for class com.jhlabs.map.proj.Apian1Projection
 
Apian2Projection - Class in com.jhlabs.map.proj
Apian II Globular projection.
Apian2Projection() - Constructor for class com.jhlabs.map.proj.Apian2Projection
 
ARC_MINUTES - Static variable in class com.jhlabs.map.Units
 
ARC_SECONDS - Static variable in class com.jhlabs.map.Units
 
AREA_UNIT - Static variable in class com.jhlabs.map.Unit
 
asin(double) - Static method in class com.jhlabs.map.MapMath
 
asind(double) - Static method in class com.jhlabs.map.MapMath
 
AstronomicalYear - Class in org.tridas.io.util
This is a year format using the astronomical conventions rather than BC/AD calendar.
AstronomicalYear() - Constructor for class org.tridas.io.util.AstronomicalYear
Default constructor.
AstronomicalYear(int) - Constructor for class org.tridas.io.util.AstronomicalYear
Constructor for ints.
AstronomicalYear(Year) - Constructor for class org.tridas.io.util.AstronomicalYear
Construct a AstronomicalYear from a native TridasYear.
AstronomicalYear(SafeIntYear) - Constructor for class org.tridas.io.util.AstronomicalYear
Construct a AstronomicalYear from a SafeIntYear.
AstronomicalYear(int, int) - Constructor for class org.tridas.io.util.AstronomicalYear
Constructor from (row,col) pair.
AstronomicalYear(String) - Constructor for class org.tridas.io.util.AstronomicalYear
Constructor from String.
atan2(double, double) - Static method in class com.jhlabs.map.MapMath
 
atan2d(double, double) - Static method in class com.jhlabs.map.MapMath
 
atand(double) - Static method in class com.jhlabs.map.MapMath
 
AugustProjection - Class in com.jhlabs.map.proj
 
AugustProjection() - Constructor for class com.jhlabs.map.proj.AugustProjection
 
AUSTRALIAN - Static variable in class com.jhlabs.map.Ellipsoid
 
authlat(double, double[]) - Static method in class com.jhlabs.map.MapMath
 
authset(double) - Static method in class com.jhlabs.map.MapMath
 
AutoCompleteJComboBoxer - Class in org.tridas.io.util
 
AutoCompleteJComboBoxer(JComboBox) - Constructor for class org.tridas.io.util.AutoCompleteJComboBoxer
 
AzimuthalProjection - Class in com.jhlabs.map.proj
The superclass for all azimuthal map projections
AzimuthalProjection() - Constructor for class com.jhlabs.map.proj.AzimuthalProjection
 
AzimuthalProjection(double, double) - Constructor for class com.jhlabs.map.proj.AzimuthalProjection
 

B

B - Variable in class com.jhlabs.map.proj.PutninsP5Projection
 
BaconProjection - Class in com.jhlabs.map.proj
Bacon Globular projection.
BaconProjection() - Constructor for class com.jhlabs.map.proj.BaconProjection
 
BelfastAppleFile - Class in org.tridas.io.formats.belfastapple
 
BelfastAppleFile(IMetadataFieldSet, AbstractDendroCollectionWriter) - Constructor for class org.tridas.io.formats.belfastapple.BelfastAppleFile
 
BelfastAppleReader - Class in org.tridas.io.formats.belfastapple
 
BelfastAppleReader() - Constructor for class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
BelfastAppleToTridasDefaults - Class in org.tridas.io.formats.belfastapple
 
BelfastAppleToTridasDefaults() - Constructor for class org.tridas.io.formats.belfastapple.BelfastAppleToTridasDefaults
 
BelfastAppleWriter - Class in org.tridas.io.formats.belfastapple
 
BelfastAppleWriter() - Constructor for class org.tridas.io.formats.belfastapple.BelfastAppleWriter
 
BelfastArchiveReader - Class in org.tridas.io.formats.belfastarchive
 
BelfastArchiveReader() - Constructor for class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
BelfastArchiveToTridasDefaults - Class in org.tridas.io.formats.belfastarchive
 
BelfastArchiveToTridasDefaults() - Constructor for class org.tridas.io.formats.belfastarchive.BelfastArchiveToTridasDefaults
 
BesanconFile - Class in org.tridas.io.formats.besancon
 
BesanconFile() - Constructor for class org.tridas.io.formats.besancon.BesanconFile
 
BesanconFile.BesanconSeriesDefaultsPair - Class in org.tridas.io.formats.besancon
 
BesanconFile.BesanconSeriesDefaultsPair(ITridasSeries, TridasToBesanconDefaults) - Constructor for class org.tridas.io.formats.besancon.BesanconFile.BesanconSeriesDefaultsPair
 
BesanconReader - Class in org.tridas.io.formats.besancon
 
BesanconReader() - Constructor for class org.tridas.io.formats.besancon.BesanconReader
 
BesanconToTridasDefaults - Class in org.tridas.io.formats.besancon
 
BesanconToTridasDefaults() - Constructor for class org.tridas.io.formats.besancon.BesanconToTridasDefaults
 
BesanconToTridasDefaults.BesanconCambiumType - Enum in org.tridas.io.formats.besancon
 
BesanconToTridasDefaults.DefaultFields - Enum in org.tridas.io.formats.besancon
 
BesanconWriter - Class in org.tridas.io.formats.besancon
 
BesanconWriter() - Constructor for class org.tridas.io.formats.besancon.BesanconWriter
 
BESSEL - Static variable in class com.jhlabs.map.Ellipsoid
 
binarySearchInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
Compute the inverse projection by a binary search.
binarySearchInverse(double, double, double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
Compute the inverse projection by a binary search.
BipolarProjection - Class in com.jhlabs.map.proj
 
BipolarProjection() - Constructor for class com.jhlabs.map.proj.BipolarProjection
 
BNGLetterReftoBNGNumberRef(String) - Static method in class org.tridas.spatial.SpatialUtils
Converts British National Grid reference with letter prefix to full numeric reference style.
BNGNumRefToBNGLetRef(Double, Double, Integer) - Static method in class org.tridas.spatial.SpatialUtils
Convert a British National Grid number reference to standard letter+number reference.
BoggsProjection - Class in com.jhlabs.map.proj
 
BoggsProjection() - Constructor for class com.jhlabs.map.proj.BoggsProjection
 
BonneProjection - Class in com.jhlabs.map.proj
 
BonneProjection() - Constructor for class com.jhlabs.map.proj.BonneProjection
 
BooleanDefaultValue - Class in org.tridas.io.defaults.values
 
BooleanDefaultValue() - Constructor for class org.tridas.io.defaults.values.BooleanDefaultValue
 
BooleanDefaultValue(Boolean) - Constructor for class org.tridas.io.defaults.values.BooleanDefaultValue
 
bytesToHex(byte[]) - Static method in class org.tridas.io.util.StringUtils
 

C

C0 - Static variable in class com.jhlabs.map.proj.DenoyerProjection
 
C1 - Static variable in class com.jhlabs.map.proj.DenoyerProjection
 
C3 - Static variable in class com.jhlabs.map.proj.DenoyerProjection
 
C_x - Variable in class com.jhlabs.map.proj.PutninsP4PProjection
 
C_y - Variable in class com.jhlabs.map.proj.PutninsP4PProjection
 
CassiniProjection - Class in com.jhlabs.map.proj
 
CassiniProjection() - Constructor for class com.jhlabs.map.proj.CassiniProjection
 
CatrasFile - Class in org.tridas.io.formats.catras
 
CatrasFile(TridasToCatrasDefaults) - Constructor for class org.tridas.io.formats.catras.CatrasFile
 
CatrasReader - Class in org.tridas.io.formats.catras
 
CatrasReader() - Constructor for class org.tridas.io.formats.catras.CatrasReader
 
CatrasToTridasDefaults - Class in org.tridas.io.formats.catras
 
CatrasToTridasDefaults() - Constructor for class org.tridas.io.formats.catras.CatrasToTridasDefaults
 
CatrasToTridasDefaults.CATRASFileType - Enum in org.tridas.io.formats.catras
 
CatrasToTridasDefaults.CATRASLastRing - Enum in org.tridas.io.formats.catras
 
CatrasToTridasDefaults.CATRASProtection - Enum in org.tridas.io.formats.catras
 
CatrasToTridasDefaults.CATRASScope - Enum in org.tridas.io.formats.catras
 
CatrasToTridasDefaults.CATRASSource - Enum in org.tridas.io.formats.catras
 
CatrasToTridasDefaults.CATRASVariableType - Enum in org.tridas.io.formats.catras
 
CatrasToTridasDefaults.DefaultFields - Enum in org.tridas.io.formats.catras
 
CatrasWriter - Class in org.tridas.io.formats.catras
 
CatrasWriter() - Constructor for class org.tridas.io.formats.catras.CatrasWriter
 
CENTIMETRES - Static variable in class com.jhlabs.map.Units
 
CentralCylindricalProjection - Class in com.jhlabs.map.proj
 
CentralCylindricalProjection() - Constructor for class com.jhlabs.map.proj.CentralCylindricalProjection
 
CHAINS - Static variable in class com.jhlabs.map.Units
 
checkFile(byte[]) - Method in class org.tridas.io.formats.catras.CatrasReader
Check this is a valid CATRAS file
checkTridasValuesDataType(TridasValues, TridasUtils.TridasValueDataType) - Static method in class org.tridas.io.util.TridasUtils
Checks to see whether a TridasValues block contains only only values of a certain data type.
checkValidFile(String[]) - Method in class org.tridas.io.formats.tucson.TucsonReader
This checks to see if the file is a valid Tucson file and at the same time sets whether its an RWL or CRN style file.
checkValuesFitInFields(TridasValues, Integer) - Static method in class org.tridas.io.util.UnitUtils
 
chopString(String, int) - Static method in class org.tridas.io.util.StringUtils
Chops the string into smaller strings with size of argLength.
chrono - Variable in class org.tridas.io.formats.heidelberg.HeidelbergFile.HeidelbergSeries
 
CLARKE_1866 - Static variable in class com.jhlabs.map.Ellipsoid
 
CLARKE_1880 - Static variable in class com.jhlabs.map.Ellipsoid
 
clearFiles() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Clears the file list
clearRegisteredFiles() - Method in class org.tridas.io.naming.AbstractNamingConvention
 
clearTridasProjects() - Method in class org.tridas.io.formats.tridas.TridasFile
 
clearWarnings() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Clear warning list
clearWarnings() - Method in class org.tridas.io.AbstractDendroFileReader
Clears the conversion warnings.
clone() - Method in class com.jhlabs.map.Ellipsoid
 
clone() - Method in class com.jhlabs.map.proj.EqualAreaAzimuthalProjection
 
clone() - Method in class com.jhlabs.map.proj.EquidistantAzimuthalProjection
 
clone() - Method in class com.jhlabs.map.proj.Projection
 
clone() - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
clone() - Method in class org.tridas.io.defaults.AbstractDefaultValue
 
clone() - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
 
clone() - Method in interface org.tridas.io.defaults.IMetadataFieldSet
Clones values to new IMetadataFieldSet.
clone() - Method in class org.tridas.io.defaults.values.GenericDefaultValue
Overriding clone, used to do deep copy of jaxb elements that implement Copyable.
CollignonProjection - Class in com.jhlabs.map.proj
 
CollignonProjection() - Constructor for class com.jhlabs.map.proj.CollignonProjection
 
COLLINEAR - Static variable in class com.jhlabs.map.MapMath
 
column() - Method in class org.tridas.io.util.AstronomicalYear
Determines what column this year would be, if years were in a grid 10 wide, with the left column years ending in zero.
column() - Method in class org.tridas.io.util.SafeIntYear
Determines what column this year would be, if years were in a grid 10 wide, with the left column years ending in zero.
com.jhlabs.map - package com.jhlabs.map
 
com.jhlabs.map.proj - package com.jhlabs.map.proj
 
CommandLineUI - Class in org.tridas.io
 
CommandLineUI() - Constructor for class org.tridas.io.CommandLineUI
 
compareTo(DendroFileFilter) - Method in class org.tridas.io.DendroFileFilter
 
compareTo(Object) - Method in class org.tridas.io.util.AstronomicalYear
Compares this and o.
compareTo(Object) - Method in class org.tridas.io.util.SafeIntYear
Compares this and o.
compareTo(Object) - Method in class org.tridas.io.util.YearRange
Compares this and o, for placing in fallback order.
CONIC_LAT_DEG - Static variable in class com.jhlabs.map.proj.ConicProjection
Default standard latitude for conic projections
ConicProjection - Class in com.jhlabs.map.proj
The superclass for all Conic projections.
ConicProjection() - Constructor for class com.jhlabs.map.proj.ConicProjection
 
constructDefaultMetadata() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Construct the default metadata fields
constructDefaultMetadata() - Method in class org.tridas.io.AbstractDendroFileReader
Constructs a new metadata defaults.
contains(SafeIntYear) - Method in class org.tridas.io.util.YearRange
Return true if (and only if) the given year is inside the range, inclusive.
contains(YearRange) - Method in class org.tridas.io.util.YearRange
Return true if (and only if) the given range is completely inside the range, inclusive.
containsSpecialChars(String) - Static method in class org.tridas.io.formats.sheffield.SheffieldFile
Does this line contain any special chars?
ConversionWarning - Class in org.tridas.io.exceptions
A conversion warning is used to record when an issue has been detected during the conversion of a file from or to the Tridas classes.
ConversionWarning(ConversionWarning.WarningType, String) - Constructor for class org.tridas.io.exceptions.ConversionWarning
Raise a warning about an aspect of the data conversion
ConversionWarning(ConversionWarning.WarningType, String, String) - Constructor for class org.tridas.io.exceptions.ConversionWarning
Raise a warning about an aspect of the data conversion
ConversionWarning.WarningType - Enum in org.tridas.io.exceptions
Warning types that can be raised
ConversionWarningException - Exception in org.tridas.io.exceptions
A problem was found when converting between dendro formats
ConversionWarningException(ConversionWarning) - Constructor for exception org.tridas.io.exceptions.ConversionWarningException
Raise a conversion exception
convert(double, Unit, Unit) - Static method in class com.jhlabs.map.Units
 
convertBigDecimal(NormalTridasUnit, NormalTridasUnit, BigDecimal) - Static method in class org.tridas.io.util.UnitUtils
Convert a BigDecimal value from one unit to another
convertBigInteger(NormalTridasUnit, NormalTridasUnit, BigInteger) - Static method in class org.tridas.io.util.UnitUtils
Convert a BigInteger value from one unit to another
convertDouble(NormalTridasUnit, NormalTridasUnit, Double) - Static method in class org.tridas.io.util.UnitUtils
Convert a data value from one unit to another
convertTridasValues(NormalTridasUnit, TridasValues, Integer) - Static method in class org.tridas.io.util.UnitUtils
Convert a TridasValues tag from one unit to another.
convertTridasValues(NormalTridasUnit, TridasValues, Boolean) - Static method in class org.tridas.io.util.UnitUtils
Convert a TridasValues tag from one unit to another.
convertTridasValuesWithMaxDigits(NormalTridasUnit, TridasValues, Boolean, Integer) - Static method in class org.tridas.io.util.UnitUtils
 
CoordinateReferenceSystem - Class in org.tridas.spatial
 
CoordinateReferenceSystem(Integer, String, GMLPointSRSHandler.AxisOrder, String) - Constructor for class org.tridas.spatial.CoordinateReferenceSystem
Construct a new coordinate system reference
CorinaFile - Class in org.tridas.io.formats.corina
 
CorinaFile(TridasToCorinaDefaults) - Constructor for class org.tridas.io.formats.corina.CorinaFile
 
CorinaReader - Class in org.tridas.io.formats.corina
 
CorinaReader() - Constructor for class org.tridas.io.formats.corina.CorinaReader
 
CorinaToTridasDefaults - Class in org.tridas.io.formats.corina
 
CorinaToTridasDefaults() - Constructor for class org.tridas.io.formats.corina.CorinaToTridasDefaults
 
CorinaToTridasDefaults.DefaultFields - Enum in org.tridas.io.formats.corina
 
CorinaWriter - Class in org.tridas.io.formats.corina
 
CorinaWriter() - Constructor for class org.tridas.io.formats.corina.CorinaWriter
 
cosd(double) - Static method in class com.jhlabs.map.MapMath
 
cosphi0 - Variable in class com.jhlabs.map.proj.AzimuthalProjection
 
CrasterProjection - Class in com.jhlabs.map.proj
 
CrasterProjection() - Constructor for class com.jhlabs.map.proj.CrasterProjection
 
createFile(String) - Method in class org.tridas.io.util.FileHelper
 
createInput(String) - Method in class org.tridas.io.util.FileHelper
Simplified method to open a Java InputStream.
createInput(File) - Static method in class org.tridas.io.util.IOUtils
 
createInputRaw(String) - Method in class org.tridas.io.util.FileHelper
Call createInput() without automatic gzip decompression.
createOutput(String) - Method in class org.tridas.io.util.FileHelper
Similar to createInput(), this creates a Java OutputStream for a given filename or path.
createOutput(File) - Static method in class org.tridas.io.util.IOUtils
 
createPath(String) - Static method in class org.tridas.io.util.IOUtils
Takes a path and creates any in-between folders if they don't already exist.
createPlugin() - Method in class com.jhlabs.map.proj.OtherProjections
 
createReader(String) - Method in class org.tridas.io.util.FileHelper
I want to read lines from a file.
createReader(File) - Static method in class org.tridas.io.util.IOUtils
I want to read lines from a file.
createReader(File, String) - Static method in class org.tridas.io.util.IOUtils
I want to read lines from a file.
createReader(InputStream) - Static method in class org.tridas.io.util.IOUtils
I want to read lines from a stream.
createReader(InputStream, String) - Static method in class org.tridas.io.util.IOUtils
I want to read lines from a stream.
createWriter(String) - Method in class org.tridas.io.util.FileHelper
I want to print lines to a file.
createWriter(File) - Static method in class org.tridas.io.util.IOUtils
I want to print lines to a file.
createWriter(File, String) - Static method in class org.tridas.io.util.IOUtils
I want to print lines to a file.
createWriter(OutputStream) - Static method in class org.tridas.io.util.IOUtils
I want to print lines to a file.
createWriter(OutputStream, String) - Static method in class org.tridas.io.util.IOUtils
I want to print lines to a file.
cropToCentury() - Method in class org.tridas.io.util.SafeIntYear
 
cross(Point2D.Double, Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 
cross(double, double, double, double) - Static method in class com.jhlabs.map.MapMath
 
crsMap - Static variable in class org.tridas.io.TridasIO
 
CSVFile - Class in org.tridas.io.formats.csv
Deprecated. use CSVMatrix instead
CSVFile(IMetadataFieldSet) - Constructor for class org.tridas.io.formats.csv.CSVFile
Deprecated.  
CSVMatrixFile - Class in org.tridas.io.formats.csvmatrix
 
CSVMatrixFile(IMetadataFieldSet) - Constructor for class org.tridas.io.formats.csvmatrix.CSVMatrixFile
 
CSVMatrixReader - Class in org.tridas.io.formats.csvmatrix
 
CSVMatrixReader() - Constructor for class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
CSVMatrixToTridasDefaults - Class in org.tridas.io.formats.csvmatrix
 
CSVMatrixToTridasDefaults() - Constructor for class org.tridas.io.formats.csvmatrix.CSVMatrixToTridasDefaults
 
CSVMatrixWriter - Class in org.tridas.io.formats.csvmatrix
 
CSVMatrixWriter() - Constructor for class org.tridas.io.formats.csvmatrix.CSVMatrixWriter
 
CSVWriter - Class in org.tridas.io.formats.csv
Deprecated. use CSVMatrix instead
CSVWriter() - Constructor for class org.tridas.io.formats.csv.CSVWriter
Deprecated.  
CylindricalEqualAreaProjection - Class in com.jhlabs.map.proj
 
CylindricalEqualAreaProjection() - Constructor for class com.jhlabs.map.proj.CylindricalEqualAreaProjection
 
CylindricalEqualAreaProjection(double, double, double) - Constructor for class com.jhlabs.map.proj.CylindricalEqualAreaProjection
 
CylindricalProjection - Class in com.jhlabs.map.proj
The superclass for all cylindrical projections.
CylindricalProjection() - Constructor for class com.jhlabs.map.proj.CylindricalProjection
 

D

D1 - Static variable in class com.jhlabs.map.proj.DenoyerProjection
 
D5 - Static variable in class com.jhlabs.map.proj.DenoyerProjection
 
DATA_CHARS_PER_NUMBER_QUAD - Variable in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
DATA_CHARS_PER_NUMBER_REG - Variable in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
DATA_NUMS_PER_LINE_QUAD - Static variable in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
DATA_NUMS_PER_LINE_REG - Static variable in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
dataCharsPerNumber - Variable in class org.tridas.io.formats.heidelberg.HeidelbergFile.HeidelbergSeries
 
dataValues - Variable in class org.tridas.io.formats.heidelberg.HeidelbergFile.HeidelbergSeries
 
dataValues - Variable in class org.tridas.io.formats.vformat.VFormatFile.VFormatContainer
 
DateTimeDefaultValue - Class in org.tridas.io.defaults.values
 
DateTimeDefaultValue() - Constructor for class org.tridas.io.defaults.values.DateTimeDefaultValue
 
DateTimeDefaultValue(DateTime) - Constructor for class org.tridas.io.defaults.values.DateTimeDefaultValue
 
DateTimeDefaultValue(DateTime, SimpleDateFormat) - Constructor for class org.tridas.io.defaults.values.DateTimeDefaultValue
 
dateTimeToDate(DateTime) - Static method in class org.tridas.io.util.DateUtils
Convert from org.tridas.schema.DateTime to org.tridas.schema.Date
DateUtils - Class in org.tridas.io.util
 
DateUtils() - Constructor for class org.tridas.io.util.DateUtils
 
Datum - Class in com.jhlabs.map
A geodetic datum.
Datum(String, Ellipsoid, double, double, double) - Constructor for class com.jhlabs.map.Datum
 
datums - Static variable in class com.jhlabs.map.Datum
 
ddmmssLatPattern - Static variable in class com.jhlabs.map.AngleFormat
 
ddmmssLongPattern - Static variable in class com.jhlabs.map.AngleFormat
 
ddmmssPattern - Static variable in class com.jhlabs.map.AngleFormat
 
ddmmssPattern2 - Static variable in class com.jhlabs.map.AngleFormat
 
ddmmssPattern4 - Static variable in class com.jhlabs.map.AngleFormat
 
decimalPattern - Static variable in class com.jhlabs.map.AngleFormat
 
DECIMETRES - Static variable in class com.jhlabs.map.Units
 
DEFAULT - Static variable in class org.tridas.io.util.AstronomicalYear
The default year: 1001.
DEFAULT - Static variable in class org.tridas.io.util.SafeIntYear
The default year: 1.
DEFAULT_FILENAME - Static variable in class org.tridas.io.naming.AbstractNamingConvention
 
DefaultResourceBundle - Class in org.tridas.io
Used when an appropriate resource bundle cannot be found - in the future perhaps I18N can be changed from loading the resource bundle in a static initializer to an explicit init method called during startup which upon failure can display an error to the user.
DefaultResourceBundle() - Constructor for class org.tridas.io.DefaultResourceBundle
 
defaults - Variable in class org.tridas.io.formats.besancon.BesanconFile.BesanconSeriesDefaultsPair
 
defaults - Variable in class org.tridas.io.formats.heidelberg.HeidelbergFile.HeidelbergSeries
 
defaults - Variable in class org.tridas.io.formats.vformat.VFormatFile.VFormatContainer
 
DEGREES - Static variable in class com.jhlabs.map.Units
 
DegreeUnit - Class in com.jhlabs.map
 
DegreeUnit() - Constructor for class com.jhlabs.map.DegreeUnit
 
degToRad(double) - Static method in class com.jhlabs.map.MapMath
 
DendroDBFile - Class in org.tridas.io.formats.dendrodb
 
DendroDBFile() - Constructor for class org.tridas.io.formats.dendrodb.DendroDBFile
 
DendroDBReader - Class in org.tridas.io.formats.dendrodb
 
DendroDBReader() - Constructor for class org.tridas.io.formats.dendrodb.DendroDBReader
 
DendroDBToTridasDefaults - Class in org.tridas.io.formats.dendrodb
 
DendroDBToTridasDefaults() - Constructor for class org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults
 
DendroDBToTridasDefaults.DDBDefaultFields - Enum in org.tridas.io.formats.dendrodb
 
DendroDBToTridasDefaults.DendroDBParameter - Enum in org.tridas.io.formats.dendrodb
 
DendroFileFilter - Class in org.tridas.io
 
DendroFileFilter(String[], String) - Constructor for class org.tridas.io.DendroFileFilter
 
DenoyerProjection - Class in com.jhlabs.map.proj
 
DenoyerProjection() - Constructor for class com.jhlabs.map.proj.DenoyerProjection
 
detectCharset(byte[]) - Static method in class org.tridas.io.util.IOUtils
 
diff(AstronomicalYear) - Method in class org.tridas.io.util.AstronomicalYear
Calculate the number of years difference between two years.
diff(SafeIntYear) - Method in class org.tridas.io.util.SafeIntYear
Calculate the number of years difference between two years.
distance(double, double) - Static method in class com.jhlabs.map.MapMath
 
distance(Point2D.Double, Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 
dmsToDeg(double, double, double) - Static method in class com.jhlabs.map.MapMath
 
dmsToRad(double, double, double) - Static method in class com.jhlabs.map.MapMath
 
DO_INTERSECT - Static variable in class com.jhlabs.map.MapMath
 
doesEntityMatchIdentifier(ITridas, TridasIdentifier) - Static method in class org.tridas.io.util.TridasUtils
Returns true if the TRiDaS entities identifier matches the one specified
DONT_INTERSECT - Static variable in class com.jhlabs.map.MapMath
 
dot(Point2D.Double, Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 
DoubleDefaultValue - Class in org.tridas.io.defaults.values
 
DoubleDefaultValue() - Constructor for class org.tridas.io.defaults.values.DoubleDefaultValue
 
DoubleDefaultValue(Double) - Constructor for class org.tridas.io.defaults.values.DoubleDefaultValue
 
DoubleDefaultValue(Double, Double, Double) - Constructor for class org.tridas.io.defaults.values.DoubleDefaultValue
 
DoubleDefaultValue(Double, Double) - Constructor for class org.tridas.io.defaults.values.DoubleDefaultValue
 
DoubleDefaultValue(Double, Double, Double, int, int) - Constructor for class org.tridas.io.defaults.values.DoubleDefaultValue
Constructor for a default field of type double
DTR - Static variable in class com.jhlabs.map.MapMath
 
DTR - Static variable in class com.jhlabs.map.proj.Projection
 

E

e - Variable in class com.jhlabs.map.proj.Projection
The eccentricity
eccentricity - Variable in class com.jhlabs.map.Ellipsoid
 
eccentricity2 - Variable in class com.jhlabs.map.Ellipsoid
 
Eckert1Projection - Class in com.jhlabs.map.proj
 
Eckert1Projection() - Constructor for class com.jhlabs.map.proj.Eckert1Projection
 
Eckert2Projection - Class in com.jhlabs.map.proj
 
Eckert2Projection() - Constructor for class com.jhlabs.map.proj.Eckert2Projection
 
Eckert3Projection - Class in com.jhlabs.map.proj
Eckert 3 Projection.
Eckert3Projection() - Constructor for class com.jhlabs.map.proj.Eckert3Projection
Creates a new instance of Eckert3Projection
Eckert4Projection - Class in com.jhlabs.map.proj
 
Eckert4Projection() - Constructor for class com.jhlabs.map.proj.Eckert4Projection
 
Eckert5Projection - Class in com.jhlabs.map.proj
 
Eckert5Projection() - Constructor for class com.jhlabs.map.proj.Eckert5Projection
 
Eckert6Projection - Class in com.jhlabs.map.proj
 
Eckert6Projection() - Constructor for class com.jhlabs.map.proj.Eckert6Projection
 
EckertGreifendorffProjection - Class in com.jhlabs.map.proj
 
EckertGreifendorffProjection() - Constructor for class com.jhlabs.map.proj.EckertGreifendorffProjection
 
Ellipsoid - Class in com.jhlabs.map
A class representing a geographic ellipsoid.
Ellipsoid() - Constructor for class com.jhlabs.map.Ellipsoid
 
Ellipsoid(String, double, double, double, String) - Constructor for class com.jhlabs.map.Ellipsoid
 
Ellipsoid(String, double, double, String) - Constructor for class com.jhlabs.map.Ellipsoid
 
ellipsoid - Variable in class com.jhlabs.map.proj.Projection
The ellipsoid used by this projection
ellipsoids - Static variable in class com.jhlabs.map.Ellipsoid
 
EllipticalPseudoCylindrical - Class in com.jhlabs.map.proj
Abstract base class for Eckert 3, Putnins P1, Wagner VI (Putnin P'1), and Kavraisky VII.
EllipticalPseudoCylindrical(double, double, double, double) - Constructor for class com.jhlabs.map.proj.EllipticalPseudoCylindrical
Creates a new instance of EllipticalPseudocylindrical
endOfRow(SafeIntYear) - Method in class org.tridas.io.util.YearRange
Return true, iff this year is the end of a row.
enfn(double) - Static method in class com.jhlabs.map.MapMath
 
envPath - Variable in class org.tridas.io.util.FileHelper
 
EPS10 - Static variable in class com.jhlabs.map.proj.Projection
 
EqualAreaAzimuthalProjection - Class in com.jhlabs.map.proj
 
EqualAreaAzimuthalProjection() - Constructor for class com.jhlabs.map.proj.EqualAreaAzimuthalProjection
 
equals(Object) - Method in class com.jhlabs.map.Unit
 
equals(Object) - Method in class org.tridas.io.util.AstronomicalYear
Returns true if and only if this is equal to y2.
equals(Object) - Method in class org.tridas.io.util.SafeIntYear
Returns true if and only if this is equal to y2.
equals(Object) - Method in class org.tridas.io.util.YearRange
Compare two ranges for equality.
EQUATOR - Static variable in class com.jhlabs.map.proj.AzimuthalProjection
 
equatorRadius - Variable in class com.jhlabs.map.Ellipsoid
 
EquidistantAzimuthalProjection - Class in com.jhlabs.map.proj
 
EquidistantAzimuthalProjection() - Constructor for class com.jhlabs.map.proj.EquidistantAzimuthalProjection
 
EquidistantAzimuthalProjection(double, double) - Constructor for class com.jhlabs.map.proj.EquidistantAzimuthalProjection
 
EquidistantConicProjection - Class in com.jhlabs.map.proj
The Equidistant Conic projection.
EquidistantConicProjection() - Constructor for class com.jhlabs.map.proj.EquidistantConicProjection
 
EquidistantCylindricalProjection - Class in com.jhlabs.map.proj
 
EquidistantCylindricalProjection() - Constructor for class com.jhlabs.map.proj.EquidistantCylindricalProjection
 
es - Variable in class com.jhlabs.map.proj.Projection
The eccentricity squared
escapeForCSV(String) - Static method in class org.tridas.io.util.StringUtils
escapeForCSV given a string, replace any occurances of " with double "'s, and return it surrounded in "'s
escapeForXML(String) - Static method in class org.tridas.io.util.StringUtils
Given a string, escape any < > & ' " characters for XML.
EulerProjection - Class in com.jhlabs.map.proj
 
EulerProjection() - Constructor for class com.jhlabs.map.proj.EulerProjection
 
EVEREST - Static variable in class com.jhlabs.map.Ellipsoid
 
ExcelMatrixFile - Class in org.tridas.io.formats.excelmatrix
 
ExcelMatrixFile(IMetadataFieldSet) - Constructor for class org.tridas.io.formats.excelmatrix.ExcelMatrixFile
 
ExcelMatrixReader - Class in org.tridas.io.formats.excelmatrix
 
ExcelMatrixReader() - Constructor for class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
ExcelMatrixToTridasDefaults - Class in org.tridas.io.formats.excelmatrix
 
ExcelMatrixToTridasDefaults() - Constructor for class org.tridas.io.formats.excelmatrix.ExcelMatrixToTridasDefaults
 
ExcelMatrixWriter - Class in org.tridas.io.formats.excelmatrix
 
ExcelMatrixWriter() - Constructor for class org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
 
extractInts(String) - Static method in class org.tridas.io.util.StringUtils
Convert a sequence of integers in a string into an array of ints.

F

FaheyProjection - Class in com.jhlabs.map.proj
 
FaheyProjection() - Constructor for class com.jhlabs.map.proj.FaheyProjection
 
falseEasting - Variable in class com.jhlabs.map.proj.Projection
The false Easting of this projection
falseNorthing - Variable in class com.jhlabs.map.proj.Projection
The false Northing of this projection
FATHOMS - Static variable in class com.jhlabs.map.Units
 
FEET - Static variable in class com.jhlabs.map.Units
 
FileHelper - Class in org.tridas.io.util
Helps working with most files.
FileHelper() - Constructor for class org.tridas.io.util.FileHelper
 
FileHelper(String) - Constructor for class org.tridas.io.util.FileHelper
 
findUnits(String) - Static method in class com.jhlabs.map.Units
 
format(long, StringBuffer, FieldPosition) - Method in class com.jhlabs.map.AngleFormat
 
format(double, StringBuffer, FieldPosition) - Method in class com.jhlabs.map.AngleFormat
 
format(double) - Method in class com.jhlabs.map.DegreeUnit
 
format(double, boolean) - Method in class com.jhlabs.map.DegreeUnit
 
format(double, double, boolean) - Method in class com.jhlabs.map.DegreeUnit
 
format - Static variable in class com.jhlabs.map.Unit
 
format(double) - Method in class com.jhlabs.map.Unit
 
format(double, boolean) - Method in class com.jhlabs.map.Unit
 
format(double, double, boolean) - Method in class com.jhlabs.map.Unit
 
format(double, double) - Method in class com.jhlabs.map.Unit
 
FoucautProjection - Class in com.jhlabs.map.proj
 
FoucautProjection() - Constructor for class com.jhlabs.map.proj.FoucautProjection
 
FoucautSinusoidalProjection - Class in com.jhlabs.map.proj
 
FoucautSinusoidalProjection() - Constructor for class com.jhlabs.map.proj.FoucautSinusoidalProjection
 
Fournier2Projection - Class in com.jhlabs.map.proj
Fournier II projection.
Fournier2Projection() - Constructor for class com.jhlabs.map.proj.Fournier2Projection
 
frac(double) - Static method in class com.jhlabs.map.MapMath
 
fromBase(double) - Method in class com.jhlabs.map.Unit
 
fromCode(String) - Static method in enum org.tridas.io.formats.besancon.BesanconToTridasDefaults.BesanconCambiumType
 
fromCode(Integer) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASFileType
 
fromCode(Integer) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASLastRing
 
fromCode(Integer) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASProtection
 
fromCode(Integer) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASScope
 
fromCode(String) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASSource
 
fromCode(Integer) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASVariableType
 
fromCode(String) - Static method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaDatingType
 
fromCode(String) - Static method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaSampleType
 
fromCode(String) - Static method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaTerminalRing
 
fromCode(String) - Static method in enum org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults.DendroDBParameter
 
fromCode(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHBarkType
 
fromCode(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHDataType
 
fromCode(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHPith
 
fromCode(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHSeriesType
 
fromCode(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHStartsOrEndsWith
 
fromCode(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHWaldKante
 
fromCode(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldChronologyType
 
fromCode(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldDataType
 
fromCode(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldDateType
 
fromCode(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldEdgeCode
 
fromCode(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldPeriodCode
 
fromCode(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldPithCode
 
fromCode(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldShapeCode
 
fromCode(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldVariableCode
 
fromCode(String) - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatDataType
 
fromCode(String) - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatParameter
 
fromCode(String) - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatStatType
 
fromCode(String) - Static method in enum org.tridas.io.formats.windendro.WinDendroToTridasDefaults.WinDendroDataType
 
fromMetres - Variable in class com.jhlabs.map.proj.Projection
Conversion factor from metres to whatever units the projection uses.
fromPROJ4Specification(String[]) - Static method in class com.jhlabs.map.proj.ProjectionFactory
Return a projection initialized with a PROJ.4 argument list.
fullPath(String) - Method in class org.tridas.io.util.FileHelper
Prepend the Environment path to the filename (or path) that is passed in.

G

GallProjection - Class in com.jhlabs.map.proj
 
GallProjection() - Constructor for class com.jhlabs.map.proj.GallProjection
 
GenericDefaultValue<E> - Class in org.tridas.io.defaults.values
 
GenericDefaultValue() - Constructor for class org.tridas.io.defaults.values.GenericDefaultValue
 
GenericDefaultValue(E) - Constructor for class org.tridas.io.defaults.values.GenericDefaultValue
 
geocentric - Variable in class com.jhlabs.map.proj.Projection
True if this projection is geocentric
geocentricLatitude(double, double) - Static method in class com.jhlabs.map.MapMath
 
geographicLatitude(double, double) - Static method in class com.jhlabs.map.MapMath
 
getAcceptableExtensions() - Method in class org.tridas.io.DendroFileFilter
Get a string containing a comma delimited list of acceptable file extensions.
getAsProjection() - Method in class org.tridas.spatial.CoordinateReferenceSystem
Get this CRS as a JMapProjLib Projection
getAsWGS84PointType() - Method in class org.tridas.spatial.GMLPointSRSHandler
Get this point with the correct WGS84 srsName
getAxisOrder() - Method in class org.tridas.spatial.CoordinateReferenceSystem
Get the order in which axis should be presented
getAxisOrder() - Method in class org.tridas.spatial.GMLPointSRSHandler
The correct order in which the axis should appear in gml:Pos
getBaseFilename() - Method in class org.tridas.io.naming.NumericalNamingConvention
The base filename for all files.
getBooleanDefaultValue(Enum<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
Helper method to return the BooleanDefaultValue object;
getBoundingShape() - Method in class com.jhlabs.map.proj.EqualAreaAzimuthalProjection
 
getBoundingShape() - Method in class com.jhlabs.map.proj.EquidistantAzimuthalProjection
 
getBoundingShape() - Method in class com.jhlabs.map.proj.NullProjection
 
getBritishNationalGrid() - Static method in class org.tridas.spatial.SpatialUtils
Helper function for getting the JMapProjLib Projection for the British National Grid using PROJ4 specification
getCode() - Method in class org.tridas.spatial.CoordinateReferenceSystem
Get EPSG registry code for this CRS
getCodeFromName(String) - Static method in class org.tridas.io.util.ITRDBTaxonConverter
Get the four letter code for this latin name.
getControlledVocFromCode(String) - Static method in class org.tridas.io.util.ITRDBTaxonConverter
Get a controlled vocabulary version of this taxon from the 4 letter code.
getControlledVocFromName(String) - Static method in class org.tridas.io.util.ITRDBTaxonConverter
Get a controlled vocabulary version of this taxon from the full latin name.
getControlledVocFromString(String) - Static method in class org.tridas.io.util.ITRDBTaxonConverter
Creates a taxon ControlledVoc from the given string.
getCurrentLineNumber() - Method in class org.tridas.io.AbstractDendroFileReader
Gets the current line number of the reader.
getCurrentLineNumber() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.catras.CatrasReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.corina.CorinaReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.past4.Past4Reader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.topham.TophamReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.tridas.TridasReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.trims.TrimsReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
getCurrentLineNumber() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
getDataInts() - Method in class org.tridas.io.formats.heidelberg.HeidelbergFile.HeidelbergSeries
 
getDateTime(Integer, Integer, Integer) - Static method in class org.tridas.io.util.DateUtils
Create a DateTime from the constituent day, month, year
getDateTime(Integer, Integer, Integer, Integer, Integer) - Static method in class org.tridas.io.util.DateUtils
Create a DateTime from the constituent day, month, year, hours and minutes
getDateTime(Integer, Integer, Integer, Integer, Integer, Integer) - Static method in class org.tridas.io.util.DateUtils
Create a DateTime from the constituent day, month, year, hours, minutes and seconds
getDateTimeDefaultValue(Enum<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
Helper method to return the DateTimeDefaultValue object;
getDateTimeFromWinDendroTimestamp(String) - Static method in class org.tridas.io.util.DateUtils
Get a DateTime from a WinDendro style timestamp.
getDateTimePast4Style(DateTime) - Static method in class org.tridas.io.util.DateUtils
Converts a DateTime into a PAST4 style date string (dd/MM/yyyy h:mm:ss a).
getDateTimeTRIMSStyle(Date) - Static method in class org.tridas.io.util.DateUtils
Converts a DateTime into a TRIMS style date string (dd/MM/yyyy).
getDateTimeTucsonStyle(DateTime) - Static method in class org.tridas.io.util.DateUtils
Converts a DateTime into a Tucson style date string (yyyyMMdd).
getDecimalCoords(Integer, Integer, Integer) - Static method in class org.tridas.spatial.SpatialUtils
Convert DMS format coordinate into decimal degrees, where W and S are indicated by negative degrees.
getDecimalCoords(Double, Double, Double) - Static method in class org.tridas.spatial.SpatialUtils
Convert DMS format coordinate into decimal degrees, where W and S are indicated by negative degrees.
getDecimalCoords(String, Integer, Integer, Integer) - Static method in class org.tridas.spatial.SpatialUtils
Convert DMS with NSEW sign into decimal coordinates
getDecimalCoords(String, Double, Double, Double) - Static method in class org.tridas.spatial.SpatialUtils
Convert DMS with NSEW sign into decimal coordinates
getDecimalFormatForSigFigs(NormalTridasUnit, NormalTridasUnit) - Static method in class org.tridas.io.util.UnitUtils
This function returns the DecimalFormat with the correct number of significant figures when converting from one unit type to another.
getDefault() - Method in enum org.tridas.spatial.GMLPointSRSHandler.AxisOrder
 
getDefaultFieldsClass() - Method in class org.tridas.io.AbstractDendroFileReader
 
getDefaultMeasurementSeries() - Method in class org.tridas.io.formats.besancon.BesanconToTridasDefaults
 
getDefaults() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Get the default values for this writer.
getDefaults() - Method in class org.tridas.io.AbstractDendroFileReader
Get the default values for this reader that were given in loading the file.
getDefaults() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleFile
 
getDefaults() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
getDefaults() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleWriter
 
getDefaults() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
getDefaults() - Method in class org.tridas.io.formats.besancon.BesanconFile
 
getDefaults() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
getDefaults() - Method in class org.tridas.io.formats.besancon.BesanconWriter
 
getDefaults() - Method in class org.tridas.io.formats.catras.CatrasFile
 
getDefaults() - Method in class org.tridas.io.formats.catras.CatrasReader
 
getDefaults() - Method in class org.tridas.io.formats.catras.CatrasWriter
 
getDefaults() - Method in class org.tridas.io.formats.corina.CorinaFile
 
getDefaults() - Method in class org.tridas.io.formats.corina.CorinaReader
 
getDefaults() - Method in class org.tridas.io.formats.corina.CorinaWriter
 
getDefaults() - Method in class org.tridas.io.formats.csv.CSVFile
Deprecated.  
getDefaults() - Method in class org.tridas.io.formats.csv.CSVWriter
Deprecated.  
getDefaults() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixFile
 
getDefaults() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
getDefaults() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixWriter
 
getDefaults() - Method in class org.tridas.io.formats.dendrodb.DendroDBFile
 
getDefaults() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getDefaults() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixFile
 
getDefaults() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
getDefaults() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
 
getDefaults() - Method in class org.tridas.io.formats.heidelberg.HeidelbergFile
 
getDefaults() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
getDefaults() - Method in class org.tridas.io.formats.heidelberg.HeidelbergWriter
 
getDefaults() - Method in class org.tridas.io.formats.nottingham.NottinghamFile
 
getDefaults() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
getDefaults() - Method in class org.tridas.io.formats.nottingham.NottinghamWriter
 
getDefaults() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixFile
 
getDefaults() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
getDefaults() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixWriter
 
getDefaults() - Method in class org.tridas.io.formats.ooxml.OOXMLFile
 
getDefaults() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
getDefaults() - Method in class org.tridas.io.formats.ooxml.OOXMLWriter
 
getDefaults() - Method in class org.tridas.io.formats.oxford.OxfordFile
 
getDefaults() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
getDefaults() - Method in class org.tridas.io.formats.oxford.OxfordWriter
 
getDefaults() - Method in class org.tridas.io.formats.past4.Past4File
 
getDefaults() - Method in class org.tridas.io.formats.past4.Past4Reader
 
getDefaults() - Method in class org.tridas.io.formats.past4.Past4Writer
 
getDefaults() - Method in class org.tridas.io.formats.sheffield.SheffieldFile
 
getDefaults() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
getDefaults() - Method in class org.tridas.io.formats.sheffield.SheffieldWriter
 
getDefaults() - Method in class org.tridas.io.formats.topham.TophamFile
 
getDefaults() - Method in class org.tridas.io.formats.topham.TophamReader
 
getDefaults() - Method in class org.tridas.io.formats.topham.TophamWriter
 
getDefaults() - Method in class org.tridas.io.formats.tridas.TridasFile
 
getDefaults() - Method in class org.tridas.io.formats.tridas.TridasReader
 
getDefaults() - Method in class org.tridas.io.formats.tridas.TridasWriter
 
getDefaults() - Method in class org.tridas.io.formats.trims.TrimsFile
 
getDefaults() - Method in class org.tridas.io.formats.trims.TrimsReader
 
getDefaults() - Method in class org.tridas.io.formats.trims.TrimsWriter
 
getDefaults() - Method in class org.tridas.io.formats.tucson.TucsonFile
 
getDefaults() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
getDefaults() - Method in class org.tridas.io.formats.tucson.TucsonWriter
 
getDefaults() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactFile
 
getDefaults() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
getDefaults() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactWriter
 
getDefaults() - Method in class org.tridas.io.formats.vformat.VFormatFile
 
getDefaults() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
getDefaults() - Method in class org.tridas.io.formats.vformat.VFormatWriter
 
getDefaults() - Method in class org.tridas.io.formats.windendro.WinDendroFile
 
getDefaults() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
getDefaults() - Method in interface org.tridas.io.IDendroFile
Gets the defaults that this file uses to save the file
getDefaultTridasDerivedSeries() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
Returns a non-cascading TridasDerivedSeries with default values
getDefaultTridasDerivedSeries() - Method in class org.tridas.io.defaults.TridasMetadataFieldSet
 
getDefaultTridasDerivedSeries() - Method in class org.tridas.io.formats.catras.CatrasToTridasDefaults
 
getDefaultTridasDerivedSeries() - Method in class org.tridas.io.formats.corina.CorinaToTridasDefaults
 
getDefaultTridasDerivedSeries() - Method in class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
getDefaultTridasDerivedSeries() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
getDefaultTridasDerivedSeries() - Method in class org.tridas.io.formats.sheffield.SheffieldToTridasDefaults
 
getDefaultTridasDerivedSeries() - Method in class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
getDefaultTridasDerivedSeries() - Method in class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
Returns a non-cascading TridasElement with default values
getDefaultTridasElement() - Method in class org.tridas.io.defaults.TridasMetadataFieldSet
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.besancon.BesanconToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.catras.CatrasToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.corina.CorinaToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.sheffield.SheffieldToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
getDefaultTridasElement() - Method in class org.tridas.io.formats.windendro.WinDendroToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
Returns a non-cascading TridasMeasurementSeries with default values
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.defaults.TridasMetadataFieldSet
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.catras.CatrasToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.corina.CorinaToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.nottingham.NottinghamToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.sheffield.SheffieldToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
getDefaultTridasMeasurementSeries() - Method in class org.tridas.io.formats.windendro.WinDendroToTridasDefaults
 
getDefaultTridasObject() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
Returns a non-cascading TridasObject with default values
getDefaultTridasObject() - Method in class org.tridas.io.defaults.TridasMetadataFieldSet
 
getDefaultTridasObject() - Method in class org.tridas.io.formats.besancon.BesanconToTridasDefaults
 
getDefaultTridasObject() - Method in class org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults
 
getDefaultTridasObject() - Method in class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
getDefaultTridasObject() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
getDefaultTridasObject() - Method in class org.tridas.io.formats.sheffield.SheffieldToTridasDefaults
 
getDefaultTridasObject() - Method in class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
getDefaultTridasObject() - Method in class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
getDefaultTridasObject() - Method in class org.tridas.io.formats.windendro.WinDendroToTridasDefaults
 
getDefaultTridasProject() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
Returns a non-cascading TridasProject with default values
getDefaultTridasProject() - Method in class org.tridas.io.defaults.TridasMetadataFieldSet
 
getDefaultTridasProject() - Method in class org.tridas.io.formats.besancon.BesanconToTridasDefaults
 
getDefaultTridasProject() - Method in class org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults
 
getDefaultTridasProject() - Method in class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
getDefaultTridasProject() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
getDefaultTridasProject() - Method in class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
getDefaultTridasProject() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactToTridasDefaults
 
getDefaultTridasProject() - Method in class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
getDefaultTridasRadius() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
Returns a non-cascading TridasRadius with default values
getDefaultTridasRadius() - Method in class org.tridas.io.defaults.TridasMetadataFieldSet
 
getDefaultTridasRadius() - Method in class org.tridas.io.formats.besancon.BesanconToTridasDefaults
 
getDefaultTridasRadius() - Method in class org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults
 
getDefaultTridasRadius() - Method in class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
getDefaultTridasRadius() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
getDefaultTridasRadius() - Method in class org.tridas.io.formats.sheffield.SheffieldToTridasDefaults
 
getDefaultTridasRadius() - Method in class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
getDefaultTridasRadius() - Method in class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
Returns a non-cascading TridasSample with default values
getDefaultTridasSample() - Method in class org.tridas.io.defaults.TridasMetadataFieldSet
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.besancon.BesanconToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.catras.CatrasToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.corina.CorinaToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.sheffield.SheffieldToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
getDefaultTridasSample() - Method in class org.tridas.io.formats.windendro.WinDendroToTridasDefaults
 
getDefaultTridasValues() - Method in class org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults
 
getDefaultTridasValues() - Method in class org.tridas.io.formats.oxford.OxfordToTridasDefaults
 
getDefaultTridasValues() - Method in class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
getDefaultTridasValues() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactToTridasDefaults
 
getDefaultTridasValues() - Method in class org.tridas.io.formats.windendro.WinDendroToTridasDefaults
 
getDefaultValue(Enum<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
 
getDefaultValue(Enum<?>) - Method in interface org.tridas.io.defaults.IMetadataFieldSet
Get the default value object for the given Enum
getDefaultWoodCompleteness() - Method in class org.tridas.io.defaults.TridasMetadataFieldSet
 
getDefaultWoodCompleteness() - Method in class org.tridas.io.formats.corina.CorinaToTridasDefaults
 
getDefaultWoodCompleteness() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
getDendroFileFilter() - Method in class org.tridas.io.AbstractDendroFileReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.catras.CatrasReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.corina.CorinaReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.past4.Past4Reader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.topham.TophamReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.tridas.TridasReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.trims.TrimsReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
getDendroFileFilter() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
getDendroFilename(IDendroFile, TridasProject, TridasObject, TridasElement, TridasSample, TridasRadius, TridasMeasurementSeries) - Method in class org.tridas.io.naming.AbstractNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasDerivedSeries) - Method in class org.tridas.io.naming.AbstractNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasObject, TridasElement, TridasSample, TridasRadius, TridasMeasurementSeries) - Method in class org.tridas.io.naming.HierarchicalNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasDerivedSeries) - Method in class org.tridas.io.naming.HierarchicalNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasObject, TridasElement, TridasSample, TridasRadius, TridasMeasurementSeries) - Method in class org.tridas.io.naming.KeycodeNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasDerivedSeries) - Method in class org.tridas.io.naming.KeycodeNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasObject, TridasElement, TridasSample, TridasRadius, TridasMeasurementSeries) - Method in class org.tridas.io.naming.NumericalNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasDerivedSeries) - Method in class org.tridas.io.naming.NumericalNamingConvention
 
getDendroFilename(ITridasSeries) - Method in class org.tridas.io.naming.SeriesCode8CharNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasObject, TridasElement, TridasSample, TridasRadius, TridasMeasurementSeries) - Method in class org.tridas.io.naming.SeriesCodeNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasDerivedSeries) - Method in class org.tridas.io.naming.SeriesCodeNamingConvention
 
getDendroFilename(ITridasSeries) - Method in class org.tridas.io.naming.SeriesCodeNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasObject, TridasElement, TridasSample, TridasRadius, TridasMeasurementSeries) - Method in class org.tridas.io.naming.SeriesNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasDerivedSeries) - Method in class org.tridas.io.naming.SeriesNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasObject, TridasElement, TridasSample, TridasRadius, TridasMeasurementSeries) - Method in class org.tridas.io.naming.UUIDNamingConvention
 
getDendroFilename(IDendroFile, TridasProject, TridasDerivedSeries) - Method in class org.tridas.io.naming.UUIDNamingConvention
 
getDerivedSeriesWithDefaults() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getDerivedSeriesWithDefaults(Boolean) - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getDerivedSeriesWithDefaults() - Method in class org.tridas.io.formats.oxford.OxfordToTridasDefaults
 
getDescription() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Get the description of the format
getDescription() - Method in class org.tridas.io.AbstractDendroFileReader
Get the description of the format
getDescription() - Method in class org.tridas.io.DendroFileFilter
 
getDescription() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
getDescription() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleWriter
 
getDescription() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
getDescription() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
getDescription() - Method in class org.tridas.io.formats.besancon.BesanconWriter
 
getDescription() - Method in class org.tridas.io.formats.catras.CatrasReader
 
getDescription() - Method in class org.tridas.io.formats.catras.CatrasWriter
 
getDescription() - Method in class org.tridas.io.formats.corina.CorinaReader
 
getDescription() - Method in class org.tridas.io.formats.corina.CorinaWriter
 
getDescription() - Method in class org.tridas.io.formats.csv.CSVWriter
Deprecated.  
getDescription() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
getDescription() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixWriter
 
getDescription() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getDescription() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
getDescription() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
 
getDescription() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
getDescription() - Method in class org.tridas.io.formats.heidelberg.HeidelbergWriter
 
getDescription() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
getDescription() - Method in class org.tridas.io.formats.nottingham.NottinghamWriter
 
getDescription() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
getDescription() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixWriter
 
getDescription() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
getDescription() - Method in class org.tridas.io.formats.ooxml.OOXMLWriter
 
getDescription() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
getDescription() - Method in class org.tridas.io.formats.oxford.OxfordWriter
 
getDescription() - Method in class org.tridas.io.formats.past4.Past4Reader
 
getDescription() - Method in class org.tridas.io.formats.past4.Past4Writer
 
getDescription() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
getDescription() - Method in class org.tridas.io.formats.sheffield.SheffieldWriter
 
getDescription() - Method in class org.tridas.io.formats.topham.TophamReader
 
getDescription() - Method in class org.tridas.io.formats.topham.TophamWriter
 
getDescription() - Method in class org.tridas.io.formats.tridas.TridasReader
 
getDescription() - Method in class org.tridas.io.formats.tridas.TridasWriter
 
getDescription() - Method in class org.tridas.io.formats.trims.TrimsReader
 
getDescription() - Method in class org.tridas.io.formats.trims.TrimsWriter
 
getDescription() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
getDescription() - Method in class org.tridas.io.formats.tucson.TucsonWriter
 
getDescription() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
getDescription() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactWriter
 
getDescription() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
getDescription() - Method in class org.tridas.io.formats.vformat.VFormatWriter
 
getDescription() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
getDescription() - Method in class org.tridas.io.naming.AbstractNamingConvention
 
getDescription() - Method in class org.tridas.io.naming.HierarchicalNamingConvention
 
getDescription() - Method in interface org.tridas.io.naming.INamingConvention
 
getDescription() - Method in class org.tridas.io.naming.KeycodeNamingConvention
 
getDescription() - Method in class org.tridas.io.naming.NumericalNamingConvention
 
getDescription() - Method in class org.tridas.io.naming.SeriesCode8CharNamingConvention
 
getDescription() - Method in class org.tridas.io.naming.SeriesCodeNamingConvention
 
getDescription() - Method in class org.tridas.io.naming.SeriesNamingConvention
 
getDescription() - Method in class org.tridas.io.naming.UUIDNamingConvention
 
getDoubleDefaultValue(Enum<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
Helper method to return the DoubleDefaultValue object
getEccentricitySquared() - Method in class com.jhlabs.map.Ellipsoid
 
getElementList(TridasObject) - Static method in class org.tridas.io.util.TridasUtils
Recursively work through objects and sub-objects compiling a list of all the TridasElements associated with them.
getElementWithDefaults(boolean) - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getElementWithDefaults() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getEllipsoid() - Method in class com.jhlabs.map.proj.Projection
 
getEnd() - Method in class org.tridas.io.util.YearRange
Get the ending year of this range.
getEntityByIdentifier(TridasProject, TridasIdentifier, Class<? extends ITridas>) - Static method in class org.tridas.io.util.TridasUtils
Get the entity from this project that matches the specified identifier.
getEnumKeyset() - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
 
getEPSGCode() - Method in class com.jhlabs.map.proj.AlbersProjection
Returns the ESPG code for this projection, or 0 if unknown.
getEPSGCode() - Method in class com.jhlabs.map.proj.CassiniProjection
Returns the ESPG code for this projection, or 0 if unknown.
getEPSGCode() - Method in class com.jhlabs.map.proj.MercatorProjection
Returns the ESPG code for this projection, or 0 if unknown.
getEPSGCode() - Method in class com.jhlabs.map.proj.Projection
Returns the ESPG code for this projection, or 0 if unknown.
getEPSGCode() - Method in class org.tridas.spatial.GMLPointSRSHandler
 
getEquatorRadius() - Method in class com.jhlabs.map.Ellipsoid
 
getEquatorRadius() - Method in class com.jhlabs.map.proj.Projection
 
getExtension() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleFile
 
getExtension() - Method in class org.tridas.io.formats.besancon.BesanconFile
 
getExtension() - Method in class org.tridas.io.formats.catras.CatrasFile
 
getExtension() - Method in class org.tridas.io.formats.corina.CorinaFile
 
getExtension() - Method in class org.tridas.io.formats.csv.CSVFile
Deprecated.  
getExtension() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixFile
 
getExtension() - Method in class org.tridas.io.formats.dendrodb.DendroDBFile
 
getExtension() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixFile
 
getExtension() - Method in class org.tridas.io.formats.heidelberg.HeidelbergFile
 
getExtension() - Method in class org.tridas.io.formats.nottingham.NottinghamFile
 
getExtension() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixFile
 
getExtension() - Method in class org.tridas.io.formats.ooxml.OOXMLFile
 
getExtension() - Method in class org.tridas.io.formats.oxford.OxfordFile
 
getExtension() - Method in class org.tridas.io.formats.past4.Past4File
 
getExtension() - Method in class org.tridas.io.formats.sheffield.SheffieldFile
 
getExtension() - Method in class org.tridas.io.formats.topham.TophamFile
 
getExtension() - Method in class org.tridas.io.formats.tridas.TridasFile
 
getExtension() - Method in class org.tridas.io.formats.trims.TrimsFile
 
getExtension() - Method in class org.tridas.io.formats.tucson.TucsonFile
 
getExtension() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactFile
 
getExtension() - Method in class org.tridas.io.formats.vformat.VFormatFile
 
getExtension() - Method in class org.tridas.io.formats.windendro.WinDendroFile
 
getExtension() - Method in interface org.tridas.io.IDendroFile
Gets the extension to use for saving this file.
getFalseEasting() - Method in class com.jhlabs.map.proj.Projection
 
getFalseNorthing() - Method in class com.jhlabs.map.proj.Projection
 
getField() - Method in class org.tridas.io.exceptions.ConversionWarning
Get the field that this warning applies to
getFileAsBytes() - Method in class org.tridas.io.formats.catras.CatrasFile
 
getFileExtensions() - Method in class org.tridas.io.AbstractDendroFileReader
Returns a list of the file extensions for this file
getFileExtensions() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
getFileExtensions() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
getFileExtensions() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
getFileExtensions() - Method in class org.tridas.io.formats.catras.CatrasReader
 
getFileExtensions() - Method in class org.tridas.io.formats.corina.CorinaReader
 
getFileExtensions() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
getFileExtensions() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getFileExtensions() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
getFileExtensions() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
getFileExtensions() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
getFileExtensions() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
getFileExtensions() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
getFileExtensions() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
getFileExtensions() - Method in class org.tridas.io.formats.past4.Past4Reader
 
getFileExtensions() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
getFileExtensions() - Method in class org.tridas.io.formats.topham.TophamReader
 
getFileExtensions() - Method in class org.tridas.io.formats.tridas.TridasReader
 
getFileExtensions() - Method in class org.tridas.io.formats.trims.TrimsReader
 
getFileExtensions() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
getFileExtensions() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
getFileExtensions() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
getFileExtensions() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
getFileFilterArray() - Static method in class org.tridas.io.TridasIO
 
getFileInJarURL(String) - Static method in class org.tridas.io.util.IOUtils
 
getFileList() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Get the list of DendroFiles that are associated with this CollectionWriter
getFilename(IDendroFile) - Method in class org.tridas.io.naming.AbstractNamingConvention
 
getFilename(IDendroFile) - Method in interface org.tridas.io.naming.INamingConvention
 
getFileReader(String) - Static method in class org.tridas.io.TridasIO
Get a file reader from the format name.
getFileReaderFromExtension(String) - Static method in class org.tridas.io.TridasIO
Gets the reader from the given extension.
getFiles() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Get the IDendroFiles generated from loading this project
getFileWriter(String) - Static method in class org.tridas.io.TridasIO
Get a file writer from the format name.
getFileWriterFromExtension(String) - Static method in class org.tridas.io.TridasIO
Gets the writer from the given extension.
getFormatName() - Method in class org.tridas.io.DendroFileFilter
 
getFormattedDateTime(DateTime, SimpleDateFormat) - Static method in class org.tridas.io.util.DateUtils
Converts a DateTime into a string formatted using the provided SimpleDateFormat
getFromMetres() - Method in class com.jhlabs.map.proj.Projection
 
getFullName() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Get the full name of the format
getFullName() - Method in class org.tridas.io.AbstractDendroFileReader
Get the full name of the format
getFullName() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
getFullName() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleWriter
 
getFullName() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
getFullName() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
getFullName() - Method in class org.tridas.io.formats.besancon.BesanconWriter
 
getFullName() - Method in class org.tridas.io.formats.catras.CatrasReader
 
getFullName() - Method in class org.tridas.io.formats.catras.CatrasWriter
 
getFullName() - Method in class org.tridas.io.formats.corina.CorinaReader
 
getFullName() - Method in class org.tridas.io.formats.corina.CorinaWriter
 
getFullName() - Method in class org.tridas.io.formats.csv.CSVWriter
Deprecated.  
getFullName() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
getFullName() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixWriter
 
getFullName() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getFullName() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
getFullName() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
 
getFullName() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
getFullName() - Method in class org.tridas.io.formats.heidelberg.HeidelbergWriter
 
getFullName() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
getFullName() - Method in class org.tridas.io.formats.nottingham.NottinghamWriter
 
getFullName() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
getFullName() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixWriter
 
getFullName() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
getFullName() - Method in class org.tridas.io.formats.ooxml.OOXMLWriter
 
getFullName() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
getFullName() - Method in class org.tridas.io.formats.oxford.OxfordWriter
 
getFullName() - Method in class org.tridas.io.formats.past4.Past4Reader
 
getFullName() - Method in class org.tridas.io.formats.past4.Past4Writer
 
getFullName() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
getFullName() - Method in class org.tridas.io.formats.sheffield.SheffieldWriter
 
getFullName() - Method in class org.tridas.io.formats.topham.TophamReader
 
getFullName() - Method in class org.tridas.io.formats.topham.TophamWriter
 
getFullName() - Method in class org.tridas.io.formats.tridas.TridasReader
 
getFullName() - Method in class org.tridas.io.formats.tridas.TridasWriter
 
getFullName() - Method in class org.tridas.io.formats.trims.TrimsReader
 
getFullName() - Method in class org.tridas.io.formats.trims.TrimsWriter
 
getFullName() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
getFullName() - Method in class org.tridas.io.formats.tucson.TucsonWriter
 
getFullName() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
getFullName() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactWriter
 
getFullName() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
getFullName() - Method in class org.tridas.io.formats.vformat.VFormatWriter
 
getFullName() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
getIntAsByte(Integer) - Static method in class org.tridas.io.formats.catras.CatrasFile
 
getIntAsByteArray(Integer) - Static method in class org.tridas.io.formats.catras.CatrasFile
 
getIntAsBytePair(Integer) - Static method in class org.tridas.io.formats.catras.CatrasFile
 
getIntAsBytePair(Integer, Boolean) - Static method in class org.tridas.io.formats.catras.CatrasFile
Extract the integer value from a byte pair according to endianess Horror! Java byte is signed! See: http://www.darksleep.com/player/JavaAndUnsignedTypes.html
getIntegerDefaultValue(Enum<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
Helper method to return the IntegerDefaultValue object
getIntFromByte(byte) - Static method in class org.tridas.io.formats.catras.CatrasReader
Extract a single integer value from a byte
getIntFromBytePair(byte[], Boolean) - Static method in class org.tridas.io.formats.catras.CatrasReader
Extract the integer value from a byte pair according to endianess Horror! Java byte is signed! See: http://www.darksleep.com/player/JavaAndUnsignedTypes.html
getIntialsFromName(String, Integer) - Static method in class org.tridas.io.util.StringUtils
Takes a full name and returns the initials.
getKey() - Method in class org.tridas.io.defaults.AbstractDefaultValue
The enum key that this object is mapped from
getKeys() - Method in class org.tridas.io.DefaultResourceBundle
 
getKeyStroke(String) - Static method in class org.tridas.io.I18n
Get the keystroke string for this key.
getLineType(String) - Method in class org.tridas.io.formats.tucson.TucsonReader
Attempt to determine the type of line this is through regexes.
getLocalizedMessage() - Method in exception org.tridas.io.exceptions.InvalidDendroFileException
 
getLocationGeometry(Double, Double) - Static method in class org.tridas.spatial.SpatialUtils
Create a TridasLocationGeometry from decimal latitude and longitudes
getLocationGeometry(Pos) - Static method in class org.tridas.spatial.SpatialUtils
Create a TridasLocationGeoemtry from a GML Pos.
getLocationGeometryFromBNG(String) - Static method in class org.tridas.spatial.SpatialUtils
Converts a SN****** style British National Grid coordinate into EPSG:4326 lat long coordinates.
getM() - Method in class com.jhlabs.map.proj.EckertGreifendorffProjection
 
getM() - Method in class com.jhlabs.map.proj.HammerProjection
 
getMapRadius() - Method in class com.jhlabs.map.proj.AzimuthalProjection
 
getMax() - Method in class org.tridas.io.defaults.values.DoubleDefaultValue
Maximum the double can be
getMax() - Method in class org.tridas.io.defaults.values.IntegerDefaultValue
Maximum the integer can be
getMaxLatitude() - Method in class com.jhlabs.map.proj.Projection
 
getMaxLatitudeDegrees() - Method in class com.jhlabs.map.proj.Projection
 
getMaxLength() - Method in class org.tridas.io.defaults.AbstractDefaultValue
The maximum string length
getMaxLongitude() - Method in class com.jhlabs.map.proj.Projection
 
getMaxLongitudeDegrees() - Method in class com.jhlabs.map.proj.Projection
 
getMeasurementSeriesFromTridasObject(TridasObject) - Static method in class org.tridas.io.util.TridasUtils
 
getMeasurementSeriesFromTridasProject(TridasProject) - Static method in class org.tridas.io.util.TridasUtils
 
getMeasurementSeriesWithDefaults() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getMeasurementSeriesWithDefaults(Boolean) - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getMeasurementSeriesWithDefaults() - Method in class org.tridas.io.formats.oxford.OxfordToTridasDefaults
 
getMessage() - Method in class org.tridas.io.exceptions.ConversionWarning
Get the message for the warning
getMin() - Method in class org.tridas.io.defaults.values.DoubleDefaultValue
Minimum the double can be
getMin() - Method in class org.tridas.io.defaults.values.IntegerDefaultValue
Minimum the integer can be
getMinLatitude() - Method in class com.jhlabs.map.proj.Projection
 
getMinLatitudeDegrees() - Method in class com.jhlabs.map.proj.Projection
 
getMinLength() - Method in class org.tridas.io.defaults.AbstractDefaultValue
The minimum string length
getMinLongitude() - Method in class com.jhlabs.map.proj.Projection
 
getMinLongitudeDegrees() - Method in class com.jhlabs.map.proj.Projection
 
getMnemonic(String) - Static method in class org.tridas.io.I18n
Get the mnemonic character this key.
getMnemonicPosition(String) - Static method in class org.tridas.io.I18n
Get the position of the mnemonic character in the string Used for setDisplayedMnemonicIndex
getN() - Method in class com.jhlabs.map.proj.FoucautSinusoidalProjection
 
getN() - Method in class com.jhlabs.map.proj.URMFPSProjection
 
getName() - Method in class com.jhlabs.map.Ellipsoid
 
getName() - Method in class com.jhlabs.map.proj.Projection
 
getName() - Method in class org.tridas.io.naming.AbstractNamingConvention
 
getName() - Method in class org.tridas.io.naming.HierarchicalNamingConvention
 
getName() - Method in interface org.tridas.io.naming.INamingConvention
 
getName() - Method in class org.tridas.io.naming.KeycodeNamingConvention
 
getName() - Method in class org.tridas.io.naming.NumericalNamingConvention
 
getName() - Method in class org.tridas.io.naming.SeriesCode8CharNamingConvention
 
getName() - Method in class org.tridas.io.naming.SeriesCodeNamingConvention
 
getName() - Method in class org.tridas.io.naming.SeriesNamingConvention
 
getName() - Method in class org.tridas.io.naming.UUIDNamingConvention
 
getName() - Method in class org.tridas.spatial.CoordinateReferenceSystem
Get friendly name for this CRS
getNamedPROJ4CoordinateSystem(String) - Static method in class com.jhlabs.map.proj.ProjectionFactory
 
getNamedPROJ4Projection(String) - Static method in class com.jhlabs.map.proj.ProjectionFactory
 
getNamedProjection(String) - Static method in class com.jhlabs.map.proj.ProjectionFactory
 
getNameFromCode(String) - Static method in class org.tridas.io.util.ITRDBTaxonConverter
Get the full latin name of a taxon from the ITRDB 4 letter code.
getNamingConvention() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Get the naming convention
getNamingConvention() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.besancon.BesanconWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.catras.CatrasWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.corina.CorinaWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.csv.CSVWriter
Deprecated.  
getNamingConvention() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.heidelberg.HeidelbergWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.nottingham.NottinghamWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.ooxml.OOXMLWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.oxford.OxfordWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.past4.Past4Writer
 
getNamingConvention() - Method in class org.tridas.io.formats.sheffield.SheffieldWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.topham.TophamWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.tridas.TridasWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.trims.TrimsWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.tucson.TucsonWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactWriter
 
getNamingConvention() - Method in class org.tridas.io.formats.vformat.VFormatWriter
 
getNormalisedCode(String) - Static method in class org.tridas.io.util.ITRDBTaxonConverter
Check that the specified code is in the dictionary.
getObjectList(TridasProject) - Static method in class org.tridas.io.util.TridasUtils
Get a list of TridasObjects from a project recursively
getObjectList(TridasObject) - Static method in class org.tridas.io.util.TridasUtils
Recursively work through objects and sub-objects compiling a list of all the TridasObjects associated with this TridasObject.
getObjectWithDefaults(boolean) - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getObjectWithDefaults() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getOrderedProjectionNames() - Static method in class com.jhlabs.map.proj.ProjectionFactory
 
getOriginalFilename() - Method in class org.tridas.io.AbstractDendroFileReader
 
getParent() - Method in class org.tridas.io.defaults.AbstractDefaultValue
 
getPast4BooleanDefaultValue(Enum<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
Helper method to return the BooleanDefaultValue object;
getPointerNumber() - Method in exception org.tridas.io.exceptions.InvalidDendroFileException
Get the line or byte number of the dendro file where this exception occurred
getPointerType() - Method in exception org.tridas.io.exceptions.InvalidDendroFileException
 
getPreferredPrefix(String, String, boolean) - Method in class org.tridas.io.TridasNamespacePrefixMapper
 
getPROJ4Description() - Method in class com.jhlabs.map.proj.Projection
Get a string which describes this projection in PROJ.4 format.
getProject() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getProjectionDescription() - Method in class com.jhlabs.map.proj.Projection
Returns a human readable description of this projection in telegram style.
getProjectionDescription() - Method in class org.tridas.spatial.GMLPointSRSHandler
 
getProjectionLatitude() - Method in class com.jhlabs.map.proj.Projection
 
getProjectionLatitude1() - Method in class com.jhlabs.map.proj.ConicProjection
 
getProjectionLatitude1Degrees() - Method in class com.jhlabs.map.proj.ConicProjection
 
getProjectionLatitude2() - Method in class com.jhlabs.map.proj.ConicProjection
 
getProjectionLatitude2Degrees() - Method in class com.jhlabs.map.proj.ConicProjection
 
getProjectionLatitudeDegrees() - Method in class com.jhlabs.map.proj.Projection
 
getProjectionLongitude() - Method in class com.jhlabs.map.proj.Projection
 
getProjectionLongitudeDegrees() - Method in class com.jhlabs.map.proj.Projection
 
getProjectionName() - Method in class org.tridas.spatial.GMLPointSRSHandler
 
getProjects() - Method in class org.tridas.io.AbstractDendroFileReader
Gets the parsed projects after they are loaded.
getProjects() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
getProjects() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
getProjects() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
getProjects() - Method in class org.tridas.io.formats.catras.CatrasReader
 
getProjects() - Method in class org.tridas.io.formats.corina.CorinaReader
 
getProjects() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
getProjects() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getProjects() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
getProjects() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
getProjects() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
getProjects() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
getProjects() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
getProjects() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
getProjects() - Method in class org.tridas.io.formats.past4.Past4Reader
 
getProjects() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
getProjects() - Method in class org.tridas.io.formats.topham.TophamReader
 
getProjects() - Method in class org.tridas.io.formats.tridas.TridasReader
 
getProjects() - Method in class org.tridas.io.formats.trims.TrimsReader
 
getProjects() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
getProjects() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
getProjects() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
getProjects() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
getProjectWithDefaults(boolean) - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
Get a TridasProject with mandatory fields set to default
getProjectWithDefaults() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getProjStr() - Method in class org.tridas.spatial.CoordinateReferenceSystem
Get PROJ4 specification string
getRadiusWithDefaults(Boolean) - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getReadingCharset() - Static method in class org.tridas.io.TridasIO
 
getReason() - Method in exception org.tridas.io.exceptions.InvalidDendroFileException
Get the reason for this exception
getRemarkFromString(String) - Static method in class org.tridas.io.util.TridasUtils
Attempt to standardise a ring remark into a NormalTridasRemark.
getRowFromNearestParallel(double) - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
getSafeIntYearDefaultValue(Enum<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
Helper method to return the SafeIntYearDefaultValue object
getSampleWithDefaults() - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getSampleWithDefaults(boolean) - Method in class org.tridas.io.defaults.AbstractTridasMetadataFieldSet
 
getScaleFactor() - Method in class com.jhlabs.map.proj.Projection
 
getSeries() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleFile
 
getSeries() - Method in class org.tridas.io.formats.besancon.BesanconFile
 
getSeries() - Method in class org.tridas.io.formats.catras.CatrasFile
 
getSeries() - Method in class org.tridas.io.formats.corina.CorinaFile
 
getSeries() - Method in class org.tridas.io.formats.csv.CSVFile
Deprecated.  
getSeries() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixFile
 
getSeries() - Method in class org.tridas.io.formats.dendrodb.DendroDBFile
 
getSeries() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixFile
 
getSeries() - Method in class org.tridas.io.formats.heidelberg.HeidelbergFile
 
getSeries() - Method in class org.tridas.io.formats.nottingham.NottinghamFile
 
getSeries() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixFile
 
getSeries() - Method in class org.tridas.io.formats.ooxml.OOXMLFile
 
getSeries() - Method in class org.tridas.io.formats.oxford.OxfordFile
 
getSeries() - Method in class org.tridas.io.formats.past4.Past4File
 
getSeries() - Method in class org.tridas.io.formats.sheffield.SheffieldFile
 
getSeries() - Method in class org.tridas.io.formats.topham.TophamFile
 
getSeries() - Method in class org.tridas.io.formats.tridas.TridasFile
 
getSeries() - Method in class org.tridas.io.formats.trims.TrimsFile
 
getSeries() - Method in class org.tridas.io.formats.tucson.TucsonFile
 
getSeries() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactFile
 
getSeries() - Method in class org.tridas.io.formats.vformat.VFormatFile
 
getSeries() - Method in class org.tridas.io.formats.windendro.WinDendroFile
 
getSeries() - Method in interface org.tridas.io.IDendroFile
Get the series list.
getSheffieldStringDefaultValue(Enum<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
Helper method to return the SheffieldStringDefaultValue object;
getShortName() - Method in class com.jhlabs.map.Ellipsoid
 
getShortName() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Get the short name of the format
getShortName() - Method in class org.tridas.io.AbstractDendroFileReader
Get the short name of the format
getShortName() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
getShortName() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleWriter
 
getShortName() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
getShortName() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
getShortName() - Method in class org.tridas.io.formats.besancon.BesanconWriter
 
getShortName() - Method in class org.tridas.io.formats.catras.CatrasReader
 
getShortName() - Method in class org.tridas.io.formats.catras.CatrasWriter
 
getShortName() - Method in class org.tridas.io.formats.corina.CorinaReader
 
getShortName() - Method in class org.tridas.io.formats.corina.CorinaWriter
 
getShortName() - Method in class org.tridas.io.formats.csv.CSVWriter
Deprecated.  
getShortName() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
getShortName() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixWriter
 
getShortName() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getShortName() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
getShortName() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
 
getShortName() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
getShortName() - Method in class org.tridas.io.formats.heidelberg.HeidelbergWriter
 
getShortName() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
getShortName() - Method in class org.tridas.io.formats.nottingham.NottinghamWriter
 
getShortName() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
getShortName() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixWriter
 
getShortName() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
getShortName() - Method in class org.tridas.io.formats.ooxml.OOXMLWriter
 
getShortName() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
getShortName() - Method in class org.tridas.io.formats.oxford.OxfordWriter
 
getShortName() - Method in class org.tridas.io.formats.past4.Past4Reader
 
getShortName() - Method in class org.tridas.io.formats.past4.Past4Writer
 
getShortName() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
getShortName() - Method in class org.tridas.io.formats.sheffield.SheffieldWriter
 
getShortName() - Method in class org.tridas.io.formats.topham.TophamReader
 
getShortName() - Method in class org.tridas.io.formats.topham.TophamWriter
 
getShortName() - Method in class org.tridas.io.formats.tridas.TridasReader
 
getShortName() - Method in class org.tridas.io.formats.tridas.TridasWriter
 
getShortName() - Method in class org.tridas.io.formats.trims.TrimsReader
 
getShortName() - Method in class org.tridas.io.formats.trims.TrimsWriter
 
getShortName() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
getShortName() - Method in class org.tridas.io.formats.tucson.TucsonWriter
 
getShortName() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
getShortName() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactWriter
 
getShortName() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
getShortName() - Method in class org.tridas.io.formats.vformat.VFormatWriter
 
getShortName() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
getSimpleDateFormat(SimpleDateFormat) - Method in class org.tridas.io.defaults.values.DateTimeDefaultValue
Get the formatter used for saving this DateTime to string
getSpaces(int) - Static method in class org.tridas.io.util.StringUtils
Get a specified number of species
getStart() - Method in class org.tridas.io.util.YearRange
Get the starting year of this range.
getStringCoordsFromGeometry(TridasLocationGeometry) - Static method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
Get a Tucson string representation of a TridasLocationGeometry
getStringDefaultValue(Enum<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
Helper method to return the StringDefaultValue object;
getStringValue() - Method in class org.tridas.io.defaults.AbstractDefaultValue
Gets the string representation of the value.
getStringValue() - Method in class org.tridas.io.defaults.values.BooleanDefaultValue
 
getStringValue() - Method in class org.tridas.io.defaults.values.DateTimeDefaultValue
 
getStringValue() - Method in class org.tridas.io.defaults.values.Past4BooleanDefaultValue
 
getStringValue() - Method in class org.tridas.io.defaults.values.SheffieldStringDefaultValue
 
getStringValue() - Method in class org.tridas.io.defaults.values.StringDefaultValue
 
getSupportedReadingFormats() - Static method in class org.tridas.io.TridasIO
Get all supported reading formats.
getSupportedWritingFormats() - Static method in class org.tridas.io.TridasIO
Get all supported writing formats
getText(String) - Static method in class org.tridas.io.I18n
Get the text for this key.
getText(String, ArrayList<String>) - Static method in class org.tridas.io.I18n
Look up translation key, and return with each {0} style placeholder replaced with item in array
getText(String, String...) - Static method in class org.tridas.io.I18n
Created by Daniel, easier way of using an arbitrary number of replacing strings.
getText(String, String) - Static method in class org.tridas.io.I18n
Look up translation key, and replace {0} with the second parameter
getTodaysDateTime() - Static method in class org.tridas.io.util.DateUtils
Create a DateTime for right now
getTridasContainer() - Method in class org.tridas.io.AbstractDendroFileReader
 
getTridasContainer() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
getTridasContainer() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
getTridasContainer() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
getTridasContainer() - Method in class org.tridas.io.formats.catras.CatrasReader
 
getTridasContainer() - Method in class org.tridas.io.formats.corina.CorinaReader
 
getTridasContainer() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
getTridasContainer() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
getTridasContainer() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
getTridasContainer() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
getTridasContainer() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
getTridasContainer() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
getTridasContainer() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
getTridasContainer() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
getTridasContainer() - Method in class org.tridas.io.formats.past4.Past4Reader
 
getTridasContainer() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
getTridasContainer() - Method in class org.tridas.io.formats.topham.TophamReader
 
getTridasContainer() - Method in class org.tridas.io.formats.tridas.TridasFile
 
getTridasContainer() - Method in class org.tridas.io.formats.tridas.TridasReader
 
getTridasContainer() - Method in class org.tridas.io.formats.trims.TrimsReader
 
getTridasContainer() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
getTridasContainer() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
getTridasContainer() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
getTridasContainer() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
getTridasNamespaceURI() - Static method in class org.tridas.io.TridasNamespacePrefixMapper
Get the namespace URI for the TRiDaS schema elements
getTridasValuesWithDefaults() - Method in class org.tridas.io.formats.catras.CatrasToTridasDefaults
 
getTridasValuesWithDefaults() - Method in class org.tridas.io.formats.corina.CorinaToTridasDefaults
 
getTridasValuesWithDefaults() - Method in class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
getTridasValuesWithDefaults() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
getTridasValuesWithDefaults() - Method in class org.tridas.io.formats.sheffield.SheffieldToTridasDefaults
 
getTridasValuesWithDefaults() - Method in class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
getTrueScaleLatitude() - Method in class com.jhlabs.map.proj.Projection
 
getTrueScaleLatitudeDegrees() - Method in class com.jhlabs.map.proj.Projection
 
getValue() - Method in class org.tridas.io.defaults.AbstractDefaultValue
Gets the value.
getValue() - Method in class org.tridas.io.defaults.values.BooleanDefaultValue
 
getValue() - Method in class org.tridas.io.defaults.values.DateTimeDefaultValue
 
getValue() - Method in class org.tridas.io.defaults.values.DoubleDefaultValue
 
getValue() - Method in class org.tridas.io.defaults.values.GenericDefaultValue
 
getValue() - Method in class org.tridas.io.defaults.values.IntegerDefaultValue
 
getValue() - Method in class org.tridas.io.defaults.values.SafeIntYearDefaultValue
 
getValue() - Method in class org.tridas.io.defaults.values.SheffieldStringDefaultValue
 
getValue() - Method in class org.tridas.io.defaults.values.StringDefaultValue
 
getW() - Method in class com.jhlabs.map.proj.LagrangeProjection
 
getWarning() - Method in exception org.tridas.io.exceptions.ConversionWarningException
Get the warning
getWarnings() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Get a list of conversion warnings for this Collection writer
getWarnings() - Method in class org.tridas.io.AbstractDendroFileReader
The warnings generated by loading a file
getWarnings() - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
 
getWarnings() - Method in interface org.tridas.io.defaults.IMetadataFieldSet
Gets the conversion warnings from validations
getWarningType() - Method in class org.tridas.io.exceptions.ConversionWarning
Get the type of warning
getWGS84LatCoord() - Method in class org.tridas.spatial.GMLPointSRSHandler
Get the Y (latitude) coordinate for this location
getWGS84LongCoord() - Method in class org.tridas.spatial.GMLPointSRSHandler
Get the X (longitude) coordinate for this location
getWidth(double) - Method in class com.jhlabs.map.proj.SinusoidalProjection
 
getWritingCharset() - Static method in class org.tridas.io.TridasIO
 
getZoneFromNearestMeridian(double) - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
Ginzburg8Projection - Class in com.jhlabs.map.proj
 
Ginzburg8Projection() - Constructor for class com.jhlabs.map.proj.Ginzburg8Projection
 
GMLPointSRSHandler - Class in org.tridas.spatial
Helper class to take care of handling the srsName for coordinates.
GMLPointSRSHandler(PointType) - Constructor for class org.tridas.spatial.GMLPointSRSHandler
Standard constructor.
GMLPointSRSHandler.AxisOrder - Enum in org.tridas.spatial
 
GnomonicAzimuthalProjection - Class in com.jhlabs.map.proj
 
GnomonicAzimuthalProjection() - Constructor for class com.jhlabs.map.proj.GnomonicAzimuthalProjection
 
GnomonicAzimuthalProjection(double, double) - Constructor for class com.jhlabs.map.proj.GnomonicAzimuthalProjection
 
GoodeProjection - Class in com.jhlabs.map.proj
 
GoodeProjection() - Constructor for class com.jhlabs.map.proj.GoodeProjection
 
greatCircleDistance(double, double, double, double) - Static method in class com.jhlabs.map.MapMath
 
GRS_1980 - Static variable in class com.jhlabs.map.Ellipsoid
 

H

HALFPI - Static variable in class com.jhlabs.map.MapMath
 
HammerProjection - Class in com.jhlabs.map.proj
 
HammerProjection() - Constructor for class com.jhlabs.map.proj.HammerProjection
 
handleGetObject(String) - Method in class org.tridas.io.DefaultResourceBundle
 
hashCode() - Method in class org.tridas.io.util.AstronomicalYear
 
hashCode() - Method in class org.tridas.io.util.SafeIntYear
 
hashCode() - Method in class org.tridas.io.util.YearRange
A hash code for the Range.
hasInverse() - Method in class com.jhlabs.map.proj.AlbersProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.Apian1Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.Apian2Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.AugustProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.BaconProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.BipolarProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.BoggsProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.BonneProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.CassiniProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.CentralCylindricalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.CollignonProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.CrasterProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.CylindricalEqualAreaProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.Eckert1Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.Eckert2Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.Eckert4Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.Eckert5Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.Eckert6Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.EllipticalPseudoCylindrical
 
hasInverse() - Method in class com.jhlabs.map.proj.EqualAreaAzimuthalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.EquidistantAzimuthalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.EquidistantConicProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.EquidistantCylindricalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.EulerProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.FaheyProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.FoucautSinusoidalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.Fournier2Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.GallProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.GnomonicAzimuthalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.GoodeProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.HatanoProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.LagrangeProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.LambertConformalConicProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.LandsatProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.LinearProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.LoximuthalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarParabolicProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarQuarticProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarSine2Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.MercatorProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.MillerCylindrical1Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.MillerCylindrical2Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.MollweideProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.NellHammerProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.NellProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.NicolosiProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.ObliqueMercatorProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.OrteliusProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.OrthographicAzimuthalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.PerspectiveProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.PolyconicProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.Projection
Returns true if this projection has an inverse
hasInverse() - Method in class com.jhlabs.map.proj.PutninsP2Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.PutninsP4PProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.PutninsP5Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.SimpleConicProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.SinusoidalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.StereographicAzimuthalProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.STSProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.TCEAProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.TissotProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.URMFPSProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.VanDerGrintenProjection
 
hasInverse() - Method in class com.jhlabs.map.proj.Wagner2Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.Wagner3Projection
 
hasInverse() - Method in class com.jhlabs.map.proj.Winkel1Projection
 
hasSpecificProjection() - Method in class org.tridas.spatial.GMLPointSRSHandler
Does this location have a known and useable projection?
HatanoProjection - Class in com.jhlabs.map.proj
 
HatanoProjection() - Constructor for class com.jhlabs.map.proj.HatanoProjection
 
HeidelbergFile - Class in org.tridas.io.formats.heidelberg
 
HeidelbergFile(TridasToHeidelbergDefaults) - Constructor for class org.tridas.io.formats.heidelberg.HeidelbergFile
 
HeidelbergFile.HeidelbergSeries - Class in org.tridas.io.formats.heidelberg
 
HeidelbergFile.HeidelbergSeries(ITridasSeries, TridasValues, TridasToHeidelbergDefaults, Boolean) - Constructor for class org.tridas.io.formats.heidelberg.HeidelbergFile.HeidelbergSeries
Standard constructor.
HeidelbergFile.HeidelbergSeries(ITridasSeries, TridasValues, TridasToHeidelbergDefaults, Boolean, Boolean) - Constructor for class org.tridas.io.formats.heidelberg.HeidelbergFile.HeidelbergSeries
 
HeidelbergReader - Class in org.tridas.io.formats.heidelberg
 
HeidelbergReader() - Constructor for class org.tridas.io.formats.heidelberg.HeidelbergReader
 
HeidelbergToTridasDefaults - Class in org.tridas.io.formats.heidelberg
 
HeidelbergToTridasDefaults() - Constructor for class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
HeidelbergToTridasDefaults.DefaultFields - Enum in org.tridas.io.formats.heidelberg
 
HeidelbergToTridasDefaults.FHBarkType - Enum in org.tridas.io.formats.heidelberg
 
HeidelbergToTridasDefaults.FHDataFormat - Enum in org.tridas.io.formats.heidelberg
 
HeidelbergToTridasDefaults.FHDataType - Enum in org.tridas.io.formats.heidelberg
 
HeidelbergToTridasDefaults.FHDated - Enum in org.tridas.io.formats.heidelberg
 
HeidelbergToTridasDefaults.FHPith - Enum in org.tridas.io.formats.heidelberg
 
HeidelbergToTridasDefaults.FHSeriesType - Enum in org.tridas.io.formats.heidelberg
 
HeidelbergToTridasDefaults.FHStartsOrEndsWith - Enum in org.tridas.io.formats.heidelberg
 
HeidelbergToTridasDefaults.FHWaldKante - Enum in org.tridas.io.formats.heidelberg
 
HeidelbergWriter - Class in org.tridas.io.formats.heidelberg
Writer for heidelberg files.
HeidelbergWriter() - Constructor for class org.tridas.io.formats.heidelberg.HeidelbergWriter
 
HierarchicalNamingConvention - Class in org.tridas.io.naming
 
HierarchicalNamingConvention() - Constructor for class org.tridas.io.naming.HierarchicalNamingConvention
 
HolzelProjection - Class in com.jhlabs.map.proj
Hoelzel Projection.
HolzelProjection() - Constructor for class com.jhlabs.map.proj.HolzelProjection
 
hypot(double, double) - Static method in class com.jhlabs.map.MapMath
 

I

I18n - Class in org.tridas.io
Provide localization strings.
IDendroFile - Interface in org.tridas.io
Interface for all Dendro File Formats.
IMetadataFieldSet - Interface in org.tridas.io.defaults
TODO so the library works while i work on this upgrade
INamingConvention - Interface in org.tridas.io.naming
 
INCHES - Static variable in class com.jhlabs.map.Units
 
IncompleteTridasDataException - Exception in org.tridas.io.exceptions
This exception is thrown when a Tridas entity is not complete.
IncompleteTridasDataException() - Constructor for exception org.tridas.io.exceptions.IncompleteTridasDataException
Basic non-descriptive missing data exception
IncompleteTridasDataException(String) - Constructor for exception org.tridas.io.exceptions.IncompleteTridasDataException
Constructor for an incomplete data exception with descriptive message
IncorrectDefaultFieldsException - Exception in org.tridas.io.exceptions
 
IncorrectDefaultFieldsException(Class<?>) - Constructor for exception org.tridas.io.exceptions.IncorrectDefaultFieldsException
 
init(double) - Method in class com.jhlabs.map.proj.MollweideProjection
 
initDefaultValues() - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
initialize the default values in this set
initDefaultValues() - Method in class org.tridas.io.defaults.TridasMetadataFieldSet
 
initDefaultValues() - Method in class org.tridas.io.formats.belfastapple.TridasToBelfastAppleDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.besancon.BesanconToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.besancon.TridasToBesanconDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.catras.CatrasToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.corina.CorinaToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.corina.TridasToCorinaDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.csv.TridasToCSVDefaults
Deprecated.  
initDefaultValues() - Method in class org.tridas.io.formats.csvmatrix.TridasToCSVMatrixDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.excelmatrix.TridasToExcelMatrixDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.nottingham.NottinghamToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.nottingham.TridasToNottinghamDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.odfmatrix.TridasToODFMatrixDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.ooxml.TridasToOOXMLDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.oxford.OxfordToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.oxford.TridasToOxfordDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
initDefaultValues() - Method in class org.tridas.io.formats.sheffield.SheffieldToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.topham.TridasToTophamDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.trims.TridasToTrimsDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.tucsoncompact.TridasToTucsonCompactDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
initDefaultValues() - Method in class org.tridas.io.formats.windendro.WinDendroToTridasDefaults
 
initialize() - Method in class com.jhlabs.map.proj.AiryProjection
 
initialize() - Method in class com.jhlabs.map.proj.AlbersProjection
 
initialize() - Method in class com.jhlabs.map.proj.AzimuthalProjection
 
initialize() - Method in class com.jhlabs.map.proj.BipolarProjection
 
initialize() - Method in class com.jhlabs.map.proj.BonneProjection
 
initialize() - Method in class com.jhlabs.map.proj.CassiniProjection
 
initialize() - Method in class com.jhlabs.map.proj.CylindricalEqualAreaProjection
 
initialize() - Method in class com.jhlabs.map.proj.EckertGreifendorffProjection
 
initialize() - Method in class com.jhlabs.map.proj.EqualAreaAzimuthalProjection
 
initialize() - Method in class com.jhlabs.map.proj.EquidistantAzimuthalProjection
 
initialize() - Method in class com.jhlabs.map.proj.EquidistantConicProjection
 
initialize() - Method in class com.jhlabs.map.proj.EquidistantCylindricalProjection
 
initialize() - Method in class com.jhlabs.map.proj.EulerProjection
 
initialize() - Method in class com.jhlabs.map.proj.FoucautSinusoidalProjection
 
initialize() - Method in class com.jhlabs.map.proj.GnomonicAzimuthalProjection
 
initialize() - Method in class com.jhlabs.map.proj.HammerProjection
 
initialize() - Method in class com.jhlabs.map.proj.LagrangeProjection
 
initialize() - Method in class com.jhlabs.map.proj.LambertConformalConicProjection
 
initialize() - Method in class com.jhlabs.map.proj.LandsatProjection
 
initialize() - Method in class com.jhlabs.map.proj.ObliqueMercatorProjection
 
initialize() - Method in class com.jhlabs.map.proj.PerspectiveProjection
 
initialize() - Method in class com.jhlabs.map.proj.PolyconicProjection
 
initialize() - Method in class com.jhlabs.map.proj.Projection
Initialize the projection.
initialize() - Method in class com.jhlabs.map.proj.RectangularPolyconicProjection
 
initialize() - Method in class com.jhlabs.map.proj.SimpleConicProjection
 
initialize() - Method in class com.jhlabs.map.proj.StereographicAzimuthalProjection
 
initialize() - Method in class com.jhlabs.map.proj.TCEAProjection
 
initialize() - Method in class com.jhlabs.map.proj.TissotProjection
 
initialize() - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
initialize() - Method in class com.jhlabs.map.proj.URMFPSProjection
 
initialize() - Method in class com.jhlabs.map.proj.Wagner3Projection
 
inputFile() - Method in class org.tridas.io.util.FileHelper
 
inputFile(JFrame) - Static method in class org.tridas.io.util.IOUtils
 
inputFile(String, JFrame) - Static method in class org.tridas.io.util.IOUtils
The parentFrame is the Frame that will guide the placement of the prompt window.
inputFiles(JFrame) - Static method in class org.tridas.io.util.IOUtils
 
inputFiles(String, JFrame) - Static method in class org.tridas.io.util.IOUtils
 
insertString(int, String, AttributeSet) - Method in class org.tridas.io.util.AutoCompleteJComboBoxer
 
inside(double, double) - Method in class com.jhlabs.map.proj.AzimuthalProjection
 
inside(double, double) - Method in class com.jhlabs.map.proj.Projection
Returns true if the given lat/lon point is visible in this projection.
IntegerDefaultValue - Class in org.tridas.io.defaults.values
 
IntegerDefaultValue() - Constructor for class org.tridas.io.defaults.values.IntegerDefaultValue
 
IntegerDefaultValue(Integer) - Constructor for class org.tridas.io.defaults.values.IntegerDefaultValue
 
IntegerDefaultValue(Integer, int, int) - Constructor for class org.tridas.io.defaults.values.IntegerDefaultValue
 
IntegerDefaultValue(int, int) - Constructor for class org.tridas.io.defaults.values.IntegerDefaultValue
 
IntegerDefaultValue(Integer, int, int, int, int) - Constructor for class org.tridas.io.defaults.values.IntegerDefaultValue
Constructor for a default field of type integer
INTERNATIONAL_1967 - Static variable in class com.jhlabs.map.Ellipsoid
 
intersection(YearRange) - Method in class org.tridas.io.util.YearRange
The intersection of this range with r.
intersectSegments(Point2D.Double, Point2D.Double, Point2D.Double, Point2D.Double, Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 
intValue() - Method in class org.tridas.io.util.AstronomicalYear
This method always throws UnsupportedOperationException.
intValue() - Method in class org.tridas.io.util.SafeIntYear
This method always throws UnsupportedOperationException.
inv_mlfn(double, double, double[]) - Static method in class com.jhlabs.map.MapMath
 
InvalidDendroFileException - Exception in org.tridas.io.exceptions
This is thrown when a fatal error is found in the input dendro data file.
InvalidDendroFileException(String) - Constructor for exception org.tridas.io.exceptions.InvalidDendroFileException
Constructor for this exception when there is no specific position in the file where the error occurred e.g.
InvalidDendroFileException(String, int) - Constructor for exception org.tridas.io.exceptions.InvalidDendroFileException
Constructor for this exception when providing line number of erroneous input file
InvalidDendroFileException(String, int, InvalidDendroFileException.PointerType) - Constructor for exception org.tridas.io.exceptions.InvalidDendroFileException
Construct an exception.
InvalidDendroFileException(String, String, InvalidDendroFileException.PointerType) - Constructor for exception org.tridas.io.exceptions.InvalidDendroFileException
Construct an exception.
InvalidDendroFileException.PointerType - Enum in org.tridas.io.exceptions
 
inverseTransform(Point2D.Double, Point2D.Double) - Method in class com.jhlabs.map.proj.LinearProjection
 
inverseTransform(double[], int, double[], int, int) - Method in class com.jhlabs.map.proj.LinearProjection
 
inverseTransform(Point2D.Double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
Inverse-project a point (in metres), producing a lat/long result in degrees
inverseTransform(double[], int, double[], int, int) - Method in class com.jhlabs.map.proj.Projection
Inverse-project a number of points (in metres), producing a lat/long result in degrees
inverseTransform(Rectangle2D) - Method in class com.jhlabs.map.proj.Projection
Finds the smallest lat/long rectangle wholly inside the given view rectangle.
inverseTransformRadians(Point2D.Double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
Inverse-project a point (in metres), producing a lat/long result in radians
inverseTransformRadians(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
Inverse-project a point (in meters), producing a lat/long result in radians.
inverseTransformRadians(double[], int, double[], int, int) - Method in class com.jhlabs.map.proj.Projection
Inverse-project a number of points (in metres), producing a lat/long result in radians
IOUtils - Class in org.tridas.io.util
Static IO utility methods
isBinary(String[]) - Static method in class org.tridas.io.util.FileHelper
Determine whether a file contains non-printable characters, suggesting that its a binary file.
isCharsetDetection() - Static method in class org.tridas.io.TridasIO
If the library detects the charset when loading files.
isConformal() - Method in class com.jhlabs.map.proj.AugustProjection
Returns true if this projection is conformal
isConformal() - Method in class com.jhlabs.map.proj.LagrangeProjection
Returns true if this projection is conformal
isConformal() - Method in class com.jhlabs.map.proj.LambertConformalConicProjection
Returns true if this projection is conformal
isConformal() - Method in class com.jhlabs.map.proj.MercatorProjection
 
isConformal() - Method in class com.jhlabs.map.proj.Projection
Returns true if this projection is conformal
isConformal() - Method in class com.jhlabs.map.proj.StereographicAzimuthalProjection
Returns true if this projection is conformal
isConformal() - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.AlbersProjection
Returns true if this projection is equal area
isEqualArea() - Method in class com.jhlabs.map.proj.BoggsProjection
Returns true if this projection is equal area
isEqualArea() - Method in class com.jhlabs.map.proj.BonneProjection
Returns true if this projection is equal area
isEqualArea() - Method in class com.jhlabs.map.proj.CollignonProjection
Returns true if this projection is equal area
isEqualArea() - Method in class com.jhlabs.map.proj.CrasterProjection
Returns true if this projection is equal area
isEqualArea() - Method in class com.jhlabs.map.proj.CylindricalEqualAreaProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.Eckert4Projection
 
isEqualArea() - Method in class com.jhlabs.map.proj.Eckert6Projection
 
isEqualArea() - Method in class com.jhlabs.map.proj.EckertGreifendorffProjection
Returns true if this projection is equal area
isEqualArea() - Method in class com.jhlabs.map.proj.EqualAreaAzimuthalProjection
Returns true if this projection is equal area
isEqualArea() - Method in class com.jhlabs.map.proj.FoucautProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.FoucautSinusoidalProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.HammerProjection
Returns true if this projection is equal area
isEqualArea() - Method in class com.jhlabs.map.proj.HatanoProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.Kavraisky5Projection
 
isEqualArea() - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarParabolicProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarQuarticProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarSine2Projection
 
isEqualArea() - Method in class com.jhlabs.map.proj.MollweideProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.Projection
Returns true if this projection is equal area
isEqualArea() - Method in class com.jhlabs.map.proj.PutninsP4PProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.QuarticAuthalicProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.SinusoidalProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.TCEAProjection
 
isEqualArea() - Method in class com.jhlabs.map.proj.Wagner1Projection
 
isEqualArea() - Method in class com.jhlabs.map.proj.Wagner7Projection
Returns true if this projection is equal area
isFriendlyRangeValidation() - Method in class org.tridas.io.defaults.values.DoubleDefaultValue
if true, it will move the value into the range instead of disregarding the modification.
isFriendlyRangeValidation() - Method in class org.tridas.io.defaults.values.IntegerDefaultValue
if true, it will move the value into the range instead of disregarding the modification.
isOverriding() - Method in class org.tridas.io.defaults.AbstractDefaultValue
If the value in this object is overriding.
isPadRight() - Method in class org.tridas.io.defaults.AbstractDefaultValue
If we pad the string from the right if it's too short.
isRectilinear() - Method in class com.jhlabs.map.proj.CylindricalProjection
 
isRectilinear() - Method in class com.jhlabs.map.proj.LinearProjection
 
isRectilinear() - Method in class com.jhlabs.map.proj.NullProjection
 
isRectilinear() - Method in class com.jhlabs.map.proj.Projection
Returns true if lat/long lines form a rectangular grid for this projection.
isRectilinear() - Method in class com.jhlabs.map.proj.TCCProjection
 
isRectilinear() - Method in class com.jhlabs.map.proj.TCEAProjection
 
isRectilinear() - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
isStringWholeInteger(String) - Static method in class org.tridas.io.util.StringUtils
Returns true if string can be interpreted as a whole number integer.
isYearOne() - Method in class org.tridas.io.util.AstronomicalYear
Return true, iff this is year 1.
isYearOne() - Method in class org.tridas.io.util.SafeIntYear
Return true, iff this is year 1.
ITRDBTaxonConverter - Class in org.tridas.io.util
Class for converting between ITRDB 4 char taxon code and proper latin name.

K

Kavraisky5Projection - Class in com.jhlabs.map.proj
 
Kavraisky5Projection() - Constructor for class com.jhlabs.map.proj.Kavraisky5Projection
 
Kavraisky7Projection - Class in com.jhlabs.map.proj
Kavraisky 7 Projection.
Kavraisky7Projection() - Constructor for class com.jhlabs.map.proj.Kavraisky7Projection
Creates a new instance of Kavraisky7Projection
KeycodeNamingConvention - Class in org.tridas.io.naming
 
KeycodeNamingConvention() - Constructor for class org.tridas.io.naming.KeycodeNamingConvention
 
keySet() - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
 
keySet() - Method in interface org.tridas.io.defaults.IMetadataFieldSet
 
KILOMETRES - Static variable in class com.jhlabs.map.Units
 
KRASOVSKY - Static variable in class com.jhlabs.map.Ellipsoid
 

L

LagrangeProjection - Class in com.jhlabs.map.proj
 
LagrangeProjection() - Constructor for class com.jhlabs.map.proj.LagrangeProjection
 
LambertConformalConicProjection - Class in com.jhlabs.map.proj
 
LambertConformalConicProjection() - Constructor for class com.jhlabs.map.proj.LambertConformalConicProjection
 
LambertConformalConicProjection(Ellipsoid, double, double, double, double, double, double) - Constructor for class com.jhlabs.map.proj.LambertConformalConicProjection
Set up a projection suitable for State Place Coordinates.
LambertEqualAreaConicProjection - Class in com.jhlabs.map.proj
 
LambertEqualAreaConicProjection() - Constructor for class com.jhlabs.map.proj.LambertEqualAreaConicProjection
 
LambertEqualAreaConicProjection(boolean) - Constructor for class com.jhlabs.map.proj.LambertEqualAreaConicProjection
 
LandsatProjection - Class in com.jhlabs.map.proj
 
LandsatProjection() - Constructor for class com.jhlabs.map.proj.LandsatProjection
 
LarriveeProjection - Class in com.jhlabs.map.proj
 
LarriveeProjection() - Constructor for class com.jhlabs.map.proj.LarriveeProjection
 
LaskowskiProjection - Class in com.jhlabs.map.proj
 
LaskowskiProjection() - Constructor for class com.jhlabs.map.proj.LaskowskiProjection
 
leftPad(String, int) - Static method in class org.tridas.io.util.StringUtils
Pad some text on the left (i.e., right-align it) until it's a specified width.
LENGTH_UNIT - Static variable in class com.jhlabs.map.Unit
 
LinearProjection - Class in com.jhlabs.map.proj
 
LinearProjection() - Constructor for class com.jhlabs.map.proj.LinearProjection
 
LINKS - Static variable in class com.jhlabs.map.Units
 
load(TridasTridas) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Loads a tridas container to convert into a legacy format, using the default metadata set
load(TridasTridas, IMetadataFieldSet) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Loads a container to convert into a legacy format, using the given metadata set
load(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Loads a TRiDaS project to convert into a legacy format, using the given metadata set
load(TridasProject) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Loads a TRiDaS project to convert into a legacy format, using the default metadata set
loadBytes(String) - Method in class org.tridas.io.util.FileHelper
 
loadBytes(InputStream) - Static method in class org.tridas.io.util.IOUtils
 
loadFile(String, IMetadataFieldSet) - Method in class org.tridas.io.AbstractDendroFileReader
Load a file from the given filename or url, and the given defaults.
loadFile(String) - Method in class org.tridas.io.AbstractDendroFileReader
Loads a file from the given filename or url, using the default metadata.
loadFile(String, String, IMetadataFieldSet) - Method in class org.tridas.io.AbstractDendroFileReader
Loads a file from the given path, filename, and defaults.
loadFile(String, String) - Method in class org.tridas.io.AbstractDendroFileReader
Loads a file from the path and filename, using the default metadata.
loadFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.AbstractDendroFileReader
Loads a file from the file strings
loadFile(String[]) - Method in class org.tridas.io.AbstractDendroFileReader
Loads a file just from the strings, using the default metadata
loadFile(String, IMetadataFieldSet) - Method in class org.tridas.io.formats.catras.CatrasReader
 
loadFile(String, String, IMetadataFieldSet) - Method in class org.tridas.io.formats.catras.CatrasReader
 
loadFile(byte[], IMetadataFieldSet) - Method in class org.tridas.io.formats.catras.CatrasReader
 
loadFile(byte[]) - Method in class org.tridas.io.formats.catras.CatrasReader
 
loadFile(String[]) - Method in class org.tridas.io.formats.catras.CatrasReader
 
loadFile(String[]) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
loadFile(String, IMetadataFieldSet) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
loadFile(String, String, IMetadataFieldSet) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
loadFile(String[]) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
loadFile(String, IMetadataFieldSet) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
loadFile(String, String, IMetadataFieldSet) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
loadFile(String[]) - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
loadFile(String, IMetadataFieldSet) - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
loadFile(String, String, IMetadataFieldSet) - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
loadMetadata(TucsonReader.TucsonSeries, String, String, String) - Method in class org.tridas.io.formats.tucson.TucsonReader
Attempts to load metadata from a three line header
loadProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Deprecated. @see org.tridas.io.AbstractDendroCollectionWriter#load(org.tridas.schema.TridasProject, org.tridas.io.default.IMetadataFieldSet)
loadProject(TridasProject) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Deprecated. @see org.tridas.io.AbstractDendroCollectionWriter#load(org.tridas.schema.TridasProject)
loadStrings(String) - Method in class org.tridas.io.util.FileHelper
Load data from a file and shove it into a String array.
loadStrings(String, String) - Method in class org.tridas.io.util.FileHelper
 
loadStrings(File) - Static method in class org.tridas.io.util.IOUtils
 
loadStrings(File, String) - Static method in class org.tridas.io.util.IOUtils
 
loadStrings(InputStream) - Static method in class org.tridas.io.util.IOUtils
 
loadStrings(InputStream, String) - Static method in class org.tridas.io.util.IOUtils
 
loadStringsFromDetectedCharset(String) - Method in class org.tridas.io.util.FileHelper
 
longitudeDistance(double, double) - Static method in class com.jhlabs.map.MapMath
 
LoximuthalProjection - Class in com.jhlabs.map.proj
 
LoximuthalProjection() - Constructor for class com.jhlabs.map.proj.LoximuthalProjection
 

M

main(String[]) - Static method in class com.jhlabs.map.proj.Projection
 
main(String[]) - Static method in class com.jhlabs.map.proj.ProjectionFactory
 
main(String[]) - Static method in class org.tridas.io.CommandLineUI
Basic command line interface to the library
MapMath - Class in com.jhlabs.map
 
MapMath() - Constructor for class com.jhlabs.map.MapMath
 
max(AstronomicalYear, AstronomicalYear) - Static method in class org.tridas.io.util.AstronomicalYear
The maximum (later) of two years.
max(SafeIntYear, SafeIntYear) - Static method in class org.tridas.io.util.SafeIntYear
The maximum (later) of two years.
maxLatitude - Variable in class com.jhlabs.map.proj.Projection
The maximum latitude of the bounds of this projection
maxLongitude - Variable in class com.jhlabs.map.proj.Projection
The maximum longitude of the bounds of this projection.
McBrydeThomasFlatPolarParabolicProjection - Class in com.jhlabs.map.proj
 
McBrydeThomasFlatPolarParabolicProjection() - Constructor for class com.jhlabs.map.proj.McBrydeThomasFlatPolarParabolicProjection
 
McBrydeThomasFlatPolarQuarticProjection - Class in com.jhlabs.map.proj
 
McBrydeThomasFlatPolarQuarticProjection() - Constructor for class com.jhlabs.map.proj.McBrydeThomasFlatPolarQuarticProjection
 
McBrydeThomasFlatPolarSine2Projection - Class in com.jhlabs.map.proj
 
McBrydeThomasFlatPolarSine2Projection() - Constructor for class com.jhlabs.map.proj.McBrydeThomasFlatPolarSine2Projection
 
McBrydeThomasSine1Projection - Class in com.jhlabs.map.proj
 
McBrydeThomasSine1Projection() - Constructor for class com.jhlabs.map.proj.McBrydeThomasSine1Projection
 
MercatorProjection - Class in com.jhlabs.map.proj
 
MercatorProjection() - Constructor for class com.jhlabs.map.proj.MercatorProjection
 
METRES - Static variable in class com.jhlabs.map.Units
 
MILES - Static variable in class com.jhlabs.map.Units
 
MillerCylindrical1Projection - Class in com.jhlabs.map.proj
 
MillerCylindrical1Projection() - Constructor for class com.jhlabs.map.proj.MillerCylindrical1Projection
 
MillerCylindrical2Projection - Class in com.jhlabs.map.proj
Miller's second cylindrical projection, which is not used as often as his first one.
MillerCylindrical2Projection() - Constructor for class com.jhlabs.map.proj.MillerCylindrical2Projection
 
MILLIMETRES - Static variable in class com.jhlabs.map.Units
 
min(AstronomicalYear, AstronomicalYear) - Static method in class org.tridas.io.util.AstronomicalYear
The minimum (earlier) of two years.
min(SafeIntYear, SafeIntYear) - Static method in class org.tridas.io.util.SafeIntYear
The minimum (earlier) of two years.
minLatitude - Variable in class com.jhlabs.map.proj.Projection
The minimum latitude of the bounds of this projection
minLongitude - Variable in class com.jhlabs.map.proj.Projection
The minimum longitude of the bounds of this projection.
mlfn(double, double, double, double[]) - Static method in class com.jhlabs.map.MapMath
 
mod(int) - Method in class org.tridas.io.util.AstronomicalYear
Computes this modulo m.
mod(int) - Method in class org.tridas.io.util.SafeIntYear
Computes this modulo m.
mode - Variable in class com.jhlabs.map.proj.AzimuthalProjection
 
ModifiedAzimuthalProjection - Class in com.jhlabs.map.proj
 
ModifiedAzimuthalProjection() - Constructor for class com.jhlabs.map.proj.ModifiedAzimuthalProjection
 
MOLLWEIDE - Static variable in class com.jhlabs.map.proj.MollweideProjection
 
MollweideProjection - Class in com.jhlabs.map.proj
 
MollweideProjection() - Constructor for class com.jhlabs.map.proj.MollweideProjection
 
MollweideProjection(int) - Constructor for class com.jhlabs.map.proj.MollweideProjection
 
MollweideProjection(double) - Constructor for class com.jhlabs.map.proj.MollweideProjection
 
MollweideProjection(double, double, double) - Constructor for class com.jhlabs.map.proj.MollweideProjection
 
msfn(double, double, double) - Static method in class com.jhlabs.map.MapMath
 
multiply(Point2D.Double, Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 
MURD1 - Static variable in class com.jhlabs.map.proj.SimpleConicProjection
 
MURD2 - Static variable in class com.jhlabs.map.proj.SimpleConicProjection
 
MURD3 - Static variable in class com.jhlabs.map.proj.SimpleConicProjection
 
Murdoch1Projection - Class in com.jhlabs.map.proj
 
Murdoch1Projection() - Constructor for class com.jhlabs.map.proj.Murdoch1Projection
 
Murdoch2Projection - Class in com.jhlabs.map.proj
 
Murdoch2Projection() - Constructor for class com.jhlabs.map.proj.Murdoch2Projection
 
Murdoch3Projection - Class in com.jhlabs.map.proj
 
Murdoch3Projection() - Constructor for class com.jhlabs.map.proj.Murdoch3Projection
 

N

name - Variable in class com.jhlabs.map.Ellipsoid
 
name - Variable in class com.jhlabs.map.proj.Projection
The name of this projection
name - Variable in class com.jhlabs.map.Unit
 
NAUTICAL_MILES - Static variable in class com.jhlabs.map.Units
 
negate(Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 
NellHammerProjection - Class in com.jhlabs.map.proj
 
NellHammerProjection() - Constructor for class com.jhlabs.map.proj.NellHammerProjection
 
NellProjection - Class in com.jhlabs.map.proj
 
NellProjection() - Constructor for class com.jhlabs.map.proj.NellProjection
 
nextCentury() - Method in class org.tridas.io.util.SafeIntYear
 
niceNumber(double, boolean) - Static method in class com.jhlabs.map.MapMath
 
NicolosiProjection - Class in com.jhlabs.map.proj
 
NicolosiProjection() - Constructor for class com.jhlabs.map.proj.NicolosiProjection
 
normalize(Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 
normalizeAngle(double) - Static method in class com.jhlabs.map.MapMath
 
normalizeLatitude(double) - Static method in class com.jhlabs.map.MapMath
 
normalizeLongitude(double) - Static method in class com.jhlabs.map.MapMath
normalize longitude angle in radians
NORTH_POLE - Static variable in class com.jhlabs.map.proj.AzimuthalProjection
 
NottinghamFile - Class in org.tridas.io.formats.nottingham
 
NottinghamFile(TridasToNottinghamDefaults) - Constructor for class org.tridas.io.formats.nottingham.NottinghamFile
 
NottinghamReader - Class in org.tridas.io.formats.nottingham
 
NottinghamReader() - Constructor for class org.tridas.io.formats.nottingham.NottinghamReader
 
NottinghamToTridasDefaults - Class in org.tridas.io.formats.nottingham
 
NottinghamToTridasDefaults() - Constructor for class org.tridas.io.formats.nottingham.NottinghamToTridasDefaults
 
NottinghamToTridasDefaults.DefaultFields - Enum in org.tridas.io.formats.nottingham
 
NottinghamWriter - Class in org.tridas.io.formats.nottingham
 
NottinghamWriter() - Constructor for class org.tridas.io.formats.nottingham.NottinghamWriter
 
NullProjection - Class in com.jhlabs.map.proj
A projection which does nothing.
NullProjection() - Constructor for class com.jhlabs.map.proj.NullProjection
 
NumericalNamingConvention - Class in org.tridas.io.naming
 
NumericalNamingConvention() - Constructor for class org.tridas.io.naming.NumericalNamingConvention
 
NumericalNamingConvention(String) - Constructor for class org.tridas.io.naming.NumericalNamingConvention
 

O

OBLIQUE - Static variable in class com.jhlabs.map.proj.AzimuthalProjection
 
ObliqueMercatorProjection - Class in com.jhlabs.map.proj
Oblique Mercator Projection algorithm is taken from the USGS PROJ package.
ObliqueMercatorProjection() - Constructor for class com.jhlabs.map.proj.ObliqueMercatorProjection
 
ObliqueMercatorProjection(Ellipsoid, double, double, double, double, double, double) - Constructor for class com.jhlabs.map.proj.ObliqueMercatorProjection
Set up a projection suitable for State Plane Coordinates.
ODFMatrixFile - Class in org.tridas.io.formats.odfmatrix
 
ODFMatrixFile(IMetadataFieldSet) - Constructor for class org.tridas.io.formats.odfmatrix.ODFMatrixFile
 
ODFMatrixReader - Class in org.tridas.io.formats.odfmatrix
 
ODFMatrixReader() - Constructor for class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
ODFMatrixToTridasDefaults - Class in org.tridas.io.formats.odfmatrix
 
ODFMatrixToTridasDefaults() - Constructor for class org.tridas.io.formats.odfmatrix.ODFMatrixToTridasDefaults
 
ODFMatrixWriter - Class in org.tridas.io.formats.odfmatrix
 
ODFMatrixWriter() - Constructor for class org.tridas.io.formats.odfmatrix.ODFMatrixWriter
 
one_es - Variable in class com.jhlabs.map.proj.Projection
1-(eccentricity squared)
OOXMLFile - Class in org.tridas.io.formats.ooxml
 
OOXMLFile(IMetadataFieldSet) - Constructor for class org.tridas.io.formats.ooxml.OOXMLFile
 
OOXMLReader - Class in org.tridas.io.formats.ooxml
 
OOXMLReader() - Constructor for class org.tridas.io.formats.ooxml.OOXMLReader
 
OOXMLToTridasDefaults - Class in org.tridas.io.formats.ooxml
 
OOXMLToTridasDefaults() - Constructor for class org.tridas.io.formats.ooxml.OOXMLToTridasDefaults
 
OOXMLWriter - Class in org.tridas.io.formats.ooxml
 
OOXMLWriter() - Constructor for class org.tridas.io.formats.ooxml.OOXMLWriter
 
org.tridas.io - package org.tridas.io
This is the base package for the DendroFileIO library.
org.tridas.io.defaults - package org.tridas.io.defaults
 
org.tridas.io.defaults.values - package org.tridas.io.defaults.values
 
org.tridas.io.exceptions - package org.tridas.io.exceptions
 
org.tridas.io.formats.belfastapple - package org.tridas.io.formats.belfastapple
This file format was written by Jon Pilcher at Queen's University Belfast.
org.tridas.io.formats.belfastarchive - package org.tridas.io.formats.belfastarchive
BelfastArchive is an extension of the BelfastApple format design by Martin Munro.
org.tridas.io.formats.besancon - package org.tridas.io.formats.besancon
The Besançon format is used in various forms in a number of laboratories, mostly in France.
org.tridas.io.formats.catras - package org.tridas.io.formats.catras
This is a binary format for software written by Aniol, first released in 1983.
org.tridas.io.formats.corina - package org.tridas.io.formats.corina
Mecki Pohl's original (MS-DOS) Corina format.
org.tridas.io.formats.csv - package org.tridas.io.formats.csv
Comma-separated values (CSV) is a simple text file format used for encoding tabular data.
org.tridas.io.formats.csvmatrix - package org.tridas.io.formats.csvmatrix
Microsoft Excel (95 and later).
org.tridas.io.formats.dendrodb - package org.tridas.io.formats.dendrodb
 
org.tridas.io.formats.excelmatrix - package org.tridas.io.formats.excelmatrix
Microsoft Excel (95 and later).
org.tridas.io.formats.heidelberg - package org.tridas.io.formats.heidelberg
The Heidelberg format is the native format for Rinntech's TSAP-Win software.
org.tridas.io.formats.nottingham - package org.tridas.io.formats.nottingham
 
org.tridas.io.formats.odfmatrix - package org.tridas.io.formats.odfmatrix
Microsoft Excel (95 and later).
org.tridas.io.formats.ooxml - package org.tridas.io.formats.ooxml
 
org.tridas.io.formats.oxford - package org.tridas.io.formats.oxford
 
org.tridas.io.formats.past4 - package org.tridas.io.formats.past4
This package contains support for the native XML format used SCIEM's PAST4 software.
org.tridas.io.formats.sheffield - package org.tridas.io.formats.sheffield
The Sheffield format (also known as D-format) is the native file format for Ian Tyer's Dendro For Windows software.
org.tridas.io.formats.topham - package org.tridas.io.formats.topham
Perhaps the simplest dendro data format of all time! This is truly a data-only format with a single value on each line for each ring width in decimal millimetres.
org.tridas.io.formats.tridas - package org.tridas.io.formats.tridas
The dendro data standard!
org.tridas.io.formats.trims - package org.tridas.io.formats.trims
TRIMS data format.
org.tridas.io.formats.tucson - package org.tridas.io.formats.tucson
The Tucson tree ring laboratory's file format.
org.tridas.io.formats.tucsoncompact - package org.tridas.io.formats.tucsoncompact
Richard Holmes' compact data format designed to save disk space.
org.tridas.io.formats.vformat - package org.tridas.io.formats.vformat
 
org.tridas.io.formats.windendro - package org.tridas.io.formats.windendro
 
org.tridas.io.naming - package org.tridas.io.naming
 
org.tridas.io.util - package org.tridas.io.util
 
org.tridas.spatial - package org.tridas.spatial
 
OrteliusProjection - Class in com.jhlabs.map.proj
Bacon Globular projection.
OrteliusProjection() - Constructor for class com.jhlabs.map.proj.OrteliusProjection
 
OrthographicAzimuthalProjection - Class in com.jhlabs.map.proj
The Orthographic Azimuthal or Globe map projection.
OrthographicAzimuthalProjection() - Constructor for class com.jhlabs.map.proj.OrthographicAzimuthalProjection
 
OtherProjections - Class in com.jhlabs.map.proj
 
OtherProjections() - Constructor for class com.jhlabs.map.proj.OtherProjections
 
outputFile() - Method in class org.tridas.io.util.FileHelper
 
outputFile(JFrame) - Static method in class org.tridas.io.util.IOUtils
 
outputFile(String, JFrame) - Static method in class org.tridas.io.util.IOUtils
The parentFrame is the Frame that will guide the placement of the prompt window.
outputFiles(JFrame) - Static method in class org.tridas.io.util.IOUtils
 
outputFiles(String, JFrame) - Static method in class org.tridas.io.util.IOUtils
 
outputFolder(JFrame) - Static method in class org.tridas.io.util.IOUtils
 
outputFolder(String, JFrame) - Static method in class org.tridas.io.util.IOUtils
 
overlap(YearRange) - Method in class org.tridas.io.util.YearRange
Return the number of years overlap between this range and the given range.
OxfordFile - Class in org.tridas.io.formats.oxford
 
OxfordFile(TridasToOxfordDefaults, TridasValues) - Constructor for class org.tridas.io.formats.oxford.OxfordFile
 
OxfordReader - Class in org.tridas.io.formats.oxford
 
OxfordReader() - Constructor for class org.tridas.io.formats.oxford.OxfordReader
 
OxfordReader(OxfordToTridasDefaults) - Constructor for class org.tridas.io.formats.oxford.OxfordReader
 
OxfordToTridasDefaults - Class in org.tridas.io.formats.oxford
 
OxfordToTridasDefaults() - Constructor for class org.tridas.io.formats.oxford.OxfordToTridasDefaults
 
OxfordToTridasDefaults.OxDefaultFields - Enum in org.tridas.io.formats.oxford
 
OxfordWriter - Class in org.tridas.io.formats.oxford
 
OxfordWriter() - Constructor for class org.tridas.io.formats.oxford.OxfordWriter
 

P

parallelsAreParallel() - Method in class com.jhlabs.map.proj.Projection
Returns true if latitude lines are parallel for this projection
parallelsAreParallel() - Method in class com.jhlabs.map.proj.PseudoCylindricalProjection
 
parse(String, ParsePosition) - Method in class com.jhlabs.map.AngleFormat
 
parse(String) - Method in class com.jhlabs.map.DegreeUnit
 
parse(String) - Method in class com.jhlabs.map.Unit
 
parseDateFromDayMonthYearString(String) - Static method in class org.tridas.io.util.DateUtils
Try and parse a DateTime from a string.
parseDateFromPast4String(String) - Static method in class org.tridas.io.util.DateUtils
Parse a DateTime from a PAST4 format string (dd/MM/yyyy hh:mm)
parseDateTimeFromNaturalString(String) - Static method in class org.tridas.io.util.DateUtils
Attempt to parse a DateTime from a natural language string using the Natty library.
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.AbstractDendroFileReader
Parse the file from the given metadata and strings
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.besancon.BesanconReader
 
parseFile(byte[], IMetadataFieldSet) - Method in class org.tridas.io.formats.catras.CatrasReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.catras.CatrasReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.corina.CorinaReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
Check this is a valid CSV file
parseFile(OdfSpreadsheetDocument) - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
parseFile(Workbook) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
Check this is a valid Excel file
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
parseFile(OdfSpreadsheetDocument) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
Check this is a valid ODF file
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
parseFile(Workbook) - Method in class org.tridas.io.formats.ooxml.OOXMLReader
Check this is a valid Excel file
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.oxford.OxfordReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.past4.Past4Reader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.topham.TophamReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.tridas.TridasReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.trims.TrimsReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.tucson.TucsonReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.vformat.VFormatReader
 
parseFile(String[], IMetadataFieldSet) - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
parseInitials(String) - Static method in class org.tridas.io.util.StringUtils
Returns upper case initials from a persons name.
parseLatLonFromHalfLatLongString(String) - Static method in class org.tridas.spatial.SpatialUtils
Attempt to convert a string to a decimal lat or lon value.
parseTridasContainer(TridasTridas, IMetadataFieldSet) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Parse the TRiDaS container with the given defaults
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Parse the project with the given defaults
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.belfastapple.BelfastAppleWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.besancon.BesanconWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.catras.CatrasWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.corina.CorinaWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.csv.CSVWriter
Deprecated.  
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.heidelberg.HeidelbergWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.nottingham.NottinghamWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.ooxml.OOXMLWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.oxford.OxfordWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.past4.Past4Writer
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.sheffield.SheffieldWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.topham.TophamWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.tridas.TridasWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.trims.TrimsWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.tucson.TucsonWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactWriter
 
parseTridasProject(TridasProject, IMetadataFieldSet) - Method in class org.tridas.io.formats.vformat.VFormatWriter
 
parseUnitString(String) - Static method in class org.tridas.io.util.UnitUtils
Parse a NormalTridasUnit from a string
Past4BooleanDefaultValue - Class in org.tridas.io.defaults.values
 
Past4BooleanDefaultValue() - Constructor for class org.tridas.io.defaults.values.Past4BooleanDefaultValue
 
Past4BooleanDefaultValue(Boolean) - Constructor for class org.tridas.io.defaults.values.Past4BooleanDefaultValue
 
Past4BooleanDefaultValue(String) - Constructor for class org.tridas.io.defaults.values.Past4BooleanDefaultValue
 
Past4File - Class in org.tridas.io.formats.past4
 
Past4File(IMetadataFieldSet) - Constructor for class org.tridas.io.formats.past4.Past4File
 
Past4Reader - Class in org.tridas.io.formats.past4
 
Past4Reader() - Constructor for class org.tridas.io.formats.past4.Past4Reader
 
Past4ToTridasDefaults - Class in org.tridas.io.formats.past4
 
Past4ToTridasDefaults() - Constructor for class org.tridas.io.formats.past4.Past4ToTridasDefaults
 
Past4Writer - Class in org.tridas.io.formats.past4
 
Past4Writer() - Constructor for class org.tridas.io.formats.past4.Past4Writer
 
PCONIC - Static variable in class com.jhlabs.map.proj.SimpleConicProjection
 
perpendicular(Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 
PerspectiveConicProjection - Class in com.jhlabs.map.proj
 
PerspectiveConicProjection() - Constructor for class com.jhlabs.map.proj.PerspectiveConicProjection
 
PerspectiveProjection - Class in com.jhlabs.map.proj
 
PerspectiveProjection() - Constructor for class com.jhlabs.map.proj.PerspectiveProjection
 
phi2(double, double) - Static method in class com.jhlabs.map.MapMath
 
plural - Variable in class com.jhlabs.map.Unit
 
POINTS - Static variable in class com.jhlabs.map.Units
 
poleRadius - Variable in class com.jhlabs.map.Ellipsoid
 
PolyconicProjection - Class in com.jhlabs.map.proj
 
PolyconicProjection() - Constructor for class com.jhlabs.map.proj.PolyconicProjection
 
populateFromDerivedSeries(TridasDerivedSeries) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
populateFromMS(TridasMeasurementSeries) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
populateFromTridasDerivedSeries(TridasDerivedSeries) - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
populateFromTridasDerivedSeries(TridasDerivedSeries) - Method in class org.tridas.io.formats.corina.TridasToCorinaDefaults
 
populateFromTridasDerivedSeries(TridasDerivedSeries) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromTridasDerivedSeries(TridasDerivedSeries) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
populateFromTridasDerivedSeries(TridasDerivedSeries) - Method in class org.tridas.io.formats.trims.TridasToTrimsDefaults
 
populateFromTridasDerivedSeries(TridasDerivedSeries) - Method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
populateFromTridasDerivedSeries(TridasDerivedSeries) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
populateFromTridasElement(TridasElement) - Method in class org.tridas.io.formats.besancon.TridasToBesanconDefaults
 
populateFromTridasElement(TridasElement) - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
populateFromTridasElement(TridasElement) - Method in class org.tridas.io.formats.corina.TridasToCorinaDefaults
 
populateFromTridasElement(TridasElement) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
populateFromTridasElement(TridasElement) - Method in class org.tridas.io.formats.oxford.TridasToOxfordDefaults
 
populateFromTridasElement(TridasElement) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromTridasElement(TridasElement) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
populateFromTridasElement(TridasElement) - Method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
populateFromTridasElement(TridasElement) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
populateFromTridasLocation(TridasObject, TridasElement) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
Populate location fields from TridasObject and TridasElement entities.
populateFromTridasLocation(TridasObject, TridasElement) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromTridasLocation(TridasObject, TridasElement) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
Populate location fields from TridasObject and TridasElement entities.
populateFromTridasLocation(TridasObject, TridasElement) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
Populate location fields from TridasObject and TridasElement entities.
populateFromTridasMeasurementSeries(TridasMeasurementSeries) - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
populateFromTridasMeasurementSeries(TridasMeasurementSeries) - Method in class org.tridas.io.formats.corina.TridasToCorinaDefaults
 
populateFromTridasMeasurementSeries(TridasMeasurementSeries) - Method in class org.tridas.io.formats.nottingham.TridasToNottinghamDefaults
 
populateFromTridasMeasurementSeries(TridasMeasurementSeries) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromTridasMeasurementSeries(TridasMeasurementSeries) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
populateFromTridasMeasurementSeries(TridasMeasurementSeries) - Method in class org.tridas.io.formats.trims.TridasToTrimsDefaults
 
populateFromTridasMeasurementSeries(TridasMeasurementSeries) - Method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
populateFromTridasMeasurementSeries(TridasMeasurementSeries) - Method in class org.tridas.io.formats.tucsoncompact.TridasToTucsonCompactDefaults
 
populateFromTridasMeasurementSeries(TridasMeasurementSeries) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
populateFromTridasObject(TridasObject) - Method in class org.tridas.io.formats.besancon.TridasToBesanconDefaults
 
populateFromTridasObject(TridasObject) - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
populateFromTridasObject(TridasObject) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
populateFromTridasObject(TridasObject) - Method in class org.tridas.io.formats.oxford.TridasToOxfordDefaults
 
populateFromTridasObject(TridasObject) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromTridasObject(TridasObject) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
populateFromTridasObject(TridasObject) - Method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
populateFromTridasObject(TridasObject) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
populateFromTridasProject(TridasProject) - Method in class org.tridas.io.formats.besancon.TridasToBesanconDefaults
 
populateFromTridasProject(TridasProject) - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
populateFromTridasProject(TridasProject) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
populateFromTridasProject(TridasProject) - Method in class org.tridas.io.formats.oxford.TridasToOxfordDefaults
 
populateFromTridasProject(TridasProject) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromTridasProject(TridasProject) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
populateFromTridasProject(TridasProject) - Method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
populateFromTridasProject(TridasProject) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
populateFromTridasRadius(TridasRadius) - Method in class org.tridas.io.formats.besancon.TridasToBesanconDefaults
 
populateFromTridasRadius(TridasRadius) - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
populateFromTridasRadius(TridasRadius) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
populateFromTridasRadius(TridasRadius) - Method in class org.tridas.io.formats.oxford.TridasToOxfordDefaults
 
populateFromTridasRadius(TridasRadius) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromTridasRadius(TridasRadius) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
populateFromTridasRadius(TridasRadius) - Method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
populateFromTridasRadius(TridasRadius) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
populateFromTridasSample(TridasSample) - Method in class org.tridas.io.formats.besancon.TridasToBesanconDefaults
 
populateFromTridasSample(TridasSample) - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
populateFromTridasSample(TridasSample) - Method in class org.tridas.io.formats.corina.TridasToCorinaDefaults
 
populateFromTridasSample(TridasSample) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
populateFromTridasSample(TridasSample) - Method in class org.tridas.io.formats.oxford.TridasToOxfordDefaults
 
populateFromTridasSample(TridasSample) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromTridasSample(TridasSample) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
populateFromTridasSample(TridasSample) - Method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
populateFromTridasSample(TridasSample) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
populateFromTridasSeries(ITridasSeries) - Method in class org.tridas.io.formats.oxford.TridasToOxfordDefaults
 
populateFromTridasValues(TridasValues) - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
populateFromTridasValues(TridasValues) - Method in class org.tridas.io.formats.corina.TridasToCorinaDefaults
 
populateFromTridasValues(TridasValues) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
populateFromTridasValues(TridasValues) - Method in class org.tridas.io.formats.nottingham.TridasToNottinghamDefaults
 
populateFromTridasValues(TridasValues) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromTridasValues(TridasValues) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
populateFromTridasValues(TridasValues) - Method in class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
populateFromTridasValues(TridasValues) - Method in class org.tridas.io.formats.tucsoncompact.TridasToTucsonCompactDefaults
 
populateFromTridasValues(TridasValues) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
populateFromTridasValuesAndSeries(TridasValues, ITridasSeries) - Method in class org.tridas.io.formats.besancon.TridasToBesanconDefaults
 
populateFromWoodCompleteness(TridasMeasurementSeries, TridasRadius) - Method in class org.tridas.io.formats.besancon.TridasToBesanconDefaults
 
populateFromWoodCompleteness(TridasMeasurementSeries, TridasRadius) - Method in class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
populateFromWoodCompleteness(TridasMeasurementSeries, TridasRadius) - Method in class org.tridas.io.formats.corina.TridasToCorinaDefaults
 
populateFromWoodCompleteness(TridasMeasurementSeries, TridasRadius) - Method in class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
populateFromWoodCompleteness(TridasMeasurementSeries, TridasRadius) - Method in class org.tridas.io.formats.past4.TridasToPast4Defaults
 
populateFromWoodCompleteness(TridasMeasurementSeries, TridasRadius) - Method in class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
populateFromWoodCompleteness(TridasMeasurementSeries, TridasRadius) - Method in class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.AiryProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.AitoffProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.AlbersProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Apian1Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Apian2Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.AugustProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.BaconProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.BipolarProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.BoggsProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.BonneProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CassiniProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CentralCylindricalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CollignonProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CrasterProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CylindricalEqualAreaProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.DenoyerProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert1Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert2Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert4Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert5Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert6Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EckertGreifendorffProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EllipticalPseudoCylindrical
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EqualAreaAzimuthalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EquidistantAzimuthalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EquidistantConicProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EquidistantCylindricalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EulerProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.FaheyProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.FoucautSinusoidalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Fournier2Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.GallProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Ginzburg8Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.GnomonicAzimuthalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.GoodeProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.HammerProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.HatanoProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.HolzelProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.LagrangeProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.LambertConformalConicProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.LandsatProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.LarriveeProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.LaskowskiProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.LoximuthalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarParabolicProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarQuarticProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarSine2Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.MercatorProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.MillerCylindrical1Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.MillerCylindrical2Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.MollweideProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.NellHammerProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.NellProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.NicolosiProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.ObliqueMercatorProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.OrteliusProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.OrthographicAzimuthalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.PerspectiveProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.PolyconicProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
The method which actually does the projection.
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.PutninsP2Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.PutninsP4PProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.PutninsP5Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.RectangularPolyconicProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.SimpleConicProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.SinusoidalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.StereographicAzimuthalProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.STSProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.TCCProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.TCEAProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.TissotProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.URMFPSProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.VanDerGrintenProjection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Wagner2Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Wagner3Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Wagner7Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Winkel1Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Winkel2Projection
 
project(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.WinkelTripelProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.AlbersProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Apian1Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Apian2Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.BaconProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.BipolarProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.BonneProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CassiniProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CentralCylindricalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CollignonProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CrasterProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.CylindricalEqualAreaProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert1Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert2Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert4Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert5Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Eckert6Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EllipticalPseudoCylindrical
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EqualAreaAzimuthalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EquidistantAzimuthalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EquidistantConicProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EquidistantCylindricalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.EulerProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.FaheyProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.FoucautSinusoidalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Fournier2Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.GallProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.GnomonicAzimuthalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.GoodeProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.HatanoProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.LambertConformalConicProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.LoximuthalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarParabolicProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarQuarticProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarSine2Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.MercatorProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.MillerCylindrical1Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.MillerCylindrical2Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.MollweideProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.NellHammerProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.NellProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.NicolosiProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.ObliqueMercatorProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.OrteliusProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.OrthographicAzimuthalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.PolyconicProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
The method which actually does the inverse projection.
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.PutninsP2Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.PutninsP4PProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.PutninsP5Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.SimpleConicProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.SinusoidalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.StereographicAzimuthalProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.STSProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.TCEAProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.TissotProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.URMFPSProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.VanDerGrintenProjection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Wagner2Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Wagner3Projection
 
projectInverse(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Winkel1Projection
 
Projection - Class in com.jhlabs.map.proj
The superclass for all map projections Changes by Bernhard Jenny 18 May 2010: Added Serializable interface, added abstract keyword, added binarySearchInverse, added transform and inverseTransform with lon/lat as doubles.
Projection() - Constructor for class com.jhlabs.map.proj.Projection
 
ProjectionException - Exception in com.jhlabs.map.proj
 
ProjectionException() - Constructor for exception com.jhlabs.map.proj.ProjectionException
 
ProjectionException(String) - Constructor for exception com.jhlabs.map.proj.ProjectionException
 
ProjectionFactory - Class in com.jhlabs.map.proj
 
ProjectionFactory() - Constructor for class com.jhlabs.map.proj.ProjectionFactory
 
projectionLatitude - Variable in class com.jhlabs.map.proj.Projection
The latitude of the centre of projection
projectionLatitude1 - Variable in class com.jhlabs.map.proj.ConicProjection
Standard parallel 1 (for projections which use it).
projectionLatitude2 - Variable in class com.jhlabs.map.proj.ConicProjection
Standard parallel 2 (for projections which use it)
projectionLongitude - Variable in class com.jhlabs.map.proj.Projection
The longitude of the centre of projection
projectPath(Shape, AffineTransform, boolean) - Method in class com.jhlabs.map.proj.NullProjection
 
PseudoCylindricalProjection - Class in com.jhlabs.map.proj
The superclass for all pseudo-cylindrical projections - eg.
PseudoCylindricalProjection() - Constructor for class com.jhlabs.map.proj.PseudoCylindricalProjection
 
PutninsP1Projection - Class in com.jhlabs.map.proj
Putnins P1 projection.
PutninsP1Projection() - Constructor for class com.jhlabs.map.proj.PutninsP1Projection
Creates a new instance of PutninP1Projection
PutninsP2Projection - Class in com.jhlabs.map.proj
 
PutninsP2Projection() - Constructor for class com.jhlabs.map.proj.PutninsP2Projection
 
PutninsP4PProjection - Class in com.jhlabs.map.proj
 
PutninsP4PProjection() - Constructor for class com.jhlabs.map.proj.PutninsP4PProjection
 
PutninsP5PProjection - Class in com.jhlabs.map.proj
 
PutninsP5PProjection() - Constructor for class com.jhlabs.map.proj.PutninsP5PProjection
 
PutninsP5Projection - Class in com.jhlabs.map.proj
 
PutninsP5Projection() - Constructor for class com.jhlabs.map.proj.PutninsP5Projection
 

Q

qsfn(double, double, double) - Static method in class com.jhlabs.map.MapMath
 
QUARTERPI - Static variable in class com.jhlabs.map.MapMath
 
QuarticAuthalicProjection - Class in com.jhlabs.map.proj
 
QuarticAuthalicProjection() - Constructor for class com.jhlabs.map.proj.QuarticAuthalicProjection
 

R

RADIANS - Static variable in class com.jhlabs.map.Units
 
radToDeg(double) - Static method in class com.jhlabs.map.MapMath
 
readProjectionFile(String, String) - Static method in class com.jhlabs.map.proj.ProjectionFactory
 
RectangularPolyconicProjection - Class in com.jhlabs.map.proj
 
RectangularPolyconicProjection() - Constructor for class com.jhlabs.map.proj.RectangularPolyconicProjection
 
redateBy(int) - Method in class org.tridas.io.util.YearRange
Redate a range by a certain number of years.
redateEndTo(SafeIntYear) - Method in class org.tridas.io.util.YearRange
Set the ending year of the range, and adjust the start year to maintain the same length.
redateStartTo(SafeIntYear) - Method in class org.tridas.io.util.YearRange
Set the starting year of the range, and adjust the ending year to maintain the same length.
registerFile(IDendroFile, TridasProject, TridasObject, TridasElement, TridasSample, TridasRadius, TridasMeasurementSeries) - Method in class org.tridas.io.naming.AbstractNamingConvention
 
registerFile(IDendroFile, TridasProject, TridasDerivedSeries) - Method in class org.tridas.io.naming.AbstractNamingConvention
 
registerFile(IDendroFile, TridasProject, TridasObject, TridasElement, TridasSample, TridasRadius, TridasMeasurementSeries) - Method in interface org.tridas.io.naming.INamingConvention
 
registerFile(IDendroFile, TridasProject, TridasDerivedSeries) - Method in interface org.tridas.io.naming.INamingConvention
 
registerFileReader(Class<? extends AbstractDendroFileReader>) - Static method in class org.tridas.io.TridasIO
Register a reader.
registerFileWriter(Class<? extends AbstractDendroCollectionWriter>) - Static method in class org.tridas.io.TridasIO
Register a writer
reset() - Method in class org.tridas.io.AbstractDendroFileReader
Resets the reader to load another file.
resetReader() - Method in class org.tridas.io.AbstractDendroFileReader
Reset the reader
resetReader() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleReader
 
resetReader() - Method in class org.tridas.io.formats.belfastarchive.BelfastArchiveReader
 
resetReader() - Method in class org.tridas.io.formats.besancon.BesanconReader
 
resetReader() - Method in class org.tridas.io.formats.catras.CatrasReader
 
resetReader() - Method in class org.tridas.io.formats.corina.CorinaReader
 
resetReader() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixReader
 
resetReader() - Method in class org.tridas.io.formats.dendrodb.DendroDBReader
 
resetReader() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixReader
 
resetReader() - Method in class org.tridas.io.formats.heidelberg.HeidelbergReader
 
resetReader() - Method in class org.tridas.io.formats.nottingham.NottinghamReader
 
resetReader() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixReader
 
resetReader() - Method in class org.tridas.io.formats.ooxml.OOXMLReader
 
resetReader() - Method in class org.tridas.io.formats.oxford.OxfordReader
 
resetReader() - Method in class org.tridas.io.formats.past4.Past4Reader
 
resetReader() - Method in class org.tridas.io.formats.sheffield.SheffieldReader
 
resetReader() - Method in class org.tridas.io.formats.topham.TophamReader
 
resetReader() - Method in class org.tridas.io.formats.tridas.TridasReader
 
resetReader() - Method in class org.tridas.io.formats.trims.TrimsReader
 
resetReader() - Method in class org.tridas.io.formats.tucson.TucsonReader
 
resetReader() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
resetReader() - Method in class org.tridas.io.formats.vformat.VFormatReader
 
resetReader() - Method in class org.tridas.io.formats.windendro.WinDendroReader
 
rightPad(String, int) - Static method in class org.tridas.io.util.StringUtils
 
rightPadWithTrim(String, int) - Static method in class org.tridas.io.util.StringUtils
Returns a string of a specified length.
rone_es - Variable in class com.jhlabs.map.proj.Projection
1/(1-(eccentricity squared))
roundToNext128(Integer) - Static method in class org.tridas.io.formats.catras.CatrasFile
Takes an integer and rounds it to the nearest multiple of 128
row() - Method in class org.tridas.io.util.AstronomicalYear
Determines what row this year would be, if years were in a grid 10 wide, with the left column years ending in zero.
row() - Method in class org.tridas.io.util.SafeIntYear
Determines what row this year would be, if years were in a grid 10 wide, with the left column years ending in zero.
rows() - Method in class org.tridas.io.util.YearRange
Compute the number of rows this Range will take to display, assuming rows are marked off as the row() method does.
RTD - Static variable in class com.jhlabs.map.MapMath
 
RTD - Static variable in class com.jhlabs.map.proj.Projection
 

S

SafeIntYear - Class in org.tridas.io.util
A BC/AD calendar year in the form of a signed integer It normally acts similar to an integer, but skips the mythical "year 0".
SafeIntYear() - Constructor for class org.tridas.io.util.SafeIntYear
Default constructor.
SafeIntYear(int) - Constructor for class org.tridas.io.util.SafeIntYear
Constructor for ints.
SafeIntYear(Year) - Constructor for class org.tridas.io.util.SafeIntYear
Construct a SafeIntYear from a native TridasYear.
SafeIntYear(int, int) - Constructor for class org.tridas.io.util.SafeIntYear
Constructor from (row,col) pair.
SafeIntYear(String) - Constructor for class org.tridas.io.util.SafeIntYear
Constructor from String.
SafeIntYear(String, boolean) - Constructor for class org.tridas.io.util.SafeIntYear
Constructor from String.
SafeIntYearDefaultValue - Class in org.tridas.io.defaults.values
 
SafeIntYearDefaultValue() - Constructor for class org.tridas.io.defaults.values.SafeIntYearDefaultValue
 
SafeIntYearDefaultValue(SafeIntYear) - Constructor for class org.tridas.io.defaults.values.SafeIntYearDefaultValue
 
SafeIntYearDefaultValue(SafeIntYear, int, int) - Constructor for class org.tridas.io.defaults.values.SafeIntYearDefaultValue
 
SafeIntYearDefaultValue(int, int) - Constructor for class org.tridas.io.defaults.values.SafeIntYearDefaultValue
 
sameSigns(double, double) - Static method in class com.jhlabs.map.MapMath
 
sameSigns(int, int) - Static method in class com.jhlabs.map.MapMath
 
saveAllToDisk() - Method in class org.tridas.io.AbstractDendroCollectionWriter
Save all associated files to the disk in the same folder as the jar.
saveAllToDisk(String) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Save all associated files to the disk
saveBytes(String, byte[]) - Method in class org.tridas.io.util.FileHelper
Saves bytes to a file to the Environment path.
saveBytes(File, byte[]) - Static method in class org.tridas.io.util.IOUtils
Saves bytes to a specific File location specified by the user.
saveBytes(OutputStream, byte[]) - Static method in class org.tridas.io.util.IOUtils
Spews a buffer of bytes to an OutputStream.
saveFile(String) - Method in class org.tridas.io.util.FileHelper
Identical to savePath(), but returns a File object.
saveFileToDisk(String, IDendroFile) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Used specify where to save each file individually.
saveFileToDisk(String, String, IDendroFile) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Override to implement own file saving.
saveFileToDisk(String, String, IDendroFile) - Method in class org.tridas.io.formats.catras.CatrasWriter
 
saveFileToDisk(String, String, IDendroFile) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
 
saveFileToDisk(String, String, IDendroFile) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixWriter
 
saveFileToDisk(String, String, IDendroFile) - Method in class org.tridas.io.formats.ooxml.OOXMLWriter
 
savePath(String) - Method in class org.tridas.io.util.FileHelper
Returns a path inside the applet folder to save to.
saveStream(File, String) - Method in class org.tridas.io.util.FileHelper
Identical to the other saveStream(), but writes to a File object, for greater control over the file location.
saveStream(String, String) - Method in class org.tridas.io.util.FileHelper
Save the contents of a stream to a file usually where the jar is located, but can be customized with the FileHelper.FileHelper(String) constructor.
saveStream(File, InputStream) - Static method in class org.tridas.io.util.IOUtils
 
saveStrings(String, String[]) - Method in class org.tridas.io.util.FileHelper
 
saveStrings(String, String[], String) - Method in class org.tridas.io.util.FileHelper
 
saveStrings(File, String[]) - Static method in class org.tridas.io.util.IOUtils
 
saveStrings(File, String[], String) - Static method in class org.tridas.io.util.IOUtils
 
saveStrings(OutputStream, String[]) - Static method in class org.tridas.io.util.IOUtils
 
saveStrings(OutputStream, String[], String) - Static method in class org.tridas.io.util.IOUtils
 
saveToDisk(OutputStream) - Method in class org.tridas.io.formats.catras.CatrasFile
An alternative to the normal saveToString() as this is a binary format
saveToDisk(OutputStream) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixFile
An alternative to the normal saveToString() as this is a binary format
saveToDisk(OutputStream) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixFile
An alternative to the normal saveToString() as this is a binary format
saveToDisk(OutputStream) - Method in class org.tridas.io.formats.ooxml.OOXMLFile
An alternative to the normal saveToString() as this is a binary format
saveToString() - Method in class org.tridas.io.formats.belfastapple.BelfastAppleFile
 
saveToString() - Method in class org.tridas.io.formats.besancon.BesanconFile
 
saveToString() - Method in class org.tridas.io.formats.catras.CatrasFile
 
saveToString() - Method in class org.tridas.io.formats.corina.CorinaFile
 
saveToString() - Method in class org.tridas.io.formats.csv.CSVFile
Deprecated.  
saveToString() - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixFile
 
saveToString() - Method in class org.tridas.io.formats.dendrodb.DendroDBFile
 
saveToString() - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixFile
 
saveToString() - Method in class org.tridas.io.formats.heidelberg.HeidelbergFile
 
saveToString() - Method in class org.tridas.io.formats.nottingham.NottinghamFile
 
saveToString() - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixFile
 
saveToString() - Method in class org.tridas.io.formats.ooxml.OOXMLFile
 
saveToString() - Method in class org.tridas.io.formats.oxford.OxfordFile
 
saveToString() - Method in class org.tridas.io.formats.past4.Past4File
 
saveToString() - Method in class org.tridas.io.formats.sheffield.SheffieldFile
 
saveToString() - Method in class org.tridas.io.formats.topham.TophamFile
 
saveToString() - Method in class org.tridas.io.formats.tridas.TridasFile
 
saveToString() - Method in class org.tridas.io.formats.trims.TrimsFile
 
saveToString() - Method in class org.tridas.io.formats.tucson.TucsonFile
 
saveToString() - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactFile
 
saveToString() - Method in class org.tridas.io.formats.vformat.VFormatFile
 
saveToString() - Method in class org.tridas.io.formats.windendro.WinDendroFile
 
saveToString() - Method in interface org.tridas.io.IDendroFile
Saves the file to strings.
scaleFactor - Variable in class com.jhlabs.map.proj.Projection
The projection scale factor
series - Variable in class org.tridas.io.formats.besancon.BesanconFile.BesanconSeriesDefaultsPair
 
series - Variable in class org.tridas.io.formats.heidelberg.HeidelbergFile.HeidelbergSeries
 
SeriesCode8CharNamingConvention - Class in org.tridas.io.naming
Same as SeriesCodeNamingConvention but limits to 8 characters which can be useful for DOS programs such as CATRAS.
SeriesCode8CharNamingConvention() - Constructor for class org.tridas.io.naming.SeriesCode8CharNamingConvention
 
SeriesCodeNamingConvention - Class in org.tridas.io.naming
This convention names the files using the series title.
SeriesCodeNamingConvention() - Constructor for class org.tridas.io.naming.SeriesCodeNamingConvention
 
SeriesNamingConvention - Class in org.tridas.io.naming
 
SeriesNamingConvention() - Constructor for class org.tridas.io.naming.SeriesNamingConvention
 
setAddSequenceNumbersForUniqueness(Boolean) - Method in class org.tridas.io.naming.AbstractNamingConvention
Set whether sequential numbers should be added to the filenames if there is more than one file.
setBaseFilename(String) - Method in class org.tridas.io.naming.NumericalNamingConvention
The base filename for all files
setCharsetDetection(boolean) - Static method in class org.tridas.io.TridasIO
Sets if charset detection is used when loading files.
setDataValues(TridasValues) - Method in class org.tridas.io.formats.catras.CatrasFile
 
setDataValues(TridasValues) - Method in class org.tridas.io.formats.corina.CorinaFile
 
setDataValues(TridasValues) - Method in class org.tridas.io.formats.nottingham.NottinghamFile
 
setDataValues(TridasValues) - Method in class org.tridas.io.formats.topham.TophamFile
 
setDataValues(TridasValues) - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactFile
 
setDefaultValue(Enum<?>, AbstractDefaultValue<?>) - Method in class org.tridas.io.defaults.AbstractMetadataFieldSet
sets the default value object for the given Enum
setEccentricitySquared(double) - Method in class com.jhlabs.map.Ellipsoid
 
setEllipsoid(Ellipsoid) - Method in class com.jhlabs.map.proj.Projection
 
setEquatorRadius(double) - Method in class com.jhlabs.map.Ellipsoid
 
setFalseEasting(double) - Method in class com.jhlabs.map.proj.Projection
Set the false Easting in projected units.
setFalseNorthing(double) - Method in class com.jhlabs.map.proj.Projection
Set the false Northing in projected units.
setFilename(IDendroFile, String) - Method in class org.tridas.io.naming.AbstractNamingConvention
 
setFilename(IDendroFile, String) - Method in interface org.tridas.io.naming.INamingConvention
Sets the filename manually.
setFriendlyRangeValidation(boolean) - Method in class org.tridas.io.defaults.values.DoubleDefaultValue
if true, it will move the value into the range instead of disregarding the modification.
setFriendlyRangeValidation(boolean) - Method in class org.tridas.io.defaults.values.IntegerDefaultValue
if true, it will move the value into the range instead of disregarding the modification.
setFromMetres(double) - Method in class com.jhlabs.map.proj.Projection
Set the conversion factor from metres to projected units.
setKey(Enum<?>) - Method in class org.tridas.io.defaults.AbstractDefaultValue
 
setLatitudeOfTrueScale(double) - Method in class com.jhlabs.map.proj.Winkel1Projection
 
setLatitudeOfTrueScale(double) - Method in class com.jhlabs.map.proj.Winkel2Projection
 
setM(double) - Method in class com.jhlabs.map.proj.EckertGreifendorffProjection
 
setM(double) - Method in class com.jhlabs.map.proj.HammerProjection
 
setMapRadius(double) - Method in class com.jhlabs.map.proj.AzimuthalProjection
Set the map radius (in degrees).
setMax(double) - Method in class org.tridas.io.defaults.values.DoubleDefaultValue
Maximum the double can be
setMax(int) - Method in class org.tridas.io.defaults.values.IntegerDefaultValue
Maximum the integer can be
setMaxLatitude(double) - Method in class com.jhlabs.map.proj.Projection
Set the maximum latitude.
setMaxLength(int) - Method in class org.tridas.io.defaults.AbstractDefaultValue
Sets the maximum string length.
setMaxLength(int) - Method in class org.tridas.io.defaults.values.SheffieldStringDefaultValue
 
setMaxLength(int) - Method in class org.tridas.io.defaults.values.StringDefaultValue
 
setMaxLongitude(double) - Method in class com.jhlabs.map.proj.Projection
 
setMaxLongitudeDegrees(double) - Method in class com.jhlabs.map.proj.Projection
 
setMin(double) - Method in class org.tridas.io.defaults.values.DoubleDefaultValue
Minimum the double can be
setMin(int) - Method in class org.tridas.io.defaults.values.IntegerDefaultValue
Minimum the integer can be
setMinLatitude(double) - Method in class com.jhlabs.map.proj.Projection
Set the minimum latitude.
setMinLength(int) - Method in class org.tridas.io.defaults.AbstractDefaultValue
Sets the minimum string length.
setMinLength(int) - Method in class org.tridas.io.defaults.values.SheffieldStringDefaultValue
 
setMinLength(int) - Method in class org.tridas.io.defaults.values.StringDefaultValue
 
setMinLongitude(double) - Method in class com.jhlabs.map.proj.Projection
 
setMinLongitudeDegrees(double) - Method in class com.jhlabs.map.proj.Projection
 
setN(double) - Method in class com.jhlabs.map.proj.FoucautSinusoidalProjection
 
setN(double) - Method in class com.jhlabs.map.proj.URMFPSProjection
 
setName(String) - Method in class com.jhlabs.map.Ellipsoid
 
setName(String) - Method in class com.jhlabs.map.proj.Projection
Set the name of this projection.
setNamingConvention(INamingConvention) - Method in class org.tridas.io.AbstractDendroCollectionWriter
Set the naming convention.
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.belfastapple.BelfastAppleWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.besancon.BesanconWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.catras.CatrasWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.corina.CorinaWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.csv.CSVWriter
Deprecated.  
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.heidelberg.HeidelbergWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.nottingham.NottinghamWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.ooxml.OOXMLWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.oxford.OxfordWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.past4.Past4Writer
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.sheffield.SheffieldWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.topham.TophamWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.tridas.TridasWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.trims.TrimsWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.tucson.TucsonWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactWriter
 
setNamingConvention(INamingConvention) - Method in class org.tridas.io.formats.vformat.VFormatWriter
 
setObjectTitle(String) - Method in class org.tridas.io.formats.belfastapple.BelfastAppleFile
Set the object title
setOriginalFilename(String) - Method in class org.tridas.io.AbstractDendroFileReader
 
setOverriding(boolean) - Method in class org.tridas.io.defaults.AbstractDefaultValue
If the value in this object is overriding.
setOverridingValue(E) - Method in class org.tridas.io.defaults.AbstractDefaultValue
Sets the value that will override other calls to AbstractDefaultValue.setValue(Object).
setPadRight(boolean) - Method in class org.tridas.io.defaults.AbstractDefaultValue
Sets if we pad from the right if the string is too short.
setParent(IMetadataFieldSet) - Method in class org.tridas.io.defaults.AbstractDefaultValue
 
setPast4Groups(ArrayList<String>) - Method in class org.tridas.io.formats.past4.Past4File
 
setPast4Project(String) - Method in class org.tridas.io.formats.past4.Past4File
 
setPast4Records(ArrayList<String>) - Method in class org.tridas.io.formats.past4.Past4File
 
setProjectionLatitude(double) - Method in class com.jhlabs.map.proj.ConicProjection
Set the projection latitude in radians.
setProjectionLatitude(double) - Method in class com.jhlabs.map.proj.Projection
Set the projection latitude in radians.
setProjectionLatitude1(double) - Method in class com.jhlabs.map.proj.ConicProjection
 
setProjectionLatitude1Degrees(double) - Method in class com.jhlabs.map.proj.ConicProjection
 
setProjectionLatitude2(double) - Method in class com.jhlabs.map.proj.ConicProjection
 
setProjectionLatitude2Degrees(double) - Method in class com.jhlabs.map.proj.ConicProjection
 
setProjectionLatitudeDegrees(double) - Method in class com.jhlabs.map.proj.Projection
Set the projection latitude in degrees.
setProjectionLongitude(double) - Method in class com.jhlabs.map.proj.Projection
Set the projection longitude in radians.
setProjectionLongitudeDegrees(double) - Method in class com.jhlabs.map.proj.Projection
Set the projection longitude in degrees.
setReadingCharset(String) - Static method in class org.tridas.io.TridasIO
sets the reading
setSampleTitle(String) - Method in class org.tridas.io.formats.belfastapple.BelfastAppleFile
Set the sample title
setScaleFactor(double) - Method in class com.jhlabs.map.proj.Projection
Set the projection scale factor.
setSeries(ITridasSeries) - Method in class org.tridas.io.formats.belfastapple.BelfastAppleFile
 
setSeries(ITridasSeries) - Method in class org.tridas.io.formats.catras.CatrasFile
Set the series that this file represents
setSeries(ITridasSeries) - Method in class org.tridas.io.formats.corina.CorinaFile
 
setSeries(ITridasSeries) - Method in class org.tridas.io.formats.csv.CSVFile
Deprecated.  
setSeries(ITridasSeries) - Method in class org.tridas.io.formats.nottingham.NottinghamFile
 
setSeries(ITridasSeries, TridasValues) - Method in class org.tridas.io.formats.sheffield.SheffieldFile
Set the series that this Sheffield file represents
setSeries(ITridasSeries) - Method in class org.tridas.io.formats.topham.TophamFile
 
setSeries(ITridasSeries) - Method in class org.tridas.io.formats.trims.TrimsFile
 
setSeries(ITridasSeries) - Method in class org.tridas.io.formats.tucsoncompact.TucsonCompactFile
 
setSeriesList(ArrayList<ITridasSeries>) - Method in class org.tridas.io.formats.csvmatrix.CSVMatrixFile
 
setSeriesList(ArrayList<ITridasSeries>) - Method in class org.tridas.io.formats.excelmatrix.ExcelMatrixFile
 
setSeriesList(ArrayList<ITridasSeries>) - Method in class org.tridas.io.formats.odfmatrix.ODFMatrixFile
 
setSeriesList(ArrayList<ITridasSeries>) - Method in class org.tridas.io.formats.ooxml.OOXMLFile
 
setShortName(String) - Method in class com.jhlabs.map.Ellipsoid
 
setSimpleDateFormat(SimpleDateFormat) - Method in class org.tridas.io.defaults.values.DateTimeDefaultValue
Set the formatter that should be used by the toStringValue function
setTrueScaleLatitude(double) - Method in class com.jhlabs.map.proj.Projection
Set the latitude of true scale in radians.
setTrueScaleLatitudeDegrees(double) - Method in class com.jhlabs.map.proj.Projection
Set the latitude of true scale in degrees.
setupUPS(int) - Method in class com.jhlabs.map.proj.StereographicAzimuthalProjection
 
setUTMZone(int) - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
setValue(E) - Method in class org.tridas.io.defaults.AbstractDefaultValue
Sets the value of this field.
setValue(Integer) - Method in class org.tridas.io.defaults.values.SafeIntYearDefaultValue
 
setValueFromString(String) - Method in class org.tridas.io.defaults.values.Past4BooleanDefaultValue
 
setW(double) - Method in class com.jhlabs.map.proj.LagrangeProjection
 
setWJValues(TridasValues) - Method in class org.tridas.io.formats.corina.CorinaFile
 
setWritingCharset(String) - Static method in class org.tridas.io.TridasIO
 
SheffieldFile - Class in org.tridas.io.formats.sheffield
 
SheffieldFile(TridasToSheffieldDefaults) - Constructor for class org.tridas.io.formats.sheffield.SheffieldFile
 
SheffieldReader - Class in org.tridas.io.formats.sheffield
Reader for the file format produced by Ian Tyers' Dendro for Windows software.
SheffieldReader() - Constructor for class org.tridas.io.formats.sheffield.SheffieldReader
 
SheffieldStringDefaultValue - Class in org.tridas.io.defaults.values
 
SheffieldStringDefaultValue() - Constructor for class org.tridas.io.defaults.values.SheffieldStringDefaultValue
 
SheffieldStringDefaultValue(String) - Constructor for class org.tridas.io.defaults.values.SheffieldStringDefaultValue
 
SheffieldStringDefaultValue(String, int, int) - Constructor for class org.tridas.io.defaults.values.SheffieldStringDefaultValue
 
SheffieldToTridasDefaults - Class in org.tridas.io.formats.sheffield
 
SheffieldToTridasDefaults() - Constructor for class org.tridas.io.formats.sheffield.SheffieldToTridasDefaults
 
SheffieldToTridasDefaults.DefaultFields - Enum in org.tridas.io.formats.sheffield
 
SheffieldWriter - Class in org.tridas.io.formats.sheffield
 
SheffieldWriter() - Constructor for class org.tridas.io.formats.sheffield.SheffieldWriter
 
shortName - Variable in class com.jhlabs.map.Ellipsoid
 
SimpleConicProjection - Class in com.jhlabs.map.proj
 
SimpleConicProjection() - Constructor for class com.jhlabs.map.proj.SimpleConicProjection
 
SimpleConicProjection(int) - Constructor for class com.jhlabs.map.proj.SimpleConicProjection
 
sind(double) - Static method in class com.jhlabs.map.MapMath
Degree versions of trigonometric functions
sinphi0 - Variable in class com.jhlabs.map.proj.AzimuthalProjection
 
SinusoidalProjection - Class in com.jhlabs.map.proj
 
SinusoidalProjection() - Constructor for class com.jhlabs.map.proj.SinusoidalProjection
 
SOUTH_POLE - Static variable in class com.jhlabs.map.proj.AzimuthalProjection
 
span() - Method in class org.tridas.io.util.YearRange
Return the number of years spanned by this range.
SpatialUtils - Class in org.tridas.spatial
Various static helper functions for working with coordinates
SpatialUtils() - Constructor for class org.tridas.spatial.SpatialUtils
 
SPHERE - Static variable in class com.jhlabs.map.Ellipsoid
 
spherical - Variable in class com.jhlabs.map.proj.Projection
True if this projection is using a sphere (es == 0)
sphericalAzimuth(double, double, double, double) - Static method in class com.jhlabs.map.MapMath
 
splitBy(String, char) - Static method in class org.tridas.io.util.StringUtils
Split some text, using an arbitrary separator character.
splitByLines(String) - Static method in class org.tridas.io.util.StringUtils
Split some text into lines.
sqrt(double) - Static method in class com.jhlabs.map.MapMath
 
startOfRow(SafeIntYear) - Method in class org.tridas.io.util.YearRange
Return true, iff this year is the start of a row.
StereographicAzimuthalProjection - Class in com.jhlabs.map.proj
 
StereographicAzimuthalProjection() - Constructor for class com.jhlabs.map.proj.StereographicAzimuthalProjection
 
StereographicAzimuthalProjection(double, double) - Constructor for class com.jhlabs.map.proj.StereographicAzimuthalProjection
 
StringDefaultValue - Class in org.tridas.io.defaults.values
 
StringDefaultValue() - Constructor for class org.tridas.io.defaults.values.StringDefaultValue
 
StringDefaultValue(String) - Constructor for class org.tridas.io.defaults.values.StringDefaultValue
 
StringDefaultValue(String, int, int) - Constructor for class org.tridas.io.defaults.values.StringDefaultValue
 
StringUtils - Class in org.tridas.io.util
Some handy string utilities.
STSProjection - Class in com.jhlabs.map.proj
Sine-Tangent Series Abstract base class for Kavraisky5Projection, McBrydeThomasSine1Projection, FoucautProjection, and QuarticAuthalicProjection.
STSProjection(double, double, boolean) - Constructor for class com.jhlabs.map.proj.STSProjection
 
substitute(String, String, String) - Static method in class org.tridas.io.util.StringUtils
In a string, replace one substring with another.
subtract(Point2D.Double, Point2D.Double) - Static method in class com.jhlabs.map.MapMath
 

T

takeSign(double, double) - Static method in class com.jhlabs.map.MapMath
 
takeSign(int, int) - Static method in class com.jhlabs.map.MapMath
 
tand(double) - Static method in class com.jhlabs.map.MapMath
 
TCCProjection - Class in com.jhlabs.map.proj
 
TCCProjection() - Constructor for class com.jhlabs.map.proj.TCCProjection
 
TCEAProjection - Class in com.jhlabs.map.proj
 
TCEAProjection() - Constructor for class com.jhlabs.map.proj.TCEAProjection
 
testBinarySearchInverse() - Method in class com.jhlabs.map.proj.Projection
 
TissotProjection - Class in com.jhlabs.map.proj
 
TissotProjection() - Constructor for class com.jhlabs.map.proj.TissotProjection
 
toAstronomicalInteger() - Method in class org.tridas.io.util.SafeIntYear
Returns this SafeIntYear as an integer using the astronomical convention for BC years.
toAstronomicalYear() - Method in class org.tridas.io.util.SafeIntYear
Convert to an AstronomicalYear where 0 is valid and is equal to 1BC.
toBase(double) - Method in class com.jhlabs.map.Unit
 
toCode() - Method in enum org.tridas.io.formats.besancon.BesanconToTridasDefaults.BesanconCambiumType
 
toCode() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASFileType
 
toCode() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASLastRing
 
toCode() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASProtection
 
toCode() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASScope
 
toCode() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASSource
 
toCode() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASVariableType
 
toCode() - Method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaDatingType
 
toCode() - Method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaSampleType
 
toCode() - Method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaTerminalRing
 
toCode() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHBarkType
 
toCode() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHPith
 
toCode() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHSeriesType
 
toCode() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHStartsOrEndsWith
 
toCode() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHWaldKante
 
toCode() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldChronologyType
 
toCode() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldPeriodCode
 
TophamFile - Class in org.tridas.io.formats.topham
 
TophamFile(TridasToTophamDefaults) - Constructor for class org.tridas.io.formats.topham.TophamFile
 
TophamReader - Class in org.tridas.io.formats.topham
 
TophamReader() - Constructor for class org.tridas.io.formats.topham.TophamReader
 
TophamToTridasDefaults - Class in org.tridas.io.formats.topham
 
TophamToTridasDefaults() - Constructor for class org.tridas.io.formats.topham.TophamToTridasDefaults
 
TophamWriter - Class in org.tridas.io.formats.topham
 
TophamWriter() - Constructor for class org.tridas.io.formats.topham.TophamWriter
 
toSafeIntYear() - Method in class org.tridas.io.util.AstronomicalYear
 
toString() - Method in class com.jhlabs.map.Ellipsoid
 
toString() - Method in class com.jhlabs.map.proj.AiryProjection
 
toString() - Method in class com.jhlabs.map.proj.AitoffProjection
 
toString() - Method in class com.jhlabs.map.proj.AlbersProjection
 
toString() - Method in class com.jhlabs.map.proj.Apian1Projection
 
toString() - Method in class com.jhlabs.map.proj.Apian2Projection
 
toString() - Method in class com.jhlabs.map.proj.AugustProjection
 
toString() - Method in class com.jhlabs.map.proj.BaconProjection
 
toString() - Method in class com.jhlabs.map.proj.BipolarProjection
 
toString() - Method in class com.jhlabs.map.proj.BoggsProjection
 
toString() - Method in class com.jhlabs.map.proj.BonneProjection
 
toString() - Method in class com.jhlabs.map.proj.CassiniProjection
 
toString() - Method in class com.jhlabs.map.proj.CentralCylindricalProjection
 
toString() - Method in class com.jhlabs.map.proj.CollignonProjection
 
toString() - Method in class com.jhlabs.map.proj.ConicProjection
 
toString() - Method in class com.jhlabs.map.proj.CrasterProjection
 
toString() - Method in class com.jhlabs.map.proj.CylindricalEqualAreaProjection
 
toString() - Method in class com.jhlabs.map.proj.CylindricalProjection
 
toString() - Method in class com.jhlabs.map.proj.DenoyerProjection
 
toString() - Method in class com.jhlabs.map.proj.Eckert1Projection
 
toString() - Method in class com.jhlabs.map.proj.Eckert2Projection
 
toString() - Method in class com.jhlabs.map.proj.Eckert3Projection
 
toString() - Method in class com.jhlabs.map.proj.Eckert4Projection
 
toString() - Method in class com.jhlabs.map.proj.Eckert5Projection
 
toString() - Method in class com.jhlabs.map.proj.Eckert6Projection
 
toString() - Method in class com.jhlabs.map.proj.EckertGreifendorffProjection
 
toString() - Method in class com.jhlabs.map.proj.EqualAreaAzimuthalProjection
 
toString() - Method in class com.jhlabs.map.proj.EquidistantAzimuthalProjection
 
toString() - Method in class com.jhlabs.map.proj.EquidistantConicProjection
 
toString() - Method in class com.jhlabs.map.proj.EquidistantCylindricalProjection
 
toString() - Method in class com.jhlabs.map.proj.EulerProjection
 
toString() - Method in class com.jhlabs.map.proj.FaheyProjection
 
toString() - Method in class com.jhlabs.map.proj.FoucautProjection
 
toString() - Method in class com.jhlabs.map.proj.FoucautSinusoidalProjection
 
toString() - Method in class com.jhlabs.map.proj.Fournier2Projection
 
toString() - Method in class com.jhlabs.map.proj.GallProjection
 
toString() - Method in class com.jhlabs.map.proj.Ginzburg8Projection
 
toString() - Method in class com.jhlabs.map.proj.GnomonicAzimuthalProjection
 
toString() - Method in class com.jhlabs.map.proj.GoodeProjection
 
toString() - Method in class com.jhlabs.map.proj.HammerProjection
 
toString() - Method in class com.jhlabs.map.proj.HatanoProjection
 
toString() - Method in class com.jhlabs.map.proj.HolzelProjection
 
toString() - Method in class com.jhlabs.map.proj.Kavraisky5Projection
 
toString() - Method in class com.jhlabs.map.proj.Kavraisky7Projection
 
toString() - Method in class com.jhlabs.map.proj.LagrangeProjection
 
toString() - Method in class com.jhlabs.map.proj.LambertConformalConicProjection
 
toString() - Method in class com.jhlabs.map.proj.LambertEqualAreaConicProjection
 
toString() - Method in class com.jhlabs.map.proj.LandsatProjection
 
toString() - Method in class com.jhlabs.map.proj.LarriveeProjection
 
toString() - Method in class com.jhlabs.map.proj.LaskowskiProjection
 
toString() - Method in class com.jhlabs.map.proj.LinearProjection
 
toString() - Method in class com.jhlabs.map.proj.LoximuthalProjection
 
toString() - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarParabolicProjection
 
toString() - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarQuarticProjection
 
toString() - Method in class com.jhlabs.map.proj.McBrydeThomasFlatPolarSine2Projection
 
toString() - Method in class com.jhlabs.map.proj.McBrydeThomasSine1Projection
 
toString() - Method in class com.jhlabs.map.proj.MercatorProjection
 
toString() - Method in class com.jhlabs.map.proj.MillerCylindrical1Projection
 
toString() - Method in class com.jhlabs.map.proj.MillerCylindrical2Projection
 
toString() - Method in class com.jhlabs.map.proj.ModifiedAzimuthalProjection
 
toString() - Method in class com.jhlabs.map.proj.MollweideProjection
 
toString() - Method in class com.jhlabs.map.proj.Murdoch1Projection
 
toString() - Method in class com.jhlabs.map.proj.Murdoch2Projection
 
toString() - Method in class com.jhlabs.map.proj.Murdoch3Projection
 
toString() - Method in class com.jhlabs.map.proj.NellHammerProjection
 
toString() - Method in class com.jhlabs.map.proj.NellProjection
 
toString() - Method in class com.jhlabs.map.proj.NicolosiProjection
 
toString() - Method in class com.jhlabs.map.proj.NullProjection
 
toString() - Method in class com.jhlabs.map.proj.ObliqueMercatorProjection
 
toString() - Method in class com.jhlabs.map.proj.OrteliusProjection
 
toString() - Method in class com.jhlabs.map.proj.OrthographicAzimuthalProjection
 
toString() - Method in class com.jhlabs.map.proj.PerspectiveConicProjection
 
toString() - Method in class com.jhlabs.map.proj.PerspectiveProjection
 
toString() - Method in class com.jhlabs.map.proj.PolyconicProjection
 
toString() - Method in class com.jhlabs.map.proj.Projection
 
toString() - Method in class com.jhlabs.map.proj.PseudoCylindricalProjection
 
toString() - Method in class com.jhlabs.map.proj.PutninsP1Projection
 
toString() - Method in class com.jhlabs.map.proj.PutninsP2Projection
 
toString() - Method in class com.jhlabs.map.proj.PutninsP4PProjection
 
toString() - Method in class com.jhlabs.map.proj.PutninsP5PProjection
 
toString() - Method in class com.jhlabs.map.proj.PutninsP5Projection
 
toString() - Method in class com.jhlabs.map.proj.QuarticAuthalicProjection
 
toString() - Method in class com.jhlabs.map.proj.RectangularPolyconicProjection
 
toString() - Method in class com.jhlabs.map.proj.SimpleConicProjection
 
toString() - Method in class com.jhlabs.map.proj.SinusoidalProjection
 
toString() - Method in class com.jhlabs.map.proj.StereographicAzimuthalProjection
 
toString() - Method in class com.jhlabs.map.proj.TCCProjection
 
toString() - Method in class com.jhlabs.map.proj.TCEAProjection
 
toString() - Method in class com.jhlabs.map.proj.TissotProjection
 
toString() - Method in class com.jhlabs.map.proj.TransverseMercatorProjection
 
toString() - Method in class com.jhlabs.map.proj.URMFPSProjection
 
toString() - Method in class com.jhlabs.map.proj.VanDerGrintenProjection
 
toString() - Method in class com.jhlabs.map.proj.VitkovskyProjection
 
toString() - Method in class com.jhlabs.map.proj.Wagner1Projection
 
toString() - Method in class com.jhlabs.map.proj.Wagner2Projection
 
toString() - Method in class com.jhlabs.map.proj.Wagner3Projection
 
toString() - Method in class com.jhlabs.map.proj.Wagner6Projection
 
toString() - Method in class com.jhlabs.map.proj.Wagner7Projection
 
toString() - Method in class com.jhlabs.map.proj.Werenskiold1Projection
 
toString() - Method in class com.jhlabs.map.proj.Winkel1Projection
 
toString() - Method in class com.jhlabs.map.proj.Winkel2Projection
 
toString() - Method in class com.jhlabs.map.proj.WinkelTripelProjection
 
toString() - Method in class com.jhlabs.map.Unit
 
toString() - Method in class org.tridas.io.exceptions.ConversionWarning
 
toString() - Method in enum org.tridas.io.exceptions.ConversionWarning.WarningType
Get the warning type as an internationalised string
toString() - Method in enum org.tridas.io.exceptions.InvalidDendroFileException.PointerType
 
toString() - Method in enum org.tridas.io.formats.besancon.BesanconToTridasDefaults.BesanconCambiumType
 
toString() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASFileType
 
toString() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASLastRing
 
toString() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASProtection
 
toString() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASScope
 
toString() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASSource
 
toString() - Method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASVariableType
 
toString() - Method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaDatingType
 
toString() - Method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaSampleType
 
toString() - Method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaTerminalRing
 
toString() - Method in enum org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults.DendroDBParameter
 
toString() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHBarkType
 
toString() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHDataType
 
toString() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHPith
 
toString() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHSeriesType
 
toString() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHStartsOrEndsWith
 
toString() - Method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHWaldKante
 
toString() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldChronologyType
 
toString() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldDataType
 
toString() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldDateType
 
toString() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldEdgeCode
 
toString() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldPeriodCode
 
toString() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldPithCode
 
toString() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldShapeCode
 
toString() - Method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldVariableCode
 
toString() - Method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatDataType
 
toString() - Method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatParameter
 
toString() - Method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatStatType
 
toString() - Method in enum org.tridas.io.formats.windendro.WinDendroToTridasDefaults.WinDendroDataType
 
toString() - Method in class org.tridas.io.util.AstronomicalYear
Convert to a String
toString() - Method in class org.tridas.io.util.SafeIntYear
Convert to a String.
toString() - Method in class org.tridas.io.util.YearRange
Return a simple string representation of the range, like "1001 - 1036".
toString() - Method in class org.tridas.spatial.CoordinateReferenceSystem
 
toStringWithField() - Method in class org.tridas.io.exceptions.ConversionWarning
Get the warning message including the field involved if possible
toStringWithSpan() - Method in class org.tridas.io.util.YearRange
Return a string representation of the range, including the span, like "(1001 - 1036, n=36)".
toTridasVariable() - Method in enum org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults.DendroDBParameter
 
toTridasYear(DatingSuffix) - Method in class org.tridas.io.util.AstronomicalYear
 
toTridasYear(DatingSuffix) - Method in class org.tridas.io.util.SafeIntYear
 
transform(Point2D.Double, Point2D.Double) - Method in class com.jhlabs.map.proj.LinearProjection
 
transform(double[], int, double[], int, int) - Method in class com.jhlabs.map.proj.LinearProjection
 
transform(Point2D.Double, Point2D.Double) - Method in class com.jhlabs.map.proj.NullProjection
 
transform(Point2D.Double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
Project a lat/long point (in degrees), producing a result in metres
transform(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
Project a lon/lat point (in degrees), producing a result in metres.
transform(double[], int, double[], int, int) - Method in class com.jhlabs.map.proj.Projection
Project a number of lat/long points (in degrees), producing a result in metres
transform(Rectangle2D) - Method in class com.jhlabs.map.proj.Projection
Transform a bounding box.
transformRadians(Point2D.Double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
Project a lat/long point, producing a result in metres
transformRadians(double, double, Point2D.Double) - Method in class com.jhlabs.map.proj.Projection
Project a lon/lat point (in degrees), producing a result in metres.
transformRadians(double[], int, double[], int, int) - Method in class com.jhlabs.map.proj.Projection
Project a number of lat/long points (in radians), producing a result in metres
TransverseMercatorProjection - Class in com.jhlabs.map.proj
Transverse Mercator Projection algorithm is taken from the USGS PROJ package.
TransverseMercatorProjection() - Constructor for class com.jhlabs.map.proj.TransverseMercatorProjection
 
TransverseMercatorProjection(Ellipsoid, double, double, double, double, double) - Constructor for class com.jhlabs.map.proj.TransverseMercatorProjection
Set up a projection suitable for State Plane Coordinates.
TridasFile - Class in org.tridas.io.formats.tridas
The TRiDaS file format is our standard format
TridasFile(IMetadataFieldSet) - Constructor for class org.tridas.io.formats.tridas.TridasFile
 
TridasIO - Class in org.tridas.io
Used to get readers/writers from name or extension.
TridasIO() - Constructor for class org.tridas.io.TridasIO
 
TridasMetadataFieldSet - Class in org.tridas.io.defaults
Mandatory fields as specified by the Tridas schema along with their default values
TridasMetadataFieldSet() - Constructor for class org.tridas.io.defaults.TridasMetadataFieldSet
 
TridasMetadataFieldSet.TridasMandatoryField - Enum in org.tridas.io.defaults
 
TridasNamespacePrefixMapper - Class in org.tridas.io
Provides user friendly namespace prefixes to in our XML
TridasNamespacePrefixMapper() - Constructor for class org.tridas.io.TridasNamespacePrefixMapper
 
TridasReader - Class in org.tridas.io.formats.tridas
Reader for the TRiDaS file format.
TridasReader() - Constructor for class org.tridas.io.formats.tridas.TridasReader
 
TridasToBelfastAppleDefaults - Class in org.tridas.io.formats.belfastapple
 
TridasToBelfastAppleDefaults() - Constructor for class org.tridas.io.formats.belfastapple.TridasToBelfastAppleDefaults
 
TridasToBelfastAppleDefaults.BelfastAppleField - Enum in org.tridas.io.formats.belfastapple
 
TridasToBesanconDefaults - Class in org.tridas.io.formats.besancon
 
TridasToBesanconDefaults() - Constructor for class org.tridas.io.formats.besancon.TridasToBesanconDefaults
 
TridasToCatrasDefaults - Class in org.tridas.io.formats.catras
 
TridasToCatrasDefaults() - Constructor for class org.tridas.io.formats.catras.TridasToCatrasDefaults
 
TridasToCorinaDefaults - Class in org.tridas.io.formats.corina
 
TridasToCorinaDefaults() - Constructor for class org.tridas.io.formats.corina.TridasToCorinaDefaults
 
TridasToCorinaDefaults.CorinaDatingType - Enum in org.tridas.io.formats.corina
 
TridasToCorinaDefaults.CorinaSampleType - Enum in org.tridas.io.formats.corina
 
TridasToCorinaDefaults.CorinaTerminalRing - Enum in org.tridas.io.formats.corina
 
TridasToCSVDefaults - Class in org.tridas.io.formats.csv
Deprecated. use CSVMatrix instead
TridasToCSVDefaults() - Constructor for class org.tridas.io.formats.csv.TridasToCSVDefaults
Deprecated.  
TridasToCSVDefaults.CSVField - Enum in org.tridas.io.formats.csv
Deprecated.  
TridasToCSVMatrixDefaults - Class in org.tridas.io.formats.csvmatrix
 
TridasToCSVMatrixDefaults() - Constructor for class org.tridas.io.formats.csvmatrix.TridasToCSVMatrixDefaults
 
TridasToExcelMatrixDefaults - Class in org.tridas.io.formats.excelmatrix
 
TridasToExcelMatrixDefaults() - Constructor for class org.tridas.io.formats.excelmatrix.TridasToExcelMatrixDefaults
 
TridasToHeidelbergDefaults - Class in org.tridas.io.formats.heidelberg
 
TridasToHeidelbergDefaults() - Constructor for class org.tridas.io.formats.heidelberg.TridasToHeidelbergDefaults
 
TridasToNottinghamDefaults - Class in org.tridas.io.formats.nottingham
 
TridasToNottinghamDefaults() - Constructor for class org.tridas.io.formats.nottingham.TridasToNottinghamDefaults
 
TridasToODFMatrixDefaults - Class in org.tridas.io.formats.odfmatrix
 
TridasToODFMatrixDefaults() - Constructor for class org.tridas.io.formats.odfmatrix.TridasToODFMatrixDefaults
 
TridasToOOXMLDefaults - Class in org.tridas.io.formats.ooxml
 
TridasToOOXMLDefaults() - Constructor for class org.tridas.io.formats.ooxml.TridasToOOXMLDefaults
 
TridasToOxfordDefaults - Class in org.tridas.io.formats.oxford
 
TridasToOxfordDefaults() - Constructor for class org.tridas.io.formats.oxford.TridasToOxfordDefaults
 
TridasToPast4Defaults - Class in org.tridas.io.formats.past4
 
TridasToPast4Defaults() - Constructor for class org.tridas.io.formats.past4.TridasToPast4Defaults
 
TridasToSheffieldDefaults - Class in org.tridas.io.formats.sheffield
 
TridasToSheffieldDefaults() - Constructor for class org.tridas.io.formats.sheffield.TridasToSheffieldDefaults
 
TridasToSheffieldDefaults.DefaultFields - Enum in org.tridas.io.formats.sheffield
 
TridasToSheffieldDefaults.SheffieldChronologyType - Enum in org.tridas.io.formats.sheffield
 
TridasToSheffieldDefaults.SheffieldDataType - Enum in org.tridas.io.formats.sheffield
 
TridasToSheffieldDefaults.SheffieldDateType - Enum in org.tridas.io.formats.sheffield
 
TridasToSheffieldDefaults.SheffieldEdgeCode - Enum in org.tridas.io.formats.sheffield
 
TridasToSheffieldDefaults.SheffieldPeriodCode - Enum in org.tridas.io.formats.sheffield
 
TridasToSheffieldDefaults.SheffieldPithCode - Enum in org.tridas.io.formats.sheffield
 
TridasToSheffieldDefaults.SheffieldShapeCode - Enum in org.tridas.io.formats.sheffield
 
TridasToSheffieldDefaults.SheffieldVariableCode - Enum in org.tridas.io.formats.sheffield
 
TridasToTophamDefaults - Class in org.tridas.io.formats.topham
 
TridasToTophamDefaults() - Constructor for class org.tridas.io.formats.topham.TridasToTophamDefaults
 
TridasToTrimsDefaults - Class in org.tridas.io.formats.trims
Place to hold and change default fields for the TRIMS filetype
TridasToTrimsDefaults() - Constructor for class org.tridas.io.formats.trims.TridasToTrimsDefaults
 
TridasToTrimsDefaults.TrimsField - Enum in org.tridas.io.formats.trims
 
TridasToTucsonCompactDefaults - Class in org.tridas.io.formats.tucsoncompact
 
TridasToTucsonCompactDefaults() - Constructor for class org.tridas.io.formats.tucsoncompact.TridasToTucsonCompactDefaults
 
TridasToTucsonDefaults - Class in org.tridas.io.formats.tucson
Place to hold and change default fields for the Tucson filetype
TridasToTucsonDefaults() - Constructor for class org.tridas.io.formats.tucson.TridasToTucsonDefaults
 
TridasToTucsonDefaults.TucsonField - Enum in org.tridas.io.formats.tucson
 
TridasToVFormatDefaults - Class in org.tridas.io.formats.vformat
 
TridasToVFormatDefaults() - Constructor for class org.tridas.io.formats.vformat.TridasToVFormatDefaults
 
TridasUtils - Class in org.tridas.io.util
 
TridasUtils() - Constructor for class org.tridas.io.util.TridasUtils
 
TridasUtils.TridasValueDataType - Enum in org.tridas.io.util
 
TridasWriter - Class in org.tridas.io.formats.tridas
Writer for the TRiDaS file format.
TridasWriter() - Constructor for class org.tridas.io.formats.tridas.TridasWriter
Constructor for the writer that creates TRiDaS XML files from TRiDaS java classes.
TrimsFile - Class in org.tridas.io.formats.trims
 
TrimsFile(IMetadataFieldSet) - Constructor for class org.tridas.io.formats.trims.TrimsFile
 
TrimsReader - Class in org.tridas.io.formats.trims
 
TrimsReader() - Constructor for class org.tridas.io.formats.trims.TrimsReader
 
TrimsToTridasDefaults - Class in org.tridas.io.formats.trims
 
TrimsToTridasDefaults() - Constructor for class org.tridas.io.formats.trims.TrimsToTridasDefaults
 
TrimsWriter - Class in org.tridas.io.formats.trims
 
TrimsWriter() - Constructor for class org.tridas.io.formats.trims.TrimsWriter
 
trueScaleLatitude - Variable in class com.jhlabs.map.proj.Projection
The latitude of true scale.
trunc(double) - Static method in class com.jhlabs.map.MapMath
 
tsfn(double, double, double) - Static method in class com.jhlabs.map.MapMath
 
TucsonCompactFile - Class in org.tridas.io.formats.tucsoncompact
 
TucsonCompactFile(TridasToTucsonCompactDefaults) - Constructor for class org.tridas.io.formats.tucsoncompact.TucsonCompactFile
 
TucsonCompactReader - Class in org.tridas.io.formats.tucsoncompact
 
TucsonCompactReader() - Constructor for class org.tridas.io.formats.tucsoncompact.TucsonCompactReader
 
TucsonCompactToTridasDefaults - Class in org.tridas.io.formats.tucsoncompact
 
TucsonCompactToTridasDefaults() - Constructor for class org.tridas.io.formats.tucsoncompact.TucsonCompactToTridasDefaults
 
TucsonCompactToTridasDefaults.DefaultFields - Enum in org.tridas.io.formats.tucsoncompact
 
TucsonCompactWriter - Class in org.tridas.io.formats.tucsoncompact
 
TucsonCompactWriter() - Constructor for class org.tridas.io.formats.tucsoncompact.TucsonCompactWriter
 
TucsonFile - Class in org.tridas.io.formats.tucson
 
TucsonFile(IMetadataFieldSet) - Constructor for class org.tridas.io.formats.tucson.TucsonFile
 
TucsonReader - Class in org.tridas.io.formats.tucson
Reader for the Tucson file format.
TucsonReader() - Constructor for class org.tridas.io.formats.tucson.TucsonReader
 
TucsonToTridasDefaults - Class in org.tridas.io.formats.tucson
here for the library user to create and pass in the loadFile() arguments
TucsonToTridasDefaults() - Constructor for class org.tridas.io.formats.tucson.TucsonToTridasDefaults
 
TucsonToTridasDefaults.TucsonDefaultField - Enum in org.tridas.io.formats.tucson
 
TucsonWriter - Class in org.tridas.io.formats.tucson
Writer for the Tucson file format.
TucsonWriter() - Constructor for class org.tridas.io.formats.tucson.TucsonWriter
Standard constructor
TWOPI - Static variable in class com.jhlabs.map.MapMath
 

U

union(YearRange) - Method in class org.tridas.io.util.YearRange
The union of this range with r.
Unit - Class in com.jhlabs.map
 
Unit(String, String, String, double) - Constructor for class com.jhlabs.map.Unit
 
Units - Class in com.jhlabs.map
 
Units() - Constructor for class com.jhlabs.map.Units
 
units - Static variable in class com.jhlabs.map.Units
 
UnitUtils - Class in org.tridas.io.util
 
UnitUtils() - Constructor for class org.tridas.io.util.UnitUtils
 
URMFPSProjection - Class in com.jhlabs.map.proj
 
URMFPSProjection() - Constructor for class com.jhlabs.map.proj.URMFPSProjection
 
US_CHAINS - Static variable in class com.jhlabs.map.Units
 
US_FEET - Static variable in class com.jhlabs.map.Units
 
US_INCHES - Static variable in class com.jhlabs.map.Units
 
US_MILES - Static variable in class com.jhlabs.map.Units
 
US_YARDS - Static variable in class com.jhlabs.map.Units
 
UUIDNamingConvention - Class in org.tridas.io.naming
Produces a universally unique file names
UUIDNamingConvention() - Constructor for class org.tridas.io.naming.UUIDNamingConvention
 

V

validateAndSetValue(E) - Method in class org.tridas.io.defaults.AbstractDefaultValue
Validate and set the value.
validateAndSetValue(Boolean) - Method in class org.tridas.io.defaults.values.BooleanDefaultValue
 
validateAndSetValue(DateTime) - Method in class org.tridas.io.defaults.values.DateTimeDefaultValue
 
validateAndSetValue(Integer, Integer, Integer) - Method in class org.tridas.io.defaults.values.DateTimeDefaultValue
 
validateAndSetValue(Double) - Method in class org.tridas.io.defaults.values.DoubleDefaultValue
 
validateAndSetValue(E) - Method in class org.tridas.io.defaults.values.GenericDefaultValue
 
validateAndSetValue(Integer) - Method in class org.tridas.io.defaults.values.IntegerDefaultValue
 
validateAndSetValue(SafeIntYear) - Method in class org.tridas.io.defaults.values.SafeIntYearDefaultValue
 
validateAndSetValue(String) - Method in class org.tridas.io.defaults.values.SheffieldStringDefaultValue
 
validateAndSetValue(String) - Method in class org.tridas.io.defaults.values.StringDefaultValue
 
value - Variable in class com.jhlabs.map.Unit
 
value - Variable in class org.tridas.io.defaults.values.BooleanDefaultValue
 
valueOf(String) - Static method in enum org.tridas.io.defaults.TridasMetadataFieldSet.TridasMandatoryField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.exceptions.ConversionWarning.WarningType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.exceptions.InvalidDendroFileException.PointerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.belfastapple.TridasToBelfastAppleDefaults.BelfastAppleField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.besancon.BesanconToTridasDefaults.BesanconCambiumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.besancon.BesanconToTridasDefaults.DefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASLastRing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASProtection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASVariableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.DefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.corina.CorinaToTridasDefaults.DefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaDatingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaSampleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaTerminalRing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.csv.TridasToCSVDefaults.CSVField
Deprecated. Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults.DDBDefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults.DendroDBParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.DefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHBarkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHDataFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHDated
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHPith
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHSeriesType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHStartsOrEndsWith
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHWaldKante
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.nottingham.NottinghamToTridasDefaults.DefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.oxford.OxfordToTridasDefaults.OxDefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.SheffieldToTridasDefaults.DefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.DefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldChronologyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldDateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldEdgeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldPeriodCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldPithCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldShapeCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldVariableCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.trims.TridasToTrimsDefaults.TrimsField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.tucson.TridasToTucsonDefaults.TucsonField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.tucson.TucsonToTridasDefaults.TucsonDefaultField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.tucsoncompact.TucsonCompactToTridasDefaults.DefaultFields
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.ParamMeasured
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatStatType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.windendro.WinDendroToTridasDefaults.WDDefaultField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.formats.windendro.WinDendroToTridasDefaults.WinDendroDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.io.util.TridasUtils.TridasValueDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tridas.spatial.GMLPointSRSHandler.AxisOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.tridas.io.defaults.TridasMetadataFieldSet.TridasMandatoryField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.exceptions.ConversionWarning.WarningType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.exceptions.InvalidDendroFileException.PointerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.belfastapple.TridasToBelfastAppleDefaults.BelfastAppleField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.besancon.BesanconToTridasDefaults.BesanconCambiumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.besancon.BesanconToTridasDefaults.DefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASLastRing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASProtection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.CATRASVariableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.catras.CatrasToTridasDefaults.DefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.corina.CorinaToTridasDefaults.DefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaDatingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaSampleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.corina.TridasToCorinaDefaults.CorinaTerminalRing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.csv.TridasToCSVDefaults.CSVField
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults.DDBDefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.dendrodb.DendroDBToTridasDefaults.DendroDBParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.DefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHBarkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHDataFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHDated
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHPith
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHSeriesType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHStartsOrEndsWith
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.heidelberg.HeidelbergToTridasDefaults.FHWaldKante
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.nottingham.NottinghamToTridasDefaults.DefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.oxford.OxfordToTridasDefaults.OxDefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.SheffieldToTridasDefaults.DefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.DefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldChronologyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldDateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldEdgeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldPeriodCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldPithCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldShapeCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.sheffield.TridasToSheffieldDefaults.SheffieldVariableCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.trims.TridasToTrimsDefaults.TrimsField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.tucson.TridasToTucsonDefaults.TucsonField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.tucson.TucsonToTridasDefaults.TucsonDefaultField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.tucsoncompact.TucsonCompactToTridasDefaults.DefaultFields
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.ParamMeasured
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.vformat.VFormatToTridasDefaults.VFormatStatType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.windendro.WinDendroToTridasDefaults.WDDefaultField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.formats.windendro.WinDendroToTridasDefaults.WinDendroDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.io.util.TridasUtils.TridasValueDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tridas.spatial.GMLPointSRSHandler.AxisOrder
Returns an array containing the constants of this enum type, in the order they are declared.
VanDerGrintenProjection - Class in com.jhlabs.map.proj
 
VanDerGrintenProjection() - Constructor for class com.jhlabs.map.proj.VanDerGrintenProjection
 
VFormatFile - Class in org.tridas.io.formats.vformat
 
VFormatFile() - Constructor for class org.tridas.io.formats.vformat.VFormatFile
 
VFormatFile.VFormatContainer - Class in org.tridas.io.formats.vformat
 
VFormatFile.VFormatContainer(TridasValues, TridasToVFormatDefaults) - Constructor for class org.tridas.io.formats.vformat.VFormatFile.VFormatContainer
 
VFormatReader - Class in org.tridas.io.formats.vformat
 
VFormatReader() - Constructor for class org.tridas.io.formats.vformat.VFormatReader
 
VFormatToTridasDefaults - Class in org.tridas.io.formats.vformat
 
VFormatToTridasDefaults() - Constructor for class org.tridas.io.formats.vformat.VFormatToTridasDefaults
 
VFormatToTridasDefaults.ParamMeasured - Enum in org.tridas.io.formats.vformat
 
VFormatToTridasDefaults.VFormatDataType - Enum in org.tridas.io.formats.vformat
 
VFormatToTridasDefaults.VFormatParameter - Enum in org.tridas.io.formats.vformat
 
VFormatToTridasDefaults.VFormatStatType - Enum in org.tridas.io.formats.vformat
 
VFormatWriter - Class in org.tridas.io.formats.vformat
 
VFormatWriter() - Constructor for class org.tridas.io.formats.vformat.VFormatWriter
 
VITK1 - Static variable in class com.jhlabs.map.proj.SimpleConicProjection
 
VitkovskyProjection - Class in com.jhlabs.map.proj
 
VitkovskyProjection() - Constructor for class com.jhlabs.map.proj.VitkovskyProjection
 
VOLUME_UNIT - Static variable in class com.jhlabs.map.Unit
 

W

Wagner1Projection - Class in com.jhlabs.map.proj
 
Wagner1Projection() - Constructor for class com.jhlabs.map.proj.Wagner1Projection
 
Wagner2Projection - Class in com.jhlabs.map.proj
 
Wagner2Projection() - Constructor for class com.jhlabs.map.proj.Wagner2Projection
 
Wagner3Projection - Class in com.jhlabs.map.proj
 
Wagner3Projection() - Constructor for class com.jhlabs.map.proj.Wagner3Projection
 
WAGNER4 - Static variable in class com.jhlabs.map.proj.MollweideProjection
 
Wagner4Projection - Class in com.jhlabs.map.proj
 
Wagner4Projection() - Constructor for class com.jhlabs.map.proj.Wagner4Projection
 
WAGNER5 - Static variable in class com.jhlabs.map.proj.MollweideProjection
 
Wagner5Projection - Class in com.jhlabs.map.proj
 
Wagner5Projection() - Constructor for class com.jhlabs.map.proj.Wagner5Projection
 
Wagner6Projection - Class in com.jhlabs.map.proj
Wagner VI projection.
Wagner6Projection() - Constructor for class com.jhlabs.map.proj.Wagner6Projection
Creates a new instance of Wagner6Projection
Wagner7Projection - Class in com.jhlabs.map.proj
 
Wagner7Projection() - Constructor for class com.jhlabs.map.proj.Wagner7Projection
 
Werenskiold1Projection - Class in com.jhlabs.map.proj
Werenskiold I Projection, identical to Putnins P4', just a bit larger.
Werenskiold1Projection() - Constructor for class com.jhlabs.map.proj.Werenskiold1Projection
 
WGS84 - Static variable in class org.tridas.spatial.SpatialUtils
 
WGS_1960 - Static variable in class com.jhlabs.map.Ellipsoid
 
WGS_1966 - Static variable in class com.jhlabs.map.Ellipsoid
 
WGS_1972 - Static variable in class com.jhlabs.map.Ellipsoid
 
WGS_1984 - Static variable in class com.jhlabs.map.Ellipsoid
 
WinDendroFile - Class in org.tridas.io.formats.windendro
 
WinDendroFile() - Constructor for class org.tridas.io.formats.windendro.WinDendroFile
 
WinDendroReader - Class in org.tridas.io.formats.windendro
 
WinDendroReader() - Constructor for class org.tridas.io.formats.windendro.WinDendroReader
 
WinDendroToTridasDefaults - Class in org.tridas.io.formats.windendro
 
WinDendroToTridasDefaults() - Constructor for class org.tridas.io.formats.windendro.WinDendroToTridasDefaults
 
WinDendroToTridasDefaults.WDDefaultField - Enum in org.tridas.io.formats.windendro
 
WinDendroToTridasDefaults.WinDendroDataType - Enum in org.tridas.io.formats.windendro
 
Winkel1Projection - Class in com.jhlabs.map.proj
Ported from Proj4 by Bernhard Jenny, Institute of Cartography, ETH Zurich.
Winkel1Projection() - Constructor for class com.jhlabs.map.proj.Winkel1Projection
 
Winkel2Projection - Class in com.jhlabs.map.proj
Ported from Proj4 by Bernhard Jenny, Institute of Cartography, ETH Zurich.
Winkel2Projection() - Constructor for class com.jhlabs.map.proj.Winkel2Projection
 
WinkelTripelProjection - Class in com.jhlabs.map.proj
 
WinkelTripelProjection() - Constructor for class com.jhlabs.map.proj.WinkelTripelProjection
 
WORLD_BOUNDS - Static variable in class com.jhlabs.map.MapMath
 
WORLD_BOUNDS_RAD - Static variable in class com.jhlabs.map.MapMath
 
writeData(ArrayList<String>) - Method in class org.tridas.io.formats.corina.CorinaFile
 

Y

YARDS - Static variable in class com.jhlabs.map.Units
 
YearRange - Class in org.tridas.io.util
A range of years.
YearRange() - Constructor for class org.tridas.io.util.YearRange
Construct a new empty range, starting at Year.DEFAULT.
YearRange(SafeIntYear, SafeIntYear) - Constructor for class org.tridas.io.util.YearRange
Construct a new range, from y1 to y2.
YearRange(SafeIntYear, int) - Constructor for class org.tridas.io.util.YearRange
Construct a range, given a starting year and span.
YearRange(String) - Constructor for class org.tridas.io.util.YearRange
Construct a range from a String.
YearRange(ITridasSeries) - Constructor for class org.tridas.io.util.YearRange
Create a range from a Tridas series.
YearRange(AstronomicalYear, AstronomicalYear) - Constructor for class org.tridas.io.util.YearRange
Construct a new range using Astronomical years

A B C D E F G H I K L M N O P Q R S T U V W Y

Copyright © 2011. All Rights Reserved.