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 

A

AbstractTable - Class in weave.config.tables
 
AbstractTable(ConnectionConfig, String, String, String...) - Constructor for class weave.config.tables.AbstractTable
 
accept(File) - Method in class weave.beans.UploadFileFilter
 
addChild(int, int, int) - Method in class weave.config.tables.HierarchyTable
 
addChild(int, int, int) - Method in class weave.servlets.AdminService
 
addChild(int, int, int) - Method in interface weave.servlets.IWeaveEntityManagementService
Adds a parent-child relationship to the server-side entity hierarchy table.
addColumn(Connection, String, String, String, String) - Static method in class weave.utils.SQLUtils
 
addColumnData(AttributeColumnData) - Method in class weave.beans.WeaveJsonDataSet
This will add all the data from an AttributeColumnData object.
addForeignKey(String, AbstractTable, String) - Method in class weave.config.tables.AbstractTable
 
addForeignKey(Connection, String, String, String, String, String) - Static method in class weave.utils.SQLUtils
 
addGroupedConditions(Map<String, V>, Set<String>, Set<String>) - Method in class weave.utils.SQLUtils.WhereClauseBuilder
Adds a set of grouped inner conditions.
addGroupedConditions(Map<String, V>, Map<String, SQLUtils.CompareMode>) - Method in class weave.utils.SQLUtils.WhereClauseBuilder
Adds a set of grouped inner conditions.
addRow(Object...) - Method in class weave.utils.BulkSQLLoader
 
addRow(Object...) - Method in class weave.utils.BulkSQLLoader.BulkSQLLoader_CSV
 
addRow(Object...) - Method in class weave.utils.BulkSQLLoader.BulkSQLLoader_Direct
 
AdminService - Class in weave.servlets
 
AdminService() - Constructor for class weave.servlets.AdminService
 
ALLOW_R_SCRIPT_ACCESS - Static variable in class weave.config.WeaveConfig
 
ALLOW_RSERVE_ROOT_ACCESS - Static variable in class weave.config.WeaveConfig
 
allowDataConfigInitialize() - Method in class weave.config.ConnectionConfig
 
AmfTest - Class in weave.tests
 
AmfTest() - Constructor for class weave.tests.AmfTest
 
and - Variable in class weave.utils.SQLUtils.WhereClause.NestedColumnFilters
Nested filters to be grouped with AND logic.
appendTextNode(Node, String) - Static method in class weave.utils.XMLUtils
 
appendXMLChildFromString(Node, String) - Static method in class weave.utils.XMLUtils
 
assertValid() - Method in class weave.utils.SQLUtils.WhereClause.ColumnFilter
Makes sure the values in this object are specified correctly.
assertValid() - Method in class weave.utils.SQLUtils.WhereClause.NestedColumnFilters
Makes sure the values in this object are specified correctly.
assignNamesToVector(RConnection, String[], Object[]) - Static method in class weave.servlets.RServiceUsingRserve
 
AttributeColumnData - Class in weave.beans
 
AttributeColumnData() - Constructor for class weave.beans.AttributeColumnData
 
attributeColumnMetadata - Variable in class weave.beans.WeaveRecordList
 
authenticate(String, String) - Method in class weave.servlets.AdminService
 
authenticate(String, String) - Method in class weave.servlets.DataService
 

B

beginStep(String, int, int, int) - Method in class weave.utils.ProgressManager
 
binarySQLType(String) - Static method in class weave.utils.SQLUtils
This function returns the name of a binary data type that can be used in SQL queries.
build(Connection) - Method in class weave.utils.SQLUtils.WhereClauseBuilder
Builds a WhereClause based on the conditions previously specified with addGroupedConditions().
buildHierarchy(int, int, int) - Method in class weave.config.DataConfig
Adds a copy of an existing child to a parent.
buildNormalForm(Connection) - Method in class weave.utils.SQLUtils.WhereClauseBuilder
 
buildPredicate(Connection) - Method in class weave.utils.SQLUtils.WhereClauseBuilder.Condition
 
bulkLoader - Variable in class weave.config.tables.AbstractTable
 
BulkSQLLoader - Class in weave.utils
 
BulkSQLLoader.BulkSQLLoader_CSV - Class in weave.utils
 
BulkSQLLoader.BulkSQLLoader_CSV(Connection, String, String, String[]) - Constructor for class weave.utils.BulkSQLLoader.BulkSQLLoader_CSV
 
BulkSQLLoader.BulkSQLLoader_Direct - Class in weave.utils
 
BulkSQLLoader.BulkSQLLoader_Direct(Connection, String, String, String[]) - Constructor for class weave.utils.BulkSQLLoader.BulkSQLLoader_Direct
 

C

call(String[], String[], Object[][], String[], String, String, boolean, boolean, boolean) - Static method in class weave.tests.JRItest
 
call(String[], String[], Object[], String[], String, String, boolean, boolean, boolean) - Static method in class weave.tests.test
 
call(String[], String[], Object[][], String[], String, String, boolean, boolean, boolean) - Static method in class weave.tests.testForMultipleJRIloading
 
caseSensitiveCompare(Connection, String, String) - Static method in class weave.utils.SQLUtils
This will build a case sensitive compare expression out of two sql query expressions.
cast(Object, Type) - Method in class weave.servlets.WeaveServlet
Tries to convert value to the given type.
CATEGORY - Static variable in class weave.config.DataConfig.EntityType
 
checkDatabaseConfigExists() - Method in class weave.servlets.AdminService
 
checkforJRIService() - Method in class weave.servlets.RService
 
checkKeyColumnsForCSVImport(String, String[]) - Method in class weave.servlets.AdminService
Check if selected key column from CSV data has unique values
checkKeyColumnsForDBFImport(String[], String[]) - Method in class weave.servlets.AdminService
 
checkKeyColumnsForSQLImport(String, String, String[]) - Method in class weave.servlets.AdminService
 
childId - Variable in class weave.config.DataConfig.Relationship
 
childIds - Variable in class weave.config.DataConfig.DataEntityWithRelationships
 
ClassDiscriminationResult - Class in weave.beans
 
ClassDiscriminationResult() - Constructor for class weave.beans.ClassDiscriminationResult
 
clause - Variable in class weave.utils.SQLUtils.WhereClause
 
cleanup(ResultSet) - Static method in class weave.utils.SQLUtils
 
cleanup(Statement) - Static method in class weave.utils.SQLUtils
 
cleanup(Connection) - Static method in class weave.utils.SQLUtils
 
close() - Method in class weave.servlets.RScriptEngine
 
code - Variable in class weave.beans.JsonRpcErrorModel
 
coefficients - Variable in class weave.beans.LinearRegressionResult
 
COLUMN - Static variable in class weave.config.DataConfig.EntityType
 
columnNames - Variable in class weave.utils.SQLResult
An array of column names from the ResultSetMetaData of the original ResultSet.
columns - Variable in class weave.beans.TableData
 
columns - Variable in class weave.beans.WeaveJsonDataSet
This maps a Weave entity id to a hash map containing its public metadata.
columnTypes - Variable in class weave.utils.SQLResult
An array of column types from the ResultSetMetaData of the original ResultSet.
com.heatonresearch.httprecipes.html - package com.heatonresearch.httprecipes.html
 
CommandUtils - Class in weave.utils
 
CommandUtils() - Constructor for class weave.utils.CommandUtils
 
commit() - Method in class weave.geometrystream.SQLGeometryStreamDestination
 
compareMode - Variable in class weave.utils.SQLUtils.WhereClauseBuilder.Condition
Specifies how the field and value should be compared
cond - Variable in class weave.utils.SQLUtils.WhereClause.NestedColumnFilters
A condition for a particular field.
conn - Variable in class weave.utils.BulkSQLLoader
 
connection - Variable in class weave.config.ConnectionConfig.DatabaseConfigInfo
The name of the connection (in the xml configuration) which allows connection to the database which contains the configurations (columns->SQL queries, and geometry collections).
CONNECTION - Static variable in class weave.config.DataConfig.PrivateMetadata
 
ConnectionConfig - Class in weave.config
An interface to retrieve strings from a configuration file.
ConnectionConfig(File) - Constructor for class weave.config.ConnectionConfig
 
connectionConfig - Variable in class weave.config.tables.AbstractTable
 
ConnectionConfig.ConnectionInfo - Class in weave.config
This class contains all the information needed to connect to a SQL database.
ConnectionConfig.ConnectionInfo() - Constructor for class weave.config.ConnectionConfig.ConnectionInfo
 
ConnectionConfig.ConnectionInfo(String, String) - Constructor for class weave.config.ConnectionConfig.ConnectionInfo
Constructs a ConnectionInfo object that overrides user/pass info and appends dsUser as a subfolder after folderName.
ConnectionConfig.DatabaseConfigInfo - Class in weave.config
This class contains all the information related to where the configuration should be stored in a database.
ConnectionConfig.DatabaseConfigInfo() - Constructor for class weave.config.ConnectionConfig.DatabaseConfigInfo
 
ConnectionConfig.WeaveAuthenticationException - Exception in weave.config
 
ConnectionConfig.WeaveAuthenticationException(String) - Constructor for exception weave.config.ConnectionConfig.WeaveAuthenticationException
 
connectionIsValid(Connection) - Static method in class weave.utils.SQLUtils
This function tests if a given Connection is valid, and closes the connection if it is not.
connectString - Variable in class weave.config.ConnectionConfig.ConnectionInfo
 
constrainOracleQueryParam(T) - Static method in class weave.utils.SQLUtils
 
constrainQueryParams(Connection, List<T>) - Static method in class weave.utils.SQLUtils
 
constrainQueryParams(Connection, T[]) - Static method in class weave.utils.SQLUtils
 
convertFeatures(GeometryStreamConverter, ShapefileDataStore, List<String>) - Static method in class weave.geometrystream.SHPGeometryStreamUtils
 
convertRecordsToRows(Map<String, String>[]) - Method in class weave.utils.CSVParser
This function converts an Array of Map objects to an Array of Arrays compatible with other functions in this class.
convertRecordsToRows(Map<String, String>[], String[]) - Method in class weave.utils.CSVParser
This function converts an Array of Map objects to an Array of Arrays compatible with other functions in this class.
convertRecordsToRows(Map<String, String>[], String[], boolean) - Method in class weave.utils.CSVParser
This function converts an Array of Map objects to an Array of Arrays compatible with other functions in this class.
convertRowsToRecords(String[][]) - Method in class weave.utils.CSVParser
This function converts an Array of Arrays to an Array of Objects compatible with DataGrid.
convertShapefile(GeometryStreamConverter, String, List<String>) - Static method in class weave.geometrystream.SHPGeometryStreamUtils
 
