Index

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 
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form

D

dark2 - Static variable in class ca.spatial.mapview.symbol.ColorPalette
Qualitative Dark2
dash(float[]) - Method in class ca.spatial.reportwriter.MapLayoutReport.Graphic
The definition of how to make a dash pattern by alternating between opaque and transparent sections.
dashPhase(double) - Method in class ca.spatial.reportwriter.MapLayoutReport.Graphic
The initial starting phase of the dash pattern See the documentation for BasicStroke for a description of the dash phase attribute.
DatabaseObject - Class in ca.spatial.table
 
DatabaseObject(Object) - Constructor for class ca.spatial.table.DatabaseObject
 
dataFieldFilterOnSummary(boolean) - Method in class ca.spatial.reportwriter.PivotFieldParams
 
DataSlice - Class in ca.spatial.reportwriter
Deprecated. 
DataSlice(String) - Constructor for class ca.spatial.reportwriter.DataSlice
Deprecated.
 
DataSlice.Category - Class in ca.spatial.reportwriter
Deprecated.
Develops class breaks based upon the contents of a cell.
DataSlice.Period - Class in ca.spatial.reportwriter
Deprecated.
Develops class breaks based upon a series of periods.
DataSlice.Proportion - Class in ca.spatial.reportwriter
Deprecated.
Develops class breaks based upon the proportion of values in columns matching a common pattern.
DataSlice.Range - Class in ca.spatial.reportwriter
Deprecated.
Develops class breaks based up on a numeric range classification of a column.
DataSlice.Values - Class in ca.spatial.reportwriter
Deprecated.
Develops classes based on a set of expressions or a set of columns matching a similar pattern.
DBASE - Static variable in class ca.spatial.parser.RelationSpecParser
RegularExpression Id.
DBaseAttributeStore - Class in ca.spatial.table
This class implements a DBase and FoxPro data file reader.
DBaseAttributeStore(String) - Constructor for class ca.spatial.table.DBaseAttributeStore
Create a new DBase file reader in readonly mode.
DBaseAttributeStore(String, boolean) - Constructor for class ca.spatial.table.DBaseAttributeStore
Create a new DBase file reader.
DBaseAttributeStore(String, boolean, String) - Constructor for class ca.spatial.table.DBaseAttributeStore
Create a new DBase file reader.
DBaseSpec(String) - Constructor for class ca.spatial.table.TableSpec.DBaseSpec
Create a DBaseSpec with default encoding
DBaseSpec(String, String) - Constructor for class ca.spatial.table.TableSpec.DBaseSpec
Create a DBaseSpec with explicit encoding
DBF - Static variable in class ca.spatial.util.CoverageChooser
 
DBFColumnSpec - Class in ca.spatial.table
This object encapsulates the information about a column to be written to a dBase file.
DBFColumnSpec(String, String, String, int, int) - Constructor for class ca.spatial.table.DBFColumnSpec
Instantiate a column specification
DBFWriter - Class in ca.spatial.table
A class to export a table to a DBF file.
DBFWriter(AttributeStore, ArrayList<DBFColumnSpec>, String) - Constructor for class ca.spatial.table.DBFWriter
Set up an new DBF writing object.
DBFWriterSetup - Class in ca.spatial.table
This class provides a wizard to create and modify the schema that is used to write out the DBF file.
DBFWriterSetup(AttributeStore) - Constructor for class ca.spatial.table.DBFWriterSetup
Provide a AttributeStore data source.
DBFWriterSetup(AttributeStore, int[]) - Constructor for class ca.spatial.table.DBFWriterSetup
Provide a AttributeStore data source and a list of column numbers.
DBFWriterSetup(AttributeStore, String[], String[]) - Constructor for class ca.spatial.table.DBFWriterSetup
Provide a AttributeStore data source and a list of column names and aliases.
dbscan(int, double) - Method in class ca.spatial.compartment.SpatialCluster
Classify the sites in to clusters using the DBSCAN algorithm.
deactivate(Object) - Method in class ca.spatial.patchworks.TargetDescription
The deactivate method is an optional method that can be implemented to deactivate the targets that are controlled by this TargetDescription object.
deactivateAccount(String) - Static method in class ca.spatial.patchworks.ScenarioDescription
Call Target.setActive(boolean) with a value of false for each of the Target objects that have account names that match to the regular expression string and are currently acitve.
deactivateCategory(String) - Method in class ca.spatial.patchworks.ScenarioDescription
Call TargetDescription.deactivate(java.lang.Object) with a value of false for each of the TargetDescription objects that have category values that match to the regular expression string.
debug(int, String) - Static method in class ca.spatial.util.Diagnostic
Display a debug message using the default format
Debug - Class in ca.spatial.util
A class to assist in runtime control over debugging messages.
Debug() - Constructor for class ca.spatial.util.Debug
 
