- geo2xy(double, double, double[]) - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
If defined, converts a pair of geographic (latitude,longitude)
coordinates to a pair of scaled Cartesian coordinates.
- geo2xy(double, double, double[]) - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- geo2xy(double, double, double[]) - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getArea() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the overall area of the model, in the units squared associated
with the horizontal coordinate system.
- getArea() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getArea() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getARGB(double, double, double) - Method in class org.tinfour.demo.utils.TestPalette
-
Assigns a color value in the ARGB system to a z value based
on its position within a range of values and the palette associated
with this instance.
- getBackground() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Gets the background color for rendering
- getBlueToYellowPalette() - Static method in class org.tinfour.demo.utils.TestPalette
-
Gets an instance of the palette colorizer using
the blue-to-yellow palette.
- getBounds() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Get the overall bounds of the sounding and constraint data
- getClassification() - Method in class org.tinfour.demo.utils.VertexWithClassification
-
Gets the classification code indicating the kind of feature
from which the sample was captured.
- getClipBounds() - Method in class org.tinfour.demo.utils.TestOptions
-
Get the clip bounds specified as a sequence of 4 floating-point values
giving minX, maxX, minY, maxY.
- getColor(double, double, double) - Method in class org.tinfour.demo.utils.TestPalette
-
Assigns a Color object to a z value based
on its position within a range of values and the palette associated
with this instance.
- getColor() - Method in class org.tinfour.demo.viewer.ColorButton
-
- getColumnCount(int) - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the number of columns to be used in applications which process a
grid of data values.
- getComposite2ModelTransform() - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
Get the transform that maps the composite to the model
- getCompositePoint() - Method in class org.tinfour.demo.viewer.backplane.MvQueryResult
-
Get the query point in the composite coordinate system
- getCompositeToModelTransform() - Method in class org.tinfour.demo.viewer.backplane.CompositeImageScale
-
- getConstraintColor() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Gets the constraint color for rendering
- getConstraints() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the current list of constraints for the model/
- getConstraints() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getConstraints() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getConstraintsFile() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the constraints file (if specified).
- getConstraintsForRender() - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
- getCoordinateTransform() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the coordinate transform, if any
- getCoordinateTransform() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the coordinate transform associated with the model.
- getCoordinateTransform() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getCoordinateTransform() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getDefaultPalette() - Static method in class org.tinfour.demo.utils.TestPalette
-
Gets an instance of the palette colorizer using
the default palette.
- getDelimiter() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the delimiter character specified in the options.
- getDescription() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets a shortdescription of the model
- getDescription() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getDescription() - Method in class org.tinfour.demo.viewer.backplane.ModelFromLas
-
- getDescription() - Method in class org.tinfour.demo.viewer.backplane.ModelFromShapefile
-
- getDescription() - Method in class org.tinfour.demo.viewer.backplane.ModelFromText
-
- getDescription() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getFieldForLabel() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
- getFile() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the file associated with the model
- getFile() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getFile() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getFileExtension(File) - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the extension from the specified file
- getForeground() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Gets the foreground color for rendering
- getForegroundBackgroundOption() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Indicates if the colors are set to black on white (value of zero)
or white on black (value of 1)
- getFormattedCoordinates(double, double) - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Get a string representation for the specified model coordinates.
- getFormattedCoordinates(double, double) - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getFormattedCoordinates(double, double) - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getFormattedX(double) - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Get a string representation of the specified model X coordinate.
- getFormattedX(double) - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getFormattedX(double) - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getFormattedY(double) - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Get a string representation of the specified model X coordinate.
- getFormattedY(double) - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getFormattedY(double) - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getFrame() - Method in class org.tinfour.demo.utils.TestOptions
-
Get the frame specified as a sequence of 4 floating-point values
giving minX, maxX, minY, maxY.
- getGeoCoordinateOption() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the geographic coordinate conversion option, if specified.
- getGeoOffsetX() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
- getGeoOffsetY() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
- getGeoScaleX() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
- getGeoScaleY() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
- getHeight() - Method in class org.tinfour.demo.viewer.backplane.CompositeImageScale
-
- getHeight() - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
Get the height of the composite
- getHillshadeAmbient() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
- getHillshadeAzimuth() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
- getHillshadeElevation() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
- getIconByName(String, int, int) - Static method in class org.tinfour.demo.utils.TestPalette
-
Gets an icon depicting the palette for User Interface purposes.
- getImageScaleToCenterModelInPanel(IModel) - Method in class org.tinfour.demo.viewer.DataViewingPanel
-
Gets a composite image scale to center the model in the panel with
the amount of padding specified by the current view.
- getInputFile() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the input file.
- getInputFileRootString() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the root string for the input file, removing the file-type suffix
from the end of the string.
- getInterpolationMethod() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the interpolation method based on the specified options,
default value is NaturalNeighbor;
- getInterpolator(IIncrementalTin) - Method in enum org.tinfour.demo.utils.InterpolationMethod
-
Constructs an interpolator based on the enumeration value.
- getInterpolator(IIncrementalTin) - Method in class org.tinfour.demo.utils.TestOptions
-
Constructs an interpolator based on the specified options,
default value is NaturalNeighbor.
- getIslandConstraints() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Get the island constraints
- getLakeConstraints() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Get the shoreline constraints
- getLatitude() - Method in class org.tinfour.demo.utils.TextCoordGeo
-
- getLidarClass() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the target lidar classification for samples to be read from an LAS
file.
- getLidarPointSelection() - Method in class org.tinfour.demo.viewer.backplane.ModelFromLas
-
Gets the point selection option used to load the model.
- getLidarPointSelection() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Gets the option for selecting lidar sample points
- getLidarThinningFactor() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets a lidar thinning factor used for selecting random subsets of lidar
samples from an LAS file.
- getLinearGrayPalette() - Static method in class org.tinfour.demo.utils.TestPalette
-
Constructs an instance of the palette colorizer using
the a linear interpolation of values in the RGB color space.
- getLinearUnits() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the linear units for the coordinate system used by the data.
- getLinearUnits() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the linear units for the coordinate system used by the
data.
- getLinearUnits() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
Gets the linear units for the coordinate system used by the data.
- getLinearUnits() - Method in class org.tinfour.demo.viewer.backplane.ModelFromLas
-
Gets the linear units for the coordinate system used by the
data.
- getLinearUnits() - Method in class org.tinfour.demo.viewer.backplane.ModelFromText
-
Gets the linear units for the coordinate system used by the
data.
- getLinearUnits() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
Gets the linear units for the coordinate system used by the
data.
- getLongitude() - Method in class org.tinfour.demo.utils.TextCoordGeo
-
- getMaxValue() - Method in class org.tinfour.demo.utils.TabulatorDelta
-
Get the signed maximum value of the input samples
- getMaxVertices(long) - Method in class org.tinfour.demo.utils.TestOptions
-
Gets a limit for the number of vertices that are read from a LAS file,
intended for use in situations where available memory is limited.
- getMaxX() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the maximum x coordinate in the sample
- getMaxX() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
Gets the maximum x coordinate in the sample
- getMaxX() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getMaxY() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the maximum y coordinate in the sample
- getMaxY() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
Gets the maximum y coordinate in the sample
- getMaxY() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getMaxZ() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Get the maximum sounding value in the source data
- getMaxZ() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the maximum z coordinate in the sample
- getMaxZ() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
Gets the maximum z coordinate in the sample
- getMaxZ() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getMeanAbsValue() - Method in class org.tinfour.demo.utils.TabulatorDelta
-
Get the mean of the absolute values of the input sample values.
- getMeanZ() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Get the mean of the sounding values in the source data
- getMinValue() - Method in class org.tinfour.demo.utils.TabulatorDelta
-
Get the signed minimum value of the input samples
- getMinX() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the minimum x coordinate in the sample
- getMinX() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
Gets the minimum x coordinate in the sample
- getMinX() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getMinY() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the minimum y coordinate in the sample
- getMinY() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
Gets the minimum y coordinate in the sample
- getMinY() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getMinZ() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Get the minimum sounding value in the source data
- getMinZ() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the minimum z coordinate in the sample
- getMinZ() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
Gets the minimum z coordinate in the sample
- getMinZ() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getModel() - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
Get the model associated with composite.
- getModel() - Method in class org.tinfour.demo.viewer.DataViewingPanel
-
Gets an instance of the current model, if any.
- getModel2CompositeTransform() - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
Get a transform that maps the model to the composite
- getModelAndRenderingReport() - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
- getModelDataStringAtCoordinates(double, double) - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
Map the specified composite coordinates to the model and get a string
indicating the data at that point.
- getModelPoint() - Method in class org.tinfour.demo.viewer.backplane.MvQueryResult
-
Get the query point in the model coordinate system
- getModelToCompositeTransform() - Method in class org.tinfour.demo.viewer.backplane.CompositeImageScale
-
- getName() - Method in class org.tinfour.demo.utils.TestPalette
-
Gets the name of the palette
- getName() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Get the name or identification associated with the model.
- getName() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getName() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getNewInstanceOfTestTin() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets a new instance of the class specified via the command-line options
by invoking its default constructor.
- getNominalPointSpacing() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Gets the nominal spacing for the data set.
- getNominalPointSpacing() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the estimated nominal point spacing for the model
- getNominalPointSpacing() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getNominalPointSpacing() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getNumberOfVerticesInFile() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the number of vertices in source file (including those that were
marked as withheld.
- getNumberSamples() - Method in class org.tinfour.demo.utils.TabulatorDelta
-
Gets the number of sample values passed into this instance of the
tabulator.
- getOutputFile() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the output file.
- getPadding() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Gets the padding for the backplane image
- getPalette() - Method in class org.tinfour.demo.utils.TestOptions
-
Get an instance of a palette for rendering.
- getPaletteByName(String) - Static method in class org.tinfour.demo.utils.TestPalette
-
Gets the palette specified by name
- getPaletteName() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Get the name of the palette to be used for rendering
- getPaletteNames() - Static method in class org.tinfour.demo.utils.TestPalette
-
Gets a list of the names of palettes defined by this class.
- getPerimeterVertices() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets a list of the vertices that lie on the perimeter
of the TIN.
- getPerimeterVertices() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getPerimeterVertices() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getProgressMonitor(int) - Method in class org.tinfour.demo.viewer.StatusPanel
-
Creates a progress monitor associated with the specified task
and adds it to the status panel.
- getPurpleTonesPalette() - Static method in class org.tinfour.demo.utils.TestPalette
-
Gets an instance of the palette colorizer using
the purple-tones palette.
- getRainbowPalette() - Static method in class org.tinfour.demo.utils.TestPalette
-
Constructs an instance of the palette colorizer using
the rainbow palette.
- getRandomSeed(long) - Method in class org.tinfour.demo.utils.TestOptions
-
Gets a value for a seed to be used for producing a sequence of values
using a random-number generator.
- getRangeForPalette() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Gets the specified minimum and maximum values that should be used
for assigning a color to elevations when rendering
- getRasterInterpolationMethod() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Gets the method to be used for interpolating data when building a
raster grid.
- getRedToYellowToWhitePalette() - Static method in class org.tinfour.demo.utils.TestPalette
-
Constructs an instance of the palette colorizer using
the red-to-yellow-to-white palette.
- getReducedListOfSoundings(int) - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Get a reduced list of the soundings.
- getReferenceReductionFactor() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the reduction factor for the reference TIN
- getReferenceReductionFactor() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getReferenceReductionFactor() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getReferenceTin() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the "reference" TIN that was created when the data was
first loaded.
- getReferenceTin() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getReferenceTin() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getRowCount(int) - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the number of rows to be used in applications which process a grid
of data values.
- getSoundingBounds() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Get the bounds of the sounding data
- getSoundings() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Get a list of the soundings.
- getStackingOrder() - Method in enum org.tinfour.demo.viewer.backplane.RenderProductType
-
- getStdDevAbsValue() - Method in class org.tinfour.demo.utils.TabulatorDelta
-
Get an unbiased estimate of the standard deviation of the population
based on the tabulated samples.
- getSumSignedValues() - Method in class org.tinfour.demo.utils.TabulatorDelta
-
Gets the sum of the signed sample values as input into this tabulator.
- getTaskIndex() - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
Get the index of the task currently associated with the composite.
- getTestCount(int) - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the number of tests to be performed by applications which feature
repeated tests.
- getText() - Method in class org.tinfour.demo.viewer.backplane.MvQueryResult
-
Get the text result of the query
- getTimeForLoad() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the total time to load a file (including the time required for
pre-sort if enabled).
- getTimeForLoad() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
Gets the total time to load a file (including the time required for
pre-sort if enabled).
- getTimeForPreSort() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the time required for the spatial locality sort or zero if not
performed
- getTimeToLoadData() - Method in class org.tinfour.demo.examples.lake.BathymetryData
-
Gets the time required to load the input data
- getTimeToLoadInMillis() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the time required to load the model, in milliseconds.
- getTimeToLoadInMillis() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getTimeToLoadInMillis() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getTimeToSortInMillis() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the time required to perform the post-loading Hilbert sort
on the vertices, in milliseconds.
- getTimeToSortInMillis() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getTimeToSortInMillis() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getTinClass() - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the class specified for the test (default: IncrementalTin)
- getTotalPointCount() - Method in class org.tinfour.demo.utils.cdt.ConstraintLoader
-
Gets the total number of points read from the constraint file; or zero if
the content of the constraint file hasn't been read.
- getVertexCount(int) - Method in class org.tinfour.demo.utils.TestOptions
-
Gets the number of points to be used in applications which process a
randomly generated list of vertices.
- getVertexCount() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Get the number of samples in the model
- getVertexCount() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getVertexCount() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getVertexForIndex(int) - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Get the vertex with the specified vertex index.
- getVertexForIndex(int) - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getVertexForIndex(int) - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getVertexList() - Method in interface org.tinfour.demo.viewer.backplane.IModel
-
Gets the list of vertices currently stored in the model; for efficiency
purposes, this is simply a reference to internal storage and
not a safe copy.
- getVertexList() - Method in class org.tinfour.demo.viewer.backplane.ModelAdapter
-
- getVertexList() - Method in class org.tinfour.demo.viewer.backplane.UnitSquareModel
-
- getView() - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
Get the view options associated with the composite.
- getWidth() - Method in class org.tinfour.demo.viewer.backplane.CompositeImageScale
-
- getWidth() - Method in class org.tinfour.demo.viewer.backplane.MvComposite
-
Get the width of the composite
- getWireframeSampleSpacing() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Gets the pixel distance between samples for the selected
thinning factor.
- getWireframeSampleThinning() - Method in class org.tinfour.demo.viewer.backplane.ViewOptions
-
Gets the sample thinning setting for wireframe rendering
- getXMax() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the maximum x coordinate in the sample
- getXMax() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
Gets the maximum x coordinate in the sample
- getXMin() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the minimum x coordinate in the sample
- getXMin() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
Gets the minimum x coordinate in the sample
- getYMax() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the maximum y coordinate in the sample
- getYMax() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
Gets the maximum y coordinate in the sample
- getYMin() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the minimum y coordinate in the sample
- getYMin() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
Gets the minimum y coordinate in the sample
- getZMax() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the maximum z coordinate in the sample
- getZMax() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
Gets the maximum z coordinate in the sample
- getZMin() - Method in class org.tinfour.demo.utils.VertexLoader
-
Gets the minimum z coordinate in the sample
- getZMin() - Method in class org.tinfour.demo.utils.VertexLoaderShapefile
-
Gets the minimum z coordinate in the sample
- GROUND_POINT - Static variable in class org.tinfour.demo.viewer.backplane.ModelFromLas
-
The classification for ground-points as given in the
ASPRS LAS file-format specification.