convertWildcards(String) - Static method in class weave.utils.SQLUtils
Converts a search string which uses basic '?' and '*' wildcards into an equivalent SQL search string.
copy(String, String) - Static method in class weave.utils.FileUtils
 
copy(File, File) - Static method in class weave.utils.FileUtils
 
copy(InputStream, OutputStream) - Static method in class weave.utils.FileUtils
 
copyArrayToList(Object, List<O>) - Static method in class weave.utils.ListUtils
 
copyCsvToDatabase(Connection, String, String, String) - Static method in class weave.utils.BulkSQLLoader
 
copyDoubleArray(Object[], double[]) - Static method in class weave.utils.ListUtils
 
copyFrom(Map<String, String>) - Method in class weave.config.ConnectionConfig.ConnectionInfo
 
copyFrom(ConnectionConfig.ConnectionInfo) - Method in class weave.config.ConnectionConfig.ConnectionInfo
 
copyFrom(Map<String, String>) - Method in class weave.config.ConnectionConfig.DatabaseConfigInfo
 
copyFrom(ConnectionConfig.DatabaseConfigInfo) - Method in class weave.config.ConnectionConfig.DatabaseConfigInfo
 
copyIntegerArray(Object[], int[]) - Static method in class weave.utils.ListUtils
 
copyStringArray(Object[], String[]) - Static method in class weave.utils.ListUtils
 
countGroups() - Method in class weave.utils.SQLUtils.WhereClauseBuilder
Checks the number of groups which have been added via addGroupedConditions().
CR - Static variable in class weave.utils.CSVParser
 
createBindings() - Method in class weave.servlets.JRIBaseScriptEngine
 
createCSV(Object[][], boolean, boolean) - Method in class weave.utils.CSVParser
This function converts a table of Strings (or Objects) and encodes them as a single CSV String.
createCSV(Object[][], boolean, Appendable, boolean) - Method in class weave.utils.CSVParser
This function converts a table of Strings (or Objects) and encodes them as a single CSV String.
createCSVRow(Object[], boolean) - Method in class weave.utils.CSVParser
This function encodes an Array of objects into a CSV row.
createCSVToken(String, boolean) - Method in class weave.utils.CSVParser
This function encodes a String as a CSV token, adding quotes around it and replacing " with "" if necessary.
createIndex(Connection, String, String, String[]) - Static method in class weave.utils.SQLUtils
 
createIndex(Connection, String, String, String[], Integer[]) - Static method in class weave.utils.SQLUtils
 
createSchema(Connection, String) - Static method in class weave.utils.SQLUtils
Creates a schema in a non-SQLite database.
createTable(Connection, String, String, List<String>, List<String>, List<String>) - Static method in class weave.utils.SQLUtils
 
createTileTable(String) - Method in class weave.geometrystream.SQLGeometryStreamDestination
 
CSVParser - Class in weave.utils
Parses and generates CSV-encoded tables.
CSVParser() - Constructor for class weave.utils.CSVParser
This is the default constructor which creates a CSVParser having a delimiter of ',' and a quote of '"'.
CSVParser(char) - Constructor for class weave.utils.CSVParser
Use this to specify a custom delimiter.
CSVParser(char, char) - Constructor for class weave.utils.CSVParser
Use this to specify custom delimiter and quote symbols.
currentJsonRequest - Variable in class weave.servlets.WeaveServlet.ServletRequestInfo
 

D

data - Variable in class weave.beans.AttributeColumnData
 
data - Variable in class weave.beans.JsonRpcErrorModel
 
DataConfig - Class in weave.config
DatabaseConfig This class reads from an SQL database and provides an interface to retrieve strings.
DataConfig(ConnectionConfig) - Constructor for class weave.config.DataConfig
 
DataConfig.DataEntity - Class in weave.config
This class contains metadata for an attributeColumn entry.
DataConfig.DataEntity() - Constructor for class weave.config.DataConfig.DataEntity
 
DataConfig.DataEntityMetadata - Class in weave.config
This class contains public and private metadata for an entity.
DataConfig.DataEntityMetadata() - Constructor for class weave.config.DataConfig.DataEntityMetadata
 
DataConfig.DataEntityWithRelationships - Class in weave.config
 
DataConfig.DataEntityWithRelationships() - Constructor for class weave.config.DataConfig.DataEntityWithRelationships
 
DataConfig.DataType - Class in weave.config
 
DataConfig.DataType() - Constructor for class weave.config.DataConfig.DataType
 
DataConfig.EntityHierarchyInfo - Class in weave.config
 
DataConfig.EntityHierarchyInfo() - Constructor for class weave.config.DataConfig.EntityHierarchyInfo
 
DataConfig.EntityType - Class in weave.config
 
DataConfig.EntityType() - Constructor for class weave.config.DataConfig.EntityType
 
DataConfig.PrivateMetadata - Class in weave.config
 
DataConfig.PrivateMetadata() - Constructor for class weave.config.DataConfig.PrivateMetadata
 
DataConfig.PublicMetadata - Class in weave.config
 
DataConfig.PublicMetadata() - Constructor for class weave.config.DataConfig.PublicMetadata
 
DataConfig.Relationship - Class in weave.config
Represents a parent-child relationship between two entities.
DataConfig.Relationship() - Constructor for class weave.config.DataConfig.Relationship
 
DataConfig.Relationship(int, int) - Constructor for class weave.config.DataConfig.Relationship
 
DataConfig.RelationshipList - Class in weave.config
An ordered List of Relationship objects which adds two functions: getChildIds() and getParentIds().
DataConfig.RelationshipList() - Constructor for class weave.config.DataConfig.RelationshipList
 
dataConfigTable - Variable in class weave.config.ConnectionConfig.DatabaseConfigInfo
Deprecated.
DataService - Class in weave.servlets
This class connects to a database and gets data uses xml configuration file to get connection/query info
DataService() - Constructor for class weave.servlets.DataService
 
DATATYPE - Static variable in class weave.config.DataConfig.PublicMetadata
 
DBFUtils - Class in weave.utils
 
DBFUtils() - Constructor for class weave.utils.DBFUtils
 
debugThreshold - Static variable in class weave.servlets.WeaveServlet
 
DebugTimer - Class in weave.utils
DebugTimer
DebugTimer() - Constructor for class weave.utils.DebugTimer
 
DebugTimer(long) - Constructor for class weave.utils.DebugTimer
 
DEFAULT_BUFFER_SIZE - Static variable in class weave.utils.BulkSQLLoader.BulkSQLLoader_Direct
 
DEFAULT_SQLITE_DATABASE - Static variable in class weave.utils.SQLUtils
 
defaultParser - Static variable in class weave.utils.CSVParser
 
deleteRows(Connection, String, String, SQLUtils.WhereClause<V>) - Static method in class weave.utils.SQLUtils
This function will delete from a table the rows that have a specified set of column values.
DensityBasedClusteringResult - Class in weave.beans
 
DensityBasedClusteringResult() - Constructor for class weave.beans.DensityBasedClusteringResult
 
DensityBasedClusteringResult(int[], String[], double[], double[]) - Constructor for class weave.beans.DensityBasedClusteringResult
 
DeprecatedConfig - Class in weave.config
Deprecated.
deserializeAmf3(InputStream) - Method in class weave.servlets.WeaveServlet
 
destroy() - Method in class weave.servlets.AdminService
 
destroy() - Method in class weave.servlets.DataService
 
destroy() - Method in class weave.servlets.RService
 
DIRECTORY_SERVICE - Static variable in class weave.config.ConnectionConfig.ConnectionInfo
 
doClassDiscrimination(String, double[], double[], boolean) - Static method in class weave.servlets.RServiceUsingRserve
 
doClassDiscrimintation(double[], double[], boolean) - Method in class weave.servlets.RService
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class weave.servlets.WeaveServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class weave.servlets.WeaveServlet
 
dropTableIfExists(Connection, String, String) - Static method in class weave.utils.SQLUtils
 
DTD_EMBEDDED - Static variable in class weave.config.ConnectionConfig
 
DTD_FILENAME - Static variable in class weave.config.ConnectionConfig
 

E

engine - Variable in class weave.servlets.RScriptEngine
Underlying R implementation.
ENTITYTYPE - Static variable in class weave.config.DataConfig.PublicMetadata
 
equal(String, String) - Static method in class weave.utils.Strings
 
error - Variable in class weave.beans.JsonRpcResponseModel
 
escapeSpecialCharacters(String) - Static method in class weave.utils.XMLUtils
 
eval(Reader, ScriptContext) - Method in class weave.servlets.JRIBaseScriptEngine
 
eval(String, ScriptContext) - Method in class weave.servlets.RScriptEngine
 
executeUpdate(Connection, String) - Static method in class weave.utils.SQLUtils
 
executeUpdate(Connection, String, Object[]) - Static method in class weave.utils.SQLUtils
 
extractFileFromArchive(byte[], String) - Static method in class weave.utils.FileUtils
Extracts a single file from an archive.
extractFileFromArchive(File, String) - Static method in class weave.utils.FileUtils
Extracts a single file from an archive.
extractFileFromArchiveBase64(String, String) - Static method in class weave.utils.FileUtils
Extracts a single file from an archive.

F

f - Variable in class weave.utils.SQLUtils.WhereClause.ColumnFilter
The unquoted field name.
FETCH_SIZE - Static variable in class weave.utils.SQLResult
 
field - Variable in class weave.utils.SQLUtils.WhereClauseBuilder.Condition
Unquoted SQL field name
FIELD_CHILD - Static variable in class weave.config.tables.HierarchyTable
 
FIELD_ID - Static variable in class weave.config.tables.MetadataTable
 
FIELD_NAME - Static variable in class weave.config.tables.MetadataTable
 
FIELD_ORDER - Static variable in class weave.config.tables.HierarchyTable
 
FIELD_PARENT - Static variable in class weave.config.tables.HierarchyTable
 
FIELD_VALUE - Static variable in class weave.config.tables.MetadataTable
 
fieldNames - Variable in class weave.config.tables.AbstractTable
 
fieldNames - Variable in class weave.utils.BulkSQLLoader
 
file - Variable in class weave.utils.BulkSQLLoader.BulkSQLLoader_CSV
 
fileName - Variable in class weave.beans.WeaveFileInfo
 
FILENAME - Static variable in class weave.config.DataConfig.PrivateMetadata
 
fileSize - Variable in class weave.beans.WeaveFileInfo
 