DEBUG - Static variable in class ca.spatial.util.Diagnostic
 
debugLevel - Static variable in class ca.spatial.util.Debug
 
decapitalize(String) - Static method in class ca.spatial.util.SPSDecoder
Decapitalize the first letter of a string
DecimalField - Class in ca.spatial.util
 
DecimalField(double, int, NumberFormat) - Constructor for class ca.spatial.util.DecimalField
 
DECLARE - Static variable in class ca.spatial.parser.SqlToBeanShell
RegularExpression Id.
decode(byte[]) - Static method in class ca.spatial.reportwriter.Base64
Decodes Base64 data into octects
decode(Object, String, StringBuilder, Map<Object, String>) - Method in class ca.spatial.util.DecodeTemplate
Decode an object.
decode(Object, String, StringBuilder, Map<Object, String>, Class) - Method in interface ca.spatial.util.ArgumentDecoder
 
decode(String) - Static method in class ca.spatial.parser.RelationSpecParser
Decode a file specification, returning a TableSpec object
decode(String, String) - Static method in class ca.spatial.table.TableSpec
 
decode1D(byte[], byte[], int, int) - Method in class ca.spatial.gis.raster.TIFFFaxDecoder
 
decode2D(byte[], byte[], int, int, long) - Method in class ca.spatial.gis.raster.TIFFFaxDecoder
 
decodeCharset(String, String) - Static method in class ca.spatial.table.AttributeStore
Try to figure out the charset from either a specified charset token or by reading the CPG file.
decodeFile(File) - Static method in class ca.spatial.util.CoverageChooser
 
decodeNextScanline(byte[], int, int) - Method in class ca.spatial.gis.raster.TIFFFaxDecoder
 
DecodeObject - Class in ca.spatial.reportwriter
 
DecodeObject() - Constructor for class ca.spatial.reportwriter.DecodeObject
 
DecodeReport - Class in ca.spatial.reportwriter
This report is responsible for displaying report and map constructors.
DecodeReport(String, String, ReportWriter) - Constructor for class ca.spatial.reportwriter.DecodeReport
 
decodeT6(byte[], byte[], int, int, long) - Method in class ca.spatial.gis.raster.TIFFFaxDecoder
 
DecodeTemplate - Class in ca.spatial.util
This class provides the instructions for decoding an object in to a script.
DecodeTemplate(Class, String[]) - Constructor for class ca.spatial.util.DecodeTemplate
Pass in a list of accessors that will be used to fill in the constructor for this object.
DecodeTemplate(Class, String[], String) - Constructor for class ca.spatial.util.DecodeTemplate
Pass in a list of accessors that will be used to fill in the constructor for this object.
decodeType(Class, StringBuilder) - Static method in class ca.spatial.table.AttributeFormat
Decode the type of the list object
decodeValue(Object) - Static method in class ca.spatial.util.SPSDecoder
Decode an object if a decoder is available, otherwise return "null".
decodeValue(Object, String, StringBuilder, Map<Object, String>) - Static method in class ca.spatial.util.SPSDecoder
Decode an object if a decoder is available, otherwise return "null".
decodeValue(Object, String, StringBuilder, Map<Object, String>, Class) - Static method in class ca.spatial.util.SPSDecoder
Decode an object if a decoder is available, otherwise return "null".
deep - Static variable in class ca.spatial.mapview.symbol.ColorPalette
Sequential deep
DEFAULT - Static variable in class ca.spatial.parser.RelationSpecParser
Lexical state.
DEFAULT - Static variable in class ca.spatial.parser.SqlToBeanShell
Lexical state.
DEFAULT_BUFSIZE - Static variable in class ca.spatial.table.LERandomAccessFile
 
