Skip navigation links
A B C D E F G H I K L N O P R S T U V W X Y Z 

A

accept(LasPoint) - Method in interface org.tinfour.gis.las.ILasRecordFilter
Tests a LAS file record to see if it meets an application-specified criteria for acceptance into a vertex list.
accept(LasPoint) - Method in class org.tinfour.gis.las.LasRecordFilterByClass
 
accept(LasPoint) - Method in class org.tinfour.gis.las.LasRecordFilterByFirstReturn
 
accept(LasPoint) - Method in class org.tinfour.gis.las.LasRecordFilterByLastReturn
 

B

builder - Variable in class org.tinfour.gis.shapefile.DbfField
 

C

classification - Variable in class org.tinfour.gis.las.LasPoint
The observation-category classification for the return
close() - Method in class org.tinfour.gis.las.LasFileReader
Closes all internal data files.
close() - Method in class org.tinfour.gis.shapefile.DbfFileReader
 
close() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Close the associated file
close() - Method in class org.tinfour.gis.utils.ConstraintReaderShapefile
 
close() - Method in class org.tinfour.gis.utils.VertexReaderLas
 
close() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
 
ConstraintReaderShapefile - Class in org.tinfour.gis.utils
Provides tools for reading constraints from either a Shapefile
ConstraintReaderShapefile(File) - Constructor for class org.tinfour.gis.utils.ConstraintReaderShapefile
Constructs an instance tied to the specified file.
ConstraintVertex - Class in org.tinfour.gis.utils
Provides a Vertex implementation with special labeling for indicating vertices that were contributed by a constraint
ConstraintVertex(double, double, double, int) - Constructor for class org.tinfour.gis.utils.ConstraintVertex
Construct a vertex with the specified coordinates and ID value.
containsKey(int) - Method in class org.tinfour.gis.las.GeoTiffData
Indicates whether the GeoTiffData collection contains an entry for the specified key code.
count - Variable in class org.tinfour.gis.las.GeoTiffKey
The number of elements associated with this key.

D

dataAddress - Variable in class org.tinfour.gis.shapefile.DbfField
 
DbfField - Class in org.tinfour.gis.shapefile
Provides definitions and access methods for a DBF field.
DbfFieldDate - Class in org.tinfour.gis.shapefile
Extends DbfField with special handling for reading date values.
DbfFieldDouble - Class in org.tinfour.gis.shapefile
Extends DbfField with special handling for reading numeric values.
DbfFieldInt - Class in org.tinfour.gis.shapefile
Extends DbfField with special handling for reading integer values.
DbfFileReader - Class in org.tinfour.gis.shapefile
Provides elements and methods for reading the DBF file associated with a Shapefile
DbfFileReader(File) - Constructor for class org.tinfour.gis.shapefile.DbfFileReader
Construct a DbfFileReader from the specified file

E

edgeOfFlightLine - Variable in class org.tinfour.gis.las.LasPoint
Indicates whether the detection was at the edge of a flight line

F

fieldDecimalCount - Variable in class org.tinfour.gis.shapefile.DbfField
 
fieldLength - Variable in class org.tinfour.gis.shapefile.DbfField
 
fieldType - Variable in class org.tinfour.gis.shapefile.DbfField
 
filePosition - Variable in class org.tinfour.gis.las.LasPoint
The position within the file at which the record is stored

G

GeoCitationGeoKey - Static variable in class org.tinfour.gis.las.GeoTiffData
Key code for the GeoCitationGeoKey specification
GeoDoubleParamsTag - Static variable in class org.tinfour.gis.las.GeoTiffData
The code for a TIFF tag containing floating point parameters (doubles) for the GeoTIFF specification
GeoKeyDirectoryTag - Static variable in class org.tinfour.gis.las.GeoTiffData
The code for a TIFF tag containing integer specifications for GeoTIFF tags.
GeoTiffData - Class in org.tinfour.gis.las
Provides the main data collection for accessing data from the embedded GeoTIFF tags in a LAS file.
GeoTiffData(List<GeoTiffKey>, double[], char[]) - Constructor for class org.tinfour.gis.las.GeoTiffData
 