FileUtils - Class in weave.utils
 
FileUtils() - Constructor for class weave.utils.FileUtils
 
filter(Map<String, String>, Set<String>) - Method in class weave.config.tables.MetadataTable
Finds IDs of entities having metadata matching a set of constraints.
finalize() - Method in class weave.utils.BulkSQLLoader.BulkSQLLoader_Direct
 
findEntityIds(Map<String, String>, String[]) - Method in class weave.servlets.AdminService
 
findEntityIds(Map<String, String>, String[]) - Method in class weave.servlets.DataService
 
findEntityIds(Map<String, String>, String[]) - Method in interface weave.servlets.IWeaveEntityManagementService
Gets an Array of entity IDs with matching public metadata.
findEntityIds(Map<String, String>, String[]) - Method in interface weave.servlets.IWeaveEntityService
Gets an Array of entity IDs with matching public metadata.
findIgnoreCase(String, String[]) - Static method in class weave.utils.ListUtils
 
findIgnoreCase(String, List<String>) - Static method in class weave.utils.ListUtils
 
findPublicFieldValues(String, String) - Method in class weave.servlets.AdminService
 
findPublicFieldValues(String, String) - Method in class weave.servlets.DataService
 
findPublicFieldValues(String, String) - Method in interface weave.servlets.IWeaveEntityManagementService
Finds matching values for a public metadata field.
findPublicFieldValues(String, String) - Method in interface weave.servlets.IWeaveEntityService
Finds matching values for a public metadata field.
findString(String, String[]) - Static method in class weave.utils.ListUtils
 
findString(String, List<String>) - Static method in class weave.utils.ListUtils
 
fixColumnName(String, String) - Static method in class weave.utils.SQLUtils
 
flush() - Method in class weave.utils.BulkSQLLoader.BulkSQLLoader_CSV
 
flush() - Method in class weave.utils.BulkSQLLoader.BulkSQLLoader_Direct
 
flush() - Method in class weave.utils.BulkSQLLoader
 
flushInserts() - Method in class weave.config.DataConfig
 
flushInserts() - Method in class weave.config.tables.AbstractTable
 
folderName - Variable in class weave.config.ConnectionConfig.ConnectionInfo
 
fromFilters(Connection, SQLUtils.WhereClause.NestedColumnFilters) - Static method in class weave.utils.SQLUtils.WhereClause
Builds a WhereClause from nested filtering logic.
fromInt(int) - Static method in class weave.config.DataConfig.EntityType
Deprecated.
fromPairs(Object...) - Static method in class weave.utils.MapUtils
 
fromSQLType(int) - Static method in class weave.config.DataConfig.DataType
This function determines the corresponding DataType constant for a SQL type defined in java.sql.Types.

G

GEOMETRY - Static variable in class weave.config.DataConfig.DataType
 
geometryConfigTable - Variable in class weave.config.ConnectionConfig.DatabaseConfigInfo
Deprecated.
GeometryStreamMetadata - Class in weave.beans
 
GeometryStreamMetadata() - Constructor for class weave.beans.GeometryStreamMetadata
 
geometryTileDescriptors - Variable in class weave.beans.AttributeColumnData
 
geometryTileDescriptors - Variable in class weave.beans.GeometryStreamMetadata
 
geometryTileIDGenerator - Variable in class weave.geometrystream.SQLGeometryStreamDestination
 
get() - Method in class weave.utils.DebugTimer
 
getAdminConnection() - Method in class weave.config.ConnectionConfig
This function gets a connection to the database containing the configuration information.
getAttributeNames(File) - Static method in class weave.utils.DBFUtils
 
getBigIntTypeString(Connection) - Static method in class weave.utils.SQLUtils
 
getCapabilities() - Method in class weave.servlets.WeaveServlet
Lists available methods.
getChildCounts(Collection<Integer>) - Method in class weave.config.tables.HierarchyTable
 
getChildIds(int) - Method in class weave.config.DataConfig
Shortcut for getRelationships(Arrays.asList(id)).getChildIds(id).
getChildIds(int) - Method in class weave.config.DataConfig.RelationshipList
Gets an ordered list of child IDs for a specified parent.
getClusterDistanceMeasure() - Method in class weave.beans.HierarchalClusteringResult
 
getClusterDistanceMeasure() - Method in class weave.beans.HierarchicalClusteringResult
 
getClusterGroup() - Method in class weave.beans.DensityBasedClusteringResult
 
getClusterGroup() - Method in class weave.beans.KMeansClusteringResult
 
getClusterLabels() - Method in class weave.beans.HierarchalClusteringResult
 
getClusterMeans() - Method in class weave.beans.KMeansClusteringResult
 
getClusterMethod() - Method in class weave.beans.HierarchalClusteringResult
 
getClusterMethod() - Method in class weave.beans.HierarchicalClusteringResult
 
getClusterSequence() - Method in class weave.beans.HierarchalClusteringResult
 
getClusterSequence() - Method in class weave.beans.HierarchicalClusteringResult
 
getClusterSize() - Method in class weave.beans.KMeansClusteringResult
 
getColumn(Object, double, double, Object[]) - Method in class weave.servlets.DataService
This retrieves the data and the public metadata for a single attribute column.
getColumn(Connection, String, String, String) - Static method in class weave.utils.SQLUtils
 
getColumnFromMetadata(Map<String, String>) - Method in class weave.servlets.DataService
Deprecated.
getColumnNamesFromResultSet(ResultSet) - Static method in class weave.utils.SQLUtils
 
getColumns(Connection, String, String) - Static method in class weave.utils.SQLUtils
 
getConfigPath() - Method in class weave.config.WeaveContextParams
 
getConnection() - Method in class weave.config.ConnectionConfig.ConnectionInfo
 
getConnection(String) - Static method in class weave.utils.SQLUtils
 
getConnection(String, String, String) - Static method in class weave.utils.SQLUtils
 
getConnectionConfig() - Static method in class weave.config.WeaveConfig
 
getConnectionConfigFilePath() - Static method in class weave.config.WeaveConfig
 
getConnectionInfo(String) - Method in class weave.config.ConnectionConfig
 
getConnectionInfo(String, String, String) - Method in class weave.config.ConnectionConfig
 
getConnectionInfo(String) - Method in class weave.servlets.AdminService
 
getConnectionInfoNames() - Method in class weave.config.ConnectionConfig
 
getConnectionNames() - Method in class weave.servlets.AdminService
 
getConnectString(String, String, String, String, String, String) - Static method in class weave.utils.SQLUtils
 
getCSVColumnNames(String) - Method in class weave.servlets.AdminService
Read a list of csv files and return common header columns.
getCSVNullValue(Connection) - Static method in class weave.utils.SQLUtils
 
getDatabaseConfigInfo() - Method in class weave.config.ConnectionConfig
 
getDatabaseConfigInfo() - Method in class weave.servlets.AdminService
 
getDataConfig() - Static method in class weave.config.WeaveConfig
 
getDataSet(int[]) - Method in class weave.servlets.DataService
This function is intended for use with JsonRPC calls.
getDataTableList() - Method in class weave.servlets.DataService
Deprecated. 
getDateTimeTypeString(Connection) - Static method in class weave.utils.SQLUtils
 
getDBFColumnNames(String[]) - Method in class weave.servlets.AdminService
 
getDBFData(File, String[]) - Static method in class weave.utils.DBFUtils
 
getDbmsFromConnection(Connection) - Static method in class weave.utils.SQLUtils
 
getDbmsFromConnectString(String) - Static method in class weave.utils.SQLUtils
 
getDocrootPath() - Static method in class weave.config.WeaveConfig
 
getDocrootPath() - Method in class weave.config.WeaveContextParams
 
getDoubleTypeString(Connection) - Static method in class weave.utils.SQLUtils
 
getDriver(String) - Static method in class weave.utils.SQLUtils
 
getEngineName() - Method in class weave.servlets.RScriptFactory
 
getEngineVersion() - Method in class weave.servlets.RScriptFactory
 
getEntities(Collection<Integer>, boolean) - Method in class weave.config.DataConfig
 
getEntities(int[]) - Method in class weave.servlets.AdminService
 
getEntities(int[]) - Method in class weave.servlets.DataService
 
getEntities(int[]) - Method in interface weave.servlets.IWeaveEntityManagementService
Gets an Array of Entity objects.
getEntities(int[]) - Method in interface weave.servlets.IWeaveEntityService
Gets an Array of Entity objects, minus the private metadata.
getEntitiesById(int[]) - Method in class weave.servlets.DataService
Deprecated. 
getEntitiesWithRelationships(int[], boolean) - Method in class weave.config.DataConfig
 
getEntity(int) - Method in class weave.config.DataConfig
 
getEntityChildIds(int) - Method in class weave.servlets.DataService
Deprecated. 
getEntityHierarchyInfo(Map<String, String>) - Method in class weave.config.DataConfig
 
getEntityIdsByMetadata(Map<String, String>, int) - Method in class weave.servlets.DataService
Deprecated. 
getEntityTypes(Collection<Integer>) - Method in class weave.config.DataConfig
 
getEpsRadius() - Method in class weave.beans.DensityBasedClusteringResult
 
getExtensions() - Method in class weave.servlets.RScriptFactory
 
getFactory() - Method in class weave.servlets.JRIBaseScriptEngine
 
getFilteredRows(int[], SQLUtils.WhereClause.NestedColumnFilters, String[]) - Static method in class weave.servlets.DataService
 
getFirstSortedItem(Collection<T>, T) - Static method in class weave.utils.ListUtils
 
getGeometryStreamGeometryTiles(int, int[]) - Method in class weave.servlets.DataService
 
getGeometryStreamMetadataTiles(int, int[]) - Method in class weave.servlets.DataService
 
getGeometryTableName() - Method in class weave.geometrystream.SQLGeometryStreamDestination
 
getGeometryTileDescriptors(Connection, String, String) - Static method in class weave.geometrystream.SQLGeometryStreamReader
 
getGeometryTiles(Connection, String, String, int[]) - Static method in class weave.geometrystream.SQLGeometryStreamReader
 
getHierarchyInfo(Map<String, String>) - Method in class weave.servlets.AdminService
 
getHierarchyInfo(Map<String, String>) - Method in class weave.servlets.DataService
 
getHierarchyInfo(Map<String, String>) - Method in interface weave.servlets.IWeaveEntityManagementService
Gets EntityHierarchyInfo objects containing basic information on entities matching public metadata.
getHierarchyInfo(Map<String, String>) - Method in interface weave.servlets.IWeaveEntityService
Gets EntityHierarchyInfo objects containing basic information on entities matching public metadata.
getInstance(ServletContext) - Static method in class weave.config.WeaveContextParams
 