DEFAULT_FACTOR - Static variable in interface ca.spatial.patchworks.Account
 
DEFAULT_MAXSCALE - Static variable in class ca.spatial.mapview.symbol.LineSymbol
 
DEFAULT_SCALE - Static variable in interface ca.spatial.patchworks.Account
 
DEFAULT_TOOL_TIP_FORMAT - Static variable in class ca.spatial.reportwriter.VariableIntervalXYToolTipGenerator
The default tooltip format.
DefaultAction - Class in ca.spatial.tracks
A default implementation of the Action interface
DefaultAction(String, Range) - Constructor for class ca.spatial.tracks.DefaultAction
 
DefaultAggregateTest - Class in ca.spatial.tracks
Default aggregation test that passes if the keys match
DefaultAggregateTest() - Constructor for class ca.spatial.tracks.DefaultAggregateTest
 
DefaultCancelable - Class in ca.spatial.util
A default implementation of the Cancelable interface
DefaultCancelable() - Constructor for class ca.spatial.util.DefaultCancelable
 
DefaultResponse - Class in ca.spatial.tracks
A default implementation of the Response interface
DefaultResponse(KeyList, Range) - Constructor for class ca.spatial.tracks.DefaultResponse
 
defaultSymbol - Static variable in class ca.spatial.mapview.symbol.LineSymbol
 
defaultSymbol - Static variable in class ca.spatial.mapview.symbol.PointSymbol
 
defaultSymbol - Static variable in class ca.spatial.mapview.symbol.PolygonSymbol
 
DefaultTheme - Class in ca.spatial.mapview
This theme renders all features with the same symbol
DefaultTheme() - Constructor for class ca.spatial.mapview.DefaultTheme
The default constructor uses a random colored symbol for all features.
DefaultTheme(Symbol) - Constructor for class ca.spatial.mapview.DefaultTheme
This constructor will use the specified symbol for all features.
DefaultTheme(GeoRelationalStore) - Constructor for class ca.spatial.mapview.DefaultTheme
Deprecated. 
DefaultTheme(GeoRelationalStore, Symbol) - Constructor for class ca.spatial.mapview.DefaultTheme
Deprecated. 
DefaultThemeEditor - Class in ca.spatial.mapview
 
DefaultThemeEditor(DefaultTheme, Layer) - Constructor for class ca.spatial.mapview.DefaultThemeEditor
 
defaultType - Static variable in class ca.spatial.reportwriter.PatchServer
The default MIME type
defaultValue() - Method in class ca.spatial.table.AttributeFormat
 
defineConnection(String, String, String, String) - Static method in class ca.spatial.table.ConnectionManager
Define a new connection using a JDBC driver and add it to the pool.
deleteFile(File, String) - Static method in class ca.spatial.table.info.InfoDir
Delete a directory entry as well as the associated files.
deleteObserver(Observer) - Method in interface ca.spatial.patchworks.Target
Remove the Observer on this target.
delta(double) - Method in class ca.spatial.tracks.builder.Curve
Return a curve that shows the difference from an offset.
DeltaListSelectionEvent(Object, int, int, boolean, BitSet) - Constructor for class ca.spatial.table.DeltaListSelectionModel.DeltaListSelectionEvent
 
DeltaListSelectionModel - Class in ca.spatial.table
 
DeltaListSelectionModel() - Constructor for class ca.spatial.table.DeltaListSelectionModel
 
DeltaListSelectionModel.DeltaListSelectionEvent - Class in ca.spatial.table
 
DeltaTableModelEvent - Class in ca.spatial.table
 
DeltaTableModelEvent(TableModel, int, int, BitSet) - Constructor for class ca.spatial.table.DeltaTableModelEvent
 
dense - Static variable in class ca.spatial.mapview.symbol.ColorPalette
Sequential dense
describeSettings(Target) - Static method in class ca.spatial.patchworks.Exclusive
Return an HTML string showing the settings for the minimum and maximum settings for this target.
DEVIATION_DIVISOR - Static variable in class ca.spatial.tracks.Curve
 
Diagnostic - Class in ca.spatial.util
This class is a pure static class that is used to handle error messages.
Diagnostic() - Constructor for class ca.spatial.util.Diagnostic
 