GeoTiffKey - Class in org.tinfour.gis.las
Provides elements and methods for accessing data related to a GeoTIFF key specification.
getApplicationData() - Method in class org.tinfour.gis.shapefile.DbfField
Gets the data for the field as an Object of the appropriate class.
getApplicationData() - Method in class org.tinfour.gis.shapefile.DbfFieldDate
 
getApplicationData() - Method in class org.tinfour.gis.shapefile.DbfFieldDouble
 
getApplicationData() - Method in class org.tinfour.gis.shapefile.DbfFieldInt
 
getClassification() - Method in class org.tinfour.gis.utils.VertexWithClassification
Gets the classification code indicating the kind of feature from which the sample was captured.
getCoFile(String) - Method in class org.tinfour.gis.shapefile.ShapefileReader
Get a reference to the file that shares the same root name as the Shapefile but has an alternate extension.
getCoordinateReferenceSystemOption() - Method in class org.tinfour.gis.las.LasFileReader
Gets the option that was used for storing the coordinate reference system in the LAS file.
getCoordinateTransform() - Method in class org.tinfour.gis.utils.ConstraintReaderShapefile
Gets the coordinate transform associated with this instance.
getCoordinateTransform() - Method in class org.tinfour.gis.utils.VertexReaderLas
Gets the coordinate transform associated with this instance.
getCoordinateTransform() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
 
getDbfFileReader() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Get an DBF file reader for the current Shapefile
getDescription() - Method in class org.tinfour.gis.las.LasVariableLengthRecord
Get the description text associated with the record.
getDouble(int) - Method in class org.tinfour.gis.las.GeoTiffData
Gets an array of one or more doubles containing the value or values associated with the specified key code.
getDouble() - Method in class org.tinfour.gis.shapefile.DbfField
Gets the double value stored in the field during the most recent read operation, if any
getDouble() - Method in class org.tinfour.gis.shapefile.DbfFieldDate
Gets the value stored in the field during the most recent read as a floating point value giving seconds since the Epoch 1970.
getDouble() - Method in class org.tinfour.gis.shapefile.DbfFieldDouble
Gets the double value stored in the field during the most recent read operation, if any
getDouble() - Method in class org.tinfour.gis.shapefile.DbfFieldInt
Gets the double value stored in the field during the most recent read operation, if any
getFieldByName(String) - Method in class org.tinfour.gis.shapefile.DbfFileReader
Get the field matching the specified name
getFieldDecimalCount() - Method in class org.tinfour.gis.shapefile.DbfField
For numeric fields, indicates the number of decimal digits.
getFieldLength() - Method in class org.tinfour.gis.shapefile.DbfField
Indicates the overall length of the data field
getFields() - Method in class org.tinfour.gis.shapefile.DbfFileReader
Get a safe copy of a list of the fields specified in the DBF file.
getFieldType() - Method in class org.tinfour.gis.shapefile.DbfField
Indicates the type of the data field as defined in the DBF spec.
getFile() - Method in class org.tinfour.gis.las.LasFileReader
Get the source file for the reader.
getFile() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Get the file associated with the Shapefile.
getFilePosition() - Method in class org.tinfour.gis.las.LasVariableLengthRecord
Gets the file position for the start of the data associated with this record.
getFilePosition() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Provides the current position within the main Shapefile.
getFileSignature() - Method in class org.tinfour.gis.las.LasFileReader
 