getIntColumn(Connection, String, String, String) - Static method in class weave.utils.SQLUtils
 
getIntTypeString(Connection) - Static method in class weave.utils.SQLUtils
 
getItems(T[], int[]) - Static method in class weave.utils.ListUtils
 
getKeyTypes() - Method in class weave.servlets.AdminService
 
getLanguageName() - Method in class weave.servlets.RScriptFactory
 
getLanguageVersion() - Method in class weave.servlets.RScriptFactory
 
getLastModified() - Method in class weave.config.ConnectionConfig
Creates an empty SQLite database file if it doesn't already exist.
getLikeEscapeClause(Connection) - Static method in class weave.utils.SQLUtils
Returns an ESCAPE clause for use with a LIKE comparison.
getLongBlobTypeString(Connection) - Static method in class weave.utils.SQLUtils
 
getMetadataTableName() - Method in class weave.geometrystream.SQLGeometryStreamDestination
 
getMetadataTileDescriptors(Connection, String, String) - Static method in class weave.geometrystream.SQLGeometryStreamReader
 
getMetadataTiles(Connection, String, String, int[]) - Static method in class weave.geometrystream.SQLGeometryStreamReader
 
getMethodCallSyntax(String, String, String...) - Method in class weave.servlets.RScriptFactory
 
getMimeTypes() - Method in class weave.servlets.RScriptFactory
 
getminimumPoints() - Method in class weave.beans.DensityBasedClusteringResult
 
getName() - Method in class weave.beans.RResult
 
getNames() - Method in class weave.servlets.RScriptFactory
 
getNext() - Method in class weave.geometrystream.JTSFeatureGeometryStream
This function will get the next GeometryVertexStream.
getOutputStatement(String) - Method in class weave.servlets.RScriptFactory
 
getOutputStream() - Method in class weave.servlets.WeaveServlet.ServletRequestInfo
It's important to use this function to get the ServletOutputStream instead of response.getOutputStream(), which can only be called once per request.
getParameter(String) - Method in class weave.servlets.RScriptFactory
 
getParentIds(int) - Method in class weave.config.DataConfig
Shortcut for getRelationships(Arrays.asList(id)).getParentIds(id).
getParentIds(int) - Method in class weave.config.DataConfig.RelationshipList
Gets a list of IDs for parents having a specified child.
getParents(int) - Method in class weave.servlets.DataService
Deprecated. 
getPointStatus() - Method in class weave.beans.DensityBasedClusteringResult
 
getProgram(String...) - Method in class weave.servlets.RScriptFactory
 
getProgressManager() - Method in class weave.utils.ProgressManager.ProgressPrinter
 
getProperties(Collection<Integer>) - Method in class weave.config.tables.MetadataTable
 
getProperty(String) - Method in class weave.config.LiveProperties
 
getProperty(int, String) - Method in class weave.config.tables.MetadataTable
Shortcut for getPropertyMap(Collections.singleton(id), property).get(id)
getProperty(String) - Static method in class weave.config.WeaveConfig
 
getPropertyBoolean(String) - Static method in class weave.config.WeaveConfig
 
getPropertyMap() - Method in class weave.config.ConnectionConfig.ConnectionInfo
 
getPropertyMap() - Method in class weave.config.ConnectionConfig.DatabaseConfigInfo
 
getPropertyMap(Collection<Integer>, String) - Method in class weave.config.tables.MetadataTable
 
getRConnection() - Static method in class weave.servlets.RServiceUsingRserve
 
getRecordFieldNames(Map<String, String>[]) - Method in class weave.utils.CSVParser
This function returns a comprehensive list of all the field names defined by a list of record objects.
getRecordFieldNames(Map<String, String>[], boolean) - Method in class weave.utils.CSVParser
This function returns a comprehensive list of all the field names defined by a list of record objects.
getRecordsFromQuery(Connection, List<String>, String, String, SQLUtils.WhereClause<VALUE_TYPE>, String, Class<VALUE_TYPE>) - Static method in class weave.utils.SQLUtils
 
getRecordsFromResultSet(ResultSet, Class<VALUE_TYPE>) - Static method in class weave.utils.SQLUtils
 
getRelationships(Collection<Integer>) - Method in class weave.config.DataConfig
Gets a list of parent-child relationships for a set of entities.
getRelationships(Collection<Integer>) - Method in class weave.config.tables.HierarchyTable
Gets a list of parent-child relationships for a set of entities.
getREngine() - Static method in class weave.servlets.RServiceUsingJRI
 