dichromatic - Static variable in class ca.spatial.mapview.symbol.ColorPalette
Dichromatic diverging gradient palettes
dichromaticSeq - Static variable in class ca.spatial.mapview.symbol.ColorPalette
Dichromatic sequential gradient palettes
DifferenceTable - Class in ca.spatial.tracks.checker
 
DifferenceTable(TablePanel, BlockList, BlockIgnoreList) - Constructor for class ca.spatial.tracks.checker.DifferenceTable
 
digest() - Method in class ca.spatial.util.CSVTableReader
 
digest() - Method in interface ca.spatial.util.TableReader
Get the SHA1 digest for this input stream.
digest() - Method in class ca.spatial.util.TableReaderDB
 
digest() - Method in class ca.spatial.util.TableReaderFile
 
DIGEST - Static variable in class ca.spatial.patchworks.ScenarioEventReport
 
DIRECT - Static variable in class ca.spatial.table.RelationalStore
Specify a relational join where the key value from the first table provides the record number for the second table.
DIRECTORY_OPEN - Static variable in class ca.spatial.util.SFileFetch
 
DIRECTORY_OPEN - Static variable in class ca.spatial.util.WizardPane
 
DIRECTORY_SAVE - Static variable in class ca.spatial.util.SFileFetch
 
DIRECTORY_SAVE - Static variable in class ca.spatial.util.WizardPane
 
dirnameOpen(Component) - Method in class ca.spatial.util.SFileFetch
Show the dialog for the DIR_OPEN operation and return the result
dirnameSave(Component) - Method in class ca.spatial.util.SFileFetch
Show the dialog for the DIR_SAVE operation and return the result
dirnamesOpen(Component) - Method in class ca.spatial.util.SFileFetch
Show the dialog for the DIR_OPEN operation and return multiple results
disable_tracing() - Method in class ca.spatial.parser.SqlToBeanShell
Disable tracing.
disconnectListeners() - Method in class ca.spatial.table.TablePanel
 
discount(double) - Static method in class ca.spatial.patchworks.Horizon
Return an array having discount values for the time mid-points of each planning period.
discount(double, int) - Static method in class ca.spatial.patchworks.Horizon
Return an array having discount values for the time mid-points of each planning period.
displayLabel - Variable in class ca.spatial.util.PathInfo
 
displayTarget(Component, String) - Static method in class ca.spatial.patchworks.TargetView
 
Dissolve - Class in ca.spatial.gis.vector
A robust polygons dissolve utility.
Dissolve(GeoRelationalStore, String, String, String, int, boolean) - Constructor for class ca.spatial.gis.vector.Dissolve
Prepare the dissolve program.
Dissolve(String, String, String, String) - Constructor for class ca.spatial.gis.vector.Dissolve
Prepare the dissolve program.
Dissolve(String, String, String, String, int, boolean) - Constructor for class ca.spatial.gis.vector.Dissolve
Prepare the dissolve program.
dissolveLayer(Window) - Method in class ca.spatial.mapview.LayerList
Dissolve features
DissolveWizard - Class in ca.spatial.gis.vector
This wizard is a front end to the Dissolve process.
DissolveWizard(Window, GeoRelationalStore, int) - Constructor for class ca.spatial.gis.vector.DissolveWizard
 
distance(double, double) - Method in class ca.spatial.mapview.LineGeoShape
 
distance(double, double) - Method in class ca.spatial.mapview.PointGeoShape
 
distance(double, double) - Method in class ca.spatial.mapview.PolygonGeoShape
 
distance(double, double) - Method in class ca.spatial.table.GeoShape
 