getFileSize() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Gets the current size of the main Shapefile in bytes.
getGeoTiffData() - Method in class org.tinfour.gis.las.LasFileReader
Gets a copy of the GeoTiffData associated with the LAS file, if any.
getInteger(int) - Method in class org.tinfour.gis.las.GeoTiffData
Gets the single integer value associated with the GeoTIFF keycode.
getInteger() - Method in class org.tinfour.gis.shapefile.DbfField
Gets the integer value of the field, if it is of an integral type, otherwise returns a zero.
getInteger() - Method in class org.tinfour.gis.shapefile.DbfFieldDate
Gets an integer value indicating whether the data field has been correctly read.
getInteger() - Method in class org.tinfour.gis.shapefile.DbfFieldDouble
Gets the equivalent integer value of the field.
getInteger() - Method in class org.tinfour.gis.shapefile.DbfFieldInt
Gets the equivalent integer value of the field.
getKeyCode() - Method in class org.tinfour.gis.las.GeoTiffKey
Gets the key code for this instance
getKeyList() - Method in class org.tinfour.gis.las.GeoTiffData
Gets a list of the keys defined by this GeoTiffData collection
getLabel() - Method in class org.tinfour.gis.utils.ConstraintVertex
Gets a string intended for labeling the vertex in images or reports.
getLasGpsTimeType() - Method in class org.tinfour.gis.las.LasFileReader
Gets the representation of time that is assigned to the sample point GPS time values.
getLinearUnits() - Method in class org.tinfour.gis.las.LasFileReader
Get the linear units specified by the LAS file.
getLinearUnits() - Method in class org.tinfour.gis.utils.VertexReaderLas
Gets the linear units for the coordinate system used by the data.
getLinearUnits() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Gets the linear units for the horizontal coordinate system from the Shapefile.
getLogicalValue() - Method in class org.tinfour.gis.shapefile.DbfField
Gets a logical value.
getLong() - Method in class org.tinfour.gis.shapefile.DbfFieldDate
Gets the date value as an long integer time value consistent with the Java convention using Epoch 1970.
getMaxX() - Method in class org.tinfour.gis.las.LasFileReader
Gets the maximum value for the x coordinates of the points in the LAS file as specified in the LAS-standard file header.
getMaxX() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Gets the maximum value for the x coordinates of the points in the Shapefile as specified in the Shapefile-standard file header.
getMaxY() - Method in class org.tinfour.gis.las.LasFileReader
Gets the maximum value for the y coordinates of the points in the LAS file as specified in the LAS-standard file header.
getMaxY() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Gets the maximum value for the y coordinates of the points in the Shapefile as specified in the Shapefile-standard file header.
getMaxZ() - Method in class org.tinfour.gis.las.LasFileReader
Gets the maximum value for the z coordinates of the points in the LAS file as specified in the LAS-standard file header.
getMaxZ() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Gets the maximum value for the z coordinates of the points in the Shapefile as specified in the Shapefile-standard file header.
getMinX() - Method in class org.tinfour.gis.las.LasFileReader
Gets the minimum value for the x coordinates of the points in the LAS file as specified in the LAS-standard file header.
getMinX() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Gets the minimum value for the x coordinates of the points in the Shapefile as specified in the Shapefile-standard file header.
getMinY() - Method in class org.tinfour.gis.las.LasFileReader
Gets the minimum value for the y coordinates of the points in the LAS file as specified in the LAS-standard file header.
getMinY() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Gets the minimum value for the y coordinates of the points in the Shapefile as specified in the Shapefile-standard file header.
getMinZ() - Method in class org.tinfour.gis.las.LasFileReader
Gets the minimum value for the z coordinates of the points in the LAS file as specified in the LAS-standard file header.
getMinZ() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Gets the minimum value for the z coordinates of the points in the Shapefile as specified in the Shapefile-standard file header.
getName() - Method in class org.tinfour.gis.shapefile.DbfField
Gets the name of the data field
getNumberOfPointRecords() - Method in class org.tinfour.gis.las.LasFileReader
Get the number of point records in file.
getNumberOfVerticesInSource() - Method in class org.tinfour.gis.utils.VertexReaderLas
Gets the number of vertices in the source file
getPointDataRecordFormat() - Method in class org.tinfour.gis.las.LasFileReader
Get the record format specified in the LAS file.
getRecordCount() - Method in class org.tinfour.gis.shapefile.DbfFileReader
Get the number of records in the DBF file
getRecordId() - Method in class org.tinfour.gis.las.LasVariableLengthRecord
Gets the numerical ID associated with the record.
getRecordLength() - Method in class org.tinfour.gis.las.LasVariableLengthRecord
Gets the length, in bytes, of the data associated with the record.
getScaleAndOffset() - Method in class org.tinfour.gis.las.LasFileReader
Gets the horizontal and vertical scale and offset factors that were read from the LAS file header.
getShapefileType() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Get the feature type of the Shapefile.
getShapefileType(int) - Static method in enum org.tinfour.gis.shapefile.ShapefileType
Resolves the numeric code from a Shapefile to an enumeration instances
getString(int) - Method in class org.tinfour.gis.las.GeoTiffData
Gets the single String value associated with the GeoTIFF keycode.
getString() - Method in class org.tinfour.gis.shapefile.DbfField
Gets the string value stored in the field during the most recent read operation.
getTimeForLoad() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Gets the total time to load a file (including the time required for pre-sort if enabled).
getTotalPartCount() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Gets the total number of polyglines read from the Shapefile; or zero if the content of the Shapefile hasn't been read.
getTotalPointCount() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Gets the total number of points read from the Shapefile; or zero if the content of the Shapefile hasn't been read.
getTotalPointCount() - Method in class org.tinfour.gis.utils.ConstraintReaderShapefile
Gets the total number of points read from the constraint file; or zero if the content of the constraint file hasn't been read.
getTypeCode() - Method in enum org.tinfour.gis.shapefile.ShapefileType
Gets the integer code value for this Shapefile type.
getUniqueValueArray(DbfFileReader) - Method in class org.tinfour.gis.shapefile.DbfFieldDate
Gets an array of unique values for this field.
getUniqueValueArray(DbfFileReader) - Method in class org.tinfour.gis.shapefile.DbfFieldDouble
Gets an array of unique values for this field.
getUniqueValueArray(DbfFileReader) - Method in class org.tinfour.gis.shapefile.DbfFieldInt
Gets an array of unique values for this field.
getUniqueValues(DbfFileReader) - Method in class org.tinfour.gis.shapefile.DbfField
Gets the unique values for this field as a list of strings.
getUserId() - Method in class org.tinfour.gis.las.LasVariableLengthRecord
Gets the user ID for the record.
getValue() - Method in class org.tinfour.gis.shapefile.DbfFieldDate
Gets a ZonedDateTime instance representing the value extracted from the file.
getVariableLengthRecordByRecordId(int) - Method in class org.tinfour.gis.las.LasFileReader
Gets the variable-length record with the specified recordId
getVariableLengthRecordList() - Method in class org.tinfour.gis.las.LasFileReader
Gets a new instance of a list containing all variable length records.
getXMax() - Method in class org.tinfour.gis.utils.VertexReaderLas
Gets the maximum x coordinate in the sample
getXMax() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Gets the maximum x coordinate in the sample
getXMin() - Method in class org.tinfour.gis.utils.VertexReaderLas
Gets the minimum x coordinate in the sample
getXMin() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Gets the minimum x coordinate in the sample
getYMax() - Method in class org.tinfour.gis.utils.VertexReaderLas
Gets the maximum y coordinate in the sample
getYMax() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Gets the maximum y coordinate in the sample
getYMin() - Method in class org.tinfour.gis.utils.VertexReaderLas
Gets the minimum y coordinate in the sample
getYMin() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Gets the minimum y coordinate in the sample
getZMax() - Method in class org.tinfour.gis.utils.VertexReaderLas
Gets the maximum z coordinate in the sample
getZMax() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Gets the maximum z coordinate in the sample
getZMin() - Method in class org.tinfour.gis.utils.VertexReaderLas
Gets the minimum z coordinate in the sample
getZMin() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Gets the minimum z coordinate in the sample
GPS_EPOCH_SECONDS - Static variable in enum org.tinfour.gis.las.LasGpsTimeType
Specifies the time in seconds for the GPS EPOCH which is defined as 1980-01-06 00:00:00 UTC.
gpsTime - Variable in class org.tinfour.gis.las.LasPoint
The GPS time (interpreted according to header GPS flag
GpsTimeConverter - Class in org.tinfour.gis.las
Provides methods for converting GPS times to Java's internal milliseconds standard based on epoch 1 January 1970.
gpsToDate(double) - Static method in class org.tinfour.gis.las.GpsTimeConverter
Convert a GPS time to a Java Date object which represents time in milliseconds since the Java epoch 1 January 1970.
gpsToMillis(double) - Static method in class org.tinfour.gis.las.GpsTimeConverter
Convert a GPS time to milliseconds since the Java epoch 1 January 1970.
GtModelTypeGeoKey - Static variable in class org.tinfour.gis.las.GeoTiffData
Key code for the GtModelTypeGeoKey specification

H

hasNext() - Method in class org.tinfour.gis.shapefile.ShapefileReader
Checks to see if there are any more records remaining to be read

I

ILasRecordFilter - Interface in org.tinfour.gis.las
An interface that specifies methods for filtering LAS file records
intensity - Variable in class org.tinfour.gis.las.LasPoint
The intensity of the return at the detected point, by convention normalized to the range 0 to 65535
is3D() - Method in enum org.tinfour.gis.shapefile.ShapefileType
Indicates whether the Shapefile has non-zero Z coordinates (is three-dimensional).
isIntegral - Variable in class org.tinfour.gis.shapefile.DbfField
 
isIntegral() - Method in class org.tinfour.gis.shapefile.DbfField
Indicates whether the field supports integral data value type.
isNull() - Method in class org.tinfour.gis.shapefile.DbfField
Indicates whether the field contains a null value.
isNull() - Method in class org.tinfour.gis.shapefile.DbfFieldDate
 
isNumeric() - Method in class org.tinfour.gis.shapefile.DbfField
Indicates if the field defines a numeric value
isPolygon() - Method in enum org.tinfour.gis.shapefile.ShapefileType
Indicates if the specified Shapefile type defines a polygon geometry.
isSourceInGeographicCoordinates() - Method in class org.tinfour.gis.utils.VertexReaderLas
Indicates whether the source data was in geographic coordinates
isSourceInGeographicCoordinates() - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Indicates whether the source data was in geographic coordinates
IVerticalCoordinateTransform - Interface in org.tinfour.gis.utils
Defines an interface for transforming the vertical coordinate value of a Shapefile feature when loading it.

K

key - Variable in class org.tinfour.gis.las.GeoTiffKey
The integer key code from the GeoTIFF specification
keypoint - Variable in class org.tinfour.gis.las.LasPoint
Indicate point is a model key point

L

LasFileReader - Class in org.tinfour.gis.las
Reads the content of a LAS file.
LasFileReader(File) - Constructor for class org.tinfour.gis.las.LasFileReader
 
LasFileReader.CoordinateReferenceSystemOption - Enum in org.tinfour.gis.las
Provides definitions for the alternate methods for specifying a coordinate reference system.
LasGpsTimeType - Enum in org.tinfour.gis.las
Indicates which format was used to represent GPS time values associated with the sample points in an file.
LasPoint - Class in org.tinfour.gis.las
A simple data-holder class for transferring data from LAS file records.
LasPoint() - Constructor for class org.tinfour.gis.las.LasPoint
 
LasRecordFilterByClass - Class in org.tinfour.gis.las
An example implementation of a vertex filter, accepts all records have the specified classification and which are not marked as "withheld".
LasRecordFilterByClass(int) - Constructor for class org.tinfour.gis.las.LasRecordFilterByClass
Construction a filter that accepts only records with the specified classification.
LasRecordFilterByFirstReturn - Class in org.tinfour.gis.las
An example implementation of a vertex filter, accepts all records give first-return data and which are not marked as "withheld".
LasRecordFilterByFirstReturn() - Constructor for class org.tinfour.gis.las.LasRecordFilterByFirstReturn
Constructs a filter that accepts only records with the return number set to 1.
LasRecordFilterByLastReturn - Class in org.tinfour.gis.las
An example implementation of a vertex filter, accepts all records give last-return data and which are not marked as "withheld".
LasRecordFilterByLastReturn() - Constructor for class org.tinfour.gis.las.LasRecordFilterByLastReturn
Constructs a filter that accepts only records with the return number set to the number of returns.
LasScaleAndOffset - Class in org.tinfour.gis.las
A container class to provide the scale and offset factors obtained from the LAS file header.
LasVariableLengthRecord - Class in org.tinfour.gis.las
 
LinearUnitCodeFeet - Static variable in class org.tinfour.gis.las.GeoTiffData
Linear Unit Code for feet, from GeoTiff spec 6.3.1.3
LinearUnitCodeFeetUS - Static variable in class org.tinfour.gis.las.GeoTiffData
Linear Unit Code for feet, from GeoTiff spec 6.3.1.3
LinearUnitCodeMeter - Static variable in class org.tinfour.gis.las.GeoTiffData
Linear Unit Code for feet, from GeoTiff spec 6.3.1.3
location - Variable in class org.tinfour.gis.las.GeoTiffKey
The TIFF tag code indicating if data for this TiffKey comes from a supplemental floating-point or string element.

N

name - Variable in class org.tinfour.gis.shapefile.DbfField
 
nParts - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
nPoints - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
numberOfReturns - Variable in class org.tinfour.gis.las.LasPoint
The number of returns for the pulse for which the point was detected.
numeric - Variable in class org.tinfour.gis.shapefile.DbfField
 

O

offset - Variable in class org.tinfour.gis.shapefile.DbfField
 
offset - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
org.tinfour.gis.las - package org.tinfour.gis.las
Provides classes and definitions for reading lidar files.
org.tinfour.gis.shapefile - package org.tinfour.gis.shapefile
Utilities providing limited access to Shapefiles
org.tinfour.gis.utils - package org.tinfour.gis.utils
Provides utilities for using GIS-related classes to obtain input data for Tinfour applications.
org.tinfour.gis.utils.rendering - package org.tinfour.gis.utils.rendering
Provides utilities to assist in rendering operations

P

partStart - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
PCSCitationGeoKey - Static variable in class org.tinfour.gis.las.GeoTiffData
Key code for the PCSCitationGeoKey specification
printReport(PrintStream) - Method in class org.tinfour.gis.utils.ShapefileMetadataReporter
Prints a metadata report for the Shapefile to the specified print stream.
ProjLinearUnitsGeoKey - Static variable in class org.tinfour.gis.las.GeoTiffData
Key code for the ProjLinearUnitsGeoKey specification

R

read() - Method in class org.tinfour.gis.utils.ConstraintReaderShapefile
Read constraints from a Shapefile.
read(IMonitorWithCancellation) - Method in class org.tinfour.gis.utils.VertexReaderLas
 
read(IMonitorWithCancellation) - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Read the records from the Shapefile and use them to populate vertices.
readField(int, DbfField) - Method in class org.tinfour.gis.shapefile.DbfFileReader
Read the content of the file into the field object
readNextRecord(ShapefileRecord) - Method in class org.tinfour.gis.shapefile.ShapefileReader
Reads the next record in the Shapefile.
readRecord(long, LasPoint) - Method in class org.tinfour.gis.las.LasFileReader
Read a record from the LAS file.
readVariableLengthRecordBytes(LasVariableLengthRecord) - Method in class org.tinfour.gis.las.LasFileReader
Read the content of a variable length record as a series of bytes.
readVariableLengthRecordDoubles(LasVariableLengthRecord) - Method in class org.tinfour.gis.las.LasFileReader
Read the content of the Variable Length Record interpreting it as an array of double-precision floating-point values.
readVariableLengthRecordUnsignedShorts(LasVariableLengthRecord) - Method in class org.tinfour.gis.las.LasFileReader
Read the content of the Variable Length Record interpreting it as an array of unsigned short integers.
recordNumber - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
returnNumber - Variable in class org.tinfour.gis.las.LasPoint
The return number for the point

S

scanDirectionFlag - Variable in class org.tinfour.gis.las.LasPoint
The one bit scan direction flag
setCoordinateTransform(ICoordinateTransform) - Method in class org.tinfour.gis.utils.ConstraintReaderShapefile
Sets a coordinate transform to be used for mapping values from the source file to vertex coordinates.
setCoordinateTransform(ICoordinateTransform) - Method in class org.tinfour.gis.utils.VertexReaderLas
Sets a coordinate transform to be used for mapping values from the source file to vertex coordinates.
setCoordinateTransform(ICoordinateTransform) - Method in class org.tinfour.gis.utils.VertexReaderShapefile
 
setDbfFieldForAppData(String) - Method in class org.tinfour.gis.utils.ConstraintReaderShapefile
Sets the name of the field in the DBF file to use as a source for application data when creating constraints.
setDbfFieldForZ(String) - Method in class org.tinfour.gis.utils.ConstraintReaderShapefile
Sets the name of the field in the DBF file to use as a source for Z coordinates for data.
setDbfFieldForZ(String) - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Sets the name of the field in the DBF file to use as a source for Z coordinates for data.
setFilter(ILasRecordFilter) - Method in class org.tinfour.gis.utils.VertexReaderLas
Set a filter to be used when reading the content of a LAS file
setLinearUnits(LinearUnits) - Method in class org.tinfour.gis.utils.VertexReaderLas
Sets the linear units for the coordinate system used by the horizontal (x and y) coordinates of the data.
setMaximumNumberOfVertices(long) - Method in class org.tinfour.gis.utils.VertexReaderLas
Set the maximum number of vertices to load from a file.
setVerticalCoordinateTransform(IVerticalCoordinateTransform) - Method in class org.tinfour.gis.utils.ConstraintReaderShapefile
Sets the vertical coordinate transform to be used when reading the file (if any).
setVerticalCoordinateTransform(IVerticalCoordinateTransform) - Method in class org.tinfour.gis.utils.VertexReaderShapefile
Sets the vertical coordinate transform to be used when reading the file (if any).
setZoneOffset(ZoneOffset) - Method in class org.tinfour.gis.shapefile.DbfFieldDate
Sets the zone offset to be used when reading data
ShapefileMetadataReporter - Class in org.tinfour.gis.utils
Provides utilities for extracting and printing the metadata associated with a Shapefile and its companion DBF file.
ShapefileMetadataReporter(File, boolean) - Constructor for class org.tinfour.gis.utils.ShapefileMetadataReporter
Constructs a reporter for the specified Shapefile
ShapefileReader - Class in org.tinfour.gis.shapefile
Provides a partial implementation of a Shapefile reader intended to support testing of the Constrained Delaunay Triangulation feature of the Tinfour software library.
ShapefileReader(File) - Constructor for class org.tinfour.gis.shapefile.ShapefileReader
 
ShapefileRecord - Class in org.tinfour.gis.shapefile
A reusable container for Shapefile feature data
ShapefileRecord() - Constructor for class org.tinfour.gis.shapefile.ShapefileRecord
 
shapefileType - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
ShapefileType - Enum in org.tinfour.gis.shapefile
An enumeration defining Shapefile
synthetic - Variable in class org.tinfour.gis.las.LasPoint
Indicates that point was created by techniques other than LIDAR

T

toString() - Method in class org.tinfour.gis.las.LasFileReader
 
toString() - Method in class org.tinfour.gis.las.LasVariableLengthRecord
 
toString() - Method in class org.tinfour.gis.shapefile.DbfField
 
toString() - Method in class org.tinfour.gis.shapefile.ShapefileReader
 
toString() - Method in class org.tinfour.gis.utils.ConstraintVertex
 
toString() - Method in class org.tinfour.gis.utils.VertexWithClassification
 
transform(int, double) - Method in interface org.tinfour.gis.utils.IVerticalCoordinateTransform
Transform the vertical coordinate of a Shapefile.
transformGpsTimeToDate(double) - Method in enum org.tinfour.gis.las.LasGpsTimeType
Converts a LAS GPS time given from the representation specified by this enumeration to a valid Java Date instance.
transformGpsTimeToMillis(double) - Method in enum org.tinfour.gis.las.LasGpsTimeType
Converts a LAS GPS time given from the representation specified by this enumeration state to a Java time in milliseconds from the EPOCH Jan 1, 1970.

U

usesEngineeringNotation() - Method in class org.tinfour.gis.shapefile.DbfField
Indicates whether the value in the field was encoded using engineering notation (e.g.
usesEngineeringNotation() - Method in class org.tinfour.gis.shapefile.DbfFieldDouble
Indicates whether the value in the field was encoded using engineering notation (e.g.
usesGeographicCoordinates() - Method in class org.tinfour.gis.las.GeoTiffData
Indicates whether the GeoTIFF data specifies a geographic coordinate system
usesGeographicCoordinates() - Method in class org.tinfour.gis.las.LasFileReader
Provides an incomplete and weak implementation of a method that determines if the LAS file contains a geographic coordinate system.
usesProjectedCoordinates() - Method in class org.tinfour.gis.las.GeoTiffData
Indicates whether the GeoTIFF data specifies a projected coordinate system

V

valueOf(String) - Static method in enum org.tinfour.gis.las.LasFileReader.CoordinateReferenceSystemOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tinfour.gis.las.LasGpsTimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.tinfour.gis.shapefile.ShapefileType
Returns the enum constant of this type with the specified name.
valueOrOffset - Variable in class org.tinfour.gis.las.GeoTiffKey
Alternately, the value associated with the key (if the location is zero) or the offset into the TUFF byte source that carries the relevant binary information for this key.
values() - Static method in enum org.tinfour.gis.las.LasFileReader.CoordinateReferenceSystemOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tinfour.gis.las.LasGpsTimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.tinfour.gis.shapefile.ShapefileType
Returns an array containing the constants of this enum type, in the order they are declared.
VertexReaderLas - Class in org.tinfour.gis.utils
 
VertexReaderLas(File) - Constructor for class org.tinfour.gis.utils.VertexReaderLas
 
VertexReaderShapefile - Class in org.tinfour.gis.utils
A utility for loading vertices from a file for testing
VertexReaderShapefile(File) - Constructor for class org.tinfour.gis.utils.VertexReaderShapefile
Construct an instance for the specified Shapefile
VertexWithClassification - Class in org.tinfour.gis.utils
A representation of a vertex with a lidar classification value (see LAS Specification 1.4, American Society for Photogrammetry and Remote Sensing (ASPRS)).
VertexWithClassification(double, double, double, int, int) - Constructor for class org.tinfour.gis.utils.VertexWithClassification
Constructs a vertex with the lidar classification value extracted from the source file.
VerticalUnitsGeoKey - Static variable in class org.tinfour.gis.las.GeoTiffData
Key code for the VerticalLinearUnitsGeoKey specification

W

withheld - Variable in class org.tinfour.gis.las.LasPoint
Indicates that point should not be included in processing
writeConstraintFile(File, List<IConstraint>) - Static method in class org.tinfour.gis.utils.ConstraintReaderShapefile
Writes a text file representing the content of the specified list of constraints
writeConstraintFile(Path, List<IConstraint>) - Static method in class org.tinfour.gis.utils.ConstraintReaderShapefile
Writes a text file representing the content of the specified list of constraints

X

x - Variable in class org.tinfour.gis.las.LasPoint
The X coordinate from the record, always populated
x0 - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
x1 - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
xOffset - Variable in class org.tinfour.gis.las.LasScaleAndOffset
The x coordinate offset
xScaleFactor - Variable in class org.tinfour.gis.las.LasScaleAndOffset
The x coordinate scale factor
xyz - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 

Y

y - Variable in class org.tinfour.gis.las.LasPoint
The Y coordinate from the record, always populated
y0 - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
y1 - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
yOffset - Variable in class org.tinfour.gis.las.LasScaleAndOffset
The y coordinate offset
yScaleFactor - Variable in class org.tinfour.gis.las.LasScaleAndOffset
The y coordinate scale factor

Z

z - Variable in class org.tinfour.gis.las.LasPoint
The Z coordinate from the record, always populated
z0 - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
z1 - Variable in class org.tinfour.gis.shapefile.ShapefileRecord
 
zOffset - Variable in class org.tinfour.gis.las.LasScaleAndOffset
The z coordinate offset
zScaleFactor - Variable in class org.tinfour.gis.las.LasScaleAndOffset
The z coordinate scale factor
A B C D E F G H I K L N O P R S T U V W X Y Z 
Skip navigation links

Copyright © 2021. All rights reserved.