getResultFromQuery(Connection, String, TYPE[], boolean) - Static method in class weave.utils.SQLUtils
Example usage: getResultFromQuery(conn, "SELECT a, b FROM mytable WHERE c = ? and d = ?", new Object[]&#124; "my-c-value", 0xDDDD &#125;, false)
getResultFromQuery(Connection, List<String>, String, String, Map<String, V>, Set<String>) - Static method in class weave.utils.SQLUtils
 
getRImageFilePath() - Method in class weave.beans.KMeansClusteringResult
 
getRows(String, String[]) - Method in class weave.servlets.DataService
 
getRServePath() - Method in class weave.config.WeaveContextParams
 
getSchemas(Connection) - Static method in class weave.utils.SQLUtils
 
getScriptEngine() - Method in class weave.servlets.RScriptFactory
 
getSerializationContext() - Static method in class weave.tests.AmfTest
 
getServerInfo() - Method in class weave.servlets.DataService
 
getServletRequestInfo() - Method in class weave.servlets.WeaveServlet
This function retrieves the ServletRequestInfo associated with the current thread's doGet() or doPost() call.
getSingleIntFromQuery(Connection, String, int) - Static method in class weave.utils.SQLUtils
 
getSingleIntFromQuery(Statement, String, int) - Static method in class weave.utils.SQLUtils
 
getSingleIntFromQuery(Connection, String, Object[], int) - Static method in class weave.utils.SQLUtils
 
getSQLColumnNames(String, String) - Method in class weave.servlets.AdminService
 
getSQLSchemaNames() - Method in class weave.servlets.AdminService
The following functions get information about the database associated with a given connection name.
getSQLTableNames(String) - Method in class weave.servlets.AdminService
 
getStaticReadOnlyConnection() - Method in class weave.config.ConnectionConfig.ConnectionInfo
 
getStaticReadOnlyConnection(String, String, String) - Static method in class weave.utils.SQLUtils
This function returns a read-only connection that can be reused.
getStepDescription() - Method in class weave.utils.ProgressManager
 
getStepNumber() - Method in class weave.utils.ProgressManager
 
getStepTimeRemaining() - Method in class weave.utils.ProgressManager
 
getStepTotal() - Method in class weave.utils.ProgressManager
 
getStringFromXML(Node) - Static method in class weave.utils.XMLUtils
 
getStringFromXML(Node, String) - Static method in class weave.utils.XMLUtils
 
getStringFromXML(Node, String, String) - Static method in class weave.utils.XMLUtils
 
getStringFromXML(Node, String, Writer) - Static method in class weave.utils.XMLUtils
 
getStringFromXPath(Document, XPath, String) - Static method in class weave.utils.XMLUtils
Gets a string from an xml.
getStringListFromXPath(Document, XPath, String, String) - Static method in class weave.utils.XMLUtils
Gets a list of strings from an xml.
getStringListFromXPath(Node, XPath, String) - Static method in class weave.utils.XMLUtils
Gets a list of strings from an xml.
getTable(int, Object[]) - Method in class weave.servlets.DataService
 
getTables(Connection, String) - Static method in class weave.utils.SQLUtils
 
getTickNumber() - Method in class weave.utils.ProgressManager
 
getTickTotal() - Method in class weave.utils.ProgressManager
 
getTileDescriptors(Connection, String, String) - Static method in class weave.geometrystream.SQLGeometryStreamReader
 
getTileDescriptors(Connection, String, String, OutputStream) - Static method in class weave.geometrystream.SQLGeometryStreamReader
 
getTiles(Connection, String, String, int[]) - Static method in class weave.geometrystream.SQLGeometryStreamReader
 
getTiles(Connection, String, String, int[], OutputStream) - Static method in class weave.geometrystream.SQLGeometryStreamReader
 
getTinyIntTypeString(Connection) - Static method in class weave.utils.SQLUtils
 
getUniquePublicValues(String) - Method in class weave.config.DataConfig
 
getUploadedCSVFiles() - Method in class weave.servlets.AdminService
 
getUploadedSHPFiles() - Method in class weave.servlets.AdminService
 
getUploadPath() - Static method in class weave.config.WeaveConfig
 
getUploadPath() - Method in class weave.config.WeaveContextParams
 
getValidatedXMLFromFile(String) - Static method in class weave.utils.XMLUtils
 
getValidatedXMLFromFile(File) - Static method in class weave.utils.XMLUtils
 
getValidatedXMLFromStream(InputStream) - Static method in class weave.utils.XMLUtils
 
getValidatedXMLFromString(String) - Static method in class weave.utils.XMLUtils
 
getValue() - Method in class weave.beans.RResult
 
getValue(Map, String, T) - Static method in class weave.utils.MapUtils
 
getVarcharTypeString(Connection, int) - Static method in class weave.utils.SQLUtils
 
getVersion() - Static method in class weave.config.WeaveConfig
 
getVersion() - Method in class weave.servlets.AdminService
 
getWeaveContextParams() - Static method in class weave.config.WeaveConfig
 
getWeaveFileInfo(String) - Method in class weave.servlets.AdminService
 
getWeaveFileNames(Boolean) - Method in class weave.servlets.AdminService
Return a list of Client Config files from docroot
getWithinSumOfSquares() - Method in class weave.beans.KMeansClusteringResult
 
getX() - Method in class weave.geometrystream.JTSGeometryVertexStream
Gets the X coordinate of the current vertex.
getXMLFromFile(File) - Static method in class weave.utils.XMLUtils
 
getXMLFromString(String) - Static method in class weave.utils.XMLUtils
This function does not support validation via DTD.
getY() - Method in class weave.geometrystream.JTSGeometryVertexStream
Gets the Y coordinate of the current vertex.
go() - Static method in class weave.utils.DebugTimer
 

H

handleUnsupported - Static variable in class weave.utils.RUtils
Handle unsupported types or throw exception?
handlingMissingData(String[], Object[][], String[], boolean, boolean, boolean) - Method in class weave.servlets.RService
 
handlingMissingData(String[], Object[][], String[], boolean, boolean, boolean) - Static method in class weave.servlets.RServiceUsingRserve
 
hasChildBranches - Variable in class weave.config.DataConfig.DataEntityWithRelationships
 
hasNext() - Method in class weave.geometrystream.JTSFeatureGeometryStream
This function checks whether getNext() will return a GeometryVertexStream or not.
hasNext() - Method in class weave.geometrystream.JTSGeometryVertexStream
This checks if there is a vertex available from the stream.
HierarchalClusteringResult - Class in weave.beans
 
HierarchalClusteringResult() - Constructor for class weave.beans.HierarchalClusteringResult
 
HierarchalClusteringResult(double[][], String[], String[], String[]) - Constructor for class weave.beans.HierarchalClusteringResult
 
hierarchicalClustering(double[], double[]) - Method in class weave.servlets.RService
 
hierarchicalClustering(String, double[], double[]) - Static method in class weave.servlets.RServiceUsingRserve
 
HierarchicalClusteringResult - Class in weave.beans
 
HierarchicalClusteringResult() - Constructor for class weave.beans.HierarchicalClusteringResult
 
HierarchicalClusteringResult(double[][], String[], String[], String[]) - Constructor for class weave.beans.HierarchicalClusteringResult
 
HIERARCHY - Static variable in class weave.config.DataConfig.EntityType
 
HierarchyTable - Class in weave.config.tables
 
HierarchyTable(ConnectionConfig, String, String) - Constructor for class weave.config.tables.HierarchyTable
 

I

id - Variable in class weave.beans.AttributeColumnData
 
id - Variable in class weave.beans.JsonRpcRequestModel
 
id - Variable in class weave.beans.JsonRpcResponseModel
 
id - Variable in class weave.beans.TableData
 
id - Variable in class weave.config.DataConfig.DataEntity
 
id - Variable in class weave.config.DataConfig.EntityHierarchyInfo
 
idFields - Variable in class weave.config.ConnectionConfig.DatabaseConfigInfo
 
importCSV(String, String, String, String, String, boolean, String, String, String[], String[], boolean) - Method in class weave.servlets.AdminService
 
importDBF(String[], String, String, boolean, String[]) - Method in class weave.servlets.AdminService
 
IMPORTMETHOD - Static variable in class weave.config.DataConfig.PrivateMetadata
 
importSHP(String[], String[], String, String, boolean, String, String, String, String[], boolean, boolean) - Method in class weave.servlets.AdminService
The following functions involve getting shapes into the database and into the config file.
importSQL(String, String, String, String, String, String, String[], boolean) - Method in class weave.servlets.AdminService
 
init(ServletConfig) - Method in class weave.servlets.AdminService
 
init(ServletConfig) - Method in class weave.servlets.DataService
 
init(ServletConfig) - Method in class weave.servlets.RService
 
init(ServletConfig) - Method in class weave.servlets.WeaveServlet
 
initAllMethods(Object) - Method in class weave.servlets.WeaveServlet
This function will expose all the declared public methods of a class as servlet methods, except methods that match those declared by WeaveServlet or a superclass of WeaveServlet.
initializeAdminService(ProgressManager) - Static method in class weave.config.WeaveConfig
This function should be the first thing called by the Admin Console to initialize the servlet.
initializeAdminService() - Method in class weave.servlets.AdminService
This function should be the first thing called by the Admin Console to initialize the servlet.
initializeNewDataConfig(ProgressManager) - Method in class weave.config.ConnectionConfig
This function must be called before making any modifications to the config.
initMethod(Object, Method) - Method in class weave.servlets.WeaveServlet
 
initTable() - Method in class weave.config.tables.HierarchyTable
 
initTable() - Method in class weave.config.tables.MetadataTable
 
initWeaveConfig(WeaveContextParams) - Static method in class weave.config.WeaveConfig
 
inputStream - Variable in class weave.servlets.WeaveServlet.ServletRequestInfo
 
insertRecord(Object...) - Method in class weave.config.tables.AbstractTable
 
insertRow(Connection, String, String, Map<String, V>) - Static method in class weave.utils.SQLUtils
 
insertRowReturnID(Connection, String, String, Map<String, Object>, String) - Static method in class weave.utils.SQLUtils
Generates a new id manually using MAX(idField)+1.
insertRows(Connection, String, String, List<Map<String, V>>) - Static method in class weave.utils.SQLUtils
 
insertTextNodeAfter(String, Node) - Static method in class weave.utils.XMLUtils
 
insertTextNodeBefore(String, Node) - Static method in class weave.utils.XMLUtils
 
is_superuser - Variable in class weave.config.ConnectionConfig.ConnectionInfo
 
isBatchRequest - Variable in class weave.servlets.WeaveServlet.ServletRequestInfo
 
isColumnUnique(File[], String[]) - Static method in class weave.utils.DBFUtils
Tests a combined column for uniqueness across several files
isEmpty() - Method in class weave.config.DataConfig
 
isEmpty() - Method in class weave.config.tables.MetadataTable
 
isEmpty(String) - Static method in class weave.utils.Strings
 
isEndOfPart() - Method in class weave.geometrystream.JTSGeometryVertexStream
Checks if the current vertex ends a part of the geometry, meaning vertices that follow will be from a new part.
isMySQL(Connection) - Static method in class weave.utils.SQLUtils
This function checks if a connection is for a MySQL server.
isOracleServer(Connection) - Static method in class weave.utils.SQLUtils
This function checks if a connection is for an Oracle server.
isPostgreSQL(Connection) - Static method in class weave.utils.SQLUtils
This function checks if a connection is for a PostgreSQL server.
isSQLite(Connection) - Static method in class weave.utils.SQLUtils
This function checks if a connection is for a SQLite server.
isSQLServer(Connection) - Static method in class weave.utils.SQLUtils
This function checks if a connection is for a Microsoft SQL Server.
IWeaveEntityManagementService - Interface in weave.servlets
Interface for a service which provides RPC functions for retrieving and manipulating Weave Entity information.
IWeaveEntityService - Interface in weave.servlets
Interface for a service which provides RPC functions for retrieving Weave Entity information.

J

jobj2rexp(Object) - Static method in class weave.utils.RUtils
Convert from Java Object to R expression.
join(String, Object[]) - Static method in class weave.utils.Strings
 
join(String, Collection<?>) - Static method in class weave.utils.Strings
 
JRIBaseScriptEngine - Class in weave.servlets
 
JRIBaseScriptEngine() - Constructor for class weave.servlets.JRIBaseScriptEngine
 
JRIOpaque - Class in weave.servlets
Represents an R object that is not converted to Java types when returned.
JRItest - Class in weave.tests
 
JRItest() - Constructor for class weave.tests.JRItest
 
jsonResponses - Variable in class weave.servlets.WeaveServlet.ServletRequestInfo
 
jsonrpc - Variable in class weave.beans.JsonRpcRequestModel
 
jsonrpc - Variable in class weave.beans.JsonRpcResponseModel
 
JSONRPC_VERSION - Static variable in class weave.servlets.WeaveServlet
 
JsonRpcErrorModel - Class in weave.beans
 
JsonRpcErrorModel() - Constructor for class weave.beans.JsonRpcErrorModel
 
JsonRpcRequestModel - Class in weave.beans
 
JsonRpcRequestModel() - Constructor for class weave.beans.JsonRpcRequestModel
 
JsonRpcResponseModel - Class in weave.beans
 
JsonRpcResponseModel() - Constructor for class weave.beans.JsonRpcResponseModel
 
JTSFeatureGeometryStream - Class in weave.geometrystream
This is an interface to a stream of geometries from a feature.
JTSFeatureGeometryStream(Geometry) - Constructor for class weave.geometrystream.JTSFeatureGeometryStream
 
JTSGeometryVertexStream - Class in weave.geometrystream
This is an interface to a stream of vertices from a geometry.
JTSGeometryVertexStream(Geometry) - Constructor for class weave.geometrystream.JTSGeometryVertexStream
 

K

keepAlive() - Method in class weave.servlets.AdminService
 
keyColumn - Variable in class weave.beans.TableData
 
KEYCOLUMN - Static variable in class weave.config.DataConfig.PrivateMetadata
 
keys - Variable in class weave.beans.AttributeColumnData
 
keyType - Variable in class weave.beans.WeaveRecordList
 
KEYTYPE - Static variable in class weave.config.DataConfig.PublicMetadata
 
kMeansClustering(Object[][], boolean, int, int) - Method in class weave.servlets.RService
 
kMeansClustering(Object[][], boolean, int, int) - Static method in class weave.servlets.RServiceUsingRserve
 
KMeansClusteringResult - Class in weave.beans
 
KMeansClusteringResult() - Constructor for class weave.beans.KMeansClusteringResult
 
KMeansClusteringResult(double[][], double[], double[], double[], String) - Constructor for class weave.beans.KMeansClusteringResult
 

L

lap(String) - Method in class weave.utils.DebugTimer
 
lastModified - Variable in class weave.beans.WeaveFileInfo
 
LF - Static variable in class weave.utils.CSVParser
 
linearRegression(String, double[], double[], int) - Method in class weave.servlets.RService
 
linearRegression(String, String, double[], double[], int) - Static method in class weave.servlets.RServiceUsingRserve
 
LinearRegressionResult - Class in weave.beans
 
LinearRegressionResult() - Constructor for class weave.beans.LinearRegressionResult
 
ListUtils - Class in weave.utils
ListUtils
ListUtils() - Constructor for class weave.utils.ListUtils
 
LiveProperties - Class in weave.config
This is a Properties object which automatically refreshes when its source file changes, and saves automatically when properties are set.
LiveProperties(File) - Constructor for class weave.config.LiveProperties
 
LiveProperties(File, Map<String, String>) - Constructor for class weave.config.LiveProperties
 

M

main(String[]) - Static method in class weave.tests.AmfTest
 
main(String[]) - Static method in class weave.tests.JRItest
 
main(String[]) - Static method in class weave.tests.RserveIGraphTest
 
main(String[]) - Static method in class weave.tests.RunShapeConverter
Usage: main( attribute ...
main(String[]) - Static method in class weave.tests.RunShapeFileAttributeConvertor
 
main(String[]) - Static method in class weave.tests.SQLServerTest
 
main(String[]) - Static method in class weave.tests.test
 
main(String[]) - Static method in class weave.tests.TestCSV
 
main(String[]) - Static method in class weave.tests.testForMultipleJRIloading
 
MapUtils - Class in weave.utils
 
MapUtils() - Constructor for class weave.utils.MapUtils
 
MAX - Static variable in class weave.config.DataConfig.PublicMetadata
 
MAX_COLUMN_REQUEST_COUNT - Static variable in class weave.servlets.DataService
 
MAX_ENTITY_REQUEST_COUNT - Static variable in class weave.config.DataConfig
This is a recommended maximum number of entities a remote user should be able to request at a time.
MAX_IMPORTANCE - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
message - Variable in class weave.beans.JsonRpcErrorModel
 
metadata - Variable in class weave.beans.AttributeColumnData
 
MetadataTable - Class in weave.config.tables
 
MetadataTable(ConnectionConfig, String, String, String) - Constructor for class weave.config.tables.MetadataTable
 
metadataTileDescriptors - Variable in class weave.beans.AttributeColumnData
 
metadataTileDescriptors - Variable in class weave.beans.GeometryStreamMetadata
 
metadataTileIDGenerator - Variable in class weave.geometrystream.SQLGeometryStreamDestination
 
method - Variable in class weave.beans.JsonRpcRequestModel
 
METHOD - Variable in class weave.servlets.WeaveServlet
The name of the property which contains the remote method name.
methodToString(String, Object[]) - Method in class weave.servlets.WeaveServlet
 
migrate(ConnectionConfig, DataConfig, ProgressManager) - Static method in class weave.config.DeprecatedConfig
Deprecated.
 
migrateManifestData(Connection, String, String) - Static method in class weave.config.DeprecatedConfig
Deprecated.
This will migrate entityType values from the deprecated manifest table to the public metadata table if there is no existing entityType values in the public metadata table.
migrationPending() - Method in class weave.config.ConnectionConfig
 
MIN - Static variable in class weave.config.DataConfig.PublicMetadata
 
MIN_IMPORTANCE - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
mult(String, String, Integer) - Static method in class weave.utils.Strings
 
MYSQL - Static variable in class weave.utils.SQLUtils
 

N

name - Variable in class weave.config.ConnectionConfig.ConnectionInfo
 
name - Static variable in class weave.servlets.JRIOpaque
Name of the cache variable.
newEntity(DataConfig.DataEntityMetadata, int, int) - Method in class weave.config.DataConfig
Creates a new entity and adds it as a child of another entity.
newEntity(DataConfig.DataEntityMetadata, int, int) - Method in class weave.servlets.AdminService
 
newEntity(DataConfig.DataEntityMetadata, int, int) - Method in interface weave.servlets.IWeaveEntityManagementService
Creates a new entity.
newInstance(Connection, String, String, String[]) - Static method in class weave.utils.BulkSQLLoader
 
next() - Method in class weave.geometrystream.JTSGeometryVertexStream
This advances the internal pointer to the next vertex.
normalize(Object[][]) - Method in class weave.servlets.RService
 
normalize(String, Object[][]) - Static method in class weave.servlets.RServiceUsingRserve
 
notNull() - Method in class weave.config.DataConfig.DataEntityMetadata
Makes sure privateMetadata and publicMetadata are not null.
NULL - Static variable in class weave.config.DataConfig
 
NUMBER - Static variable in class weave.config.DataConfig.DataType
 
NUMBER - Static variable in class weave.config.DataConfig.PublicMetadata
 
numChildren - Variable in class weave.config.DataConfig.EntityHierarchyInfo
 

O

or - Variable in class weave.utils.SQLUtils.WhereClause.NestedColumnFilters
Nested filters to be grouped with OR logic.
ORACLE - Static variable in class weave.utils.SQLUtils
 
outputNullValue - Variable in class weave.utils.BulkSQLLoader.BulkSQLLoader_CSV
 

P

params - Variable in class weave.beans.JsonRpcRequestModel
 
PARAMS - Variable in class weave.servlets.WeaveServlet
The name of the property which contains method parameters.
params - Variable in class weave.utils.SQLUtils.WhereClause
 
parentChildRelationshipAllowed(String, String) - Static method in class weave.config.DataConfig.DataEntity
 
parentId - Variable in class weave.config.DataConfig.Relationship
 
parentIds - Variable in class weave.config.DataConfig.DataEntityWithRelationships
 
parseCSV(String, boolean) - Method in class weave.utils.CSVParser
This function parses a String as a CSV-encoded table.
parseCSV(File, boolean) - Method in class weave.utils.CSVParser
This function parses a String as a CSV-encoded table.
parseCSV(InputStream, boolean) - Method in class weave.utils.CSVParser
This function parses a String as a CSV-encoded table.
parseCSVRow(String, boolean) - Method in class weave.utils.CSVParser
This function parses a String as a CSV-encoded row.
parseCSVToken(String) - Method in class weave.utils.CSVParser
This function will decode a CSV token, removing quotes and un-escaping quotes where applicable.
pass - Variable in class weave.config.ConnectionConfig.ConnectionInfo
 
pause() - Method in class weave.utils.ProgressManager
 
peek() - Method in class com.heatonresearch.httprecipes.html.PeekableInputStream
Peek at the next character from the stream.
peek(int) - Method in class com.heatonresearch.httprecipes.html.PeekableInputStream
Peek at a specified depth.
PeekableInputStream - Class in com.heatonresearch.httprecipes.html
The Heaton Research Spider Copyright 2007 by Heaton Research, Inc.
PeekableInputStream(InputStream) - Constructor for class com.heatonresearch.httprecipes.html.PeekableInputStream
The constructor accepts an InputStream to setup the object.
PGGeom - Class in weave.beans
Bean class for storing coordinates from a PostGIS geometry.
PGGeom() - Constructor for class weave.beans.PGGeom
Default constructor, does not initialize anything.
plotEvalScript(RConnection, String, String, boolean) - Static method in class weave.servlets.RServiceUsingRserve
 
POSTGRESQL - Static variable in class weave.utils.SQLUtils
 
prepareStatement(Connection, String, List<TYPE>) - Static method in class weave.utils.SQLUtils
 
prepareStatement(Connection, String, TYPE[]) - Static method in class weave.utils.SQLUtils
 
prependXMLChildFromString(Node, String) - Static method in class weave.utils.XMLUtils
 
prettyPrinting - Variable in class weave.servlets.WeaveServlet.ServletRequestInfo
 
privateMetadata - Variable in class weave.config.DataConfig.DataEntityMetadata
Private metadata, mapping field names to values.
ProgressManager - Class in weave.utils
 
ProgressManager() - Constructor for class weave.utils.ProgressManager
 
ProgressManager(long) - Constructor for class weave.utils.ProgressManager
 
ProgressManager.ProgressPrinter - Class in weave.utils
 
ProgressManager.ProgressPrinter(PrintStream) - Constructor for class weave.utils.ProgressManager.ProgressPrinter
 
PROJECTION - Static variable in class weave.config.DataConfig.PublicMetadata
 
protect(File) - Static method in class weave.utils.FileUtils
This will set readable/writable to false for everyone except the owner of the file.
publicMetadata - Variable in class weave.config.DataConfig.DataEntityMetadata
Public metadata, mapping field names to values.
purge(int) - Method in class weave.config.tables.HierarchyTable
 
purgeByChild(int) - Method in class weave.config.tables.HierarchyTable
 
purgeByParent(int) - Method in class weave.config.tables.HierarchyTable
 
putPairs(Map<K, V>, Object...) - Static method in class weave.utils.MapUtils
 
pvalue - Variable in class weave.beans.ClassDiscriminationResult
 

Q

quoteEmptyStrings - Variable in class weave.utils.BulkSQLLoader.BulkSQLLoader_CSV
 
quoteSchemaTable(String, String, String) - Static method in class weave.utils.SQLUtils
Returns quoted schema & table to use in SQL queries for the given DBMS.
quoteSchemaTable(Connection, String, String) - Static method in class weave.utils.SQLUtils
Returns quoted schema & table to use in SQL queries for the given Connection.
quoteSymbol(String, String) - Static method in class weave.utils.SQLUtils
 
quoteSymbol(Connection, String) - Static method in class weave.utils.SQLUtils
 

R

r - Variable in class weave.utils.SQLUtils.WhereClause.ColumnFilter
Contains a list of numeric ranges [[min,max], [min2,max2], ...] If r is set, v must be null.
read() - Method in class com.heatonresearch.httprecipes.html.PeekableInputStream
 
recordData - Variable in class weave.beans.WeaveRecordList
 
recordKeys - Variable in class weave.beans.WeaveRecordList
 
records - Variable in class weave.beans.WeaveJsonDataSet
This is a three-tiered mapping of data: keyType -> localName -> columnId -> value
removeAllProperties(int) - Method in class weave.config.tables.MetadataTable
 
removeChild(int, int) - Method in class weave.config.DataConfig
 
removeChild(int, int) - Method in class weave.config.tables.HierarchyTable
 
removeChild(int, int) - Method in class weave.servlets.AdminService
 
removeChild(int, int) - Method in interface weave.servlets.IWeaveEntityManagementService
Removes a parent-child relationship from the server-side entity hierarchy table.
removeConnectionInfo(String) - Method in class weave.config.ConnectionConfig
 
removeConnectionInfo(String) - Method in class weave.servlets.AdminService
 
removeEntities(Collection<Integer>) - Method in class weave.config.DataConfig
Removes entities.
removeEntities(int[]) - Method in class weave.servlets.AdminService
 
removeEntities(int[]) - Method in interface weave.servlets.IWeaveEntityManagementService
Removes entities and their children recursively.
removeIgnoreCase(String, List<String>) - Static method in class weave.utils.ListUtils
 
removeWeaveFile(String) - Method in class weave.servlets.AdminService
Delete a Client Config file from docroot
report(String) - Method in class weave.utils.DebugTimer
 
report() - Method in class weave.utils.DebugTimer
 
request - Variable in class weave.servlets.WeaveServlet.ServletRequestInfo
 
requiresAuthentication() - Method in class weave.config.ConnectionConfig.ConnectionInfo
 
reset() - Method in class weave.utils.DebugTimer
 
response - Variable in class weave.servlets.WeaveServlet.ServletRequestInfo
 
result - Variable in class weave.beans.JsonRpcResponseModel
 
resume() - Method in class weave.utils.ProgressManager
 
rexp2javaObj(REXP) - Static method in class weave.servlets.RServiceUsingRserve
 
rexp2jobj(REXP) - Static method in class weave.utils.RUtils
Convert from R expression to default Java type.
rexp2jobj(REXP, Class<?>) - Static method in class weave.utils.RUtils
Convert from R expression to Specified Java type.
rows - Variable in class weave.utils.SQLResult
A table of values from the original ResultSet.
RResult - Class in weave.beans
 
RResult() - Constructor for class weave.beans.RResult
 
RResult(String, Object) - Constructor for class weave.beans.RResult
 
RScriptEngine - Class in weave.servlets
R implementation of ScriptEngine using REngine (JRI).
RScriptEngine(REngine) - Constructor for class weave.servlets.RScriptEngine
Create the ScriptEngine with the given R implementation.
RScriptFactory - Class in weave.servlets
R implementation of ScriptEngineFactory.
RScriptFactory() - Constructor for class weave.servlets.RScriptFactory
 
RserveIGraphTest - Class in weave.tests
 
RserveIGraphTest() - Constructor for class weave.tests.RserveIGraphTest
 
RService - Class in weave.servlets
 
RService() - Constructor for class weave.servlets.RService
 
RServiceUsingJRI - Class in weave.servlets
 
RServiceUsingJRI() - Constructor for class weave.servlets.RServiceUsingJRI
 
RServiceUsingJRI.JRIConnectionException - Exception in weave.servlets
 
RServiceUsingJRI.JRIConnectionException(Throwable) - Constructor for exception weave.servlets.RServiceUsingJRI.JRIConnectionException
 
RServiceUsingRserve - Class in weave.servlets
 
RServiceUsingRserve() - Constructor for class weave.servlets.RServiceUsingRserve
 
RServiceUsingRserve.RserveConnectionException - Exception in weave.servlets
 
RServiceUsingRserve.RserveConnectionException(Exception) - Constructor for exception weave.servlets.RServiceUsingRserve.RserveConnectionException
 
rSquared - Variable in class weave.beans.LinearRegressionResult
 
runCommand(String[]) - Static method in class weave.utils.CommandUtils
 
runCommand(String[], boolean) - Static method in class weave.utils.CommandUtils
 
runCommand(String[], String[], File) - Static method in class weave.utils.CommandUtils
 
runCommand(String[], String[], File, boolean) - Static method in class weave.utils.CommandUtils
 
runScript(String[], String[], Object[], String[], String, String, boolean, boolean, boolean) - Method in class weave.servlets.RService
 
runScript(String, String[], String[], Object[], String[], String, String, boolean, boolean, boolean) - Static method in class weave.servlets.RServiceUsingJRI
 
runScript(String, String[], Object[], String[], String, String, boolean, boolean) - Static method in class weave.servlets.RServiceUsingRserve
 
RunShapeConverter - Class in weave.tests
 
RunShapeConverter() - Constructor for class weave.tests.RunShapeConverter
 
RunShapeFileAttributeConvertor - Class in weave.tests
 
RunShapeFileAttributeConvertor() - Constructor for class weave.tests.RunShapeFileAttributeConvertor
 
RUtils - Class in weave.utils
Routines to convert between Java Objects and R expressions.
RUtils() - Constructor for class weave.utils.RUtils
 

S

saveConnectionInfo(ConnectionConfig.ConnectionInfo) - Method in class weave.config.ConnectionConfig
 
saveConnectionInfo(String, String, String, boolean, String, boolean) - Method in class weave.servlets.AdminService
 
saveWeaveFile(InputStream, String, boolean) - Method in class weave.servlets.AdminService
 
schema - Variable in class weave.config.ConnectionConfig.DatabaseConfigInfo
 
schema - Variable in class weave.utils.BulkSQLLoader
 
schemaExists(Connection, String) - Static method in class weave.utils.SQLUtils
 
schemaName - Variable in class weave.config.tables.AbstractTable
 
searchPrivateMetadata(Map<String, String>, String[]) - Method in class weave.config.DataConfig
Gets an Array of entity IDs with matching public metadata.
searchPublicMetadata(Map<String, String>, String[]) - Method in class weave.config.DataConfig
Gets an Array of entity IDs with matching public metadata.
serializeCompressedAmf3(Object, ServletOutputStream) - Method in class weave.servlets.WeaveServlet
 
setClusterDistanceMeasure(String[]) - Method in class weave.beans.HierarchalClusteringResult
 
setClusterDistanceMeasure(String[]) - Method in class weave.beans.HierarchicalClusteringResult
 
setClusterGroup(int[]) - Method in class weave.beans.DensityBasedClusteringResult
 
setClusterGroup(double[]) - Method in class weave.beans.KMeansClusteringResult
 
setClusterLabels(String[]) - Method in class weave.beans.HierarchalClusteringResult
 
setClusterMeans(double[][]) - Method in class weave.beans.KMeansClusteringResult
 
setClusterMethod(String[]) - Method in class weave.beans.HierarchalClusteringResult
 
setClusterMethod(String[]) - Method in class weave.beans.HierarchicalClusteringResult
 
setClusterSequence(double[][]) - Method in class weave.beans.HierarchalClusteringResult
 
setClusterSequence(double[][]) - Method in class weave.beans.HierarchicalClusteringResult
 
setClusterSize(double[]) - Method in class weave.beans.KMeansClusteringResult
 
setContentType - Variable in class weave.servlets.WeaveServlet.ServletRequestInfo
 
setDatabaseConfigInfo(ConnectionConfig.DatabaseConfigInfo) - Method in class weave.config.ConnectionConfig
 
setDatabaseConfigInfo(String, String, String, String[]) - Method in class weave.servlets.AdminService
 
setEpsRadius(double[]) - Method in class weave.beans.DensityBasedClusteringResult
 
setMinimumPoints(double[]) - Method in class weave.beans.DensityBasedClusteringResult
 
setName(String) - Method in class weave.beans.RResult
 
setPointStatus(String[]) - Method in class weave.beans.DensityBasedClusteringResult
 
setPreparedStatementParams(PreparedStatement, List<TYPE>) - Static method in class weave.utils.SQLUtils
 
setPreparedStatementParams(PreparedStatement, TYPE[]) - Static method in class weave.utils.SQLUtils
 
setPrivateValues(String...) - Method in class weave.config.DataConfig.DataEntityMetadata
 
setProperties(int, Map<String, String>) - Method in class weave.config.tables.MetadataTable
 
setProperty(String, String) - Method in class weave.config.LiveProperties
 
setPublicValues(String...) - Method in class weave.config.DataConfig.DataEntityMetadata
 
setRImageFilePath(String) - Method in class weave.beans.KMeansClusteringResult
 
setSQLServerIdentityInsert(Connection, String, String, boolean) - Static method in class weave.utils.SQLUtils
This function should only be called on a SQL Server connection.
setValue(Object) - Method in class weave.beans.RResult
 
setWithinSumOfSquares(double[]) - Method in class weave.beans.KMeansClusteringResult
 
SHPGeometryStreamUtils - Class in weave.geometrystream
Static functions for converting SHP files using a GeometryStreamConverter.
SHPGeometryStreamUtils() - Constructor for class weave.geometrystream.SHPGeometryStreamUtils
 
SORT_BY_TITLE - Static variable in class weave.config.DataConfig.EntityHierarchyInfo
 
SQL_TABLE_GEOMETRY_SUFFIX - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
SQL_TABLE_METADATA_SUFFIX - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
SQLCOLUMN - Static variable in class weave.config.DataConfig.PrivateMetadata
 
SQLExceptionWithQuery - Exception in weave.utils
 
SQLExceptionWithQuery(String, SQLException) - Constructor for exception weave.utils.SQLExceptionWithQuery
 
SQLFILTERCOLUMNS - Static variable in class weave.config.DataConfig.PrivateMetadata
 
SQLGeometryStreamDestination - Class in weave.geometrystream
This class writes a geometry stream to a SQL table.
SQLGeometryStreamDestination(Connection, String, String, boolean) - Constructor for class weave.geometrystream.SQLGeometryStreamDestination
 
SQLGeometryStreamReader - Class in weave.geometrystream
Static methods for reading a geometry stream from a SQL table generated by an SQLGeometryStreamDestination.
SQLGeometryStreamReader() - Constructor for class weave.geometrystream.SQLGeometryStreamReader
 
SQLITE - Static variable in class weave.utils.SQLUtils
 
SQLITE_DB_FILENAME - Static variable in class weave.config.ConnectionConfig
 
SQLKEYCOLUMN - Static variable in class weave.config.DataConfig.PrivateMetadata
 
SQLPARAMS - Static variable in class weave.config.DataConfig.PrivateMetadata
 
SQLQUERY - Static variable in class weave.config.DataConfig.PrivateMetadata
 
SQLRESULT - Static variable in class weave.config.DataConfig.PrivateMetadata
 
SQLResult - Class in weave.utils
This is a lightweight object that holds the data in a 2D Array from a ResultSet.
SQLResult(ResultSet) - Constructor for class weave.utils.SQLResult
 
SQLResult(ResultSet, boolean) - Constructor for class weave.utils.SQLResult
 
SQLSCHEMA - Static variable in class weave.config.DataConfig.PrivateMetadata
 
SQLSERVER - Static variable in class weave.utils.SQLUtils
 
SQLServerTest - Class in weave.tests
 
SQLServerTest() - Constructor for class weave.tests.SQLServerTest
 
SQLTABLE - Static variable in class weave.config.DataConfig.PrivateMetadata
 
SQLTABLEPREFIX - Static variable in class weave.config.DataConfig.PrivateMetadata
 
sqlTypeIsGeometry(int) - Static method in class weave.utils.SQLUtils
 
sqlTypeIsNumeric(int) - Static method in class weave.utils.SQLUtils
 
SQLUSER - Static variable in class weave.config.DataConfig.PrivateMetadata
 
SQLUtils - Class in weave.utils
SQLUtils
SQLUtils() - Constructor for class weave.utils.SQLUtils
 
SQLUtils.CompareMode - Enum in weave.utils
Specifies how two SQL terms should be compared
SQLUtils.WhereClause<V> - Class in weave.utils
 
SQLUtils.WhereClause(String, List<V>) - Constructor for class weave.utils.SQLUtils.WhereClause
 
SQLUtils.WhereClause.ColumnFilter - Class in weave.utils
A condition for filtering query results.
SQLUtils.WhereClause.ColumnFilter() - Constructor for class weave.utils.SQLUtils.WhereClause.ColumnFilter
 
SQLUtils.WhereClause.NestedColumnFilters - Class in weave.utils
An object with three modes: and, or, and cond.
SQLUtils.WhereClause.NestedColumnFilters() - Constructor for class weave.utils.SQLUtils.WhereClause.NestedColumnFilters
 
SQLUtils.WhereClauseBuilder<V> - Class in weave.utils
 
SQLUtils.WhereClauseBuilder(boolean) - Constructor for class weave.utils.SQLUtils.WhereClauseBuilder
 
SQLUtils.WhereClauseBuilder.Condition - Class in weave.utils
 
SQLUtils.WhereClauseBuilder.Condition() - Constructor for class weave.utils.SQLUtils.WhereClauseBuilder.Condition
 
SQLUtils.WhereClauseBuilder.Condition(String, String, SQLUtils.CompareMode) - Constructor for class weave.utils.SQLUtils.WhereClauseBuilder.Condition
 
start() - Method in class weave.utils.DebugTimer
 
staticCleanup() - Static method in class weave.utils.SQLUtils
Call this when shutting down your application to deregister SQL drivers.
statistic - Variable in class weave.beans.ClassDiscriminationResult
 
stop(String) - Static method in class weave.utils.DebugTimer
 
storeAttributes(File[], Connection, String, String, boolean, String[]) - Static method in class weave.utils.DBFUtils
 
STREAM_PARAMETER_INDEX - Variable in class weave.servlets.WeaveServlet
The name of the property which specifies the index in the params Array that corresponds to an InputStream.
streamParameterIndex - Variable in class weave.servlets.WeaveServlet.ServletRequestInfo
 
STRING - Static variable in class weave.config.DataConfig.DataType
 
STRING - Static variable in class weave.config.DataConfig.PublicMetadata
 
stringCast(Connection, String) - Static method in class weave.utils.SQLUtils
This will wrap a query expression in a string cast.
Strings - Class in weave.utils
 
Strings() - Constructor for class weave.utils.Strings
 

T

TABLE - Static variable in class weave.config.DataConfig.EntityType
 
table - Variable in class weave.utils.BulkSQLLoader
 
TableData - Class in weave.beans
 
TableData() - Constructor for class weave.beans.TableData
 
tableExists() - Method in class weave.config.tables.AbstractTable
 
tableExists(Connection, String, String) - Static method in class weave.utils.SQLUtils
 
tableField - Variable in class weave.beans.AttributeColumnData
 
tableId - Variable in class weave.beans.AttributeColumnData
 
tableName - Variable in class weave.config.tables.AbstractTable
 
temporaryFilesDirectory - Static variable in class weave.utils.BulkSQLLoader
 
tempRows - Variable in class weave.utils.BulkSQLLoader.BulkSQLLoader_CSV
 
test - Class in weave.tests
 
test() - Constructor for class weave.tests.test
 
testAllQueries(int) - Method in class weave.servlets.AdminService
Returns the results of testing attribute column sql queries.
testConnection(Connection) - Static method in class weave.utils.SQLUtils
This function will test a connection by running a simple test query.
TestCSV - Class in weave.tests
 
TestCSV() - Constructor for class weave.tests.TestCSV
 
testForMultipleJRIloading - Class in weave.tests
 
testForMultipleJRIloading() - Constructor for class weave.tests.testForMultipleJRIloading
 
thirdColumn - Variable in class weave.beans.AttributeColumnData
 
threshold - Variable in class weave.utils.DebugTimer
 
thumb - Variable in class weave.beans.WeaveFileInfo
 
tick() - Method in class weave.utils.ProgressManager
 
TILE_DATA - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
TILE_ID - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
title - Variable in class weave.config.DataConfig.EntityHierarchyInfo
 
TITLE - Static variable in class weave.config.DataConfig.PublicMetadata
 
toDoubleArray(Double[]) - Static method in class weave.utils.ListUtils
 
toDoubleArray(Collection<Double>) - Static method in class weave.utils.ListUtils
 
toFloatArray(Float[]) - Static method in class weave.utils.ListUtils
 
toFloatArray(Collection<Float>) - Static method in class weave.utils.ListUtils
 
toIntArray(Integer[]) - Static method in class weave.utils.ListUtils
 
toIntArray(Collection<Integer>) - Static method in class weave.utils.ListUtils
 
toObjectArray(Collection<Object>) - Static method in class weave.utils.ListUtils
 
toString() - Method in class weave.beans.RResult
 
toString() - Method in class weave.config.DataConfig.DataEntity
 
toString() - Method in class weave.config.DataConfig.DataEntityMetadata
 
toString() - Method in class weave.config.DataConfig.DataEntityWithRelationships
 
toString() - Method in class weave.config.DataConfig.Relationship
 
toString() - Method in class weave.servlets.JRIOpaque
 
toString() - Method in class weave.utils.SQLResult
 
toStringArray(Collection<String>) - Static method in class weave.utils.ListUtils
 
type - Variable in class weave.beans.PGGeom
Stores PostGIS geometry type id.

U

unquoteSymbol(String, String) - Static method in class weave.utils.SQLUtils
 
unquoteSymbol(Connection, String) - Static method in class weave.utils.SQLUtils
 
update(Observable, Object) - Method in class weave.utils.ProgressManager.ProgressPrinter
 
updateEntity(int, DataConfig.DataEntityMetadata) - Method in class weave.config.DataConfig
 
updateEntity(int, DataConfig.DataEntityMetadata) - Method in class weave.servlets.AdminService
 
updateEntity(int, DataConfig.DataEntityMetadata) - Method in interface weave.servlets.IWeaveEntityManagementService
Updates the metadata for an existing entity.
updateRows(Connection, String, String, Map<String, Object>, Map<String, Object>, Set<String>) - Static method in class weave.utils.SQLUtils
 
uploadFile(String, InputStream, boolean) - Method in class weave.servlets.AdminService
This function accepts an uploaded file.
UploadFileFilter - Class in weave.beans
 
UploadFileFilter(String...) - Constructor for class weave.beans.UploadFileFilter
 
uploadPath - Variable in class weave.servlets.RService
 
useBean - Static variable in class weave.utils.RUtils
Treat unsupported types as beans?
usingDirectoryService() - Method in class weave.config.ConnectionConfig.ConnectionInfo
 

V

v - Variable in class weave.utils.SQLUtils.WhereClause.ColumnFilter
Contains a list of String values ["a", "b", ...] If v is set, r must be null.
validate() - Method in class weave.config.ConnectionConfig.ConnectionInfo
 
validate(Node, String) - Static method in class weave.utils.XMLUtils
 
validateSchema() - Method in class weave.config.ConnectionConfig.DatabaseConfigInfo
If using SQLite, this will make sure the schema name is set to the default SQLite schema name.
valueExpression - Variable in class weave.utils.SQLUtils.WhereClauseBuilder.Condition
Fragment of a SQL query for a value (recommended to be "?" unless hard-coded and safe).
valueOf(String) - Static method in enum weave.utils.SQLUtils.CompareMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum weave.utils.SQLUtils.CompareMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

weave.beans - package weave.beans
 
weave.config - package weave.config
 
weave.config.tables - package weave.config.tables
 
weave.geometrystream - package weave.geometrystream
 
weave.servlets - package weave.servlets
 
weave.tests - package weave.tests
 
weave.utils - package weave.utils
 
WeaveConfig - Class in weave.config
 
WeaveConfig() - Constructor for class weave.config.WeaveConfig
 
WeaveContextParams - Class in weave.config
This class contains several parameters derived from the servlet context params in web.xml.
WeaveContextParams(String, String) - Constructor for class weave.config.WeaveContextParams
This constructor is intended for testing purposes only and allows explicit values for config and docroot paths.
WeaveFileInfo - Class in weave.beans
 
WeaveFileInfo(File) - Constructor for class weave.beans.WeaveFileInfo
 
WeaveFileInfo(String, String) - Constructor for class weave.beans.WeaveFileInfo
 
WeaveJsonDataSet - Class in weave.beans
Below is an example JSON representation of a WeaveJsonDataSet object.
WeaveJsonDataSet() - Constructor for class weave.beans.WeaveJsonDataSet
 
WeaveJsonDataSet.ColumnMetadataMap - Class in weave.beans
 
WeaveJsonDataSet.ColumnMetadataMap() - Constructor for class weave.beans.WeaveJsonDataSet.ColumnMetadataMap
 
WeaveJsonDataSet.KeyRecordMap - Class in weave.beans
 
WeaveJsonDataSet.KeyRecordMap() - Constructor for class weave.beans.WeaveJsonDataSet.KeyRecordMap
 
WeaveJsonDataSet.QualifiedKeyRecordMap - Class in weave.beans
 
WeaveJsonDataSet.QualifiedKeyRecordMap() - Constructor for class weave.beans.WeaveJsonDataSet.QualifiedKeyRecordMap
 
WeaveJsonDataSet.Record - Class in weave.beans
 
WeaveJsonDataSet.Record() - Constructor for class weave.beans.WeaveJsonDataSet.Record
 
WeaveRecordList - Class in weave.beans
 
WeaveRecordList() - Constructor for class weave.beans.WeaveRecordList
 
WeaveServlet - Class in weave.servlets
This class provides a servlet interface to a set of functions.
WeaveServlet(Object...) - Constructor for class weave.servlets.WeaveServlet
 
WeaveServlet.ServletRequestInfo - Class in weave.servlets
 
WeaveServlet.ServletRequestInfo(HttpServletRequest, HttpServletResponse) - Constructor for class weave.servlets.WeaveServlet.ServletRequestInfo
 
WILDCARD_ESCAPE - Static variable in class weave.utils.SQLUtils
The escape character (backslash) used by convertWildcards() and getLikeEscapeClause()
writeGeometryTiles(List<StreamTile>) - Method in class weave.geometrystream.SQLGeometryStreamDestination
 
writeMetadataTiles(List<StreamTile>) - Method in class weave.geometrystream.SQLGeometryStreamDestination
 
writer - Variable in class weave.utils.BulkSQLLoader.BulkSQLLoader_CSV
 
writeTilesToSQL(List<StreamTile>, String, SerialIDGenerator) - Method in class weave.geometrystream.SQLGeometryStreamDestination
 
writeXML(Node, String, String) - Static method in class weave.utils.XMLUtils
 

X

X_MAX_BOUNDS - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
X_MIN_BOUNDS - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
XML_FILENAME - Static variable in class weave.config.ConnectionConfig
 
XMLUtils - Class in weave.utils
This class contains functions to convert between String and XML Document objects.
XMLUtils() - Constructor for class weave.utils.XMLUtils
 
xyCoords - Variable in class weave.beans.PGGeom
Stores X coordinates at even numbered indices and Y coords are at odd numbered indices.

Y

Y_MAX_BOUNDS - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
Y_MIN_BOUNDS - Static variable in class weave.geometrystream.SQLGeometryStreamDestination
 
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