distance(Extent2D) - Method in class ca.spatial.table.Extent2D
Return the minimum distance between the two extents.
distanceToEdge(Shape, double, double) - Static method in class ca.spatial.table.GeoShape
Compute the minimum distance from a point to an edge of this shape.
distPointLine(double, double, double[]) - Static method in class ca.spatial.table.GeoShape
Euclidean distance between a point and a line.
distPointLine(double, double, double, double, double, double) - Static method in class ca.spatial.table.GeoShape
Euclidean distance between a point and a segment.
DitherTheme - Class in ca.spatial.mapview
This theme colors a map by creating color swatches that contain colors in a random pattern that are proportional to the values within each feature.
DitherTheme() - Constructor for class ca.spatial.mapview.DitherTheme
The default constructor
DitherTheme(GeoRelationalStore) - Constructor for class ca.spatial.mapview.DitherTheme
Deprecated. 
DitherTheme(GeoRelationalStore, String) - Constructor for class ca.spatial.mapview.DitherTheme
Deprecated. 
DitherThemeEditor - Class in ca.spatial.mapview
A customizer for the DitherTheme class.
DitherThemeEditor(DitherTheme, Layer) - Constructor for class ca.spatial.mapview.DitherThemeEditor
 
diverging - Static variable in class ca.spatial.mapview.symbol.ColorPalette
Array of diverging palettes
divide(Curve, double, double) - Method in class ca.spatial.tracks.builder.Curve
 
doAllReports(Frame, String, String) - Method in class ca.spatial.reportwriter.ReportWriter
Output all known reports into the specified directory
doClick() - Method in class ca.spatial.parser.ExpressionEditor
 
doClick(int, int, int, int, Point2D.Double, Point2D.Double, MouseEvent) - Method in interface ca.spatial.mapview.ClickHandler
Called after the mouse button is released.
doClick(int, int, int, int, Point2D.Double, Point2D.Double, MouseEvent) - Method in interface ca.spatial.mapview.LinetoHandler
Called after the mouse button is released.
Documentation - Class in ca.spatial.util
This class assists in displaying online documentation.
Documentation() - Constructor for class ca.spatial.util.Documentation
 
doesAnyTypes(String[]) - Method in class ca.spatial.reportwriter.Report
A test for one of several file types
doesCSV() - Method in class ca.spatial.reportwriter.Report
Test if the report supports the CSV type
doesGIF() - Method in class ca.spatial.reportwriter.Report
Test if the report supports the GIF type
doesHTML() - Method in class ca.spatial.reportwriter.Report
Test if the report supports the HTML type
doesPNG() - Method in class ca.spatial.reportwriter.Report
Test if the report supports the PNG type
doesType(String) - Method in class ca.spatial.reportwriter.Report
A test for a specific file type
doMetadata(PrintStream) - Method in class ca.spatial.reportwriter.DataSlice.Category
Deprecated.
 
doMetadata(PrintStream) - Method in class ca.spatial.reportwriter.DataSlice
Deprecated.
Write out the field metadata for this slice
doMetadata(PrintStream) - Method in class ca.spatial.reportwriter.DataSlice.Period
Deprecated.
 
doMetadata(PrintStream) - Method in class ca.spatial.reportwriter.DataSlice.Proportion
Deprecated.
 
doMetadata(PrintStream) - Method in class ca.spatial.reportwriter.DataSlice.Range
Deprecated.
 
doMetadata(PrintStream) - Method in class ca.spatial.reportwriter.DataSlice.Values
Deprecated.
 
doMetadata(PrintStream, HashMap) - Method in class ca.spatial.reportwriter.TargetSummaryReport
 
doNavigateAction(Wizard, boolean, boolean) - Method in interface ca.spatial.util.WizardNavigateAction
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.BlockAvailReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.BlockReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.ExclusiveAssignmentReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.ExclusiveLockReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.NetworkCostReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.ObjectiveProgressReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.PatchDetailReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.PatchReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.RouteCostReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.RouteReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.ScenarioEventReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.ShortageReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.StandEventReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.patchworks.TreatmentReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.CategoryCategoryReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.CategoryExpressionReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.CategoryReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.ChartReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.ColumnSummaryReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.CompareChartWriter
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.CompareReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.CopyFileReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.CrosstabReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.DecodeReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.ExcelReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.IndexReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.MapLayoutReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.MapReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.PeriodCategoryReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.PeriodExpressionReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.PeriodValueReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.PivotTableReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.RangeIndicatorChartReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.RangeIndicatorCompareReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.RangePeriodReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.RangeReport
Deprecated.
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.RasterRemapReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.Report
The method used by the report writer to format the requested report.
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.StandardReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.TableQueryReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.TargetLimitReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.TargetReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.TargetStatusReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.TargetSummaryReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.TextReport
 
