S
- saveImage(String, Image) -
Method in class jwo.utils.gui.BMPHandler
- Saves the given image as a bitmap file with the given name.
- saveImage(String, byte[], int, int) -
Method in class jwo.utils.gui.BMPHandler
- Saves the given array of 24 bit colours as a bitmap file with the
given name and dimensions.
- saveImage(String, Image) -
Method in class jwo.utils.gui.GIFHandler
- Saves the given image as a GIF file with the given name.
- saveImage(String, byte[], int, int) -
Method in class jwo.utils.gui.GIFHandler
- Saves the given array of 24 bit colours as a file with the
given name and dimensions.
- saveImage(String, Image) -
Method in interface jwo.utils.gui.ImageHandler
- Should save the given image as a file with the given name.
- saveImage(String, byte[], int, int) -
Method in interface jwo.utils.gui.ImageHandler
- Should save the given array of 24 bit colours as a file with the
given name and dimensions.
- saveImage(String, Image) -
Method in class jwo.utils.gui.JPGHandler
- Saves the given image as a JPEG file with the given name.
- saveImage(String, byte[], int, int) -
Method in class jwo.utils.gui.JPGHandler
- Saves the given array of 24 bit colours as a file with the
given name and dimensions.
- saveImage(String, Image) -
Method in class jwo.utils.gui.PNGHandler
- Saves the given image as a PNG file with the given name.
- saveImage(String, byte[], int, int) -
Method in class jwo.utils.gui.PNGHandler
- Saves the given array of 24 bit colours as a file with the
given name and dimensions.
- saveRoute(String) -
Method in class jwo.landserf.gui3d.View3d
- Saves a route with the given file name.
- SaveThread - Class in jwo.landserf.process
- Saves the currently selected spatial object(s) in the given format.
- SaveThread(GISFrame) -
Constructor for class jwo.landserf.process.SaveThread
- Creates an object ready for saving but does not save any files.
- SaveThread(GISFrame, VectorStyles) -
Constructor for class jwo.landserf.process.SaveThread
- Creates an object ready for saving but does not save any files.
- SaveThread(GISFrame, String, int) -
Constructor for class jwo.landserf.process.SaveThread
- Creates an object ready for saving the current spatial object (defined in gisFrame)
with the given name and in the given format.
- SCALAR_VAR -
Static variable in class jwo.landserf.script.ScriptVariable
- Indicates that variable is scalar.
- ScaleDrapeBox - Class in jwo.landserf.gui3d
- Allows selected levels of drape detail to be updated.
- ScaleDrapeBox(GUI3d) -
Constructor for class jwo.landserf.gui3d.ScaleDrapeBox
- Create a dialog allowing vector appearance to be changed.
- ScaleGraphBox - Class in jwo.landserf.gui
- Allows results of a multi-scale interactive query of a
raster to be displayed.
- ScaleGraphBox(Frame, String, ScaleSurfParam, float, float) -
Constructor for class jwo.landserf.gui.ScaleGraphBox
- Creates an empty text and graphics area for query
results to be posted to.
- scalePage(Graphics, Dimension, PageFormat) -
Method in class jwo.utils.gui.PrintUtilities
- Scales the given graphics to fit on a single page with the given printer
page dimensions.
- ScaleParamThread - Class in jwo.landserf.process
- Calculates a given surface parameter over a range of window sizes and places
the result back in the given GIS frame.
- ScaleParamThread(GISFrame, ScaleSurfParam) -
Constructor for class jwo.landserf.process.ScaleParamThread
- Calculates a given surface parameter over a range of scales.
- ScaleSurfParam - Class in jwo.landserf.process
- Calculates surface parameters from a raster map over a range of window sizes.
- ScaleSurfParam(RasterMap, int, int, boolean) -
Constructor for class jwo.landserf.process.ScaleSurfParam
- Sets up a surface ready for parameterisation (slope, aspect etc) or
feature extraction from a raster surface.
- ScaleSurfParam(GISFrame, int, int, boolean) -
Constructor for class jwo.landserf.process.ScaleSurfParam
- Sets up a surface ready for parameterisation (slope, aspect etc) or feature
extraction from a raster surface.
- scaleWidth(Graphics, Dimension, PageFormat, int) -
Method in class jwo.utils.gui.PrintUtilities
- Scales the given graphics to the required printer page dimensions.
- scan(char[], int, int) -
Method in class jwo.utils.syntaxhighlighter.Scanner
- Scans or rescans a given read-only segment of text.
- Scanner - Class in jwo.utils.syntaxhighlighter
- A Scanner object provides a lexical analyser and a resulting token array.
- Scanner() -
Constructor for class jwo.utils.syntaxhighlighter.Scanner
- Creates a new Scanner representing an empty text document.
- Scatterplot - Class in jwo.landserf.gui
- Displays a scatterplot and optional trend line.
- Scatterplot(float, float, float, float, boolean) -
Constructor for class jwo.landserf.gui.Scatterplot
- Lays out the scatter plot.
- Scatterplot(String, float, float, float, float, boolean) -
Constructor for class jwo.landserf.gui.Scatterplot
- Lays out the scatter plot with given title.
- ScatterplotBox - Class in jwo.landserf.gui
- Displays a scatterplot comparing the primary and secondary rasters
stored in a GISFrame.
- ScatterplotBox(GISFrame) -
Constructor for class jwo.landserf.gui.ScatterplotBox
- Creates an area to display the scatterplot.
- SCLayout - Class in jwo.utils.gui
- Creates simple scalded column layout with multiple rows
and a single column.
- SCLayout(int) -
Constructor for class jwo.utils.gui.SCLayout
- Creates a layout with the specified number of rows
and default alignments and gaps.Vertical gaps are set
to 0 and X- and Y-alignments are set to FILL.
- SCLayout(int, int) -
Constructor for class jwo.utils.gui.SCLayout
- Creates a layout with the specified number of rows
and specified gap.
- SCLayout(int, int, int, int) -
Constructor for class jwo.utils.gui.SCLayout
- Creates a layout with the specified number of rows
and specified alignments and gaps.
- Scriptable - Interface in jwo.landserf.script
- Indicates that the class can be called via a scipting command.
- ScriptDocument - Class in jwo.landserf.script
- Creates a styled document for syntax highlighting of LandScript files.
- ScriptDocument(JTextPane) -
Constructor for class jwo.landserf.script.ScriptDocument
- Creates the styled document for displaying syntax highlighted landScript.
- ScriptEditor - Class in jwo.landserf.gui
- Creates a frame for managing LandScript files.
- ScriptEditor() -
Constructor for class jwo.landserf.gui.ScriptEditor
- Creates a GUI for script editing.
- ScriptEditor(boolean) -
Constructor for class jwo.landserf.gui.ScriptEditor
- Creates a GUI for script editing.
- ScriptEditor(File) -
Constructor for class jwo.landserf.gui.ScriptEditor
- Creates a GUI for script editing, initially containing the script in
the given file.
- ScriptEditor(String) -
Constructor for class jwo.landserf.gui.ScriptEditor
- Creates a GUI for script editing, initially containing the given text.
- ScriptEditor(File, boolean) -
Constructor for class jwo.landserf.gui.ScriptEditor
- Creates a GUI for script editing, initially containing the script in
the given file.
- ScriptEditor(String, boolean) -
Constructor for class jwo.landserf.gui.ScriptEditor
- Creates a GUI for script editing, initially containing the given text.
- ScriptEngine - Class in jwo.landserf.script
- Allows LandSerf functions to be called from the command line or script file.
- ScriptEngine() -
Constructor for class jwo.landserf.script.ScriptEngine
- Sets up the script engine with a default text-based gisFrame to hold spatial objects
and report results.
- ScriptEngine(GISFrame) -
Constructor for class jwo.landserf.script.ScriptEngine
- Sets up the script engine using the given gisFrame to hold spatial objects
and report results.
- ScriptScanner - Class in jwo.landserf.script
- A Landscript language scanner that highlights LandScript keywords, syntax etc.
- ScriptScanner() -
Constructor for class jwo.landserf.script.ScriptScanner
- Creates a LandScript scanner that can provide syntax highlighting of LandScript.
- ScriptScanner(String) -
Constructor for class jwo.landserf.script.ScriptScanner
- Creates a LandsScript scanner, for a given version.
- ScriptVariable - Class in jwo.landserf.script
- Stores a LandScript variable.
- ScriptVariable(int, Object) -
Constructor for class jwo.landserf.script.ScriptVariable
- Stores the given variable value of the given type.
- searchEdge(Edge, Node) -
Method in class jwo.landserf.structure.DelaunayTriang
- Find the active edge associated with given node.
- searchFile(String) -
Method in class jwo.utils.gui.ComponentFactory
- Looks for a given file in the classpath of the VM that uses this class.
- SECONDARY -
Static variable in class jwo.landserf.gui.CombineBox
- Indicates priority given to secondary object.
- SECONDARY -
Static variable in interface jwo.landserf.gui.GISFrame
- Indicates spatial object is the secondary one for processing.
- SecureProperties - Class in jwo.utils
- Stores an encrypted version of a properties hashtable.
- SecureProperties() -
Constructor for class jwo.utils.SecureProperties
- Creates an empty and unencrypted property list with no default values.
- SecureProperties(byte) -
Constructor for class jwo.utils.SecureProperties
- Creates an empty property list with no default values.
- SecureProperties(Properties) -
Constructor for class jwo.utils.SecureProperties
- Creates an empty and unencrypted property list with the specified
defaults.
- SecureProperties(Properties, byte) -
Constructor for class jwo.utils.SecureProperties
- Creates an empty property list with the specified defaults and key.
- seek(RandomAccessFile, long) -
Static method in class jwo.landserf.process.io.FileIO
- Moves the file pointer to the given offset from the start.
- Segment - Class in jwo.landserf.structure
- Stores a directional 2d straight line segment.
- Segment(float, float, float, float) -
Constructor for class jwo.landserf.structure.Segment
- Creates a line segment from the two given end points.
- SelectionListener - Interface in jwo.landserf.gui
- Interface that responds to the selection of a spatial
object at runtime.
- SelectVectorBox - Class in jwo.landserf.gui
- Creates a window allowing vector selection criteria to be set.
- SelectVectorBox(Frame) -
Constructor for class jwo.landserf.gui.SelectVectorBox
- Creates the dialogue box allowing vector selection criteria to be specified.
- SelectVectorThread - Class in jwo.landserf.process
- Allows a subset of vector objects to be selected from a vector map.
- SelectVectorThread(GISFrame) -
Constructor for class jwo.landserf.process.SelectVectorThread
- Creates an object ready for GISVector object selection but does not perform
the selection itself.
- SelectVectorThread(GISFrame, String) -
Constructor for class jwo.landserf.process.SelectVectorThread
- Creates an object that will select objects from a vector map.
- sendPacket(GarminPacket) -
Method in class jwo.landserf.process.gps.garmin.GarminUSB
- Sends the given USB packet to the connected device.
- sendWaypoints(Vector) -
Method in class jwo.landserf.process.gps.garmin.GarminGPS
- Sends the given collection of GPSWaypoints to the GPS.
- sendWaypoints(Vector) -
Method in class jwo.landserf.process.gps.GPS
- Should send the given collection of GPSWaypoints to the GPS.
- SEPARATE -
Static variable in class jwo.landserf.structure.Segment
- Indicates two segments are unconnected.
- SEPARATE -
Static variable in interface jwo.landserf.structure.SpatialModel
- Identifies this object as being separate from another.
- SEPARATOR -
Static variable in interface jwo.utils.syntaxhighlighter.TokenTypes
-
- SERIAL -
Static variable in class jwo.landserf.process.gps.GPS
- Indicates that the GPS uses a SERIAL connection.
- serialise(float[][]) -
Static method in class jwo.utils.structure.JWMatrix
- Returns a 1-dimensional 'serialised' version of a given 2d 4x4 matrix.
- serialise(double[][]) -
Static method in class jwo.utils.structure.JWMatrix
- Returns a 1-dimensional 'serialised' version of a given 2d 4x4 matrix.
- setActiveColumn(int) -
Method in class jwo.landserf.structure.AttributeTable
- Sets the column to use for retrieving attributes.
- setAlignment(int, int) -
Method in class jwo.utils.gui.PointLayout
- Sets the given alignment properties.
- setAlignment(int, int, int) -
Method in class jwo.utils.gui.SCLayout
- Sets up alignment for a specific cell.
- setAlignment(int, int, int, int) -
Method in class jwo.utils.gui.SGLayout
- Set up alignment for a specific cell.
- setAlignment(int, int, int) -
Method in class jwo.utils.gui.SRLayout
- Set up alignment for a specific column.
- setAlpha(float) -
Method in class jwo.utils.gui.JWPicture
- Sets the transparency value of the image to display.
- setAltitude(float) -
Method in class jwo.landserf.process.gps.GPSPosition
- Sets the altitude of this position.
- setAmbient(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the ambient light constant used in surface for relief calculation.
- setAnimRate(int) -
Method in class jwo.landserf.gui3d.GUI3d
- Sets the maximum animation rate in frames per second.
- setAspectRatio(float) -
Method in class jwo.landserf.gui3d.Camera
- Sets the aspect ratio of the camera view.
- setAspectRatio(float) -
Method in class jwo.utils.gui.JWGraph
- Sets the aspect ratio for the graph.
- setAspectWeight(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the aspect bias.
- setAttribute(float, int, Object) -
Method in class jwo.landserf.structure.AttributeTable
- Sets the attribute associated with the given ID and column value.
- setAttribute(float) -
Method in class jwo.landserf.structure.GISVector
- Sets the attribute of the GIS vector.
- setAttribute(int, int, float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the attribute of the raster at the given array coordinates.
- setAttribute(Footprint, float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the attribute of the raster at the given georeferenced
coordinates.
- setAttributes(float[][]) -
Method in class jwo.landserf.structure.RasterMap
- Sets the attributes of the raster map to those defined in the given
array.
- setAttributeTable(AttributeTable) -
Method in class jwo.landserf.structure.SpatialObject
- Sets the attribute table associated with this object.
- setAuthor(String) -
Method in class jwo.landserf.structure.Header
- Sets the author of the object associated with this header.
- setAutoTransmit(boolean) -
Method in class jwo.landserf.process.gps.garmin.GarminGPS
- Asks the GPS to either start or stop transmitting data periodically.
- setAutoTransmit(boolean) -
Method in class jwo.landserf.process.gps.GPS
- Should ask the GPS to either start or stop transmitting data periodically.
- setAzimAngle(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the sun azimuthal angle.
- setBackground(Color) -
Method in class jwo.utils.gui.html.HTMLRadioButton
- Sets the background colour of the button.
- setBackground(Color) -
Method in class jwo.utils.gui.JWSlider
- Sets the background colour of the slider.
- setBlockWidth(float) -
Method in class jwo.landserf.gui.BlockGraph
- Sets the block width (in x-axis units).
- setBoundaryColour(Color) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the colour to use for polygon boundaries.
- setBoundaryColour(Color) -
Method in class jwo.landserf.structure.VectorStyles
- Sets the rendering colour of polygon boundaries.
- setBounds(Footprint) -
Method in class jwo.landserf.structure.DelaunayTriang
- Sets the bounding rectangle of this triangulation.
- setBounds(Footprint) -
Method in interface jwo.landserf.structure.SpatialModel
- Sets the outer boundaries of the object.
- setBounds(Footprint) -
Method in class jwo.landserf.structure.SpatialObject
- Sets the bounding rectangle of this object.
- setBroadcastPointQuery(boolean, FootprintListener) -
Method in interface jwo.landserf.gui.GISFrame
- Should turn broadcast point query mode on or off.
- setBroadcastPointQuery(boolean, FootprintListener) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would turn broadcast point query mode on or off, but ignored in this case.
- setBroadcastPointQuery(boolean, FootprintListener) -
Method in class jwo.landserf.gui.GUIFrame
- Turns broadcast point query mode on or off.
- setBusy(boolean) -
Method in interface jwo.landserf.gui.GISFrame
- Should indicate that some process has started or stopped.
- setBusy(boolean) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would indicate that some process has started or stopped, but ignored in
this case.
- setBusy(boolean) -
Method in class jwo.landserf.gui.GraphicsArea
- Indicates that some process has started or stopped.
- setBusy(boolean) -
Method in class jwo.landserf.gui.GUIFrame
- Indicates that some process has started or stopped.
- setCallingThread(LSThread) -
Method in class jwo.landserf.process.ScaleSurfParam
- Passes the thread that calls this process to the processor.
- setCallingThread(LSThread) -
Method in class jwo.landserf.process.SurfNetwork
- Passes the thread that calls this process to the processor.
- setCallingThread(LSThread) -
Method in class jwo.landserf.process.SurfParam
- Passes the thread that calls this process to the processor.
- setCellEditor(TableCellEditor) -
Method in class jwo.utils.gui.EditableHeader
- Sets the cell editor used to edit the header cells.
- setColour(Color) -
Method in class jwo.utils.gui.JWColourRing
- Sets the currently selected colour to a given value.
- setColour(Color) -
Method in class jwo.utils.gui.JWColourSelect
- Sets the currently selected colour to a given value.
- setColourTable(ColourTable) -
Method in class jwo.landserf.gui.ColourBar
- Changes the colour table associated with the colour bar.
- setColourTable(ColourTable) -
Method in class jwo.landserf.structure.RasterMap
- Sets the colour table associated with this raster.
- setColourTable(ColourTable) -
Method in class jwo.landserf.structure.SpatialObject
- Sets the colour table associated with this object.
- setColourTableType(int) -
Method in class jwo.landserf.structure.ColourTable
- Sets the type of colour table (COLOUR_RULES, COLOUR_ATTRIB or COLOUR_RAW).
- setColumnAlignment(int, int, int) -
Method in class jwo.utils.gui.SGLayout
- Set up alignment for a specific column.
- setColumnName(int, String) -
Method in class jwo.landserf.structure.AttributeTable
- Sets the name of the given column.
- setColumnScale(int, double) -
Method in class jwo.utils.gui.SGLayout
- Sets up scale value for a specific column.
- setCommands(HashSet) -
Method in class jwo.landserf.script.ScriptScanner
- Sets the commands to be highlighted by the scanner.
- setCoords(float[], float[]) -
Method in class jwo.landserf.structure.GISVector
- Sets the coordinates of the vector object from the given arrays.
- setCoords(GeneralPath) -
Method in class jwo.landserf.structure.GISVector
- Sets the coordinates of the vector object from the given general path.
- setCursor(Cursor) -
Method in class jwo.landserf.gui.GraphicsArea
- Changes the cursor associated with this graphics area.
- setCurveTol(float) -
Method in class jwo.landserf.structure.Quadratic
- Sets the curvature tolerance used in feature classification.
- setCurveTol(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets a new curvature tolerance for feature extraction.
- setDatatypeVersion(int) -
Method in class jwo.landserf.process.gps.garmin.WaypointDataPacket
- Sets which version of the packet that this class should represent.
- setDecayExp(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets a new local window distance decay exponent.
- setDefaultColours() -
Method in class jwo.landserf.structure.RasterMap
- Sets up a default colour scheme based on the range of values
in this raster.
- setDefaultColours() -
Method in class jwo.landserf.structure.VectorMap
- Sets up a default colour scheme based on the range of values
in this vector map.
- setDefaultOpenTypes() -
Method in class jwo.landserf.gui.LSFileChooser
- Sets the default file types visible for opening with this chooser.
- setDefaultSaveTypes(boolean, boolean, boolean) -
Method in class jwo.landserf.gui.LSFileChooser
- Sets the default file types visible for saving with this chooser.
- setDelay(int) -
Method in class jwo.utils.gifutils.GIFImage
- Sets the time delay for the primary image in 1/100 s
- setDelay(int, int) -
Method in class jwo.utils.gifutils.GIFImage
- Sets the time delay for the image at the given index in 1/100 s
- setDetailSize(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets the size of the detail texture relative to 1 grid cell.
- setDiffuse(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the diffuse constant used in surface for relief calculation.
- setDisplayMode(int) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the display mode (NORMAL, ZOOM, PAN, QUERY, BROADCAST_QUERY
or MULTISCALE_QUERY).
- setDisplayType(int) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the raster display type.
- setDisplayVect(boolean) -
Method in class jwo.landserf.gui.GraphicsArea
- Determines whether the currently selected vectors are displayed or not.
- setDocumentLocator(Locator) -
Method in class jwo.landserf.process.io.MasterMapReader
- This method is called by the parser when the XML file for parsing
is first opened.
- setDrapeImage(Image) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets the image to be draped over the surface.
- setDrawDetail(boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Determines if the detailed texture is to be drawn or not.
- setDrawImage(boolean) -
Method in class jwo.utils.gui.JWPicture
- Determines if image is drawn or not.
- setEdge(Edge) -
Method in class jwo.landserf.structure.Node
- Sets the edge that this node is connected to.
- setEditingColumn(int) -
Method in class jwo.utils.gui.EditableHeader
- Sets the column to be edited.
- setEditor(ScriptEditor) -
Method in class jwo.landserf.script.ScriptEngine
- Sets the script editor in which extra messages and progress can be reported.
- setElevAngle(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the sun elevation angle.
- setEllipsoid(Ellipsoid) -
Method in class jwo.landserf.process.proj.Projection
- Sets the ellipsoid associated with the projection.
- setEnabled(boolean) -
Method in class jwo.utils.gui.JWSlider
- Disables/enables this slider.
- setErrorMessage(String) -
Method in class jwo.landserf.process.LSThread
- Sets an error message to be displayed once the thread has completed.
- setFadeDetail(boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Determines if the detailed texture is to fade with distance.
- setFileTypes(int[]) -
Method in class jwo.landserf.gui.LSFileChooser
- Sets the types of file that are choosable.
- setFinalMessage(String) -
Method in class jwo.landserf.process.LSThread
- Sets the final message once the processing has been completed.
- setFixedLineWidth(boolean) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets whether line width should be fixed as user zooms in/out.
- setFixedLineWidth(boolean) -
Method in class jwo.landserf.structure.VectorStyles
- Sets whether or not line rendering style uses fixed width independently of zooming scale.
- setFixedPointSize(boolean) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets whether or not point rendering style uses fixed size independently of zooming scale.
- setFixedPointSize(boolean) -
Method in class jwo.landserf.structure.VectorStyles
- Sets whether or not point rendering style uses fixed size independently of zooming scale.
- setFocalModifier(double, double) -
Method in class jwo.landserf.process.PolySurfaceThread
- Allows a focal modifier (relative spatial offset) to be set.
- setFocalModifier(double, double) -
Method in interface jwo.utils.expression.Substitutable
- Should allow a focal modifier (relative spatial offset) to be set.
- setFogColour(Color) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets a new fog colour.
- setFogColour(Color) -
Method in class jwo.landserf.gui3d.View3d
- Stores the colour of fog to be displayed.
- setFogDensity(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets a new fog density.
- setFogDensity(float) -
Method in class jwo.landserf.gui3d.View3d
- Stores the fog density used in the 3d view.
- setFontSize(float) -
Method in class jwo.utils.gui.SmoothedTextPane
- Changes the font size to the given value.
- setFontSize(float) -
Method in class jwo.utils.syntaxhighlighter.SyntaxHighlighter
- Changes the font size to the given value.
- setForwardSpeed(float) -
Method in class jwo.landserf.gui3d.Camera
- Sets a new camera speed in direction of travel.
- setFOV(GL, GLU, float) -
Method in class jwo.landserf.gui3d.Camera
- Sets the camera's field of view.
- setFOV(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets a new field of view.
- setFullBackground(Color) -
Method in class jwo.utils.gui.JWDialogue
- Sets the background colour of the dialogue window (including buttons etc).
- setFunctions(HashSet) -
Method in class jwo.landserf.script.ScriptScanner
- Sets the map algebra functions to be highlighted by the scanner.
- setGraphID(int) -
Method in class jwo.landserf.structure.msn.GraphNode
- Sets the ID of the graph to which this node belongs.
- setGrid(boolean) -
Method in class jwo.landserf.gui3d.View3d
- Stores whether the DEM view displays as a grid or not.
- setGridded(boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets the rendering to use a gridded lattice or a TIN.
- setHeader(Header) -
Method in class jwo.landserf.structure.SpatialObject
- Sets a new the header to be associated with this object.
- setHeaderEditable(boolean) -
Method in class jwo.utils.gui.EditableHeaderTableColumn
- Determines whether the header is editable or not.
- setHeaderEditor(TableCellEditor) -
Method in class jwo.utils.gui.EditableHeaderTableColumn
- Sets the editor to be associated with the header.
- setHeadings(String[]) -
Method in class jwo.landserf.structure.AttributeTable
- Sets the headings associated with the table columns.
- setHelp(String) -
Method in class jwo.landserf.script.LSCommand
- Sets a longer help message to be associated with this command.
- setHighlightArea(Footprint) -
Method in class jwo.landserf.gui.Thumbnail
- Sets the area to be highlighted in the thumbnail view.
- setHoverHeight(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets the minimum height of camera above surface.
- setImageContainer(Container) -
Method in class jwo.landserf.structure.VectorMap
- Sets the image container that can hold a rasterised version of this
vector map.
- setImageFormat(int) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Determines the format used to save snapshots.
- setImageInterlaced(boolean) -
Method in class jwo.utils.gifutils.GIFImage
- Sets the primary image as either interlaced or non-interlaced.
- setImageInterlaced(int, boolean) -
Method in class jwo.utils.gifutils.GIFImage
- Sets the image at the given index as either interlaced or non-interlaced.
- setImageOutBase(String) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Determines the base-name of the files to write snapshots and animations.
- setInput(String) -
Method in class jwo.utils.expression.Tokenizer
- Sets the input sequence of characters to process.
- setInteraction(boolean) -
Method in class jwo.utils.gui.ComponentFactory
- Sets the interaction mode.
- setInterpolation(boolean) -
Method in class jwo.landserf.process.proj.AlbersEqualAreaConic
- Sets whether the transformation should use nearest neighbour (false)
or some interpolator (true).
- setInterpolation(boolean) -
Method in class jwo.landserf.process.proj.FrenchNTF
- Sets whether the transformation should use nearest neighbour (false)
or some interpolator (true).
- setInterpolation(boolean) -
Method in class jwo.landserf.process.proj.ObliqueMercator
- Sets whether the transformation should use nearest neighbour (false)
or some interpolator (true).
- setInterpolation(boolean) -
Method in class jwo.landserf.process.proj.Swiss
- Sets whether the transformation should use nearest neighbour (false)
or some interpolator (true).
- setInterpolation(boolean) -
Method in class jwo.landserf.process.proj.TimeSpace
- Sets whether the transformation should use nearest neighbour (false)
or some interpolator (true).
- setInterpolation(boolean) -
Method in class jwo.landserf.process.proj.UTM
- Sets whether the transformation should use nearest neighbour (false)
or some interpolator (true).
- setInvEdge(Edge) -
Method in class jwo.landserf.structure.Edge
- Sets the inverse (P2->P1) edge.
- setIsLine(boolean) -
Method in class jwo.landserf.process.io.FeatureStyle
- Determines whether or not style is to be associated with lines.
- setIsPoint(boolean) -
Method in class jwo.landserf.process.io.FeatureStyle
- Determines whether or not style is to be associated with points.
- setIsPolygon(boolean) -
Method in class jwo.landserf.process.io.FeatureStyle
- Determines whether or not style is to be associated with polygons.
- setIterationCount(int) -
Method in class jwo.utils.gifutils.GIFImage.NetscapeExtension
- Sets the number of looping iterations.
- setIterationCount(int) -
Method in class jwo.utils.gifutils.GIFImage
- Makes the series of images in this file iterate the given number
of times, or indefinitely if 0 is given.
- setJunction(GraphJunction) -
Method in class jwo.landserf.structure.msn.GraphNode
- Associates the given junction with this node.
- setKeywords(HashSet) -
Method in class jwo.landserf.script.ScriptDocument
- Sets the list of reserved keywords that will be highlighted.
- setLabelBackground(Color) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the colour to use for label backgrounds.
- setLabelBackground(Color) -
Method in class jwo.landserf.structure.VectorStyles
- Sets the rendering colour of label backgrounds.
- setLabelFontSize(float) -
Method in class jwo.landserf.structure.VectorStyles
- Determines the label text size.
- setLabelForeground(Color) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the colour to use for label foregrounds.
- setLabelForeground(Color) -
Method in class jwo.landserf.structure.VectorStyles
- Sets the rendering colour of label text.
- setLabelPosition(int) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the label position relative to its location.
- setLabelPosition(int) -
Method in class jwo.landserf.structure.VectorStyles
- Sets the label position relative to its location.
- setLabelSize(float) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the font size at which to display labels.
- setLateralSpeed(float) -
Method in class jwo.landserf.gui3d.Camera
- Sets a new lateral camera speed (for rotation).
- setLatitude(AngleRadians) -
Method in class jwo.landserf.process.gps.GPSPosition
- Sets the latitude of this position.
- setlColour(int) -
Method in class jwo.landserf.structure.ColourRule
- Sets the colour associated with the lower index of the rule.
- setLeave(boolean) -
Method in class jwo.utils.gui.JWRubberband
- Determines if rubberband is left on component when mouse is released.
- setlIndex(float) -
Method in class jwo.landserf.structure.ColourRule
- Sets the index associated with the lower colour.
- setLined(boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Allows the surface to be drawn as lines or solid polygons.
- setLineWidth(float) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the rendering line width (in pixels).
- setLineWidth(float) -
Method in class jwo.landserf.structure.VectorStyles
- Sets the width of lines used when displaying vectors.
- setLogger(Logger) -
Method in class jwo.landserf.gui.ScriptEditor
- Allows a logger to capture output from the script editor if output logging is turned
on.
- setLogger(Logger) -
Method in class jwo.landserf.script.ScriptEngine
- Allows a logger to capture script engine input.
- setLongitude(AngleRadians) -
Method in class jwo.landserf.process.gps.GPSPosition
- Sets the longitude of this position.
- setLookAndFeel() -
Static method in class jwo.landserf.gui.LandSerfLookAndFeel
- Sets up the GUI look and feel for LandSerf applications.
- setLoop(boolean) -
Method in class jwo.landserf.gui3d.Camera
- Allows a route to be looped if set to true.
- setMagnification(float) -
Method in class jwo.landserf.gui.Thumbnail
- Sets the magnification factor for the image.
- setMargins(int, int, int, int) -
Method in class jwo.utils.gui.SGLayout
- Sets up the margins for the whole layout.
- setMaxProgress(int) -
Method in interface jwo.landserf.gui.GISFrame
- Should set the maximum progress value.
- setMaxProgress(int) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would display the maximum progress value, but does nothing in this case.
- setMaxProgress(int) -
Method in class jwo.utils.gui.JWFrame
- Displays the maximum progress value.
- setMaxProgress(int) -
Method in class jwo.utils.gui.JWStatusBar
- Displays the maximum progress value.
- setMeasurementScale(int) -
Method in class jwo.utils.gui.JWAxisItem
- Sets the measurement scale of the data on this axis.
- setMERHeight(float) -
Method in class jwo.landserf.structure.Footprint
- Sets the height of the footprint's Minimum Enclosing Rectangle.
- setMERWidth(float) -
Method in class jwo.landserf.structure.Footprint
- Sets the width of the footprint's Minimum Enclosing Rectangle.
- setMessage(String) -
Method in interface jwo.landserf.gui.GISFrame
- Should display the given message in frame.
- setMessage(String) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Displays the given message,in this case to standard output.
- setMessage(String) -
Method in class jwo.landserf.gui.GUIFrame
- Displays the given message in the window and also logs the message
for possible error diagnosis.
- setMessage(String) -
Method in class jwo.landserf.gui.ScriptEditor
- Displays a message in the editor's status bar.
- setMessage(String) -
Method in class jwo.landserf.process.LSThread
- Deprecated. This method has been deprecated in favour of
setFinalMessage()
.
To send messages before the completion of a process, use setMessage()
in GISFrame
instead.
- setMessage(String) -
Method in class jwo.utils.gui.JWFrame
- Displays the given message in the status bar.
- setMessage(String) -
Method in class jwo.utils.gui.JWStatusBar
- Displays the given message in the status bar.
- setMinProgress(int) -
Method in interface jwo.landserf.gui.GISFrame
- Should set the minimum progress value.
- setMinProgress(int) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would display the minimum progress value, but does nothing in this case.
- setMinProgress(int) -
Method in class jwo.utils.gui.JWFrame
- Displays the minimum progress value.
- setMinProgress(int) -
Method in class jwo.utils.gui.JWStatusBar
- Displays the minimum progress value.
- setModel(TableModel) -
Method in class jwo.utils.gui.TableMap
- Sets the table model to be used by the map.
- setModel(TableModel) -
Method in class jwo.utils.gui.TableSorter
- Sets table model that can be sorted.
- setMoveCamera(boolean) -
Method in class jwo.landserf.gui3d.Camera
- Controls the changing camera view.
- setMoveContinuously(boolean) -
Method in class jwo.landserf.gui3d.Camera
- Controls whether the camera moves continuously or not.
- setNewStyleSheet(String) -
Method in class jwo.utils.gui.html.ImprovedHTMLEditorKit
- Sets the style sheet of the editor kit to the given css file.
- setNextEdge(Edge) -
Method in class jwo.landserf.structure.Edge
- Sets the next edge in the sequence.
- setNextHullEdge(Edge) -
Method in class jwo.landserf.structure.Edge
- Sets the next convex hull edge in the sequence.
- setNodeID(int) -
Method in class jwo.landserf.structure.msn.GraphNode
- Sets the ID of the node with the given value.
- setNotes(String) -
Method in class jwo.landserf.structure.Header
- Sets the notes on the object associated with this header.
- setNumRecords(int) -
Method in class jwo.utils.dbase.DbaseFileHeader
- Sets the number of records in the file.
- setNumSamples(int) -
Method in class jwo.landserf.gui.ProfileQueryBox
- Sets the number of points to sample in profile.
- setOpacity(int) -
Method in class jwo.utils.gui.JWGraph
- Sets the opacity level for the graph.
- setOverlayStyles(VectorStyles) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the styles used for displaying a vector overlay.
- setPacket(int, int, int[]) -
Method in class jwo.landserf.process.gps.garmin.GarminPacket
- Sets the packet contents to the given given content.
- setParameterValues(Vector) -
Method in class jwo.landserf.script.LSCommand
- Sets the parameter values with those given in the given collection.
- setParent(View) -
Method in class jwo.utils.gui.html.ImprovedImageView
- Establishes the parent view for this view.
- setpBlend(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the weighting for given to this surface when blending
with another.
- setPointSize(float) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the point symbol size (in pixels).
- setPointSize(float) -
Method in class jwo.landserf.gui3d.GUI3d
- Sets the size of the point feature representation.
- setPointSize(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets the size of the point feature representation.
- setPointSize(float) -
Method in class jwo.landserf.structure.VectorStyles
- Sets the size of text labels used when displaying vectors.
- setPolygonOpacity(float) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the rendering opacity of polygon interiors.
- setPolygonOpacity(float) -
Method in class jwo.landserf.structure.VectorStyles
- Sets the polygon opacity used when displaying area objects.
- setPosition(GL, GLU, float, float, float, float, float, float) -
Method in class jwo.landserf.gui3d.Camera
- Explicitly sets the position and direction of the camera.
- setPriority(Object, float) -
Method in class jwo.utils.structure.JWPriorityQueue
- Sets the priority associated with the given object.
- setProfileVector(GISVector) -
Method in class jwo.landserf.gui.ProfileQueryBox
- Sets the vector object to use for profile location.
- setProgress(int) -
Method in interface jwo.landserf.gui.GISFrame
- Should set display the current progress (should be between
0 and 100 unless minimum or maximum progress values have been changed.
- setProgress(int) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would set the current progress (should be between 0 and 100 unless
minimum or maximum progress values have been changed.
- setProgress(int) -
Method in class jwo.utils.gui.JWFrame
- Sets the current progress (should be between 0 and 100 unless
minimum or maximum progress values have been changed.
- setProgress(int) -
Method in class jwo.utils.gui.JWStatusBar
- Sets the current progress (should be between 0 and 100 unless
minimum or maximum progress values have been changed.
- setProjection(Projection) -
Method in class jwo.landserf.structure.SpatialObject
- Sets the projection information to be used by this spatial object.
- setpShade(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the weighting given to shaded relief.
- setRaster1(RasterMap) -
Method in interface jwo.landserf.gui.GISFrame
- Should make the given raster surface the primary one to be processed.
- setRaster1(RasterMap) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would make the given raster surface the primary one to be processed,
but ignored in this case.
- setRaster1(RasterMap) -
Method in class jwo.landserf.gui.GraphicsArea
- Makes the given raster surface the primary one to display.
- setRaster1(RasterMap) -
Method in class jwo.landserf.gui.GUIFrame
- Makes the given raster surface the primary one to be processed.
- setRaster1(RasterMap) -
Method in class jwo.landserf.gui.SimpleGISFrame
- Makes the given raster map the primary one to be processed.
- setRaster2(RasterMap) -
Method in interface jwo.landserf.gui.GISFrame
- Should make the given raster surface the secondary one to be processed.
- setRaster2(RasterMap) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would make the given raster surface the secondary one to be processed,
but ignored in this case.
- setRaster2(RasterMap) -
Method in class jwo.landserf.gui.GraphicsArea
- Makes the given raster surface the secondary one to display.
- setRaster2(RasterMap) -
Method in class jwo.landserf.gui.GUIFrame
- Makes the given raster surface the secondary one to be processed.
- setRaster2(RasterMap) -
Method in class jwo.landserf.gui.SimpleGISFrame
- Makes the given raster map the secondary one to be processed.
- setRasterValueOverlay(boolean) -
Method in class jwo.landserf.gui.GraphicsArea
- Determines whether raster values are displayed numerically over the raster grid.
- setRenderingStyle(int) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the rendering style for vectors.
- setRenderStyle(int) -
Method in class jwo.landserf.structure.VectorStyles
- Sets the rendering style.
- setResolution(int) -
Method in class jwo.landserf.gui3d.View3d
- Stores the resolution of the DEM display in the view.
- setRights(String) -
Method in class jwo.landserf.structure.Header
- Sets the copyright details associated with this header.
- setRotationStyle(float) -
Method in class jwo.landserf.gui3d.Camera
- Sets the rotation style of the camera.
- setRowAlignment(int, int, int) -
Method in class jwo.utils.gui.SGLayout
- Set up alignment for a specific row.
- setRowScale(int, double) -
Method in class jwo.utils.gui.SGLayout
- Sets up scale value for a specific row.
- setRubberbandColour(Color) -
Method in class jwo.utils.gui.JWRubberband
- Changes the colour of the rubberband box.
- setRubberbandType(int) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the type of rubber band feature to be displayed.
- setSampleInterval(int) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets a new sample interval for the surface mesh triangulation.
- setScale(int, double) -
Method in class jwo.utils.gui.SCLayout
- Sets up scale value for a specific cell.
- setScale(int, double) -
Method in class jwo.utils.gui.SRLayout
- Set up scale value for a specific column (default is 1.0).
- setScript(String) -
Method in class jwo.landserf.script.ScriptEngine
- Sets the script to be parsed.
- setSeaColour(Color) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets a new sea colour.
- setSeaColour(Color) -
Method in class jwo.landserf.gui3d.View3d
- Stores the colour of sea to be displayed.
- setSelected(boolean) -
Method in class jwo.utils.gui.html.HTMLRadioButton
- Sets the selected state of this radio button.
- setSelection(int) -
Method in class jwo.landserf.gui.Thumbnail
- Sets the current selection state and updates the border colour accordingly.
- setSelectionListener(SelectionListener) -
Method in class jwo.landserf.gui.ThumbnailViewer
- Sets the selection listener that can respond to a double-click of a thumbnail
representing a spatial object.
- setSeparator(String) -
Method in class jwo.utils.expression.Tokenizer
- Sets the separator used to distinguish between tokens.
- setSerialPacket(int[]) -
Method in class jwo.landserf.process.gps.garmin.GarminPacket
- Sets the packet contents based on the given serial content.
- setShadeExaggeration(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the vertical exaggeration used for calculating relief.
- setShine(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the 'shininess' of the surface for relief calculation.
- setShowBoundary(boolean) -
Method in class jwo.landserf.structure.VectorStyles
- Determines whether or not polygon boundaries are to be drawn.
- setShowLabels(boolean) -
Method in class jwo.landserf.gui.GraphicsArea
- Determines whether point labels are to be shown or not.
- setShowLabels(boolean) -
Method in class jwo.landserf.structure.VectorStyles
- Determines whether or not vector labels are shown.
- setSize(float, float) -
Method in class jwo.utils.gui.html.ImprovedImageView
- Sets the size of the view, but ignored in this case.
- setSky(boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Turns the sky on or off.
- setSkyColour(Color) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets a new sky colour.
- setSkyColour(Color) -
Method in class jwo.landserf.gui3d.View3d
- Stores the colour of sky to be displayed.
- setSlopeTol(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets a new slope tolerance for feature extraction.
- setSmooth(boolean) -
Method in class jwo.landserf.gui3d.View3d
- Stores whether the DEM view smoothes the drape or not.
- setSmoothed(boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets texture mapping to smoothed or unsmoothed.
- setSmoothText(boolean) -
Method in class jwo.utils.gui.SmoothedTextPane
- Turns text smoothing on or off.
- setSpatialObject(SpatialObject) -
Method in class jwo.landserf.gui.Thumbnail
- Sets the spatial object associated with the thumbnail view.
- setSpecular(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the specular constant used in surface for relief calculation.
- setStyles(VectorStyles) -
Method in class jwo.landserf.structure.VectorMap
- Sets the drawing styles that may be used by the vector when drawing.
- setStyles(Properties) -
Method in class jwo.utils.syntaxhighlighter.SyntaxHighlighter
- Sets the styles associated with each token type from the given properties list.
- setSubstitutor(Substitutable) -
Method in class jwo.utils.expression.MathEvaluator
- Sets the variable substitutor to considered by the evaluator.
- setSurroundLine(boolean) -
Method in class jwo.landserf.gui.GraphicsArea
- Determines whether line symbolisation should be hollow (true) or solid (false).
- setSurroundLine(boolean) -
Method in class jwo.landserf.structure.VectorStyles
- Sets whether or not line rendering style uses border style that surrounds line.
- setSurroundPoint(boolean) -
Method in class jwo.landserf.gui.GraphicsArea
- Determines whether point symbols should be hollow (true) or solid (false).
- setSurroundPoint(boolean) -
Method in class jwo.landserf.structure.VectorStyles
- Sets whether or not point rendering style uses border style that surrounds point.
- setTabWidth(int) -
Method in class jwo.utils.syntaxhighlighter.SyntaxHighlighter
- Sets the tab stop width.
- setText(String) -
Method in class jwo.utils.gui.html.HTMLRadioButton
- Sets the text associated with this HTML radio button.
- setThumbDimension(int) -
Method in class jwo.landserf.gui.Thumbnail
- Sets the size of the thumbnail.
- setTitle(String) -
Method in class jwo.landserf.structure.Header
- Sets the title of the object associated with this header.
- setTitle(String) -
Method in class jwo.utils.gui.JWGraph
- Sets the title of the graph and updates the display.
- setTransparentColor(Color) -
Method in class jwo.utils.gifutils.GIFImage
- Sets the RGB transparent colour of the primary image.
- setTransparentColor(int, Color) -
Method in class jwo.utils.gifutils.GIFImage
- Sets the RGB transparent colour of the image at the given index.
- setTriang(Triangle) -
Method in class jwo.landserf.structure.Edge
- Sets the triangle of which this edge forms a part.
- setTriangulation(DelaunayTriang) -
Method in class jwo.landserf.structure.VectorMap
- Sets the triangulation topology associated with vector map.
- setType(int) -
Method in class jwo.landserf.structure.ColourRule
- Sets the rule type (either DISCRETE or CONTINUOUS).
- setType(int) -
Method in class jwo.landserf.structure.Footprint
- Sets the type of spatial footprint.
- setType(int) -
Method in class jwo.landserf.structure.GISVector
- Sets the type of vector.
- setType(int) -
Method in class jwo.landserf.structure.RasterMap
- Sets the type of raster stored (ELEV, SLOPE, IMAGE, OTHER etc).
- setType(int) -
Method in class jwo.landserf.structure.VectorMap
- Sets the type of vector model (e.g.
- setType(int) -
Method in class jwo.utils.gui.JWRubberband
- Sets the rubberband to either a box or a line.
- setuColour(int) -
Method in class jwo.landserf.structure.ColourRule
- Sets the colour associated with the upper index of the rule.
- setuIndex(float) -
Method in class jwo.landserf.structure.ColourRule
- Sets the index associated with the upper colour.
- setValidation(boolean) -
Method in class jwo.utils.gui.html.ImprovedHTMLEditorKit
- Determines whether or not XHTML validation is to be applied.
- setValue(String) -
Method in class jwo.landserf.script.LSParameter
- Sets the parameter value.
- setValue(SpatialObject) -
Method in class jwo.landserf.script.LSParameter
- Sets the parameter value.
- setValue(Object) -
Method in class jwo.landserf.script.ScriptVariable
- Sets the contents of the stored variable.
- setValue(float) -
Method in class jwo.utils.gui.JWSlider
- Sets the current value of the slider position.
- setValueAt(Object, int, int) -
Method in class jwo.landserf.structure.AttributeTable
- Sets the value stored in the table at the given coordinates.
- setValueAt(Object, int, int) -
Method in class jwo.landserf.structure.AttributeTableModel
- Sets the value stored in the table at the given coordinates.
- setValueAt(Object, int, int) -
Method in class jwo.utils.gui.TableMap
- Sets the table value at the given coordinates.
- setValueAt(Object, int, int) -
Method in class jwo.utils.gui.TableSorter
-
- setVariables(Set) -
Method in class jwo.landserf.script.ScriptScanner
- Sets the map variables to be highlighted by the scanner.
- setVariableTypes(HashSet) -
Method in class jwo.landserf.script.ScriptScanner
- Sets the script variable types to be highlighted by the scanner.
- setVectClipped(boolean) -
Method in class jwo.landserf.gui3d.GUI3d
- Sets whether vectors are drawn with (true) or without
(false) depth clipping.
- setVectClipped(boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets whether vectors are drawn with (true) or without
(false) depth clipping.
- setVectHeight(float) -
Method in class jwo.landserf.gui3d.GUI3d
- Sets the height that vectors are drawn above the surface.
- setVectHeight(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets the height that vectors are drawn above the surface.
- setVectorDepth(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets the depth value for vector display.
- setVectorMap(VectorMap) -
Method in class jwo.landserf.gui.GPSExportBox
- Sets the vector map from which waypoints and/or routes will be exported.
- setVectorMap1(VectorMap) -
Method in interface jwo.landserf.gui.GISFrame
- Should make the given vector map the primary one to be processed.
- setVectorMap1(VectorMap) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would makes the given vector map the primary one associated with this
GISFrame, but ignored in this case.
- setVectorMap1(VectorMap) -
Method in class jwo.landserf.gui.GraphicsArea
- Makes the given vector map the primary one to display.
- setVectorMap1(VectorMap) -
Method in class jwo.landserf.gui.GUIFrame
- Makes the given vector map the primary one associated with the window.
- setVectorMap1(VectorMap) -
Method in class jwo.landserf.gui.SimpleGISFrame
- Makes the given vector map the primary one associated with this GISFrame.
- setVectorMap2(VectorMap) -
Method in interface jwo.landserf.gui.GISFrame
- Should make the given vector map the secondary one to be processed.
- setVectorMap2(VectorMap) -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would make the given vector map the primary one associated with this
GISFrame but ignored in this case.
- setVectorMap2(VectorMap) -
Method in class jwo.landserf.gui.GraphicsArea
- Makes the given vector map the secondary one to display.
- setVectorMap2(VectorMap) -
Method in class jwo.landserf.gui.GUIFrame
- Makes the given vector map the secondary one associated with the window.
- setVectorMap2(VectorMap) -
Method in class jwo.landserf.gui.SimpleGISFrame
- Makes the given vector map the secondary one associated with this GISFrame.
- setVectorObliqueDepth(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets the oblique depth value for vector display.
- setVectorOverlay(VectorMap) -
Method in class jwo.landserf.gui.GraphicsArea
- Displays the given vector map as an overlay.
- setVectorStyles(VectorStyles) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the styles for vector rendering.
- setVectorStyles(VectorStyles) -
Method in class jwo.landserf.gui.VectAppearanceBox
- Sets the GUI to reflect the given styles.
- setVectSmoothed(boolean) -
Method in class jwo.landserf.gui3d.GUI3d
- Sets whether vectors displayed as smoothed.
- setVectSmoothed(boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets whether vectors displayed as smoothed.
- setVectWidth(float) -
Method in class jwo.landserf.gui3d.GUI3d
- Sets the line width of vectors.
- setVectWidth(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets the line width of vectors.
- setVersion(float) -
Method in class jwo.landserf.structure.DelaunayTriang
- Sets the version number of this object.
- setVersion(float) -
Method in class jwo.landserf.structure.Edge
- Sets the version number of this object.
- setVersion(float) -
Method in class jwo.landserf.structure.Node
- Sets the version number of this object.
- setVersion(float) -
Method in class jwo.landserf.structure.Triangle
- Sets the version number of this object.
- setVerticalDisplacement(float) -
Method in class jwo.landserf.gui3d.Camera
- Sets the vertical displacement of the camera.
- setVerticalScale(float) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets a new vertical scaling
- setViewListener(FootprintListener) -
Method in class jwo.landserf.gui.GraphicsArea
- Sets the view listener that is informed when the main view changes (e.g through
zooming or panning, or the display of a new spatial object).
- setVScale(float) -
Method in class jwo.landserf.gui3d.View3d
- Stores the vertical scaling of the DEM display in the view.
- setWallColour(Color) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Sets a new colour for the vertical walls bounding a surface.
- setWallColour(Color) -
Method in class jwo.landserf.gui3d.View3d
- Stores the colour of walls to be displayed.
- setWriteAnimFiles(boolean, SnapshotListener) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Determines if graphical output is written as a sequence of bitmapped files.
- setWSize(int) -
Method in class jwo.landserf.structure.RasterMap
- Sets a new local window size.
- setX(float) -
Method in class jwo.landserf.structure.Node
- Sets the x-coordinate associated with this node.
- setXAxis(float, float) -
Method in class jwo.utils.gui.JWGraph
- Sets the x-axis to the given range.
- setXAxis(float, float, String[], int) -
Method in class jwo.utils.gui.JWGraph
- Sets the x-axis to the given range using the given measurement scale.
- setXAxisInc(float) -
Method in class jwo.utils.gui.JWGraph
- Sets the increment value between x axis labels.
- setXMeasurementScale(int) -
Method in class jwo.utils.gui.JWGraph
- Sets the measurement scale of the data on the
X-axis.
- setXOrigin(float) -
Method in class jwo.landserf.structure.Footprint
- Sets the x origin of the footprint.
- setXRes(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the raster x resolution and checks it is consistent
with the number of columns and outer boundaries.
- setY(float) -
Method in class jwo.landserf.structure.Node
- Sets the y-coordinate associated with this node.
- setYAxis(float, float) -
Method in class jwo.utils.gui.JWGraph
- Sets the y-axis to the given range.
- setYAxis(float, float, int) -
Method in class jwo.utils.gui.JWGraph
- Sets the y-axis to the given range using the given measurement scale.
- setYAxisInc(float) -
Method in class jwo.utils.gui.JWGraph
- Sets the increment value between y axis labels.
- setYMeasurementScale(int) -
Method in class jwo.utils.gui.JWGraph
- Sets the measurement scale of the data on the
Y-axis.
- setYOrigin(float) -
Method in class jwo.landserf.structure.Footprint
- Sets the y origin of the footprint.
- setYRes(float) -
Method in class jwo.landserf.structure.RasterMap
- Sets the raster y resolution and checks it is consistent
with the number of rows and outer boundaries.
- setZ(float) -
Method in class jwo.landserf.structure.Node
- Sets the z-coordinate associated with this node.
- setZCoords(float[]) -
Method in class jwo.landserf.structure.GISVector
- Adds an array of z-coordinates to match each (x,y pair).
- setZone(String) -
Method in class jwo.landserf.process.proj.FrenchNTF
- Sets the zone and projection parameters for subsequent transformations.
- setZone(int, char) -
Method in class jwo.landserf.process.proj.Projection
- Sets the zone number and letter for a projection that uses zones (such as UTM).
- setZone(float, float) -
Method in class jwo.landserf.process.proj.UTM
- Sets the UTM zone determined by the given (
lat
,lng
) location.
- setZone(int, char) -
Method in class jwo.landserf.process.proj.UTM
- Sets the zone number and letter for subsequent transformations.
- setZoneNumber(int) -
Method in class jwo.landserf.process.proj.Projection
- Sets the zone number for a projection that uses zones (such as UTM).
- SGLayout - Class in jwo.utils.gui
- Creates simple scalded grid layout with multiple columns
and rows.
- SGLayout() -
Constructor for class jwo.utils.gui.SGLayout
- Creates a default (2 x 2) layout.
- SGLayout(int, int) -
Constructor for class jwo.utils.gui.SGLayout
- Creates a layout with the specified number of rows and columns.
- SGLayout(int, int, int, int) -
Constructor for class jwo.utils.gui.SGLayout
- Creates a layout with the specified number of rows and columns
and specified gaps.
- SGLayout(int, int, int, int, int, int) -
Constructor for class jwo.utils.gui.SGLayout
- Creates a layout with the specified number of rows and columns,
specified gaps and alignment properties.
- SHADED -
Static variable in class jwo.landserf.gui.GraphicsArea
- Shaded relief blended with k-colour raster
- ShadeReliefBox - Class in jwo.landserf.gui
- Creates a dialogue box for setting shaded relief parameters.
- ShadeReliefBox(GISFrame, float, float, float, float, float, float, float, float, float) -
Constructor for class jwo.landserf.gui.ShadeReliefBox
- Creates the dialogue box for parameter entry.
- SHAPEFILE_V -
Static variable in class jwo.landserf.process.io.FileHandler
- ESRI shapefile vector.
- ShapefileIO - Class in jwo.landserf.process.io
- Collection of methods for reading and writing ESRI shapefiles.
- ShapefileIO() -
Constructor for class jwo.landserf.process.io.ShapefileIO
- There should be no need to call the constructor explicitly since
all methods are static.
- shortDescription -
Variable in class jwo.landserf.process.gps.garmin.GarminGPS
-
- showError() -
Method in class jwo.landserf.script.ScriptEngine
- Displays an empty error message indicating the line that caused it.
- showError(String) -
Method in class jwo.landserf.script.ScriptEngine
- Displays an error message.
- showFullImage() -
Method in class jwo.landserf.gui.GraphicsArea
- Resets the zoom/panning display to show full image.
- showProgress(boolean) -
Method in class jwo.utils.gui.JWFrame
- Shows or removes the progress bar from the frame.
- showProgress(boolean) -
Method in class jwo.utils.gui.JWStatusBar
- Shows or removes the progress bar.
- showSky(boolean) -
Method in class jwo.landserf.gui3d.View3d
- Stores whether the sea and sky are displayed behind the surface.
- showVector(boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Identifies whether a vector is drawn or not.
- shutdown(boolean) -
Method in class jwo.landserf.process.gps.garmin.GarminGPS
- Stops communication with GPS.
- shutdown(boolean) -
Method in class jwo.landserf.process.gps.GPS
- Should stop communication with GPS.
- shuttlesort(int[], int[], int, int) -
Method in class jwo.utils.gui.TableSorter
-
- SimpleGISFrame - Class in jwo.landserf.gui
- A simple implementation of a GISFrame for small footprint GUIs
that need to take advantage of GISFrame functionality.
- SimpleGISFrame() -
Constructor for class jwo.landserf.gui.SimpleGISFrame
- Creates a simple GISFrame that can hold a collection of spatial objects.
- simplify(GISVector, float) -
Static method in class jwo.landserf.process.SimplifyThread
- Creates a simplified version of the given GISVector object.
- SimplifyBox - Class in jwo.landserf.gui
- Creates a window allowing line simplification parameters to be set.
- SimplifyBox(Frame) -
Constructor for class jwo.landserf.gui.SimplifyBox
- Creates the dialogue box allowing line simplification options to be specified.
- SimplifyThread - Class in jwo.landserf.process
- Allows the lines in the primary vector map to be simplified
using the Douglas-Peucker line simplification algorithm.
- SimplifyThread(GISFrame) -
Constructor for class jwo.landserf.process.SimplifyThread
- Creates an object ready for simplification of a vector map but does not perform
the simplification.
- SimplifyThread(GISFrame, float) -
Constructor for class jwo.landserf.process.SimplifyThread
- Creates an object that will simplify a vector map.
- SIN -
Static variable in class jwo.utils.expression.MathOperator
- Trigonometrical sine function.
- size() -
Method in class jwo.utils.structure.JWPriorityQueue
- Reports the number of elements stored in this priority queue.
- size() -
Method in class jwo.utils.syntaxhighlighter.Scanner
- Finds the number of available valid tokens, not counting tokens in or
after any area yet to be rescanned.
- SKEW -
Static variable in class jwo.landserf.process.RasterStats
- Indicates that only skewness is to be calculated.
- skip(InputStream, long) -
Static method in class jwo.landserf.process.io.FileIO
- Skips the given number of bytes in the input stream.
- skip(RandomAccessFile, int) -
Static method in class jwo.landserf.process.io.FileIO
- Skips the given number of bytes in the given random access file.
- skip() -
Method in class jwo.utils.dbase.DbaseFileReader
- Skips the next record.
- SLOPE -
Static variable in class jwo.landserf.structure.ColourTable
- Indicates a slope (white - yellow - black) colour table.
- SLOPE -
Static variable in class jwo.landserf.structure.RasterMap
- Slope.
- SmoothedTextPane - Class in jwo.utils.gui
- A text pane with the option of displaying smoothed text and convenience
methods for changing font size.
- SmoothedTextPane() -
Constructor for class jwo.utils.gui.SmoothedTextPane
- Creates a new smoothed text pane.
- SmoothedTextPane(StyledDocument) -
Constructor for class jwo.utils.gui.SmoothedTextPane
- Creates a new smoothed text pane with the given document model.
- snapLines(float) -
Method in class jwo.landserf.structure.msn.GraphNetwork
- Snaps lines of identical attribute to one another.
- SnapshotListener - Interface in jwo.landserf.gui3d
- Interface for objects that need to be informed when a
snapshot has been taken.
- snapshotReceived(String, ImageIcon) -
Method in class jwo.landserf.gui3d.GUI3d
- Receives an image containing the completed snapshot.
- snapshotReceived(String, ImageIcon) -
Method in class jwo.landserf.gui3d.ImageOutputBox
- Receives an image containing the completed snapshot.
- snapshotReceived(String, ImageIcon) -
Method in interface jwo.landserf.gui3d.SnapshotListener
- Receives an image containing the completed snapshot.
- sort() -
Method in class jwo.utils.gui.TableSorter
-
- sortByColumn(int) -
Method in class jwo.utils.gui.TableSorter
-
- sortByColumn(int, boolean) -
Method in class jwo.utils.gui.TableSorter
-
- south -
Variable in class jwo.landserf.structure.VectHeader
- Deprecated. Southern boundary of vector.
- SOUTH -
Static variable in class jwo.landserf.structure.VectorStyles
- Indicates label alignment below centre.
- SOUTH_AMERICAN -
Static variable in class jwo.landserf.process.proj.Ellipsoid
- South American ellipsoid.
- SOUTH_EAST -
Static variable in class jwo.landserf.structure.VectorStyles
- Indicates label alignment below and right of centre.
- SOUTH_WEST -
Static variable in class jwo.landserf.structure.VectorStyles
- Indicates label alignment below and left of centre.
- SPATIAL_PARAM -
Static variable in class jwo.landserf.script.LSParameter
- Indicates a spatial object parameter.
- SPATIAL_VAR -
Static variable in class jwo.landserf.script.ScriptVariable
- Indicates that variable stores an unspecified spatial object.
- SpatialModel - Interface in jwo.landserf.structure
- Identifies minimum state and behaviour of all spatial models.
- SpatialObject - Class in jwo.landserf.structure
- Class for defining spatial objects.
- SpatialObject() -
Constructor for class jwo.landserf.structure.SpatialObject
- Creates a spatial object with a default spatial footprint.
- SpatialObject(Footprint) -
Constructor for class jwo.landserf.structure.SpatialObject
- Creates an spatial object with the given spatial footprint.
- SpatialObject(Footprint, Header) -
Constructor for class jwo.landserf.structure.SpatialObject
- Creates an spatial object with the given spatial footprint and header.
- SpatialObject(SpatialObject) -
Constructor for class jwo.landserf.structure.SpatialObject
- Creates a spatial object based on the attributes of the given one.
- spectralSynthesis(float[], float[], int, float) -
Method in class jwo.landserf.process.FracSurfaceThread
- Creates a 2-d fractal surface via spectral synthesis.
- SPEED -
Static variable in class jwo.landserf.structure.VectorMap
- Deprecated. Should use
VectorStyles.SPEED
instead.
- SPEED -
Static variable in class jwo.landserf.structure.VectorStyles
- Indicates that rendering should be optimised for speed.
- SplashScreen - Class in jwo.landserf.gui
- Creates a splash screen to entertain viewer while LandSerf initialises.
- SplashScreen() -
Constructor for class jwo.landserf.gui.SplashScreen
- Creates a spalsh screen that centres itself on the screen.
- split(GISVector) -
Method in class jwo.landserf.structure.GISVector
- Splits this object into two new ones around the given object.
- SQRT -
Static variable in class jwo.utils.expression.MathOperator
- Square root function.
- SRLayout - Class in jwo.utils.gui
- Creates simple scalded row layout with multiple columns
and a single row.
- SRLayout(int) -
Constructor for class jwo.utils.gui.SRLayout
- Creates a layout with the specified number of columns
and default alignments and gaps.
- SRLayout(int, int) -
Constructor for class jwo.utils.gui.SRLayout
- Creates a layout with the specified number of columns
and specified gap.
- SRLayout(int, int, int, int) -
Constructor for class jwo.utils.gui.SRLayout
- Creates a layout with the specified number of columns and
specified alignments and gaps.
- SRTM_R -
Static variable in class jwo.landserf.process.io.FileHandler
- Shuttle Radar Topography Mission DEM.
- STANDARD_ERR -
Static variable in class jwo.utils.OutputLogger
- Indicates standard error stream.
- STANDARD_OUT -
Static variable in class jwo.utils.OutputLogger
- Indicates standard output stream.
- start -
Variable in class jwo.utils.syntaxhighlighter.Scanner
- The current offset within the buffer, at which to scan the next token.
- START_COMMENT -
Static variable in interface jwo.utils.syntaxhighlighter.TokenTypes
-
- startDocument() -
Method in class jwo.landserf.process.io.MasterMapReader
- Called by the parser when the document represented by the XML is
first opened.
- startElement(String, String, String, Attributes) -
Method in class jwo.landserf.process.io.MasterMapReader
- Called by the parser when the start of an element is found.
- startProfileQuery(JWDialogueListener) -
Method in class jwo.landserf.gui.GraphicsArea
- Creates a profile query box to display surface or vector profiles.
- state -
Variable in class jwo.utils.syntaxhighlighter.Scanner
- The current scanner state, as a representative token type.
- STATE_PLANE -
Static variable in class jwo.landserf.process.proj.Projection
- Indicates State Plane map projection.
- stateChanged(ChangeEvent) -
Method in class jwo.landserf.gui.HistoBox
- Responds to a change in the slider by altering the bin width of the histogram.
- stateChanged(ChangeEvent) -
Method in class jwo.landserf.gui.ProfileQueryBox
- Responds to a change in the slider by altering the profile density.
- stateChanged(ChangeEvent) -
Method in class jwo.landserf.gui.ScaleGraphBox
- Responds to a change in the slider by altering the opacity of the graph background.
- stateChanged(ChangeEvent) -
Method in class jwo.landserf.gui.ScatterplotBox
- Responds to a change in the slider by altering the sampling density.
- stateChanged(ChangeEvent) -
Method in class jwo.landserf.gui.ShadeReliefBox
- Responds to a change in a slider by updating thumbnail.
- stateChanged(ChangeEvent) -
Method in class jwo.landserf.gui.VectAppearanceBox
- Responds to a change in the font size slider by altering the size
of the displayed text.
- stateChanged(ChangeEvent) -
Method in class jwo.landserf.gui3d.GUI3d
- Responds to a change in a slider by updating the relevant control.
- stateChanged(ChangeEvent) -
Method in class jwo.landserf.gui3d.SurfaceDetailBox
- Responds to a change in a slider by updating the relevant control.
- stateChanged(ChangeEvent) -
Method in class jwo.landserf.gui3d.VectAppearanceBox
- Responds to a change in the slider by altering either vector height
above surface or its display width.
- stateChanged(ChangeEvent) -
Method in class jwo.utils.gui.JWColourSelect
- Responds to a change in a slider by updating the alpha value.
- stateChanged(ChangeEvent) -
Method in class jwo.utils.gui.JWSlider
- Responds to a change in the slider by updating current value.
- STDEV -
Static variable in class jwo.landserf.process.RasterStats
- Indicates that only standard deviation is to be calculated.
- STONES -
Static variable in class jwo.landserf.gui3d.SurfaceDetailBox
- Stony texture.
- stopProfileQuery() -
Method in class jwo.landserf.gui.GraphicsArea
- Stops querying surface profiles.
- stopRoute() -
Method in class jwo.landserf.gui3d.Camera
- Stops the replay of a route.
- store(OutputStream, String) -
Method in class jwo.utils.SecureProperties
- Writes this property list (key and element pairs) in this Properties
table to the output stream in a format suitable for loading into a
Properties table using the load method.
- storeLastDirectory() -
Method in class jwo.landserf.gui.LSFileChooser
- Saves the current directory in the LandSerf properties file.
- STRING -
Static variable in class jwo.landserf.script.LSParameter
- Indicates a string parameter.
- STRING -
Static variable in interface jwo.utils.syntaxhighlighter.TokenTypes
-
- STRING_MODE -
Static variable in class jwo.landserf.script.ScriptDocument
- Indicates display of string text in script.
- STRING_VAR -
Static variable in class jwo.landserf.script.ScriptVariable
- Indicates that variable is a string.
- stringTable -
Variable in class jwo.utils.gifutils.GIFInputStream
- String table for LZW decompression
- stringTable -
Variable in class jwo.utils.gifutils.GIFOutputStream
- String table for LZW compression
- STRLEN -
Static variable in class jwo.utils.expression.MathOperator
- Reports the length of a string
- subset(Footprint) -
Method in class jwo.landserf.structure.DelaunayTriang
- Creates a subset of this TIN by clipping to the given rectangle.
- subset(Footprint) -
Method in class jwo.landserf.structure.DummySpatialObject
- Would creates a new spatial model that is clipped to the given bounds, but does nothing in this case.
- subset(Footprint) -
Method in class jwo.landserf.structure.GISVector
- Subsets this GIS vector by clipping to the given rectangle.
- subset(Footprint) -
Method in class jwo.landserf.structure.RasterMap
- Creates a new raster that is a subset of this raster using the
intersection with the given footprint.
- subset(Footprint) -
Method in interface jwo.landserf.structure.SpatialModel
- Creates a new spatial model that is clipped to the given bounds.
- subset(Footprint) -
Method in class jwo.landserf.structure.SpatialObject
- Should creates a new spatial model that is clipped to the given bounds.
- subset(Footprint) -
Method in class jwo.landserf.structure.VectorMap
- Creates a subset of this vector map based on the given rectangle.
- Substitutable - Interface in jwo.utils.expression
- Interface for any class that wishes to perform a dynamic
variable or function substitution.
- substituteNull -
Static variable in class jwo.landserf.process.io.FileIO
- Indicates whether or not to substitute nulls for selected values.
- SUBSTRING -
Static variable in class jwo.utils.expression.MathOperator
- Extracts a substring from a string
- SUBTRACT -
Static variable in class jwo.utils.expression.MathOperator
- Subtraction operator.
- SUM -
Static variable in class jwo.landserf.process.RasterStats
- Indicates that only the sum of all cells is to be calculated.
- SurfaceDetailBox - Class in jwo.landserf.gui3d
- Allows surface detail texture to be controlled (texture to
use, level of transparency, size etc).
- SurfaceDetailBox(GUI3d) -
Constructor for class jwo.landserf.gui3d.SurfaceDetailBox
- Create a dialog allowing vector appearance to be changed.
- SurfaceFeatureThread - Class in jwo.landserf.process
- Calculates surface features based on the relative drop method.
- SurfaceFeatureThread(GISFrame, float) -
Constructor for class jwo.landserf.process.SurfaceFeatureThread
- Classifies the DEM into surface features according to the given relative drop/climb.
- SurfaceRenderer - Class in jwo.landserf.gui3d
- Creates and draws spatial objects in 3D coordinate space.
- SurfaceRenderer(GUI3d) -
Constructor for class jwo.landserf.gui3d.SurfaceRenderer
- Creates a surface to display from the given 3d GUI.
- SurfNetwork - Class in jwo.landserf.process
- Calculates a Wolf-Pfaltz Surface Network based on rasters
containing elevation and surface features.
- SurfNetwork(RasterMap, RasterMap, float, float, int) -
Constructor for class jwo.landserf.process.SurfNetwork
- Creates a ridge or channel from the given starting position over
the given surface with the given slope tolerance.
- SurfNetwork(RasterMap, RasterMap, GISFrame) -
Constructor for class jwo.landserf.process.SurfNetwork
- Sets up a surface network for storing surface topology.
- SurfNetworkThread - Class in jwo.landserf.process
- Calculates a vector surface network from a raster elevation
model and surface feature raster.
- SurfNetworkThread(GISFrame) -
Constructor for class jwo.landserf.process.SurfNetworkThread
- Initialises the surface network processing.
- SurfNormals - Class in jwo.landserf.gui3d
- Calculates the surface normals of a gridded array.
- SurfNormals() -
Constructor for class jwo.landserf.gui3d.SurfNormals
-
- SurfParam - Class in jwo.landserf.process
- Calculates surface parameters from a RasterMap object.
- SurfParam(GISFrame, int) -
Constructor for class jwo.landserf.process.SurfParam
- Sets up a surface ready for parameterisation (slope, aspect etc) or feature extraction
from a raster surface.
- SurfParamBox - Class in jwo.landserf.gui
- Creates a dialogue box allowing surface parameters to
be selected (slope, aspect etc.)
- SurfParamBox(Frame, int) -
Constructor for class jwo.landserf.gui.SurfParamBox
- Creates the dialogue box for parameter selection.
- SurfParamThread - Class in jwo.landserf.process
- Calculates a given surface parameter such as slope, aspect, curvature or feature type.
- SurfParamThread(GISFrame) -
Constructor for class jwo.landserf.process.SurfParamThread
- Prepares the class for calculation of surface parameters.
- SurfParamThread(GISFrame, SurfParam) -
Constructor for class jwo.landserf.process.SurfParamThread
- Prepares the class for calculation of a given surface parameter.
- SVG -
Static variable in class jwo.landserf.process.io.FileHandler
- Scalable Vector Graphics (SVG).
- swap(int, int) -
Method in class jwo.utils.gui.TableSorter
-
- swapTest(Edge) -
Method in class jwo.landserf.structure.DelaunayTriang
- Swaps candidate edges and retriangulates if necessary.
- SWISS -
Static variable in class jwo.landserf.process.proj.Projection
- Indicates Swiss grid map projection.
- Swiss - Class in jwo.landserf.process.proj
- Class for representing the Swiss coordinate system.
- Swiss() -
Constructor for class jwo.landserf.process.proj.Swiss
- Initialises the transformer assuming a forward transformation is from
longitude/latitude to Swiss coordinates.
- Swiss(int) -
Constructor for class jwo.landserf.process.proj.Swiss
- Initialises the transformer in the given direction.
- swissToLatLong(float, float) -
Method in class jwo.landserf.process.proj.Swiss
- Converts the given Swiss coordinates to longitude/latitude location.
- Symbol - Class in jwo.utils.syntaxhighlighter
- A Symbol represents the information shared between similar tokens, that is
their type and spelling.
- Symbol(int, String) -
Constructor for class jwo.utils.syntaxhighlighter.Symbol
- Creates a symbol from its type and name.
- symbol -
Variable in class jwo.utils.syntaxhighlighter.Token
- The symbol contains all the properties shared with similar tokens.
- symbolTable -
Variable in class jwo.utils.syntaxhighlighter.Scanner
- The symbol table can be accessed by
initSymbolTable
or
lookup
, if they are overridden.
- SyntaxHighlighter - Class in jwo.utils.syntaxhighlighter
- Displays text with syntax highlighting.
- SyntaxHighlighter(int, int, Scanner) -
Constructor for class jwo.utils.syntaxhighlighter.SyntaxHighlighter
- Creates a graphics component which displays text with syntax highlighting.
T
- tableChanged(TableModelEvent) -
Method in class jwo.utils.gui.TableMap
- Used to signal that there has been a change to something in the table.
- tableChanged(TableModelEvent) -
Method in class jwo.utils.gui.TableSorter
-
- TableMap - Class in jwo.utils.gui
- In a chain of data manipulators some behaviour is common.
- TableMap() -
Constructor for class jwo.utils.gui.TableMap
-
- TableSorter - Class in jwo.utils.gui
- A sorter for TableModels.
- TableSorter() -
Constructor for class jwo.utils.gui.TableSorter
- Creates the sorter with no underlying table model.
- TableSorter(TableModel) -
Constructor for class jwo.utils.gui.TableSorter
- Creates the sorter using the given table model.
- TAG -
Static variable in interface jwo.utils.syntaxhighlighter.TokenTypes
-
- TAN -
Static variable in class jwo.utils.expression.MathOperator
- Trigonometrical tangent function.
- TargaReader - Class in jwo.utils.gui
- Reads Targa (.tga) image files and creates Java Image objects
from them.
- TargaReader(String) -
Constructor for class jwo.utils.gui.TargaReader
- Reads the given targa file and stores the resulting image.
- TargaReader(File) -
Constructor for class jwo.utils.gui.TargaReader
- Reads the given targa file and stores the resulting image.
- TERRAGEN_RAW_R -
Static variable in class jwo.landserf.process.io.FileHandler
- Terragen raw binary raster.
- TERRAGEN_TERRAIN_R -
Static variable in class jwo.landserf.process.io.FileHandler
- Terragen native terrain.
- testGPS() -
Method in class jwo.landserf.gui.GPSConfigBox
- Tests communication with a selected GPS, by opening it and then closing it.
- TEXT -
Static variable in class jwo.landserf.process.io.FileHandler
- Generic text file.
- TEXT_MODE -
Static variable in class jwo.landserf.script.ScriptDocument
- Indicates display of normal text in script.
- TEXT_R -
Static variable in class jwo.landserf.process.io.FileHandler
- Generic ASCII raster.
- TEXT_V -
Static variable in class jwo.landserf.process.io.FileHandler
- Generic ASCII vector.
- TextRasterIO - Class in jwo.landserf.process.io
- Contains a collection of static methods for reading and
writing text raster files.
- TextRasterIO() -
Constructor for class jwo.landserf.process.io.TextRasterIO
- There should be no need to call the constructor explicitly since
all methods are static.
- TEXTTOP -
Static variable in class jwo.utils.gui.html.ImprovedImageView
- Indicates top alignment of image text.
- TextVectorIO - Class in jwo.landserf.process.io
- Contains a collection of static methods for reading and
writing text vector files.
- TextVectorIO() -
Constructor for class jwo.landserf.process.io.TextVectorIO
- There should be no need to call the constructor explicitly since
all methods are static.
- Thumbnail - Class in jwo.landserf.gui
- Small panel for displaying thumbnail versions of spatial objects.
- Thumbnail(SpatialObject) -
Constructor for class jwo.landserf.gui.Thumbnail
- Creates a thumbnail consisting of image and title.
- Thumbnail(SpatialObject, boolean) -
Constructor for class jwo.landserf.gui.Thumbnail
- Creates a thumbnail consisting of image and optional title.
- ThumbnailBorder - Class in jwo.landserf.gui
- Creates a customised border for the display of spatial object
thumbnails.
- ThumbnailBorder() -
Constructor for class jwo.landserf.gui.ThumbnailBorder
- Creates a border for unselected spatial objects.
- ThumbnailBorder(int) -
Constructor for class jwo.landserf.gui.ThumbnailBorder
- Creates a border for spatial objects with the given selection type.
- ThumbnailViewer - Class in jwo.landserf.gui
- Creates a vertical panel for viewing spatial thumbnails.
- ThumbnailViewer(GISFrame) -
Constructor for class jwo.landserf.gui.ThumbnailViewer
- Creates a scrollable panel for showing thumbnails.
- TIME_SPACE -
Static variable in class jwo.landserf.process.proj.Projection
- Indicates Mayhew travel time-space projection.
- TimeDataPacket - Class in jwo.landserf.process.gps.garmin
- Represents a Garmin date-time packet used for timestamping records.
- TimeDataPacket(GarminPacket) -
Constructor for class jwo.landserf.process.gps.garmin.TimeDataPacket
- Creates a time data packet from the given packet data.
- timeReceived(GPSTime) -
Method in interface jwo.landserf.process.gps.GPSListener
- Invoked when the GPS transmits time data.
- TimeSpace - Class in jwo.landserf.process.proj
- Class for representing Mayhew time-space transformations.
- TimeSpace(int, float, float, float, float, float) -
Constructor for class jwo.landserf.process.proj.TimeSpace
- Initialises the time-space converter.
- TimeSpaceBox - Class in jwo.landserf.gui
- Creates a window allowing urban time-space parameters to be set.
- TimeSpaceBox(Frame) -
Constructor for class jwo.landserf.gui.TimeSpaceBox
- Creates the dialogue box allowing raster transformation options to be specified.
- timeSpaceToPlanar(float, float) -
Method in class jwo.landserf.process.proj.TimeSpace
- Converts the given time-space coordinates into a their planar location.
- TIN -
Static variable in interface jwo.landserf.structure.SpatialModel
- Identifies the spatial model as a Triangulated Irregular Network.
- TIN -
Static variable in class jwo.landserf.structure.VectorObject
- Deprecated. Triangulated Irregular Network vector type.
- TIN_TO_POINTS -
Static variable in class jwo.landserf.process.TinPointsThread
- Indicates a transformation from TIN to points.
- TinPointsThread - Class in jwo.landserf.process
- Converts between a point collection and TIN in either direction.
- TinPointsThread(GISFrame, int) -
Constructor for class jwo.landserf.process.TinPointsThread
- Converts between TIN and point collection.
- TinToDemThread - Class in jwo.landserf.process
- Converts a TIN to DEM representation.
- TinToDemThread(GISFrame) -
Constructor for class jwo.landserf.process.TinToDemThread
- Prepares class for converting a TIN into DEM representation
using planar interpolation.
- TinToDemThread(GISFrame, boolean) -
Constructor for class jwo.landserf.process.TinToDemThread
- Prepares class for converting a TIN into DEM representation.
- tinToVector() -
Method in class jwo.landserf.structure.VectorMap
- Creates a vector map from current triangulation topology.
- title -
Variable in class jwo.landserf.structure.VectHeader
- Deprecated. Title of vector.
- TO_LAT_LONG -
Static variable in class jwo.landserf.process.proj.AlbersEqualAreaConic
- Indicates a transformation to latitude/longitude
- TO_LAT_LONG -
Static variable in class jwo.landserf.process.proj.FrenchNTF
- Indicates a transformation to longitude/latitude.
- TO_LAT_LONG -
Static variable in class jwo.landserf.process.proj.ObliqueMercator
- Indicates a transformation to longitude/latitude
- TO_LAT_LONG -
Static variable in class jwo.landserf.process.proj.Swiss
- Indicates a transformation to longitude/latitude.
- TO_LAT_LONG -
Static variable in class jwo.landserf.process.proj.UTM
- Indicates a transformation to longitude/latitude
- TO_TIME_SPACE -
Static variable in class jwo.landserf.process.proj.TimeSpace
- Indicates a transformation to time-space from planar coordinates.
- toBufferedImage(Image) -
Static method in class jwo.utils.gui.ImageUtils
- Creates a bufferedImage from the given Java image.
- toFormattedString() -
Method in class jwo.landserf.script.LSCommand
- Reports a formatted help message describing command and its parameters.
- TOK_ADDITIVE -
Static variable in class jwo.utils.expression.MathToken
- Additive operator token.
- TOK_BOOLEAN -
Static variable in class jwo.utils.expression.MathToken
- Boolean type token.
- TOK_CLOSE_INDEX -
Static variable in class jwo.utils.expression.MathToken
- Close index token.
- TOK_CLOSE_PAREN -
Static variable in class jwo.utils.expression.MathToken
- Close parenthesis token.
- TOK_COMPARATIVE -
Static variable in class jwo.utils.expression.MathToken
- Comparative operator token.
- TOK_EXPONENT -
Static variable in class jwo.utils.expression.MathToken
- Exponential operator token.
- TOK_FUNC -
Static variable in class jwo.utils.expression.MathToken
- Fixed parameter function token.
- TOK_MULTIPLICATIVE -
Static variable in class jwo.utils.expression.MathToken
- Multiplicative operator token.
- TOK_NUMBER -
Static variable in class jwo.utils.expression.MathToken
- Numerical token.
- TOK_OPEN_INDEX -
Static variable in class jwo.utils.expression.MathToken
- Open index token.
- TOK_OPEN_PAREN -
Static variable in class jwo.utils.expression.MathToken
- Open parenthesis token.
- TOK_QUOTED_STRING -
Static variable in class jwo.utils.expression.MathToken
- Any text inside quotation marks.
- TOK_SEPARATOR -
Static variable in class jwo.utils.expression.MathToken
- Parameter separator token.
- TOK_USER_FUNC -
Static variable in class jwo.utils.expression.MathToken
- User-defined function token.
- TOK_VAR_FUNC -
Static variable in class jwo.utils.expression.MathToken
- Variable parameter function token.
- TOK_VARIABLE -
Static variable in class jwo.utils.expression.MathToken
- Variable token.
- Token - Class in jwo.utils.expression
- A simple token for storing a type, value pair.
- Token(Object, Object) -
Constructor for class jwo.utils.expression.Token
- Creates a token of the given type storing the given value.
- Token - Class in jwo.utils.syntaxhighlighter
- A token represents a smallest meaningful fragment of text, such as a word,
recognised by a scanner.
- Token(Symbol, int) -
Constructor for class jwo.utils.syntaxhighlighter.Token
- Creates a token with a given symbol and position.
- Tokenizer - Class in jwo.utils.expression
- A tokenizer that uses regular expressions to parse text.
- Tokenizer() -
Constructor for class jwo.utils.expression.Tokenizer
- Creates a default tokenizer with no initial expression to process.
- Tokenizer(String) -
Constructor for class jwo.utils.expression.Tokenizer
- Creates a tokenizer using the given initial expression.
- TokenNotFoundException - Exception in jwo.utils.expression
- Exception for reporting missing tokens.
- TokenNotFoundException() -
Constructor for exception jwo.utils.expression.TokenNotFoundException
- Creates the exception.
- TokenNotFoundException(String) -
Constructor for exception jwo.utils.expression.TokenNotFoundException
- Creates the exception with the given message.
- TOKENS -
Static variable in class jwo.utils.expression.MathToken
- Array of valid regular expressions corresponding with their token types.
- TokenTypes - Interface in jwo.utils.syntaxhighlighter
- The TokenTypes interface defines the integer constants representing
different types of tokens, for use with any languages.
- toListModel() -
Method in class jwo.landserf.structure.ColourTable
- Converts the colour rules into a ListModel suitable for display
by GUI JLists or JTables.
- TOP -
Static variable in class jwo.utils.gui.html.ImprovedImageView
- Indicates top alignment of image.
- top -
Variable in class jwo.utils.gui.JWGraph
- Top position of graph.
- TOP -
Static variable in class jwo.utils.gui.SGLayout
- Indicates top alignment of a cell.
- topBorder -
Variable in class jwo.utils.gui.SGLayout
-
- toRadians() -
Method in class jwo.landserf.process.gps.AngleDegrees
- Reports this angle in radians.
- toString() -
Method in class jwo.landserf.process.gps.AngleRadians
- Reports the value of this angle in degrees and minutes.
- toString() -
Method in class jwo.landserf.process.gps.garmin.GarminPacket
- Reports a summary of the packet.
- toString() -
Method in exception jwo.landserf.process.gps.garmin.InvalidPacketException
- Provides formatted text showing the packet with the problem.
- toString() -
Method in class jwo.landserf.process.gps.garmin.PositionDataPacket
- Reports a textual representation of this packet.
- toString() -
Method in class jwo.landserf.process.gps.garmin.ProductDataPacket
- Reports a textual representation of this packet.
- toString() -
Method in class jwo.landserf.process.gps.garmin.ProtocolDataPacket
- Reports a textual representation of this packet.
- toString() -
Method in class jwo.landserf.process.gps.garmin.PVTDataPacket
- Reports a textual representation of this packet.
- toString() -
Method in class jwo.landserf.process.gps.garmin.RecordsPacket
- Reports a textual representation of this packet.
- toString() -
Method in class jwo.landserf.process.gps.garmin.TimeDataPacket
- Reports a textual representation of this packet.
- toString() -
Method in class jwo.landserf.process.gps.garmin.TransferCompletedPacket
- Reports a textual representation of this packet.
- toString() -
Method in class jwo.landserf.process.proj.Projection
- Returns a human-readable description of this projection.
- toString() -
Method in class jwo.landserf.script.LSCommand
- Reports a help message describing command and its parameters.
- toString() -
Method in class jwo.landserf.structure.ColourRule
- Reports the current colour rule.
- toString(int) -
Static method in class jwo.landserf.structure.ColourRule
- Converts a given colour value from integer to R,G,B,A string
for display and storage.
- toString() -
Method in class jwo.landserf.structure.ColourTable
- Reports the current colour table rules.
- toString() -
Method in class jwo.landserf.structure.Edge
- Reports the coordinates of this edge.
- toString() -
Method in class jwo.landserf.structure.Footprint
- Reports the details of this footprint.
- toString() -
Method in class jwo.landserf.structure.Header
- Reports the contents of the header as a text string.
- toString() -
Method in class jwo.landserf.structure.msn.GraphEdge
- Provides a text summary of the edge.
- toString() -
Method in class jwo.landserf.structure.msn.GraphJunction
- Provides a text summary of the junction.
- toString() -
Method in class jwo.landserf.structure.msn.GraphNetwork
- Describes the network.
- toString() -
Method in class jwo.landserf.structure.msn.GraphNode
- Provides a text summary of the node.
- toString() -
Method in class jwo.landserf.structure.Node
- Reports the coordinates of this node.
- toString() -
Method in class jwo.landserf.structure.RasterMap
- Reports the details of this raster map.
- toString() -
Method in class jwo.landserf.structure.Segment
- Reports the coordinates of this segment.
- toString() -
Method in class jwo.landserf.structure.SpatialObject
- Reports the details of this spatial object.
- toString() -
Method in class jwo.landserf.structure.Triangle
- Reports the coordinates of this triangle.
- toString() -
Method in class jwo.landserf.structure.VectorMap
- Reports the details of this vector map.
- toString() -
Method in class jwo.utils.dbase.DbaseFileHeader
- Provides a simple representation of this header.
- toString() -
Method in class jwo.utils.expression.MathOperator
- Reports a string representation of this operator.
- toString() -
Method in class jwo.utils.expression.Token
- Provides a textual description of the object stored by the token.
- toString() -
Method in class jwo.utils.gifutils.GIFImage
- Provides a string representation of the gif file - includes all
image data including actual pixels.
- toString() -
Method in class jwo.utils.structure.JWPriorityQueue
- Provides a formatted piece of text representing the contents of the
priority queue.
- toString() -
Method in class jwo.utils.syntaxhighlighter.Symbol
- Reports the name of the symbol.
- toStringArray() -
Method in class jwo.landserf.structure.ColourTable
- Reports the current colour table rules.
- toVectorMap() -
Method in class jwo.landserf.gui3d.View3d
- Creates a VectorMap version of this route.
- TrackDataPacket - Class in jwo.landserf.process.gps.garmin
- Represents a Garmin track packet used for storing sets of locations.
- TrackDataPacket(GarminPacket) -
Constructor for class jwo.landserf.process.gps.garmin.TrackDataPacket
- Creates a track packet from the given packet data.
- trackListeners -
Variable in class jwo.landserf.process.gps.GPS
- List of objects registered as listeners for track data from the GPS.
- trackReceived(GPSTrack) -
Method in class jwo.landserf.gui.GPSImportBox
- Handles the receipt of a track packet from the GPS.
- trackReceived(GPSTrack) -
Method in interface jwo.landserf.process.gps.GPSTrackListener
- Should indicate that some GPS track data have been transmitted and received.
- TRAILER -
Static variable in class jwo.utils.gifutils.GIFImage
- Trailer block label.
- transferComplete(int) -
Method in class jwo.landserf.gui.GPSImportBox
- Called when the transfer to/from GPS is complete.
- transferComplete(int) -
Method in class jwo.landserf.process.gps.garmin.ConnectionTest
- Called when the transfer to/from GPS is complete.
- transferComplete(int) -
Method in interface jwo.landserf.process.gps.GPSTransferListener
- Should indicate that the data transfer is complete.
- TransferCompletedPacket - Class in jwo.landserf.process.gps.garmin
- Represents a packet transmitted after a large transfer of data units.
- TransferCompletedPacket(int, int) -
Constructor for class jwo.landserf.process.gps.garmin.TransferCompletedPacket
- Creates a transfer complete packet that indicates the given command has completed.
- TransferCompletedPacket(GarminPacket) -
Constructor for class jwo.landserf.process.gps.garmin.TransferCompletedPacket
- Creates a transfer completed packet from the given packet data.
- transferListeners -
Variable in class jwo.landserf.process.gps.GPS
- List of objects registered as listeners for data transfers from the GPS.
- transferStarted(int) -
Method in class jwo.landserf.gui.GPSExportBox
- Called when a transfer to/from GPS is initiated.
- transferStarted(int) -
Method in class jwo.landserf.gui.GPSImportBox
- Called when a transfer to/from GPS is initiated.
- transferStarted(int) -
Method in class jwo.landserf.process.gps.garmin.ConnectionTest
- Called when a transfer to/from GPS is initiated.
- transferStarted(int) -
Method in interface jwo.landserf.process.gps.GPSTransferListener
- Should indicate that the transfer of data has started.
- Transformable - Interface in jwo.landserf.process
- Indicates that the class can transform the location represented
by a footprint.
- TransformAdapter - Class in jwo.landserf.process
- Provides a default transformer that leaves coordinates unchanged.
- TransformAdapter() -
Constructor for class jwo.landserf.process.TransformAdapter
-
- transformCoords(Footprint) -
Method in class jwo.landserf.gui.RectifyBox
- Transforms a given location using the last calculated transformation.
- transformCoords(Footprint) -
Method in class jwo.landserf.process.proj.AlbersEqualAreaConic
- Performs a forward transformation (latitude/longitude to Albers) on the
given location.
- transformCoords(Footprint) -
Method in class jwo.landserf.process.proj.FrenchNTF
- Performs a forward longitude/latitude to French grid transform on the given location.
- transformCoords(Footprint) -
Method in class jwo.landserf.process.proj.ObliqueMercator
- Performs a forward longitude/latitude to Oblique Mercator transform on the given location.
- transformCoords(Footprint) -
Method in class jwo.landserf.process.proj.OSGB
- Performs a forward longitude/latitude to OSGB transformation of the given location.
- transformCoords(Footprint) -
Method in class jwo.landserf.process.proj.Swiss
- Performs a forward longitude/latitude to Swiss grid transform on the given location.
- transformCoords(Footprint) -
Method in class jwo.landserf.process.proj.TimeSpace
- Performs a forward planar time-space transformation on the given location.
- transformCoords(Footprint) -
Method in class jwo.landserf.process.proj.UTM
- Performs a forward transform on the given location.
- transformCoords(Footprint) -
Method in interface jwo.landserf.process.Transformable
- Should transform the location given by the footprint.
- transformCoords(Footprint) -
Method in class jwo.landserf.process.TransformAdapter
- Transforms the location given by the footprint, but in this case
creates a new identical footprint.
- TRANSPARENT_GRID -
Static variable in class jwo.landserf.gui3d.SurfaceDetailBox
- Transparent grid.
- TransRastBox - Class in jwo.landserf.gui
- Creates a window allowing raster values to be transformed.
- TransRastBox(Frame) -
Constructor for class jwo.landserf.gui.TransRastBox
- Creates the dialogue box allowing raster transformation options to be specified.
- TransRastThread - Class in jwo.landserf.process
- Creates a new raster based on a transformation (scaling, translation,
flooding, rounding and to/from null conversion) of an existing one.
- TransRastThread(GISFrame, TransRastBox) -
Constructor for class jwo.landserf.process.TransRastThread
- Transforms raster values using parameters given in trb.
- Triangle - Class in jwo.landserf.structure
- Stores a topological triangle.
- Triangle(Edge, Edge, Edge) -
Constructor for class jwo.landserf.structure.Triangle
- Creates a triangle from the three given edges.
- Triangle(Edge, Edge, Edge, boolean) -
Constructor for class jwo.landserf.structure.Triangle
- Creates a triangle from the three given edges.
- Triangle(Vector, Edge, Edge, Edge) -
Constructor for class jwo.landserf.structure.Triangle
- Creates a triangle from the three given edges and stores them
in their own Java vector.
- triangulation -
Variable in class jwo.landserf.structure.VectorMap
- Triangulation topology.
- TWOPI -
Static variable in class jwo.landserf.process.SurfParam
- 2*PI (360 degrees in radians).
- type -
Variable in class jwo.utils.syntaxhighlighter.Symbol
- Classifies the symbol and distinguishes different symbols with
the same spelling, where necessary.
- typeNames -
Static variable in interface jwo.utils.syntaxhighlighter.TokenTypes
- The names of the token types, indexed by type, are provided for
descriptive purposes and for use by properties files.
U
- UNARY_SUBTRACT -
Static variable in class jwo.utils.expression.MathOperator
- Unary minus operator (eg -25).
- UNDECLARED -
Static variable in class jwo.landserf.script.LSParameter
- Indicates a parameter with an undeclared type.
- UNDEFINED -
Static variable in class jwo.landserf.process.io.FileHandler
- Undefined file type.
- UNDEFINED -
Static variable in class jwo.landserf.process.proj.Ellipsoid
- Undefined ellipsoid.
- UNDEFINED -
Static variable in class jwo.landserf.process.proj.Projection
- Indicates map projection is undefined.
- UNDEFINED -
Static variable in class jwo.landserf.process.SurfParam
- Undefined feature.
- UNDEFINED -
Static variable in class jwo.landserf.structure.Node
- Undefined type.
- UNDEFINED -
Static variable in class jwo.landserf.structure.Segment
- Indicates location is undefined with respect to segment.
- UNDEFINED -
Static variable in interface jwo.landserf.structure.SpatialModel
- Identifies an undefined spatial comparison.
- undoableEditHappened(UndoableEditEvent) -
Method in class jwo.utils.gui.UndoHandler
- Responds to undoable edits by saving them in the undo manager.
- UndoableEditorPane - Class in jwo.utils.gui
- An HTML friendly text pane with undo and redo facilities.
- UndoableEditorPane() -
Constructor for class jwo.utils.gui.UndoableEditorPane
- Creates an editor pane with undo facility attached to ctrl-z and ctrl-y.
- UndoHandler - Class in jwo.utils.gui
- Deals with the 'undo' and 'redo' actions associated with a document.
- UndoHandler(JTextComponent) -
Constructor for class jwo.utils.gui.UndoHandler
- Creates a handler to be attached to the given text component.
- UndoHandler(JTextComponent, boolean) -
Constructor for class jwo.utils.gui.UndoHandler
- Creates a handler to be attached to the given text component.
- undoLastChange() -
Method in class jwo.utils.gui.UndoHandler
- Undoes last undoable action.
- UNION -
Static variable in interface jwo.landserf.structure.SpatialModel
- Used to signal a 'union' spatial combination.
- UNKNOWN -
Static variable in interface jwo.landserf.structure.SpatialModel
- Identifies that object is of unknown type.
- UNKNOWN_FLOAT -
Static variable in class jwo.landserf.process.gps.garmin.GarminPacket
- Indicates an an unsupported or unknown floating point value.
- UNKNOWN_MODEL -
Static variable in interface jwo.landserf.structure.SpatialModel
- Identifies the spatial model is unknown.
- UnknownPacketException - Exception in jwo.landserf.process.gps.garmin
- Used to indicate that a transmitted packet has not been recognised.
- UnknownPacketException() -
Constructor for exception jwo.landserf.process.gps.garmin.UnknownPacketException
-
- UNRECOGNIZED -
Static variable in interface jwo.utils.syntaxhighlighter.TokenTypes
-
- update(Node, Node) -
Method in class jwo.landserf.structure.Edge
- Updates the topology and equation representing this edge.
- update(Edge, Edge, Edge) -
Method in class jwo.landserf.structure.Triangle
- Initialises the triangle by storing the given edges
and calculating the triangle's circumcirle.
- update(Edge, Edge, Edge, boolean) -
Method in class jwo.landserf.structure.Triangle
- Initialises the triangle by storing the given edges
and calculating the triangle's circumcirle.
- updateAll() -
Method in class jwo.utils.syntaxhighlighter.SyntaxHighlighter
- Updates the entire contents to be displayed.
- updateBounds() -
Method in class jwo.landserf.structure.DummySpatialObject
- Would force the object to find its new spatial and attribute bounds, but does nothing in this case.
- updateBounds() -
Method in class jwo.landserf.structure.GISVector
- Updates the bounding rectangle of this object by examining coordinates
that make up the feature.
- updateBounds() -
Method in class jwo.landserf.structure.RasterMap
- Does a recalculation of the attribute bounds (minimum and maximum values).
- updateBounds() -
Method in class jwo.landserf.structure.SpatialObject
- Should force the object to find its new spatial and attribute bounds.
- updateBounds() -
Method in class jwo.landserf.structure.VectorMap
- Updates the minimum enclosing rectangle as that enclosing
all GIS Vectors within this map and finds the minimum and
maximum attribute values.
- updateColour(Color) -
Method in class jwo.landserf.gui3d.GUI3d
- Responds to a request to change one of the display colours (fog, sea,
sky or walls.
- updateColour(Color) -
Method in interface jwo.utils.gui.JWColourListener
- Should update with new colour.
- updateColourTable(ColourTable) -
Method in class jwo.landserf.gui.ColourChooseBox
- Updates the colour table with the one given.
- updateColourTable(ColourTable) -
Method in interface jwo.landserf.gui.ColourEditListener
- Should identify a change in the given colour table.
- updateFromDialogue(JWDialogue) -
Method in class jwo.landserf.gui.GUIFrame
- Responds to the closing of non-modal dialogues.
- updateFromDialogue(JWDialogue) -
Method in interface jwo.utils.gui.JWDialogueListener
- Should update from dialogue box.
- updateFromRubberband(Footprint) -
Method in class jwo.landserf.gui.EditBox
- Updates the boundary boxes from values in a graphically selected
rubber-band box.
- updateFromRubberband(Footprint) -
Method in interface jwo.landserf.gui.RubberbandListener
- Should identify the newly selected rectangular region.
- updateFromText(String) -
Method in class jwo.landserf.structure.msn.GraphNetwork
- Converts the given string into a surface network.
- updateGUI(boolean) -
Method in class jwo.landserf.gui.ScriptEditor
- Updates GUI depending on whether a script is currently running or not.
- updateInputGUI() -
Method in interface jwo.landserf.gui.GISFrame
- Should update this GISFrame's user interface according to what is
currently stored or displayed.
- updateInputGUI() -
Method in class jwo.landserf.gui.GISFrameAdapter
- Would update this frame's menu/button items according to what is
currently stored or displayed, but ignored in this case.
- updateInputGUI() -
Method in class jwo.landserf.gui.GUIFrame
- Updates the window's menu/button items according to what is
currently stored or displayed.
- updateNumSubpaths() -
Method in class jwo.landserf.structure.GISVector
- Calculates the number of sub-paths represented by this object.
- updateSelection(JCheckBox) -
Method in class jwo.landserf.gui.AttributeSelectionBox
- Updates the selected list identified by the given checkbox.
- updateSpatialObjects() -
Method in class jwo.landserf.gui.ThumbnailViewer
- Updates the spatial objects represented as the primary and secondary rasters
and vector maps.
- updateTexture() -
Method in class jwo.landserf.gui3d.GUI3d
- Updates the current texture at the given level of detail.
- updateTexture(int) -
Method in class jwo.landserf.gui3d.GUI3d
- Updates the current texture at the given level of detail.
- updateTexture(int, int, boolean) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Updates a texture at a given texture size.
- updateTextureMenu(int) -
Method in class jwo.landserf.gui3d.GUI3d
- Updates the GUI to reflect current texture options.
- UpdateThread - Class in jwo.landserf.process
- Updates spatial objects after they have been edited.
- UpdateThread(GISFrame, boolean) -
Constructor for class jwo.landserf.process.UpdateThread
- Updates the display of changed spatial objects.
- UpdateThread(GISFrame, boolean, String) -
Constructor for class jwo.landserf.process.UpdateThread
- Updates the display of changed spatial objects and reports the given message.
- updateThumb() -
Method in class jwo.landserf.gui.Thumbnail
- Updates the thumbnail image.
- updateUI() -
Method in class jwo.utils.gui.EditableHeader
- Notification from the UIManager that the look and feel (L&F) has changed.
- updateView() -
Method in class jwo.landserf.gui.ThumbnailViewer
- Updates the thumbnail view.
- updateXAxis(float, float) -
Method in class jwo.landserf.gui.Histogram
- Updates the histogram X-axis with the given range.
- updateXAxis(float, float, String[], int) -
Method in class jwo.landserf.gui.Histogram
- Updates the histogram X-axis with the given range, labels and measurement scale.
- updateYAxis(float, float) -
Method in class jwo.landserf.gui.Histogram
- Updates the histogram Y-axis with the given range.
- UPEAK -
Static variable in class jwo.landserf.process.SurfParam
- 'Universal peak'
- UPIT -
Static variable in class jwo.landserf.process.SurfParam
- 'Universal pit' (e.g. sea).
- URL -
Static variable in interface jwo.utils.syntaxhighlighter.TokenTypes
-
- US_ALL_ALBERS -
Static variable in class jwo.landserf.process.proj.Projection
- US all states Albers projection.
- US_CONT_ALBERS -
Static variable in class jwo.landserf.process.proj.Projection
- US conterminous states Albers projection.
- USB -
Static variable in class jwo.landserf.process.gps.GPS
- Indicates that the GPS uses a USB packet.
- USB_PROTOCOL_LAYER -
Static variable in class jwo.landserf.process.gps.garmin.GarminPacket
- Indicates a USB protocol layer packet (USB packets only).
- useGrid() -
Method in class jwo.landserf.gui3d.View3d
- Reports whether the DEM view displays as a grid or not.
- useMultiplier -
Static variable in class jwo.landserf.process.io.FileIO
- Indicates whether or not to scale z values by the multiplier.
- USER_DEFINED -
Static variable in class jwo.landserf.gui3d.SurfaceDetailBox
- User defined texture.
- usesRaster1() -
Method in class jwo.landserf.gui.GraphicsArea
- Reports whether primary raster is being used in the current display.
- usesRaster2() -
Method in class jwo.landserf.gui.GraphicsArea
- Reports whether secondary raster is being used in the current display.
- usesVector() -
Method in class jwo.landserf.gui.GraphicsArea
- Reports whether vector is being used in the current display.
- usesZ1() -
Method in class jwo.utils.expression.MathParser
- Reports whether a 'z1' substitution has been made.
- usesZ2() -
Method in class jwo.utils.expression.MathParser
- Reports whether a 'z2' substitution has been made.
- USGS_R -
Static variable in class jwo.landserf.process.io.FileHandler
- USGS DEM format.
- UTM -
Static variable in class jwo.landserf.process.proj.Projection
- Indicates UTM map projection.
- UTM - Class in jwo.landserf.process.proj
- Class for representing Universal Transverse Mercator projections.
- UTM(Ellipsoid, int, char) -
Constructor for class jwo.landserf.process.proj.UTM
- Initialises the UTM converter with the given ellipsoid and zone.
- UTM(Ellipsoid, float, float) -
Constructor for class jwo.landserf.process.proj.UTM
- Initialises the UTM converter with the given ellipsoid.
- UTMToLatLong(float, float) -
Method in class jwo.landserf.process.proj.UTM
- Converts the given UTM coordinates into a longitude/latitude location.
- UTMToLatLong(float, float, double, double, double, double, double) -
Method in class jwo.landserf.process.proj.UTM
- Converts the given UTM coordinates into a (
lng
,lat
) referenced location.
V
- vAdd(float[], float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Adds one (3D) vector to another.
- vAdd(double[], double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Adds one (3D) vector to another.
- validateColumns() -
Method in class jwo.landserf.structure.AttributeTable
- Checks the numeric/text status of all cells.
- validateXHTML(String) -
Method in class jwo.utils.gui.html.ImprovedHTMLEditorKit
- Validates the given XHTML content.
- vAlignment -
Variable in class jwo.utils.gui.SGLayout
-
- vAlignments -
Variable in class jwo.utils.gui.SGLayout
-
- valueChanged(ListSelectionEvent) -
Method in class jwo.landserf.gui.ColourChooseBox
- Responds to a change in a list selection by updating the 'remove' button.
- valueChanged(ListSelectionEvent) -
Method in class jwo.landserf.gui.RectifyBox
- Responds to a change in list selection.
- vAngle(float[], float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the angle between two (3D) vectors u and v.
- vAngle(double[], double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the angle between two (3D) vectors u and v.
- variableListChanged(HashMap) -
Method in class jwo.landserf.gui.ScriptEditor
- Updates the syntax highlighting when variables are added/removed from
those stored in the current script.
- variableListChanged(HashMap) -
Method in interface jwo.landserf.script.VariableListener
- Should provide the action that occurs when the given
variable list has changed in some way.
- VariableListener - Interface in jwo.landserf.script
- Should define the activity that occurs when the list of
variables associated with a script changes.
- VarianceCalculator - Class in jwo.utils
- Class for efficient calculation of variance and standard deviation and
mean of a list of numbers.
- VarianceCalculator() -
Constructor for class jwo.utils.VarianceCalculator
- Initialises the calculator.
- vCopy(float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Produces a copy of a given (3D) vector.
- vCopy(double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Produces a copy of a given (3D) vector.
- vCross(float[], float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the cross product of two (3D) vectors.
- vCross(float, float, float, float, float, float) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the cross product of two (3D) vectors.
- vCross(double[], double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the cross product of two (3D) vectors.
- vCross(double, double, double, double, double, double) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the cross product of two (3D) vectors.
- vDisplay(float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Displays the contents of a 1D vector of any size.
- vDisplay(double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Displays the contents of a 1D vector of any size.
- vDistance(float[], float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the distance between two (3D) points u and v.
- vDistance(double[], double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the distance between two (3D) points u and v.
- vDistanceSq(float[], float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the squared distance between two (3D) points u and v.
- vDistanceSq(double[], double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the squared distance between two (3D) points u and v.
- vDot(float[], float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the dot product of two (3D) vectors.
- vDot(double[], double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the dot product of two (3D) vectors.
- VectAppearanceBox - Class in jwo.landserf.gui
- Allows vector appearance to be controlled.
- VectAppearanceBox(GISFrame, VectorStyles) -
Constructor for class jwo.landserf.gui.VectAppearanceBox
- Creates a window allowing all aspects of the vector appearance to be changed.
- VectAppearanceBox - Class in jwo.landserf.gui3d
- Allows vector appearance to be controlled.
- VectAppearanceBox(GUI3d) -
Constructor for class jwo.landserf.gui3d.VectAppearanceBox
- Create a dialog allowing vector appearance to be changed.
- VectHeader - Class in jwo.landserf.structure
- Deprecated. Should use Header and VectorMap. This class is only maintained
to allow deserialization of vectors saved in pre 2.0 format.
- VectHeader() -
Constructor for class jwo.landserf.structure.VectHeader
- Deprecated.
- VECTOR_2D -
Static variable in interface jwo.landserf.structure.SpatialModel
- Identifies the spatial model as a 2d vector.
- VECTOR_3D -
Static variable in interface jwo.landserf.structure.SpatialModel
- Identifies the spatial model as a 3d vector.
- VECTOR_PARAM -
Static variable in class jwo.landserf.script.LSParameter
- Indicates a vector map parameter.
- VECTOR_STYLES -
Static variable in class jwo.landserf.process.io.FileHandler
- Vector display styles.
- VECTOR_VAR -
Static variable in class jwo.landserf.script.ScriptVariable
- Indicates that variable stores a vector map.
- VectorMap - Class in jwo.landserf.structure
- A collection of GIS vectors that model object boundaries.
- VectorMap() -
Constructor for class jwo.landserf.structure.VectorMap
- Creates an empty vector map with default characteristics.
- VectorMap(Footprint, Header) -
Constructor for class jwo.landserf.structure.VectorMap
- Creates an empty vector map with a given footprint and header.
- VectorMap(GISVector, Header) -
Constructor for class jwo.landserf.structure.VectorMap
- Creates a vector map using the given GIS vector object.
- VectorMap(SpatialObject) -
Constructor for class jwo.landserf.structure.VectorMap
- Creates a vector map based on the dimensions and header of the spatial object.
- VectorObject - Class in jwo.landserf.structure
- Deprecated. Should use GISVector. This class is only maintained
to allow deserialization of vectors saved in pre 2.0 format.
- VectorObject() -
Constructor for class jwo.landserf.structure.VectorObject
- Deprecated.
- VECTORS -
Static variable in class jwo.landserf.gui.CombineBox
- Indicates that two vector maps will be combined.
- VectorStyles - Class in jwo.landserf.structure
- Stores vector drawing styles such as line width, font size and position.
- VectorStyles() -
Constructor for class jwo.landserf.structure.VectorStyles
- Creates a set of default vector styles.
- VectorStyles(VectorStyles) -
Constructor for class jwo.landserf.structure.VectorStyles
- Creates a (cloned) copy of the given styles.
- VectorStyles(float, boolean, boolean, float, boolean, boolean, float, Color, boolean, int, boolean, Color, Color, float, int) -
Constructor for class jwo.landserf.structure.VectorStyles
- Sets the vector styles to the given values.
- VectorToRasterThread - Class in jwo.landserf.process
- Performs a vector to raster transformation.
- VectorToRasterThread(GISFrame, VectorMap, RasterMap) -
Constructor for class jwo.landserf.process.VectorToRasterThread
- Transforms the given vector map into a raster.
- vectorToTin() -
Method in class jwo.landserf.structure.VectorMap
- Creates and stores TIN topology from this vector map.
- VERSION -
Static variable in class jwo.landserf.LandSerf
- Current numeric version of LandSerf.
- VERSION -
Static variable in class jwo.landserf.script.ScriptEngine
- Current numeric version of LandScript.
- VERSION_TEXT -
Static variable in class jwo.landserf.LandSerf
- Current string version of LandSerf.
- VERSION_TEXT -
Static variable in class jwo.landserf.script.ScriptEngine
- Text representing current version of LandScript.
- vgap -
Variable in class jwo.utils.gui.SGLayout
-
- VHIGH -
Static variable in class jwo.landserf.gui3d.GUI3d
- Very High texture quality (1024 x 1024 pixels).
- View3d - Class in jwo.landserf.gui3d
- Class for storing 3d views and routes over a surface.
- View3d() -
Constructor for class jwo.landserf.gui3d.View3d
- Creates an empty route.
- View3dThread - Class in jwo.landserf.process
- Creates a 3d viewer for navigating surfaces.
- View3dThread(GISFrame) -
Constructor for class jwo.landserf.process.View3dThread
- Initialises the 3d viewer.
- viewToModel(float, float, Shape, Position.Bias[]) -
Method in class jwo.utils.gui.html.ImprovedImageView
- Provides a mapping from the view coordinate space to the logical
coordinate space of the model.
- VISTA_BIN_R -
Static variable in class jwo.landserf.process.io.FileHandler
- VistaPro binary raster.
- VISTA_BIN_V -
Static variable in class jwo.landserf.process.io.FileHandler
- VistaPro binary vector.
- VISTA_TEXT_R -
Static variable in class jwo.landserf.process.io.FileHandler
- VistaPro ASCII raster.
- VISTA_TEXT_V -
Static variable in class jwo.landserf.process.io.FileHandler
- VistaPro ASCII vector.
- vLength(float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the length of a (3D) vector.
- vLength(double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the length of a (3D) vector.
- vLengthSq(float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the squared length of a (3D) vector.
- vLengthSq(double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the squared length of a (3D) vector.
- VLOW -
Static variable in class jwo.landserf.gui3d.GUI3d
- Very low texture quality (64 x 64 pixels).
- vMatch(float[], float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the rotation angle R and axis A such that
when rotated, (3D) vector u coincides with (3D) vector v.
- vMatch(double[], double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Calculates the rotation angle R and axis A such that
when rotated, (3D) vector u coincides with (3D) vector v.
- vNormalise(float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Normalises a (3D) vector so its length is 1.
- vNormalise(double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Normalises a (3D) vector so its length is 1.
- VOID -
Static variable in class jwo.landserf.script.LSParameter
- Indicates a void return type.
- VoidRemovalThread - Class in jwo.landserf.process
- Removes voids from a raster by taking average of non-void neighbours.
- VoidRemovalThread(GISFrame) -
Constructor for class jwo.landserf.process.VoidRemovalThread
- Creates an object ready to look for void cells (represented
by RasterMap.NO_VALUE) and remove them.
- VOLUME -
Static variable in interface jwo.landserf.structure.SpatialModel
- Identifies a volumetric object.
- VRML97_FACESET -
Static variable in class jwo.landserf.process.io.FileHandler
- Deprecated. Should use VRML_FACESET instead.
- VRML97_HEIGHTFIELD -
Static variable in class jwo.landserf.process.io.FileHandler
- Deprecated. Should use VRML_HEIGHTFIELD instead.
- VRML97_WORLD -
Static variable in class jwo.landserf.process.io.FileHandler
- Deprecated. Should use VRML_WORLD instead.
- VRML_FACESET -
Static variable in class jwo.landserf.process.io.FileHandler
- VRML indexed face set.
- VRML_HEIGHTFIELD -
Static variable in class jwo.landserf.process.io.FileHandler
- VRML heightfield.
- VRML_WORLD -
Static variable in class jwo.landserf.process.io.FileHandler
- VRML world.
- VrmlIO - Class in jwo.landserf.process.io
- Contains a collection of static methods for writing VRML
files.
- VrmlIO() -
Constructor for class jwo.landserf.process.io.VrmlIO
- There should be no need to call the constructor explicitly since
all methods are static.
- vRotate(float[], float[], float) -
Static method in class jwo.utils.structure.JWMatrix
- Rotates a (3D) vector by a given angle around a given axis.
- vRotate(double[], double[], double) -
Static method in class jwo.utils.structure.JWMatrix
- Rotates a (3D) vector by a given angle around a given axis.
- vRotateRel(float[], float, float[], float) -
Static method in class jwo.utils.structure.JWMatrix
- Given two rotation axis vectors and their angles of rotation, returns
the relative rotation vector that would rotate the first to the second.
- vRotateX(float[], float) -
Static method in class jwo.utils.structure.JWMatrix
- Rotates a (3D) vector by a given angle around the X axis.
- vRotateX(double[], double) -
Static method in class jwo.utils.structure.JWMatrix
- Rotates a (3D) vector by a given angle around the X axis.
- vRotateY(float[], float) -
Static method in class jwo.utils.structure.JWMatrix
- Rotates a (3D) vector by a given angle around the Y axis.
- vRotateY(double[], double) -
Static method in class jwo.utils.structure.JWMatrix
- Rotates a (3D) vector by a given angle around the Y axis.
- vRotateZ(float[], float) -
Static method in class jwo.utils.structure.JWMatrix
- Rotates a (3D) vector by a given angle around the Z axis.
- vRotateZ(double[], double) -
Static method in class jwo.utils.structure.JWMatrix
- Rotates a (3D) vector by a given angle around the Z axis.
- vScale(float[], float) -
Static method in class jwo.utils.structure.JWMatrix
- Multiplies a (3D) vector by a given scalar constant.
- vScale(double[], double) -
Static method in class jwo.utils.structure.JWMatrix
- Multiplies a (3D) vector by a given scalar constant.
- vSphere(float, float) -
Static method in class jwo.utils.structure.JWMatrix
- Finds the (3D) vector represented by given phi and lambda
angles in spherical coordinates.
- vSphere(double, double) -
Static method in class jwo.utils.structure.JWMatrix
- Finds the (3D) vector represented by given phi and lambda
angles in spherical coordinates.
- vSubtract(float[], float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Subtracts a (3D) vector from another.
- vSubtract(double[], double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Subtracts a (3D) vector from another.
- vTransform(float[][], float[]) -
Static method in class jwo.utils.structure.JWMatrix
- Pre-multiplies a (3D) vector by a homogeneous (4x4)
transformation matrix.
- vTransform(double[][], double[]) -
Static method in class jwo.utils.structure.JWMatrix
- Pre-multiplies a (3D) vector by a homogeneous (4x4)
transformation matrix.
W
- warning(SAXParseException) -
Method in class jwo.landserf.process.io.MasterMapReader
- Called when the parser encounters a non-fatal warning.
- WaypointDataPacket - Class in jwo.landserf.process.gps.garmin
- Represents a Garmin waypoint packet used for storing named locations.
- WaypointDataPacket(int, Footprint, float, String) -
Constructor for class jwo.landserf.process.gps.garmin.WaypointDataPacket
- Creates a waypoint packet from the given location and name.
- WaypointDataPacket(GarminPacket) -
Constructor for class jwo.landserf.process.gps.garmin.WaypointDataPacket
- Creates a waypoint packet from the given packet.
- waypointListeners -
Variable in class jwo.landserf.process.gps.GPS
- List of objects registered as listeners for waypoint data from the GPS.
- waypointReceived(GPSWaypoint) -
Method in class jwo.landserf.gui.GPSImportBox
- Handles the receipt of a waypoint from the GPS.
- waypointReceived(GPSWaypoint) -
Method in class jwo.landserf.process.gps.garmin.ConnectionTest
- Handles the receipt of a waypoint from the GPS.
- waypointReceived(GPSWaypoint) -
Method in interface jwo.landserf.process.gps.GPSWaypointListener
- Should indicate that a GPS waypoint has been transmitted and received.
- west -
Variable in class jwo.landserf.structure.VectHeader
- Deprecated. Western boundary of vector.
- WEST -
Static variable in class jwo.landserf.structure.VectorStyles
- Indicates label alignment left of centre.
- WGS_60 -
Static variable in class jwo.landserf.process.proj.Ellipsoid
- WGS 60 ellipsoid.
- WGS_66 -
Static variable in class jwo.landserf.process.proj.Ellipsoid
- WGS 66 ellipsoid.
- WGS_72 -
Static variable in class jwo.landserf.process.proj.Ellipsoid
- WGS 72 ellipsoid.
- WGS_84 -
Static variable in class jwo.landserf.process.proj.Ellipsoid
- WGS 84 ellipsoid.
- WHILE -
Static variable in class jwo.utils.expression.MathOperator
- Logical condition while loop.
- WHITESPACE -
Static variable in interface jwo.utils.syntaxhighlighter.TokenTypes
-
- WIDTH -
Static variable in class jwo.landserf.gui.Thumbnail
- Width of thumbnail (image + border)
- WindowScaleBox - Class in jwo.landserf.gui
- Creates a dialogue box allowing window scale parameters to be
set.
- WindowScaleBox(Frame, int, float) -
Constructor for class jwo.landserf.gui.WindowScaleBox
- Creates the dialogue box for parameter entry.
- WITHIN -
Static variable in interface jwo.landserf.structure.SpatialModel
- Identifies this object as being within another.
- WORD -
Static variable in interface jwo.utils.syntaxhighlighter.TokenTypes
-
- write(GarminPacket) -
Method in class jwo.landserf.process.gps.garmin.GarminOutputStream
- Deprecated. Writes a packet of data to the output stream and performs DLE stuffing
where necessary.
- write(GarminPacket) -
Method in class jwo.landserf.process.gps.garmin.GarminSerialOutputStream
- Writes a packet of data to the output stream and performs DLE stuffing
where necessary.
- write(SpatialObject, String) -
Static method in class jwo.landserf.process.io.LandSerfIO
- Attempts to save the given spatial object as the given file.
- write(Object[]) -
Method in class jwo.utils.dbase.DbaseFileWriter
- Write a single dBase record.
- write(int) -
Method in class jwo.utils.gifutils.BitOutputStream
- Writes a byte at the current bit boundary.
- write(GIFOutputStream) -
Method in class jwo.utils.gifutils.GIFImage
- Writes this GIFImage as a .gif file to the given stream.
- writeAttributeTable(AttributeTable, String, LSThread) -
Static method in class jwo.landserf.process.io.TextVectorIO
- Writes out the given attribute table to the given file.
- writeBit(int) -
Method in class jwo.utils.gifutils.BitOutputStream
- Writes a single bit (1 or 0) to the underlying output stream.
- writeBits(int, int) -
Method in class jwo.utils.gifutils.BitOutputStream
- Writes the given number of bits (1 to 32) from the given value to the
underlying output stream.
- writeByte(byte, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes an 8 bit byte of data to the given output stream.
- writeCharacters(String, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes out the given text as ASCII characters to the given output stream.
- writeCode(short, BitOutputStream) -
Method in class jwo.utils.gifutils.GIFOutputStream
- Writes a code to the given BitOutputStream using the current bit
length from the string table.
- writeColor(Color) -
Method in class jwo.utils.gifutils.GIFOutputStream
- Writes a color as 3 bytes in RRGGBB hex format.
- writeDataBlock(byte[]) -
Method in class jwo.utils.gifutils.GIFOutputStream
- Writes the given bytes to the underlying output stream as a series of
data sub-blocks.
- writeDataSubBlock(byte[]) -
Method in class jwo.utils.gifutils.GIFOutputStream
- Writes a data sub-block from the underlying stream.
- writeDouble(double, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a 64 bit double precision value to the given output stream.
- writeDoubleBigEndian(double, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a little-endian 8-byte double to the given output stream.
- writeDoubleLittleEndian(double, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a little-endian 8-byte double to the given output stream.
- writeFile(SpatialObject, String, int, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.FileHandler
- Writes the contents of the given spatial object to one or more files.
- writeFile(ColourTable, String) -
Static method in class jwo.landserf.structure.ColourTable
- Writes the given colour table out as a file using the given name.
- writeFile(ColourTable, OutputStream) -
Static method in class jwo.landserf.structure.ColourTable
- Writes the given colour table out as a file using the given output stream.
- writeFile(String, int) -
Method in class jwo.landserf.structure.msn.GraphNetwork
- Deprecated. Currently not implemented.
- writeFile(String, int, GISFrame) -
Method in class jwo.landserf.structure.RasterMap
- Writes the contents of the raster and supplementary information to one or more files.
- writeFile(String, int, GISFrame, LSThread) -
Method in class jwo.landserf.structure.RasterMap
- Writes the contents of the raster and supplementary information to one
or more files.
- writeFile(String, int, GISFrame) -
Method in class jwo.landserf.structure.VectorMap
- Writes the contents of the vector map to one or more files.
- writeFile(String, int, GISFrame, LSThread) -
Method in class jwo.landserf.structure.VectorMap
- Writes the contents of the vector map to one or more files.
- writeFile(String) -
Method in class jwo.landserf.structure.VectorStyles
- Writes vector drawing styles out as a file using the given name.
- writeFloat(float, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a 32 bit float point value to the given output stream.
- writeFloatBigEndian(float, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a little-endian 4-byte float to the given output stream.
- writeFloatLittleEndian(float, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a little-endian 4-byte float to the given output stream.
- writeGeoW(String, Footprint, float, float) -
Static method in class jwo.landserf.process.io.BinRasterIO
- Writes a 'world' file containing the affine transformation that
adds georeferencing to a binary raster or image file.
- writeGPX(VectorMap, String, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.XmlIO
- Writes a GPX (GPS interchange format) file from the given vector map.
- writeHeader(WritableByteChannel) -
Method in class jwo.utils.dbase.DbaseFileHeader
- Writes the header data to the DBF file.
- writeImage(String, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.ImageIO
- Writes out the current graphics area as an image file.
- writeImage(String, GraphicsArea, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.ImageIO
- Writes out the given graphics area as an image file.
- writeImage(String, GraphicsArea, GISFrame, int, int, LSThread) -
Static method in class jwo.landserf.process.io.ImageIO
- Writes out the given graphics area as an image file with the given dimensions.
- writeImageData(byte[], int) -
Method in class jwo.utils.gifutils.GIFOutputStream
- LZW compresses the given pixel data and writes it to the underlying
output stream as a data block.
- writeInt(int, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a 32 bit unsigned word of data to the given output stream.
- writeIntBigEndian(int, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a 32 bit unsigned big-endian ('Motorola') word of data to the
given output stream.
- writeIntLittleEndian(int, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a 32 bit unsigned little-endian ('Intel') word of data to the
given output stream.
- writeKML(VectorMap, String, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.XmlIO
- Writes a KML vector file from the given vector map.
- writeKMZ(String, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.XmlIO
- Writes the currently displayed image in gisFrame as a KMZ archive containing a
hierarchy of sampled images.
- writeLine(String, BufferedWriter) -
Static method in class jwo.landserf.process.io.FileIO
- Writes out a given line of text on its own line to the given
buffered writer.
- writeRaster(RasterMap, String, int, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.BinRasterIO
- Writes a binary file in the given format based on the given raster map.
- writeRaster(RasterMap, String, int, int, int, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.BinRasterIO
- Writes a binary file in the given format based on the given raster map.
- writeRaster(RasterMap, String, int, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.TextRasterIO
- Writes a text file in the given format based on the supplied raster map.
- writeRaster(RasterMap, String, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.VrmlIO
- Writes a raster as a VRML file.
- writeShort(short, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a 16 bit unsigned word of data to the given output stream.
- writeShortBigEndian(short, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a 16 bit unsigned big-endian ('Motorola') word of data to the
given output stream.
- writeShortLittleEndian(short, OutputStream) -
Static method in class jwo.landserf.process.io.FileIO
- Writes a 16 bit unsigned little-endian ('Intel') word of data to the
given output stream.
- writeSnapshot(SnapshotListener) -
Method in class jwo.landserf.gui3d.SurfaceRenderer
- Performs a screen snapshot and writes the result to a file.
- writeTIN(VectorMap, String, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.VrmlIO
- Writes a TIN with draped image as a VRML file.
- writeToKMZ() -
Method in class jwo.landserf.process.io.KMZWriter
- Writes the image(s) out as a KMZ file.
- writeVector(VectorMap, String, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.ShapefileIO
- Writes a shapefile based on the supplied vector map.
- writeVector(VectorMap, String, int, GISFrame, LSThread) -
Static method in class jwo.landserf.process.io.TextVectorIO
- Writes a text file in the given format based on the supplied vector map.
- writeWord(int) -
Method in class jwo.utils.gifutils.GIFOutputStream
- Writes an unsigned LSB-first 16 byte word to the underlying stream.
- writeXML() -
Method in class jwo.utils.xml.DOMProcessor
- Displays the DOM stored within this class as an XML file with default
document settings on standard output.
- writeXML(String, String, Boolean) -
Method in class jwo.utils.xml.DOMProcessor
- Displays the DOM stored within this class as an XML file with the given document
settings on standard output.
- writeXML(String) -
Method in class jwo.utils.xml.DOMProcessor
- Converts the DOM stored within this class into an XML file with default document settings.
- writeXML(OutputStream) -
Method in class jwo.utils.xml.DOMProcessor
- Converts the DOM stored within this class into an XML file with default document settings.
- writeXML(String, String, String, Boolean) -
Method in class jwo.utils.xml.DOMProcessor
- Converts the DOM stored within this class into an XML file with the given document settings.
- writeXML(OutputStream, String, String, Boolean) -
Method in class jwo.utils.xml.DOMProcessor
- Converts the DOM stored within this class into an XML file with the given document settings.
X
- X -
Static variable in class jwo.utils.expression.MathOperator
- Shortcut variable used to represent spatial x coordinate.
- XML -
Static variable in class jwo.landserf.process.io.FileHandler
- XML metadata file.
- XmlIO - Class in jwo.landserf.process.io
- Contains a collection of static methods for reading and writing various XML format files.
- XmlIO() -
Constructor for class jwo.landserf.process.io.XmlIO
- There should be no need to call the constructor explicitly since
all methods are static.
Y
- Y -
Static variable in class jwo.utils.expression.MathOperator
- Shortcut variable used to represent spatial y coordinate.
Z
- Z1 -
Static variable in class jwo.utils.expression.MathOperator
- Shortcut variable used to represent primary attribute.
- Z2 -
Static variable in class jwo.utils.expression.MathOperator
- Shortcut variable used to represent secondary attribute.
- zMultiplier -
Static variable in class jwo.landserf.process.io.FileIO
- Multiplier used for scaling z values.
- ZOOM -
Static variable in class jwo.landserf.gui.GraphicsArea
- Indicates zooming display mode.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright Jo Wood, 1996-2009, last modified, 17th April, 2009