Index
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form
P
- p() - Method in class ca.spatial.reportwriter.MapLayoutReport.Group
-
Return to the parent group
- p() - Method in class ca.spatial.reportwriter.MapLayoutReport.MapElement
-
Return the parent of this element.
- pad(String, int, boolean) - Static method in class ca.spatial.reportwriter.ReportWriter
-
Pad a string with blank characters.
- page() - Method in class ca.spatial.reportwriter.MapLayoutReport.Group
-
Start a new page in the top level group, using the default page size
- page() - Method in class ca.spatial.reportwriter.MapLayoutReport
-
Start a new page in the top level group, using the default page size
- page() - Method in class ca.spatial.reportwriter.MapLayoutReport.TopGroup
-
Start a new page in the top level group, using the default page size
- page(double, double) - Method in class ca.spatial.reportwriter.MapLayoutReport.Group
-
Start a new page in the top level group, using the specified page size
- page(double, double) - Method in class ca.spatial.reportwriter.MapLayoutReport
-
Start a new page in the top level group, using the specified page size
- page(double, double) - Method in class ca.spatial.reportwriter.MapLayoutReport.TopGroup
-
Start a new page in the top level group, using the specified page size
- paintComponent(Graphics) - Method in class ca.spatial.mapview.MapPanel
-
Custom component painting routine This still needs to be fixed to not draw on borders
- paintComponent(Graphics) - Method in class ca.spatial.mapview.symbol.PreviewChip
- paintComponent(Graphics) - Method in class ca.spatial.mapview.symbol.SampleFillPanel
- paintComponent(Graphics) - Method in class ca.spatial.table.CummulativeChart
- PaintCustomizer - Class in ca.spatial.mapview.symbol
- PaintCustomizer(PaintType) - Constructor for class ca.spatial.mapview.symbol.PaintCustomizer
- PaintHelper - Class in ca.spatial.mapview.symbol
- PaintHelper() - Constructor for class ca.spatial.mapview.symbol.PaintHelper
- paintIcon(Component, Graphics, int, int) - Method in class ca.spatial.mapview.symbol.PaletteIcon
- paintLayer(Extent2D, AffineTransform, double) - Method in class ca.spatial.mapview.ECWLayer
- paintLayer(Extent2D, AffineTransform, double) - Method in class ca.spatial.mapview.GeoRelLayer
-
Draw the thematic data for this geographic layer on to the backing store.
- paintLayer(Extent2D, AffineTransform, double) - Method in class ca.spatial.mapview.Layer
- paintLayer(Extent2D, AffineTransform, double) - Method in class ca.spatial.mapview.MrSidLayer
- PaintType - Interface in ca.spatial.mapview.symbol
-
This interface describes methods for paint.
- paired - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Qualitative Paired
- PaletteIcon - Class in ca.spatial.mapview.symbol
-
Visually display a ColorPalette object as an Icon
- PaletteIcon(Color[], int, int, boolean) - Constructor for class ca.spatial.mapview.symbol.PaletteIcon
- PaletteLabel - Class in ca.spatial.mapview.symbol
-
Visually display a ColorPalette object in a list cell
- PaletteLabel(int) - Constructor for class ca.spatial.mapview.symbol.PaletteLabel
- PaletteLabel(int, int, int) - Constructor for class ca.spatial.mapview.symbol.PaletteLabel
- palettes - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
A list of all statically defined palettes
- PAN - Static variable in class ca.spatial.mapview.MapPanel
- pane(int, int) - Method in class ca.spatial.reportwriter.MapLayoutReport.Grid
-
Return a pane that is one row by one column, at the specified starting position.
- pane(int, int, int, int) - Method in class ca.spatial.reportwriter.MapLayoutReport.Grid
-
Return a pane sized by the specified number of rows and columns.
- parentIndex() - Method in class ca.spatial.reportwriter.Report
- ParsedToken - Class in ca.spatial.parser
-
This class contains the state of a token that that been parsed by the expression builder.
- ParsedToken() - Constructor for class ca.spatial.parser.ParsedToken
- ParseException - Exception in ca.spatial.parser
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception ca.spatial.parser.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(Token, int[][], String[]) - Constructor for exception ca.spatial.parser.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(String) - Constructor for exception ca.spatial.parser.ParseException
-
Constructor with message.
- pass(int) - Method in class ca.spatial.patchworks.FlowSpec
-
Pass a value from the input account unchanged.
- PASTEL - Enum constant in enum class ca.spatial.mapview.symbol.ColorSet
- pastel1 - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Qualitative Pastel1
- pastel2 - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Qualitative pastel2
- PatchDetailReport - Class in ca.spatial.patchworks
-
The PatchDetailReport class lists the sizes of each patch in each period.
- PatchDetailReport(String, String, String, int[]) - Constructor for class ca.spatial.patchworks.PatchDetailReport
- PatchReport - Class in ca.spatial.patchworks
-
The PatchReport class describes the area distribution of connected patches on a landscape.
- PatchReport(String, String, String, AttributeStore, String, Topology, String, RangeLabel[], int, String) - Constructor for class ca.spatial.patchworks.PatchReport
-
Deprecated.Use the other constructor.
- PatchReport(String, String, String, AttributeStore, String, Topology, String, RangeLabel[], String) - Constructor for class ca.spatial.patchworks.PatchReport
- PatchServer - Class in ca.spatial.reportwriter
-
This class provides a simple web server (http server) for Patchworks.
- PatchServer(int, PrintStream, boolean) - Constructor for class ca.spatial.reportwriter.PatchServer
-
Create a web server and listen on the specified port.
- PatchStore - Class in ca.spatial.patchworks
-
The PatchStore class is able to take a snapshot of the patch composition of a landscape.
- PatchStore(AttributeStore, String, int[], Topology, String, String, RangeLabel[]) - Constructor for class ca.spatial.patchworks.PatchStore
- PatchTarget - Class in ca.spatial.patchworks
-
This class implements patch size accounts.
- Patchworks - Class in ca.spatial.patchworks
-
This is the main class for the Patchworks application
- pathId - Static variable in class ca.spatial.util.PathInfo
- PathInfo - Class in ca.spatial.util
-
A class that contains a label and a user object.
- PathInfo(String, String, Object) - Constructor for class ca.spatial.util.PathInfo
- PathTree - Class in ca.spatial.util
-
A class that creates and manipulates sorted trees.
- PathTree() - Constructor for class ca.spatial.util.PathTree
-
Create a new empty tree model, with a top level folder name of 'Top', and a default separator character of '.'
- PathTree(String, String) - Constructor for class ca.spatial.util.PathTree
-
Create a new empty tree model, with a top level folder name of 'Top', and a default separator character of '.'.
- patternToRegex(String, boolean) - Static method in class ca.spatial.reportwriter.Report
-
Convert a pattern spec to a regular expression pattern.
- PConsole - Class in ca.spatial.util
-
An interpreter console for Patchworks.
- PConsole(String, Interpreter) - Constructor for class ca.spatial.util.PConsole
- PdfPivotPrinter(OutputStream) - Constructor for class ca.spatial.table.PivotTablePrinter.PdfPivotPrinter
- peek() - Method in class ca.spatial.table.TransientUpdateStore
- percent - Variable in class ca.spatial.tracks.RenewalAmount
- PERCENT_CLIP - Static variable in class ca.spatial.mapview.GradientTheme
-
Percent clip sets performs a linear interpolation with clipping of the low and upper percent of values
- perform(String) - Method in class ca.spatial.util.Actions
-
Perform a defined action.
- PerformanceViewer - Class in ca.spatial.patchworks
-
This class implements a table that show simulation performance statistics.
- PerformanceViewer(PerformanceTable) - Constructor for class ca.spatial.patchworks.PerformanceViewer
- Period(String, int[]) - Constructor for class ca.spatial.reportwriter.DataSlice.Period
-
Deprecated.
- Period(String, int[], Expression) - Constructor for class ca.spatial.reportwriter.DataSlice.Period
-
Deprecated.
- PeriodCategoryReport - Class in ca.spatial.reportwriter
-
The PeriodCategoryReport class creates reports that summarize groups of records found in the specified
sourceDataTable
. - PeriodCategoryReport(String, String, String, AttributeStore, String, int[], boolean, String, boolean, String, String, Comparable[]) - Constructor for class ca.spatial.reportwriter.PeriodCategoryReport
-
The PeriodCategoryReport constructor.
- PeriodCategoryReportConfigurator - Class in ca.spatial.reportwriter
-
This class assists with configuring parameters for a PeriodPattern Report.
- PeriodCategoryReportConfigurator() - Constructor for class ca.spatial.reportwriter.PeriodCategoryReportConfigurator
- PeriodExpressionReport - Class in ca.spatial.reportwriter
-
This class produces a report that shows periods along the rows and specified values along the columns,
- PeriodExpressionReport(String, String, String, AttributeStore, String, int[], boolean, String, boolean, String[], String[]) - Constructor for class ca.spatial.reportwriter.PeriodExpressionReport
-
Create a PeriodExpression report.
- PeriodExpressionReportConfigurator - Class in ca.spatial.reportwriter
-
This class assists with configuring parameters for a PeriodPattern Report.
- PeriodExpressionReportConfigurator() - Constructor for class ca.spatial.reportwriter.PeriodExpressionReportConfigurator
- PeriodFlattenedStore - Class in ca.spatial.table
-
This class provides an adapter to convert multi-period data stores in to a flat single period store having an initial column named "Period".
- PeriodFlattenedStore(AttributeStore) - Constructor for class ca.spatial.table.PeriodFlattenedStore
-
Create the wrapper around the base table
- periodList - Static variable in class ca.spatial.patchworks.Horizon
- PeriodPatternReport - Class in ca.spatial.reportwriter
- PeriodPatternReport(String, String, String, AttributeStore, String, int[], boolean, String, boolean, String) - Constructor for class ca.spatial.reportwriter.PeriodPatternReport
-
Create a PeriodPattern report.
- PeriodPatternReportConfigurator - Class in ca.spatial.reportwriter
-
This class assists with configuring parameters for a PeriodPattern Report.
- PeriodPatternReportConfigurator() - Constructor for class ca.spatial.reportwriter.PeriodPatternReportConfigurator
- periods - Static variable in class ca.spatial.patchworks.Horizon
- PeriodValueReport - Class in ca.spatial.reportwriter
-
This class produces a report that shows periods along the rows and specified values along the columns,
- PeriodValueReport(String, String, String, AttributeStore, String[], String[], String, int[], String, boolean) - Constructor for class ca.spatial.reportwriter.PeriodValueReport
- PeriodValueReport(String, String, String, AttributeStore, String, String, int[], String, boolean) - Constructor for class ca.spatial.reportwriter.PeriodValueReport
-
Create a PeriodValue report.
- PeriodValueReport(String, String, String, AttributeStore, String, String, int, String, boolean) - Constructor for class ca.spatial.reportwriter.PeriodValueReport
-
Deprecated.
- PeriodValueReportConfigurator - Class in ca.spatial.reportwriter
- PeriodValueReportConfigurator() - Constructor for class ca.spatial.reportwriter.PeriodValueReportConfigurator
- periodWidths - Static variable in class ca.spatial.patchworks.Horizon
- pickColour(Component, PaintType, int, int) - Static method in class ca.spatial.mapview.symbol.ColourSelector
- PIE - Static variable in class ca.spatial.reportwriter.Report
-
A flag indicating the pie chart type, used in the
Report.makePng(java.lang.String, java.lang.String, java.lang.String, java.lang.String[], java.lang.String[], double[][], int, java.io.PrintStream, java.util.Map<java.lang.String, java.lang.Object>)
method. - PivotFieldParams - Class in ca.spatial.reportwriter
-
This class supports setting parameters and options on fields in a pivot table
- PivotStore - Class in ca.spatial.table
-
Provide AttributeStore data for a pivot table
- PivotStore.SPSCalculatedPivotDataModel - Class in ca.spatial.table
- PivotStore.SPSExpressionColumn - Class in ca.spatial.table
- PivotStore.SPSSingleColumn - Class in ca.spatial.table
- PivotTable - Class in ca.spatial.table
-
Create a pivot table based on the input table.
- PivotTable(PivotStore.SPSCalculatedPivotDataModel) - Constructor for class ca.spatial.table.PivotTable
-
Create the pivot table
- PivotTablePrinter - Class in ca.spatial.table
-
This class provides methods to render a pivot table in to HTML or PDF format.
- PivotTablePrinter.HtmlPivotPrinter - Class in ca.spatial.table
-
An implementation of the PivotPrinter interface for HTML format
- PivotTablePrinter.PdfPivotPrinter - Class in ca.spatial.table
-
An implementation of the PivotPrinter interface for PDF files
- PivotTablePrinter.PivotPrinter - Interface in ca.spatial.table
-
An interface to render Pivot Table data
- PivotTableReport - Class in ca.spatial.reportwriter
-
This class implements a flexible report template.
- PivotTableReport(String, String, AttributeStore) - Constructor for class ca.spatial.reportwriter.PivotTableReport
-
The PivotTableReport constructor.
- PivotTableReport.CalcFieldSpec - Class in ca.spatial.reportwriter
- PivotTableReportConfigurator - Class in ca.spatial.reportwriter
-
This class assists with configuring parameters for a PeriodPattern Report.
- PivotTableReportConfigurator() - Constructor for class ca.spatial.reportwriter.PivotTableReportConfigurator
- pivotValueProviderEventHandler(PivotValueProviderEvent) - Method in class ca.spatial.table.PivotTable
- PIXEL - Static variable in class ca.spatial.reportwriter.MapLayoutReport
-
Constant representing units of measure in pixels
- piYG - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Diverging Pink Green
- PLAIN - Enum constant in enum class ca.spatial.util.TextViewer.Syntax
- POINT - Static variable in class ca.spatial.gis.vector.ScanLineConversion2
- POINT - Static variable in class ca.spatial.gis.vector.ScanLineConversion3
- POINT - Static variable in class ca.spatial.mapview.symbol.Symbol
-
Constant for a point symbol
- POINT - Static variable in interface ca.spatial.table.SpatialStore
-
Constant defining the Point geometry type
- PointCompare - Class in ca.spatial.tracks
-
A class used to compare the points from two curves
- PointCompare(double, double, double, boolean, boolean) - Constructor for class ca.spatial.tracks.PointCompare
- PointGeoShape - Class in ca.spatial.mapview
- PointGeoShape(AttributeStore, int, double[][]) - Constructor for class ca.spatial.mapview.PointGeoShape
- PointGeoShape(AttributeStore, int, double, double) - Constructor for class ca.spatial.mapview.PointGeoShape
- PointInPoly - Class in ca.spatial.gis.vector
-
This class will do a point in polygon analysis of the input and output data sets.
- PointSymbol - Class in ca.spatial.mapview.symbol
- PointSymbol() - Constructor for class ca.spatial.mapview.symbol.PointSymbol
- PointSymbol(Symbol[]) - Constructor for class ca.spatial.mapview.symbol.PointSymbol
- PointSymbol(Paint) - Constructor for class ca.spatial.mapview.symbol.PointSymbol
- PointSymbol(Paint, int, double, double) - Constructor for class ca.spatial.mapview.symbol.PointSymbol
- polychromaticGradientPalettes - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Polychromatic gradient palettes
- Polygon(String, String, double[], float) - Constructor for class ca.spatial.mapview.LayerAnnotation.Polygon
- POLYGON - Static variable in class ca.spatial.gis.vector.ScanLineConversion2
- POLYGON - Static variable in class ca.spatial.gis.vector.ScanLineConversion3
- POLYGON - Static variable in interface ca.spatial.table.SpatialStore
-
Constant defining the Polygon geometry type
- PolygonGeoShape - Class in ca.spatial.mapview
- PolygonGeoShape(AttributeStore, int, double[][]) - Constructor for class ca.spatial.mapview.PolygonGeoShape
- PolygonOutput - Interface in ca.spatial.gis.raster
-
This interface is used to filter polygons that are extracted from raster data sets by the
- PolygonSplitter - Class in ca.spatial.gis.vector
-
A utility program to split selected polygons using a hex or square grid.
- PolygonSplitter(String, String, String, float, boolean) - Constructor for class ca.spatial.gis.vector.PolygonSplitter
- PolygonSymbol - Class in ca.spatial.mapview.symbol
-
Polygon fill symbology
- PolygonSymbol() - Constructor for class ca.spatial.mapview.symbol.PolygonSymbol
- PolygonSymbol(double, double, AlphaComposite, Paint, double, double, Paint, BasicStroke, double, double, Expression, double, double) - Constructor for class ca.spatial.mapview.symbol.PolygonSymbol
-
Deprecated.
- PolygonSymbol(double, double, AlphaComposite, Paint, Paint, BasicStroke, double, double) - Constructor for class ca.spatial.mapview.symbol.PolygonSymbol
- PolygonSymbol(Symbol[]) - Constructor for class ca.spatial.mapview.symbol.PolygonSymbol
- PolygonSymbol(Paint) - Constructor for class ca.spatial.mapview.symbol.PolygonSymbol
- PolygonSymbol(Paint, LineSymbol) - Constructor for class ca.spatial.mapview.symbol.PolygonSymbol
- PolygonSymbol(Paint, SimpleLineSymbol) - Constructor for class ca.spatial.mapview.symbol.PolygonSymbol
- PolygonSymbol(Paint, Paint) - Constructor for class ca.spatial.mapview.symbol.PolygonSymbol
- PolyGrid - Class in ca.spatial.gis.vector
-
Polygon to ascii raster conversion.
- PolyGrid() - Constructor for class ca.spatial.gis.vector.PolyGrid
- PolyLine(String, String, double[], float) - Constructor for class ca.spatial.mapview.LayerAnnotation.PolyLine
- POLYLINE - Static variable in interface ca.spatial.table.SpatialStore
-
Constant defining the Polyline geometry type
- PoolAccount - Class in ca.spatial.patchworks
-
This class implements a pool account where values that are added to the account are accumulated over all subsequent periods.
- pop() - Method in class ca.spatial.table.TransientUpdateStore
- popHistory() - Method in class ca.spatial.mapview.MapPanel
-
Pop a map extent off of the history stack
- PopupActivationListener - Interface in ca.spatial.table
- popupMenuCanceled(PopupMenuEvent) - Method in class ca.spatial.mapview.UniqueValueThemeEditor
- popupMenuWillBecomeInvisible(PopupMenuEvent) - Method in class ca.spatial.mapview.UniqueValueThemeEditor
- popupMenuWillBecomeVisible(PopupMenuEvent) - Method in class ca.spatial.mapview.UniqueValueThemeEditor
- PQL_SYNTAX - Static variable in class ca.spatial.parser.Expression
-
A constant that is used as a parameter to the constructor to indicate that the PQL-style syntax should be parsed out.
- PREFIX - Static variable in interface ca.spatial.table.PivotTablePrinter.PivotPrinter
-
A flag to indicate that the cell contains a row label
- prepareRenderer(JTable, int, int, Component) - Method in class ca.spatial.table.TablePanel
- prepend(Curve, double) - Method in class ca.spatial.tracks.Curve
- PreviewChip - Class in ca.spatial.mapview.symbol
- PreviewChip() - Constructor for class ca.spatial.mapview.symbol.PreviewChip
- PreviewPanel - Class in ca.spatial.mapview.symbol
- PreviewPanel() - Constructor for class ca.spatial.mapview.symbol.PreviewPanel
- pRGn - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Diverging Purple Green
- PRI - Static variable in class ca.spatial.mapview.symbol.Symbol
-
Primary color set
- primary - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Primary (legacy)
- PRIMARY - Enum constant in enum class ca.spatial.mapview.symbol.ColorSet
- print(int) - Method in class ca.spatial.patchworks.PatchTarget
- print(int, Object) - Static method in class ca.spatial.util.Debug
- print(Graphics2D, Extent2D, double, AffineTransform, int, LayerPrintCallback) - Method in class ca.spatial.mapview.ECWLayer
- print(Graphics2D, Extent2D, double, AffineTransform, int, LayerPrintCallback) - Method in class ca.spatial.mapview.GeoRelLayer
-
Print the contents of the layer on to the GraphicsPrinter
- print(Graphics2D, Extent2D, double, AffineTransform, int, LayerPrintCallback) - Method in class ca.spatial.mapview.Layer
- print(Graphics2D, Extent2D, double, AffineTransform, int, LayerPrintCallback) - Method in class ca.spatial.mapview.LayerList
-
Print the layers on to the PrinterGraphics.
- print(Graphics2D, Extent2D, double, AffineTransform, int, LayerPrintCallback) - Method in class ca.spatial.mapview.MrSidLayer
- print(Graphics2D, Dimension, double, int, LayerPrintCallback) - Method in class ca.spatial.mapview.MapPanel
-
Print the map to a graphics context.
- print(PrintStream) - Method in interface ca.spatial.patchworks.Account
-
Print debugging information
- print(PrintStream) - Method in class ca.spatial.patchworks.Exclusive
- print(PrintStream) - Method in class ca.spatial.patchworks.ExclusiveDependent
- print(PrintStream) - Method in class ca.spatial.patchworks.FlowRatioTarget
- print(PrintStream) - Method in class ca.spatial.util.Scale
-
Print the scale on the specified PrintStream
- print(PrintWriter) - Method in class ca.spatial.patchworks.PatchTarget
- print(Object) - Static method in class ca.spatial.util.Debug
- print(String) - Method in class ca.spatial.table.SummarizeTable
-
Print the summary information to the named file.
- printError(String) - Method in class ca.spatial.patchworks.ScenarioChangeListener
-
Print a message on the standard error stream.
- printError(String) - Method in class ca.spatial.patchworks.ScenarioDescription
- printHtml(PivotTablePane, File) - Static method in class ca.spatial.table.PivotTablePrinter
-
Format the pivot table in to HTML and save in a file.
- printHtml(PivotTablePane, PrintStream) - Static method in class ca.spatial.table.PivotTablePrinter
-
Format the pivot table in to HTML.
- println(int, Object) - Static method in class ca.spatial.util.Debug
- println(Object) - Static method in class ca.spatial.util.Debug
- printMessage(String) - Method in class ca.spatial.patchworks.ScenarioChangeListener
-
Print a message on the standard message stream.
- printMessage(String) - Method in class ca.spatial.patchworks.ScenarioDescription
- printPdf(PivotTablePane, File) - Static method in class ca.spatial.table.PivotTablePrinter
-
Format the pivot table in to PDF format.
- printPdf(PivotTablePane, OutputStream) - Static method in class ca.spatial.table.PivotTablePrinter
-
Format the pivot table in to PDF format.
- printTable(JTable) - Method in class ca.spatial.table.PivotTable
- PRO - Static variable in class ca.spatial.mapview.symbol.Symbol
-
Progressive color set
- Process - Class in ca.spatial.tracks.builder
-
This is the MatrixBuilder application.
- Process(String, String, String) - Constructor for class ca.spatial.tracks.builder.Process
-
The main constructor.
- processRecord(GeoRelationalStore, int) - Method in interface ca.spatial.table.RecordHandler
-
Indeicate that the record specified by the index should be processed.
- processRecords(Extent2D, RecordHandler) - Method in class ca.spatial.mapview.GeoRelLayer
- processRecords(Extent2D, RecordHandler) - Method in class ca.spatial.mapview.ImageLayer
- processRecords(Extent2D, RecordHandler) - Method in class ca.spatial.mapview.Layer
- processRecords(Extent2D, RecordHandler) - Method in class ca.spatial.mapview.LayerList
-
Invoke a method on the currently selected layer to identify records in the vicinity of the point and call a custom processing method for each record.
- processRecords(Extent2D, RecordHandler) - Method in class ca.spatial.table.GeoRelationalStore
- processWorkbook(XSSFWorkbook, Map<String, Object>) - Method in interface ca.spatial.reportwriter.ExcelReportProcessor
-
Process the workbook.
- produceOutput(String, String, Map<String, Object>, PrintStream) - Method in class ca.spatial.reportwriter.CurrentServer
- produceOutput(String, String, Map<String, Object>, PrintStream) - Method in class ca.spatial.reportwriter.FileServer
- produceOutput(String, String, Map<String, Object>, PrintStream) - Method in class ca.spatial.reportwriter.FindZipServer
- produceOutput(String, String, Map<String, Object>, PrintStream) - Method in class ca.spatial.reportwriter.JarServer
- produceOutput(String, String, Map<String, Object>, PrintStream) - Method in class ca.spatial.reportwriter.OutputServer
-
The method will request that the plugin generate output required by URI.
- produceOutput(String, String, Map<String, Object>, PrintStream) - Method in class ca.spatial.reportwriter.ZipServer
- productOfFactors(double[], double) - Static method in class ca.spatial.patchworks.Horizon
-
Return an array that is the product of an input array and a scalar.
- productOfFactors(double[], double[]) - Static method in class ca.spatial.patchworks.Horizon
-
Return an array that is the product of the two input arrays.
- progressive - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Progressive (legacy)
- PROGRESSIVE - Enum constant in enum class ca.spatial.mapview.symbol.ColorSet
- propertyChange(PropertyChangeEvent) - Method in class ca.spatial.mapview.LayerEditor
- propertyChange(PropertyChangeEvent) - Method in class ca.spatial.tracks.checker.DifferenceTable
- propertyChange(PropertyChangeEvent) - Method in class ca.spatial.tracks.checker.SplitPaneSynchronizer
- propertyChange(PropertyChangeEvent) - Method in class ca.spatial.util.SimpleProgress3
-
Invoked when task's progress property changes.
- Proportion(String, AttributeStore, String[], String[], String, int, String) - Constructor for class ca.spatial.reportwriter.DataSlice.Proportion
-
Deprecated.
- Proportion(String, AttributeStore, String[], String, int, String) - Constructor for class ca.spatial.reportwriter.DataSlice.Proportion
-
Deprecated.
- Proportion(String, AttributeStore, String, String) - Constructor for class ca.spatial.reportwriter.DataSlice.Proportion
-
Deprecated.
- Proportion(String, AttributeStore, String, String, int, String) - Constructor for class ca.spatial.reportwriter.DataSlice.Proportion
-
Deprecated.Create a set of classes based on the proportion of values in a set of columns with a common pattern.
- Proportion(String, AttributeStore, String, String, String) - Constructor for class ca.spatial.reportwriter.DataSlice.Proportion
-
Deprecated.
- PROPORTION - Static variable in class ca.spatial.parser.RelationSpecParser
-
RegularExpression Id.
- ProportionalAllocate - Class in ca.spatial.util
-
This class has methods that will will allocate selected records from a table into a set of classes according to the desired proportions.
- ProportionalAllocate(AttributeStore, String, String, String, int, double[]) - Constructor for class ca.spatial.util.ProportionalAllocate
-
Determine a proportional allocation of records in to sets.
- ProportionSpec(String, String[], String[]) - Constructor for class ca.spatial.table.SliceSpec.ProportionSpec
- ProximalTopology - Class in ca.spatial.gis.raster
-
A class to compute neighbour relations between polygon features.
- ProximalTopology(String, float, String, float, String) - Constructor for class ca.spatial.gis.raster.ProximalTopology
-
The constructor to this class sets up the required data structures.
- ProximalTopologyWizard - Class in ca.spatial.gis.raster
- ProximalTopologyWizard() - Constructor for class ca.spatial.gis.raster.ProximalTopologyWizard
- PublicKey - Class in ca.spatial.util
-
Returns an instance of the Spatial Planning Systems public key.
- PublicKey() - Constructor for class ca.spatial.util.PublicKey
- puBu - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Sequential Purple Blue
- puBuGn - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Sequential Purple Blue Green
- puOr - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Diverging Purple Orange
- puRd - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Sequential Purple Red
- purpleMonochromatic - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Purple monochromatic
- purples - Static variable in class ca.spatial.mapview.symbol.ColorPalette
-
Sequential Purples
- push() - Method in class ca.spatial.table.TransientUpdateStore
- pushHistory(Extent2D) - Method in class ca.spatial.mapview.MapPanel
-
Push a map extent on to the history stack
- putGlobal(String, Object) - Static method in class ca.spatial.util.IProperties
-
Set a global interpreter value.
- putItem(String, Object) - Method in class ca.spatial.util.Wizard
-
Set a data value in the wizard.
- PWConsole - Class in ca.spatial.util
-
A language agnostic interpreter console for Patchworks.
- PWConsole(ScriptEngine, String, boolean) - Constructor for class ca.spatial.util.PWConsole
All Classes|All Packages|Constant Field Values|Deprecated API|Serialized Form