doReport(String, PrintStream, Map<String, Object>, Report.DataCache) - Method in class ca.spatial.reportwriter.TreeReport
 
doReport(String, PrintStream, Map<String, Object>, Object) - Method in class ca.spatial.reportwriter.ReportWriter
Invoke a report and sent the output to the open stream.
doReport(String, String) - Method in class ca.spatial.reportwriter.ReportWriter
Generate a report and sent the output to the named file.
doReport(String, String, Map<String, Object>, Object) - Method in class ca.spatial.reportwriter.ReportWriter
Generate a report and sent the output to the named file.
doTableSnapshot() - Method in class ca.spatial.mapview.GeoRelLayer
 
doTableSnapshot() - Method in class ca.spatial.mapview.ImageLayer
 
doTableSnapshot() - Method in class ca.spatial.mapview.Layer
 
DOUBLE - Static variable in class ca.spatial.gis.raster.GridImage
 
DoubleCellRenderer - Class in ca.spatial.util
Provide a variable-width formatter for double precision numbers.
DoubleCellRenderer() - Constructor for class ca.spatial.util.DoubleCellRenderer
 
doubleValue(int, int) - Method in class ca.spatial.table.AttributeStore
Get a double value from a cell using the default period for the table.
doubleValue(int, int, int) - Method in class ca.spatial.table.AttributeStore
Get a double value from a cell.
dpi(int) - Method in class ca.spatial.reportwriter.MapLayoutReport.Mapper
Set the resolution to be used if vector mode is off.
dpi(int) - Method in class ca.spatial.reportwriter.MapLayoutReport.ReportChart
Set the resolution to be used if vector mode is off.
draw(Image) - Method in class ca.spatial.util.CompassRose
 
drawItem(Graphics2D, CategoryItemRendererState, Rectangle2D, CategoryPlot, CategoryAxis, ValueAxis, CategoryDataset, int, int, int) - Method in class ca.spatial.reportwriter.XYtoCategoryAdapterRenderer
Draw an XY chart for this row and column.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class ca.spatial.reportwriter.ThresholdRenderer
Draws the visual representation of a single data item.
drawItem(Graphics2D, XYItemRendererState, Rectangle2D, PlotRenderingInfo, XYPlot, ValueAxis, ValueAxis, XYDataset, int, int, CrosshairState, int) - Method in class ca.spatial.reportwriter.XYIntervalStepRenderer
Draws the visual representation of a single data item.
drawLayers(Extent2D, AffineTransform, double) - Method in class ca.spatial.mapview.LayerList
Create a background drawing thread to render the backing stores of the layers in this list.
dropColumn(String) - Method in class ca.spatial.table.DBFWriterSetup
Drop all columns whose aliases exactly match with the column name.
dropColumns() - Method in class ca.spatial.table.DBFWriterSetup
Drop all column specifications from the list
dropColumns(String[]) - Method in class ca.spatial.table.DBFWriterSetup
Drop all columns whose aliases exactly match with any of the column names that are provided
DtoS - Class in ca.spatial.util
 
dump() - Method in class ca.spatial.tracks.DefaultAction
 
dump(PrintStream) - Method in class ca.spatial.table.ShapeSpatialIndex
Print the index to the output stream
dump(PrintStream) - Method in interface ca.spatial.table.SpatialIndex
 
dump(String) - Method in class ca.spatial.table.FoxProDictionary
Dump out meta data describing the contents of a FoxPro database.
DumpCurves - Class in ca.spatial.tracks.builder
This class contains a method that will extract attribute curves out of a ForestModel XML file and rewrite them to a CSV file.
DumpCurves(String, String, String, String, String, String) - Constructor for class ca.spatial.tracks.builder.DumpCurves
Accept the parameters to the conversion process.
duplicateAccount(String, String, double) - Method in class ca.spatial.patchworks.Control
Dupliate the value of an account into another account.
duplicateAccount(String, String, double[]) - Method in class ca.spatial.patchworks.Control
Dupliate the value of an account into another account.
DYNAMIC - Static variable in class ca.spatial.table.AttributeFormat
 
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 
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form