Oracle® Spatial and Graph Java API Reference
12c Release 1 (12.1)

E50631-02
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

accuracy - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
Adapters - Class in oracle.spatial.util
 
Adapters() - Constructor for class oracle.spatial.util.Adapters
 
AdapterShapefileJGeom - Class in oracle.spatial.util
 
AdapterShapefileJGeom() - Constructor for class oracle.spatial.util.AdapterShapefileJGeom
 
add(double) - Method in class oracle.spatial.geometry.Chain.AccurateSum
Add to the running sum
add(long) - Method in class oracle.spatial.network.lod.LongHashSet
Adds the specified element to this set if it is not already present.
add(long) - Method in class oracle.spatial.network.lod.OrderedLongSet
 
add(Path) - Method in interface oracle.spatial.network.Path
Adds a given path to the path.
add(ArrayList) - Method in interface oracle.spatial.network.Path
Adds a list of paths to the path.
addBidirectedLinkColumn(Connection, Network) - Static method in class oracle.spatial.network.NetworkFactory
add a bidirected column to the network link table
addCentralPoint(PointOnNet) - Method in class oracle.spatial.network.lod.NetworkBuffer
Add a central point to network buffer.
addChildNode(TreeLink, TreeNode) - Method in interface oracle.spatial.network.TreeNode
Adds a child tree node to current tree node
addColumn(Connection, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Add a column in a database table
addEdge(int, int, Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Adds an Edge to the topology, making all necessary adjustments to the surrounding topological context.
addEdgePre(int, int, Point2DD[], TopoMap) - Method in interface oracle.spatial.topo.TopoPreprocess
 
addElement(int, FeatureElement) - Method in interface oracle.spatial.network.lod.Feature
Adds a feature element at the ith position of the feature.
addElement(int, FeatureElement) - Method in class oracle.spatial.network.lod.FeatureImpl
 
addElements(FeatureElement[]) - Method in interface oracle.spatial.network.lod.Feature
Appends a list of elements to the end of the feature.
addElements(FeatureElement[]) - Method in class oracle.spatial.network.lod.FeatureImpl
 
addEntry(double[][], Object) - Method in class oracle.spatial.util.RTree
addEntry adds an entry at leaf level to the RTree.
addFeature(Feature) - Method in interface oracle.spatial.network.lod.FeatureLayer
Adds a feature to the feature layer.
addFeature(Feature) - Method in class oracle.spatial.network.lod.FeatureLayerImpl
 
addFeatureLayer(int, FeatureLayer) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Adds the feature layer.
addGcpPoints(Vector) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Append the GCP points to existing GCP points.
addGlobalOutputStream(PrintStream) - Static method in class oracle.spatial.util.Logger
Adds a global log outputstream.
addGlobalOutputStream(PrintStream, String) - Static method in class oracle.spatial.util.Logger
Adds a global log outputstream to the given namespace.
addInLink(LogicalNetLink) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Adds an incoming link to this node.
addInLink(LogicalNetLink) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
addIntervals(NetworkBuffer.DoubleInterval[]) - Method in class oracle.spatial.network.lod.NetworkBuffer.LinkIntervals
Adds intervals.
addIsolatedNode(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Adds an isolated node inside of a face when the face ID is not known.
addIsolatedNode(int, Point2DD) - Method in class oracle.spatial.topo.TopoMap
Adds an isolated node inside of a face when the face ID is known.
addIsolatedNodePre(Point2DD, TopoMap) - Method in interface oracle.spatial.topo.TopoPreprocess
 
addLinearGeometry(JGeometry) - Method in class oracle.spatial.topo.TopoMap
Adds a linear (line string) geometry to the topology, inserting edges and nodes as necessary based on the full intersection of the geometry with the edges and nodes in the topology graph.
addLinearGeometry(Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Adds a linear (line string) geometry to the topology, inserting edges and nodes as necessary based on the full intersection of the geometry with the edges and nodes in the topology graph.
addLink(LogicalNetLink) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Adds a logical link to the network.
addLink(long, double[]) - Method in class oracle.spatial.network.lod.SpanningTree
 
addLink(Link) - Method in interface oracle.spatial.network.Network
Adds a link to the network.
addLinkData(String, String, int) - Method in interface oracle.spatial.network.Network
Adds a link user data entry A NetworkDataException is thrown if the data already exists
addLinkData(String, String, int) - Method in interface oracle.spatial.network.NetworkMetadata
Adds a link user data entry
addLinkData(String, String, int, int) - Method in interface oracle.spatial.network.UserDataMetadata
Adds a link user data entry to the metadata
addLinkIntervals(NetworkBuffer.LinkIntervals, double[], double[]) - Method in class oracle.spatial.network.lod.NetworkBuffer
Adds the intervals of a link.
addLinkIntervals(NetworkBuffer.LinkIntervals) - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
 
addLinks(Link[]) - Method in interface oracle.spatial.network.Network
Adds an array of links to the network.
addLoop(int, Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Adds an edge that loops and connects to the same node.
addLoopPre(int, Point2DD[], TopoMap) - Method in interface oracle.spatial.topo.TopoPreprocess
 
addNetwork(Network) - Method in interface oracle.spatial.network.Network
Adds a network to the current network.
addNetworkToCache(String, Network) - Static method in class oracle.spatial.network.NetworkManager
Adds a network in the network cahce
addNodataMapping(double, double, Double, boolean) - Method in class oracle.spatial.georaster.image.GeoRasterImage
This function will add nodata(range) mapping to current image, so that all pixel values, which fall into the nodata range, will be changed to newValue and it's alpha channel value is changed too based on transparent setting by parameter isTransparent.
addNodataMapping(double, Double, boolean) - Method in class oracle.spatial.georaster.image.GeoRasterImage
This function will add nodata(value) mapping to current image, so that all pixel values, which equal to the nodata value, will be changed to newValue and it's alpha channel value is changed too based on transparent setting by parameter isTransparent.
addNODATARange(Double, Double) - Method in class oracle.spatial.georaster.SubLayerInfo
Adds a new NODATA range.
addNODATAValue(double) - Method in class oracle.spatial.georaster.SubLayerInfo
Adds a NODATA value.
addNode(LogicalNetNode) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Adds a logical node to the network.
addNode(LogicalNetNode, int) - Method in interface oracle.spatial.network.lod.LogicalPartition
Adds a node to the network partition.
addNode(LogicalNetNode, int) - Method in class oracle.spatial.network.lod.LogicalPartitionImpl
 
addNode(LogicalNetNode, boolean) - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Adds a logical node to the sub-network.
addNode(LogicalNode, double[]) - Method in class oracle.spatial.network.lod.NetworkBuffer
Adds a node to the network buffer.
addNode(LogicalNode) - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Adds a node to the network elements.
addNode(Node) - Method in interface oracle.spatial.network.Network
Adds a node to the network.
addNode(Link, double, boolean) - Method in interface oracle.spatial.network.Network
Adds a node on a link to the network.
addNode(int, Point2DD, int, boolean) - Method in class oracle.spatial.topo.TopoMap
Adds a node to an edge, splitting the edge in the process.
addNodeData(String, String, int) - Method in interface oracle.spatial.network.Network
Adds a node user data entry A NetworkDataException is thrown if the data already exists
addNodeData(String, String, int) - Method in interface oracle.spatial.network.NetworkMetadata
Adds a node user data entry
addNodeData(String, String, int, int) - Method in interface oracle.spatial.network.UserDataMetadata
Adds a node user data entry to the metadata
addNodePre(int, Point2DD, int, boolean, TopoMap) - Method in interface oracle.spatial.topo.TopoPreprocess
 
addNodes(Node[]) - Method in interface oracle.spatial.network.Network
Adds an array of nodes to the network.
addOutLink(LogicalNetLink) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Adds an outgoing link to this node.
addOutLink(LogicalNetLink) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
addOutputStream(PrintStream) - Method in class oracle.spatial.util.Logger
Adds a logging output stream.
addPath(Path) - Method in interface oracle.spatial.network.Network
Adds a path to the network.
addPathData(String, String, int) - Method in interface oracle.spatial.network.Network
Adds a path user data entry A NetworkDataException is thrown if the data already exists
addPathData(String, String, int) - Method in interface oracle.spatial.network.NetworkMetadata
Adds a path user data entry
addPathData(String, String, int, int) - Method in interface oracle.spatial.network.UserDataMetadata
Adds a path user data entry to the metadata
addPaths(Path[]) - Method in interface oracle.spatial.network.Network
Adds an array of paths to the network.
addPointGeometry(JGeometry) - Method in class oracle.spatial.topo.TopoMap
Adds a point geometry to the topology.
addPointGeometry(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Adds a point to the topology.
addPolygonGeometry(JGeometry) - Method in class oracle.spatial.topo.TopoMap
Adds a polygon geometry to the topology, inserting edges and nodes as necessary based on the full intersection of the geometry with the edges and nodes in the topology graph.
addPolygonGeometry(Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Adds a single polygon geometry to the topology, inserting edges and nodes as necessary based on the full intersection of the polygon with the edges and nodes in the topology graph.
addResidentPartition(int) - Method in class oracle.spatial.network.lod.config.CachingPolicy
Adds a resident partition to the caching policy.
addSubPath(SubPath) - Method in interface oracle.spatial.network.Network
Adds a subpath to the network.
addSubPathData(String, String, int) - Method in interface oracle.spatial.network.Network
Adds a subpath user data entry A NetworkDataException is thrown if the data already exists
addSubPathData(String, String, int) - Method in interface oracle.spatial.network.NetworkMetadata
Adds a subpath user data entry
addSubPathData(String, String, int, int) - Method in interface oracle.spatial.network.UserDataMetadata
Adds a subpath user data entry to the metadata
addSubPaths(SubPath[]) - Method in interface oracle.spatial.network.Network
Adds an array of subpaths to the network.
addTemporaryNode(Link, double) - Method in interface oracle.spatial.network.Network
Adds a Temporary node (non-persistent) on a link.
addToBlocksFromInputTable(long, String, String, int) - Static method in class oracle.spatial.util.Hilbert
 
addUserDataCategory(int) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Adds the user data category that have been loaded to the network.
addUserDataSchema(Connection, NetworkMetadata) - Static method in class oracle.spatial.network.NetworkFactory
 
addValue(byte[]) - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
affineTransforms(boolean, double, double, double, boolean, JGeometry, double, double, double, boolean, JGeometry, JGeometry, double, int, boolean, double, double, double, double, double, double, boolean, JGeometry, JGeometry, int, boolean, double[], double[]) - Method in class oracle.spatial.geometry.JGeometry
Returns the affine transformed JGeometry in 2D and 3D Euclidean space.
affineTransforms(Struct, String, NUMBER, NUMBER, NUMBER, String, Struct, NUMBER, NUMBER, NUMBER, String, Struct, Struct, NUMBER, NUMBER, String, NUMBER, NUMBER, NUMBER, NUMBER, NUMBER, NUMBER, String, Struct, Struct, NUMBER, String, SdoNumberArray, SdoNumberArray) - Static method in class oracle.spatial.util.Adapters
 
allDetourShortestPathsWithCostLimit(PointOnNet[], PointOnNet[], double, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds all paths from the start points to the end points with the following properties: The cost of the path is smaller than or equal to the given cost bound The subpath from the start points to any intermediate node on the path is the shortest possible path from the start points to that node.
allDetourShortestPathsWithDepthLimit(PointOnNet[], PointOnNet[], int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds all paths from the start points to the end points with the following properties: The depth of the path is smaller than or equal to the given depth bound The subpath from the start points to any intermediate node on the path is the shortest possible path from the start points to that node.
allPaths(Network, int, int, int, double, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all paths between the start node and the goal node.
allPaths(Network, int, int, NetworkConstraint, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all paths between the start node and the goal node.
allPaths(Path, int, double, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all paths between the start node and the goal node of the complex path.
amplitudeRescaling(double, double) - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Performs amplitude rescaling; low value and high value will be scaled to 0 and 256, respectively.
amplitudeRescaling() - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Performs amplitude rescaling; the method will calculate extreme values for the image at first, and then scale extreme low and extreme high values to 0 and 256 respectively.
AnalysisInfo - Interface in oracle.spatial.network
This interface defines methods for retrieving the analysis information.
and(LODNetworkConstraint[]) - Static method in class oracle.spatial.network.lod.ConstraintOperator
Performs "and" operation on an array of constraints, and returns the combined constraint.
and(FeatureFilter[]) - Static method in class oracle.spatial.network.lod.FeatureFilterOperator
Performs "and" operation on an array of feature filters, and returns the combined feature filter.
and(LODGoalNode[]) - Static method in class oracle.spatial.network.lod.GoalNodeOperator
Performs "and" operation on an array of goal node filters, and returns the combined goal node filter.
anyInteract(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns whether two 3-D (Cartesian) geometries anyInteract or not.
anyInteract(J3D_Geometry, double, String) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns whether two 3-D geometries anyInteract or not.
anyInteract(JGeometry, double, String) - Method in class oracle.spatial.geometry.JGeometry
This method determines if a 2D/3D Geometry has anyinteraction with another 2D/3D Geometry.
anyInteract(Struct, Struct, String, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
anyInteract(RTree, ArrayList) - Method in class oracle.spatial.util.RTree
 
anyInteract(RTree, boolean, boolean, ArrayList) - Method in class oracle.spatial.util.RTree
 
anyInteract(RTree, boolean, boolean, ArrayList, boolean) - Method in class oracle.spatial.util.RTree
 
anyInteract(boolean, boolean, ArrayList, boolean) - Method in class oracle.spatial.util.RTree
 
anyInteract2(J3D_Geometry, boolean[], boolean[], boolean[], double) - Method in class oracle.spatial.geometry.J3D_Geometry
 
append(SdoGeoRaster, SdoGeoRaster, Integer, String, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Appends the source GeoRaster object to the target GeoRaster object.
append(LogicalLink, LogicalNode, double[], double[]) - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Appends a link at the end of this path.
append(LogicalHeavyPath) - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Appends a path after this path.
append(long, double, long, double) - Method in interface oracle.spatial.network.lod.LogicalPath
Deprecated.
use append(long nextLinkId, double[] nextLinkCosts, long nextNodeId, double[] connectorNodeCosts);
append(long, double[], long, double[]) - Method in interface oracle.spatial.network.lod.LogicalPath
Append a link to this path.
append(LogicalPath, double) - Method in interface oracle.spatial.network.lod.LogicalPath
Deprecated.
use append(LogicalPath path);
append(LogicalPath) - Method in interface oracle.spatial.network.lod.LogicalPath
Appends a path to the end this path.
append(Shape, boolean) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Appends the geometry of the specified Shape object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
append(PathIterator, boolean) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Appends the geometry of the specified PathIterator object to the path, possibly connecting the new geometry to the existing path segments with a line segment.
appendRasterBlock(byte[], Blob) - Method in class oracle.spatial.georaster.JRaster
Stores data from byte array into a BLOB.
appendToCollection(JGeometry, JGeometry) - Static method in class oracle.spatial.geometry.J3D_Geometry
Returns a collection or multi-x geometry by appending simple (x) geometries in 3-D.
arcArcIntersect(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double[], double[]) - Static method in class oracle.spatial.topo.CompGeom
Finds the open-set intersection(s) of two arc segments, if any.
area(double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the total planar surface area of a 3-D (Cartesian) geometry.
area(double, String, double, double, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the total planar surface area of a 3-D geometry.
area(Struct, String, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
areSegmentsParallel(Point2DD, Point2DD, Point2DD, Point2DD, boolean) - Static method in class oracle.spatial.topo.CompGeom
Finds whether two line segments are parallel or, optionally, anti-parallel.
areSegmentsParallel(double, double, double, double, double, double, double, double, boolean) - Static method in class oracle.spatial.topo.CompGeom
 
AStar - Class in oracle.spatial.network.lod
This class implements A* shortest path algorithm.
AStar() - Constructor for class oracle.spatial.network.lod.AStar
Default constructor.
AStar(NetworkExplorer, LinkCostCalculator[], NodeCostCalculator[], HeuristicCostFunction, LinkLevelSelector) - Constructor for class oracle.spatial.network.lod.AStar
 
AStarCostFunction - Interface in oracle.spatial.network
This interface defines the heuristic cost function for A* search Users can provide their own cost estimates to guide the A* search.
augmentMBR(Point2DD[], Point2DD[]) - Static method in class oracle.spatial.topo.CompGeom
Expands target MBR to encompass added one.
augmentMBR(Point2DD, Point2DD[]) - Static method in class oracle.spatial.topo.CompGeom
Expands target MBR to encompass an added point.
AV_MULTIPOINT - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_MULTIPOINTM - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_MULTIPOINTZ - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_NULL - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POINT - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POINTM - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POINTZ - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYGON - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYGONM - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYGONZ - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYLINE - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYLINEM - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
AV_POLYLINEZ - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 

B

BAND_DIMENSION - Static variable in class oracle.spatial.georaster.RasterInfo
A integer indicating band dimension.
BandReferenceInfo - Class in oracle.spatial.georaster
BandReferenceInfo is a Java class mapped to the XML element BandReferenceInfo in the Oracle Spatial GeoRaster metadata.
BATCH_SIZE - Static variable in class oracle.spatial.topo.TopoMap
 
bestFirstSearch() - Method in interface oracle.spatial.network.Tree
Best First Search based on cost
BIDIRECTED_LINK - Static variable in interface oracle.spatial.network.Network
 
BIDIRECTED_LINK - Static variable in interface oracle.spatial.network.NetworkMetadata
 
BIG_ENDIAN - Static variable in class oracle.spatial.util.ByteOrder
 
BIN_TYPE_EXPLICIT - Static variable in class oracle.spatial.georaster.SubLayerInfo
A string indicating EXPLICIT value bin function definition.
BIN_TYPE_LINEAR - Static variable in class oracle.spatial.georaster.SubLayerInfo
A string indicating LINEAR bin function definition.
BIN_TYPE_LOGARITHM - Static variable in class oracle.spatial.georaster.SubLayerInfo
A string indicating LOGARITHM bin function definition.
blobToPartition(String, int, int, InputStream, boolean) - Method in interface oracle.spatial.network.lod.PartitionBlobTranslator
Reads a partition BLOB from the specified input stream and translates it into a LogicalPartition object.
blobToPartition(String, int, int, InputStream, boolean) - Method in class oracle.spatial.network.lod.PartitionBlobTranslator11g
 
blobToPartition(String, int, int, InputStream, boolean) - Method in class oracle.spatial.network.lod.PartitionBlobTranslator11gR2
 
BLOCKING_NONE - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating NONE blocking.
BLOCKING_REGULAR - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating REGULAR blocking.
BREADTH_FIRST_SEARCH - Static variable in class oracle.spatial.network.lod.NetworkAnalyst
Constant for bread-first-search
BreadthFirstSearch - Class in oracle.spatial.network.lod
Network search algorithm that explores the network in breadth first manner.
BreadthFirstSearch() - Constructor for class oracle.spatial.network.lod.BreadthFirstSearch
 
BreadthFirstSearch(NetworkExplorer, LinkCostCalculator[], NodeCostCalculator[], LinkLevelSelector) - Constructor for class oracle.spatial.network.lod.BreadthFirstSearch
 
breadthFirstSearch() - Method in interface oracle.spatial.network.Tree
Breadth First Search
buffer(double, double, double, double) - Method in class oracle.spatial.geometry.JGeometry
This method generates a new JGeometry object which is the buffered version of the input geometry.
buffer(double) - Method in class oracle.spatial.geometry.JGeometry
This method generates a new JGeometry object which is the buffered version of the input geometry.
buffer(Struct, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
byteArrayToHexString(byte[]) - Static method in class oracle.spatial.geometry.JGeometry
 
ByteOrder - Class in oracle.spatial.util
 
ByteOrder() - Constructor for class oracle.spatial.util.ByteOrder
 
ByteOrderBigEndian - Class in oracle.spatial.util
 
ByteOrderLittleEndian - Class in oracle.spatial.util
 

C

CachedNetworkIO - Interface in oracle.spatial.network.lod
This interface defines methods related to cached network input and output.
CachedNetworkIOWM - Interface in oracle.spatial.network.lod
This interface defines methods related to workspace change.
CachingHandler - Interface in oracle.spatial.network.lod
This interface defines methods supported by a caching handler.
CachingPolicy - Class in oracle.spatial.network.lod.config
The caching policy for a network at certain link level.
CachingPolicy() - Constructor for class oracle.spatial.network.lod.config.CachingPolicy
Creates a default caching policy instance, whose caching handler is oracle.spatial.network.lod.LRUCachingHandler, and the maximum number of nodes allowed in the cache is 500000.
CachingPolicy(String, int) - Constructor for class oracle.spatial.network.lod.config.CachingPolicy
Constructs a caching policy instance.
CachingPolicy(CachingPolicy) - Constructor for class oracle.spatial.network.lod.config.CachingPolicy
Copy constructor
CachingPolicy(Element) - Constructor for class oracle.spatial.network.lod.config.CachingPolicy
Constructs a caching policy instance according to the configuration specified in the xml element.
calcCompressionRatio(SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes the compression ratio of the GeoRaster object.
calcOptimizedBlockSize(long[], long[], long) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Calculates an optimal blockSize value that will use less padding space in the GeoRaster object storage, based on the GeoRaster dimension sizes and the user-specified block size values.
calcRasterNominalSize(SdoGeoRaster, boolean, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Returns the total raster block length (in bytes) of a GeoRaster object, as if it were not compressed and did not contain any empty raster blocks.
calcRasterStorageSize(SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Returns the actual length (in bytes) of all raster blocks of a GeoRaster object.
calculate(PointOnNet[][], PointOnNet[][], LODNetworkConstraint, Matrix<Integer>) - Method in class oracle.spatial.network.lod.DefaultPairwiseCostCalculator
Computes the pairwise shortest path and the pairwise costs using the pairwise shortest paths algorithm passed in to the constructor.
calculate(PointOnNet[][], PointOnNet[][], LODNetworkConstraint, Matrix<Integer>) - Method in interface oracle.spatial.network.lod.PairwiseCostCalculator
Computes the pairwise costs between two sets of points.
CategorizedUserData - Interface in oracle.spatial.network.lod
This interface defines methods supported by a categorized user data object.
CategorizedUserDataImpl - Class in oracle.spatial.network.lod
Default implementation for CategorizedUserData.
CategorizedUserDataImpl(int) - Constructor for class oracle.spatial.network.lod.CategorizedUserDataImpl
 
CategorizedUserDataImpl(UserData[]) - Constructor for class oracle.spatial.network.lod.CategorizedUserDataImpl
 
CELL_DEPTH_128BIT_COMPLEX - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 128BIT_COMPLEX cell depth.
CELL_DEPTH_16BIT_S - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 16BIT_S cell depth.
CELL_DEPTH_16BIT_U - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 16BIT_U cell depth.
CELL_DEPTH_1BIT - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 1BIT cell depth.
CELL_DEPTH_2BIT - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 2BIT cell depth.
CELL_DEPTH_32BIT_REAL - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 32BIT_REAL cell depth.
CELL_DEPTH_32BIT_S - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 32BIT_S cell depth.
CELL_DEPTH_32BIT_U - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 32BIT_U cell depth.
CELL_DEPTH_4BIT - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 4BIT cell depth.
CELL_DEPTH_64BIT_COMPLEX - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 64BIT_COMPLEX cell depth.
CELL_DEPTH_64BIT_REAL - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 64BIT_REAL cell depth.
CELL_DEPTH_8BIT_S - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 8BIT_S cell depth.
CELL_DEPTH_8BIT_U - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating 8BIT_U cell depth.
CELL_DIMENSION_BAND - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating BAND dimension.
CELL_DIMENSION_COLUMN - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating COLUMN dimension.
CELL_DIMENSION_ROW - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating ROW dimension.
CELL_DIMENSION_TEMPORAL - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating TEMPORAL dimension.
CELL_DIMENSION_VERTICAL - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating VERTICAL dimension.
CELL_INTERLEVING_BIL - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating BIL interleaving.
CELL_INTERLEVING_BIP - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating BIP interleaving.
CELL_INTERLEVING_BSQ - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating BSQ interleaving.
CELL_REPRESENTION_UNDEFINED - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating UNDEFINED cell representation.
cellCoordinates - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
cellDimension - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
center(Component) - Static method in class oracle.spatial.util.Util
Centers an awt component w.r.t.
centroid3d(double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the centroid aka center of mass, center of gravity of solid 3-D geometry of uniform material density.
centroid_3d(Struct, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
Chain - Class in oracle.spatial.geometry
Provides an efficient double-ended list of vertices, which can be referenced by either end.
Chain.AccurateSum - Class in oracle.spatial.geometry
Accurately accumulate a summation.
Chain.AccurateSum() - Constructor for class oracle.spatial.geometry.Chain.AccurateSum
 
Chain.CenterPoint - Class in oracle.spatial.geometry
Abusing subclassing --- this is used to store the centers of circular arcs in Chain.
changeBrightness(int) - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
change brightness of the current working image
changeCellValue(long, long, String, double, double[]) - Method in class oracle.spatial.georaster.JRaster
Changes the value of raster cell in a specified point of a GeoRaster object to a single new value.
changeCellValue(long, long, long, long, String, double, double[]) - Method in class oracle.spatial.georaster.JRaster
Changes the value of raster cells in a specified window of a GeoRaster object to a single new value.
changeCellValue(JGeometry, String, double, double[]) - Method in class oracle.spatial.georaster.JRaster
Changes the value of raster cells in a specified window of a GeoRaster object to a single new value.
changeCellValue(SdoGeoRaster, long, long, String, double, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Changes the value of raster cell in a specified point of a GeoRaster object to a single new value.
changeCellValue(SdoGeoRaster, long, long, long, long, String, double, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Changes the value of raster cells in a specified window of a GeoRaster object to a single new value.
changeCellValue(SdoGeoRaster, JGeometry, String, double, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Changes the value of raster cells in a specified window of a GeoRaster object to a single new value.
changeContrast(double) - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Changes the contrast of the current working image.
changeEdgeCoords(int, Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Replaces the coordinate string for an edge without changing the topological context of the edge.
changeEdgeCoords(int, Point2DD[], ArrayList, ArrayList, boolean) - Method in class oracle.spatial.topo.TopoMap
Replaces the coordinate string for an edge without changing the topological context of the edge.
changeFormatCopy(SdoGeoRaster, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Makes a copy of an existing GeoRaster object using a different storage format (for example, changing the blocking, cell depth, or interleaving).
changeThreshold(double, double, double) - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Applies a threshold operation on the current working image; maps all the pixels of this image whose value falls within a specified range to a specified constant.
checkSQLName(String, int) - Static method in class oracle.spatial.util.Util
Checks for any illegal characters in a SQL name.
checkSysdataEntries() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Checks the USER_SDO_GEOR_SYSDATA view for any invalid entries.
circle_polygon(double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
This method return JGeometry which is the approximated Geodetic Circle.
circle_polygon(double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
This method return JGeometry which is the approximated Geodetic Arc CirclePolygon - Stroked circle (arc actually) polygon with start and end azimuths and tolerance.
classify(SdoGeoRaster, String, double[], double[], String, SdoGeoRaster, boolean, double, int) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Generates a new GeoRaster object after applying the specified classification operation on the input GeoRaster object or objects.
classify(SdoGeoRaster[], String, double[], double[], String, SdoGeoRaster, boolean, double, int) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Generates a new GeoRaster object after applying the specified classification operation on the input GeoRaster object or objects.
classify(String, String, double[], double[], String, SdoGeoRaster, boolean, double, int) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Generates a new GeoRaster object after applying the specified classification operation on the input GeoRaster object or objects.
clear(int) - Method in class oracle.spatial.network.lod.LeveledNetworkCache
Clears network cache for the specified link level.
clear() - Method in class oracle.spatial.network.lod.LeveledNetworkCache
Clears network cache for all link levels.
clear() - Method in class oracle.spatial.network.lod.LongHashMap
 
clear() - Method in class oracle.spatial.network.lod.LongHashSet
Removes all of the elements from this set.
clear() - Method in class oracle.spatial.network.lod.LongLinkedHashMap
Removes all of the mappings from this map.
clear() - Method in interface oracle.spatial.network.lod.PriorityQueue
Empties the queue.
clear() - Method in interface oracle.spatial.network.Network
Clears all network structure.
clear() - Method in interface oracle.spatial.network.Tree
Clears the tree structure
clearBelongingGeometry() - Method in class oracle.spatial.geometry.J3D_Geometry
 
clearCache() - Method in class oracle.spatial.topo.TopoMap
Clears all entities from the object cache.
clearCacheForNLW() - Method in class oracle.spatial.topo.TopoMap
Clears all entities from the object cache such that another loadWindow can be loaded witout doing a commit/rollback.
clearNetworkCache() - Static method in class oracle.spatial.network.NetworkManager
Clears the network cache
clearPreprocess() - Method in class oracle.spatial.topo.TopoMap
Clears the preprocessing listener for addXXXX methods
clearReportTable(Long) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Deletes records in the table that contains GeoRaster operation status information.
clearStatementCache(Connection) - Static method in class oracle.spatial.util.JDBCAdapter
 
clearStatementCache(Connection) - Method in interface oracle.spatial.util.JDBCExtensionInterface
 
clearTemporaryCache() - Method in interface oracle.spatial.network.Network
Clears the temporatory cache
clip(LRSGeometryG3D, double, double, double) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
clipG3D(Struct, NUMBER, NUMBER, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
clone() - Method in class oracle.spatial.geometry.JGeometry
constructs an instance that is a clone of this JGeometry.
clone() - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
clone() - Method in interface oracle.spatial.network.Link
Clones the link.
clone() - Method in interface oracle.spatial.network.lod.CachingHandler
Creates and returns a copy of this CachingHandler object.
clone() - Method in interface oracle.spatial.network.lod.CategorizedUserData
Supports cloneable
clone() - Method in class oracle.spatial.network.lod.CategorizedUserDataImpl
 
clone() - Method in class oracle.spatial.network.lod.config.CachingPolicy
Supports clone().
clone() - Method in class oracle.spatial.network.lod.config.LODConfig
Sets the full class name of the user data input/output implementation.
clone() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
clone() - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
clone() - Method in interface oracle.spatial.network.lod.FeatureElement
Support cloneable
clone() - Method in class oracle.spatial.network.lod.FeatureElementImpl
 
clone() - Method in class oracle.spatial.network.lod.FeatureImpl
 
clone() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Supports cloneable
clone() - Method in interface oracle.spatial.network.lod.LogicalLink
Support cloneable.
clone() - Method in interface oracle.spatial.network.lod.LogicalNetLink
Support cloneable.
clone() - Method in class oracle.spatial.network.lod.LogicalNetLinkImpl
 
clone() - Method in interface oracle.spatial.network.lod.LogicalNetNode
Support cloneable.
clone() - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
clone() - Method in class oracle.spatial.network.lod.LogicalPartitionImpl
 
clone() - Method in class oracle.spatial.network.lod.LongHashMap
 
clone() - Method in class oracle.spatial.network.lod.LongHashSet
Returns a shallow copy of this HashSet instance: the elements themselves are not cloned.
clone() - Method in class oracle.spatial.network.lod.LRUCachingHandler
 
clone() - Method in class oracle.spatial.network.lod.OrderedLongSet
 
clone() - Method in class oracle.spatial.network.lod.PartitionUpdate
 
clone() - Method in class oracle.spatial.network.lod.PathFeatureImpl
 
clone() - Method in interface oracle.spatial.network.lod.UserData
Returns the cloned object.
clone() - Method in class oracle.spatial.network.lod.UserDataImpl
 
clone() - Method in interface oracle.spatial.network.Network
Clones the network.
clone() - Method in interface oracle.spatial.network.NetworkMetadata
Clones the metadata.
clone() - Method in interface oracle.spatial.network.Node
Clones a node.
clone() - Method in interface oracle.spatial.network.Path
Clones the path.
clone() - Method in class oracle.spatial.util.SDODoubleGeneralPath
Creates a new object of the same class as this object.
close() - Method in interface oracle.spatial.network.lod.NetworkIO
 
closeDBF() - Method in class oracle.spatial.util.DBFReaderJGeom
close this dbfile.
closePath() - Method in class oracle.spatial.util.SDODoubleGeneralPath
Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo.
closeShapefile() - Method in class oracle.spatial.util.ShapefileReaderJGeom
close this shapefile.
closeStmt() - Method in class oracle.spatial.topo.TopoMap
Closes the statement cursor.
closestPoints(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the closest points of approach between two 3-D (Cartesian) geometries.
closestPoints(J3D_Geometry, double, String, double, double, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the closest points of approach between two 3-D geometries.
closestPoints(Struct, Struct, String, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
COLUMN_DIMENSION - Static variable in class oracle.spatial.georaster.RasterInfo
A integer indicating column dimension.
combine(PartitionUpdate) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
commit() - Method in interface oracle.spatial.network.lod.NetworkIO
Sends out commit command to the database.
commitDB() - Method in class oracle.spatial.topo.TopoMap
Commits any updates to the database and clears any row locks.
compare(Object, Object) - Method in class oracle.spatial.util.RTree.ComparatorImpl
compares MBH midpoints on the axis specified by the parameter m.
compArea(RTree.Span[]) - Method in class oracle.spatial.util.RTree
 
compareTo(FeaturePath) - Method in class oracle.spatial.network.lod.FeaturePath
Compares the cost of the path.
compareTo(Object) - Method in class oracle.spatial.network.lod.VisitedNode
 
CompGeom - Class in oracle.spatial.topo
 
CompGeom() - Constructor for class oracle.spatial.topo.CompGeom
 
compIntsxn(RTree.Span[], RTree.Span[], RTree.Span[]) - Method in class oracle.spatial.util.RTree
 
complete() - Method in class oracle.spatial.network.lod.SpanningTree
 
compMinDistance(RTree.Span[], RTree.Span[]) - Method in class oracle.spatial.util.RTree
 
compMinDistance(RTree.Span[], RTree.Span[], double) - Method in class oracle.spatial.util.RTree
 
COMPRESSION_DEFLATE - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating DEFLATE compression.
COMPRESSION_JP2_C - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating JP2-C compression, but not supported in the current version.
COMPRESSION_JP2_F - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating JP2-F compression, but not supported in the current version.
COMPRESSION_JPEG_B - Static variable in class oracle.spatial.georaster.RasterInfo
Deprecated.
A string indicating JPEG-B compression.
COMPRESSION_JPEG_F - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating JPEG-F compression.
COMPRESSION_LT_JP2 - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating LT-JP2 compression.
COMPRESSION_LT_MG2 - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating LT-MG2 compression.
COMPRESSION_LT_MG3 - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating LT-MG3 compression.
COMPRESSION_NONE - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating NONE compression.
COMPRESSION_RLE - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating RLE compression.
computeArc(double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
Helper method to compute center, radius, and angles for this arc from the three coordinate points.
computeDistanceRatio(double, double) - Method in interface oracle.spatial.network.Link
Computes the distance ratio along a spatial link geometry.
computeFeatureGeometries(Feature[], int, int, int, int, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Constructs the feature geometry from the geometries of its network elements.
computeGeometry(double) - Method in interface oracle.spatial.network.Path
Computes the path geometry from its link geometries.
computeGeometry(double) - Method in interface oracle.spatial.network.SubPath
 
computeMBR() - Method in interface oracle.spatial.network.lod.SpatialBasicNetwork
Computes the Maximum Bounding Rectangle (MBR) of the network.
computeMBR() - Method in interface oracle.spatial.network.lod.SpatialPartition
Computes the Maximum Bounding Rectangle (MBR) of the network partition.
computeMBR() - Method in interface oracle.spatial.network.lod.SpatialSubNetwork
Computes the Maximum Bounding Rectangle (MBR) of the subnetwork.
computeSpatialResolutions(int) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Computes the spatial resolution based on GeoReference information.
concatenate(LRSGeometryG3D, LRSGeometryG3D, boolean) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
ConfigManager - Class in oracle.spatial.network.lod.config
This singleton class manages LOD configurations.
confirmLhvColumn(Connection, String) - Static method in class oracle.spatial.util.Hilbert
 
connect(String, String, String, String, String, String, int) - Static method in class oracle.spatial.util.Util
Establishes an Oracle JDBC connection to the specified database.
ConstraintOperator - Class in oracle.spatial.network.lod
Supports "and", "or", and "not" operations on network constraints.
ConstraintOperator() - Constructor for class oracle.spatial.network.lod.ConstraintOperator
 
contains(long) - Method in class oracle.spatial.network.lod.LongHashSet
Returns true if this set contains the specified element.
contains(long) - Method in class oracle.spatial.network.lod.OrderedLongSet
 
contains(MBR, double) - Method in interface oracle.spatial.network.MBR
Checks if the MBR is contained in the specified MBR.
contains(MBR) - Method in interface oracle.spatial.network.MBR
Checks if the MBR is contained in the specified MBR.
contains(MDPoint, double) - Method in interface oracle.spatial.network.MBR
Checks if the point is contained in the MBR.
contains(MDPoint) - Method in interface oracle.spatial.network.MBR
Checks if the point is contained in the MBR.
contains(double[], double) - Method in interface oracle.spatial.network.MBR
Checks if the point is contained in the MBR.
contains(double[]) - Method in interface oracle.spatial.network.MBR
Checks if the point is contained in the MBR.
contains(Node) - Method in interface oracle.spatial.network.Path
Checks if the path contains the specified node.
contains(Link) - Method in interface oracle.spatial.network.Path
Checks if the path contains the specified link.
contains(Path) - Method in interface oracle.spatial.network.Path
Checks if the path contains the specified path.
contains(double, double) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Tests if the specified coordinates are inside the boundary of this Shape.
contains(Point2D) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Tests if the specified Point2D is inside the boundary of this Shape.
contains(double, double, double, double) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Tests if the specified rectangular area is inside the boundary of this Shape.
contains(Rectangle2D) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Tests if the specified Rectangle2D is inside the boundary of this Shape.
containsKey(long) - Method in class oracle.spatial.network.lod.LongHashMap
 
containsLink(int) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given link
containsLink(String) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given link
containsLinkUserData(String) - Method in interface oracle.spatial.network.UserDataMetadata
Checks if the given link user data name exists
containsNode(int) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given node
containsNode(String) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given node
containsNodeUserData(String) - Method in interface oracle.spatial.network.UserDataMetadata
Checks if the given node user data name exists
containsPartialLinks() - Method in interface oracle.spatial.network.Tree
Does the tree contain particial links?
containsPath(int) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given path
containsPath(String) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given path
containsPathUserData(String) - Method in interface oracle.spatial.network.UserDataMetadata
Checks if the given path user data name exists
containsSubPath(int) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given subpath
containsSubPath(String) - Method in interface oracle.spatial.network.Network
Checks if the network contains the given subpath
containsSubPathUserData(String) - Method in interface oracle.spatial.network.UserDataMetadata
Checks if the given subpath user data name exists
containsUserData() - Method in interface oracle.spatial.network.Network
Checks if the network has user data defined in user_network_user_data
containsUserData() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network has user data defined in user_sdo_network_user_data
convert(String) - Static method in class oracle.spatial.util.Util
Converts a string of coordinates into a double array.
convertNetworkBetweenWorkspaces(Connection, Network, String, String, String, String) - Static method in class oracle.spatial.network.NetworkManager
Converts the source network into the network in the target workspace and savepoint based on their diffs in a workspace(version-enabled) environment.
copy(SdoGeoRaster, SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Makes a copy of an existing GeoRaster object.
createArc2d(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry simple arc in 2D
createCircle(double, double, double, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a Circle with provided radius and center.
createCircle(double, double, double, double, double, double, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a 2D Circle.
createComplexPath(int, Node, Node, Link[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a complex path with the specified start node and end node
createConvexHull(JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates a convex hull as an array of MDpoint for the specified geometry.
createConvexHull(MDPoint[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates the convex hull as an array of MDpoint for the specified array of MDPoints.
createConvexHull(Network) - Static method in class oracle.spatial.network.NetworkFactory
Creates the convex hull as an array of MDpoint for the specified network.
createDirectedNetwork() - Static method in class oracle.spatial.network.NetworkFactory
 
createDMLTrigger(String, String) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Creates the required standard GeoRaster data manipulation language (DML) trigger on a GeoRaster column in a GeoRaster table, so that the appropriate operations are performed when its associated trigger is fired.
createDoubleShape() - Method in class oracle.spatial.geometry.JGeometry
Creates a Java2D double shape object from this JSDOGeometry Double shape object use double, not float, as the coordinates data type.
createDoubleShape(AffineTransform) - Method in class oracle.spatial.geometry.JGeometry
Creates a transformed shape from the geometry using the given affine transform.
createEdgeIndex() - Method in class oracle.spatial.topo.TopoMap
Builds a ram-resident R-tree index for the edge cache.
createFaceIndex() - Method in class oracle.spatial.topo.TopoMap
Builds a ram-resident R-tree index for the face cache.
createGeometryMetadata(String) - Static method in class oracle.spatial.network.NetworkFactory
Deprecated. 
createGeometryMetadata(String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates a geometry metadata.
createGeometryMetadata(String, String, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Deprecated. 
createGeometryMetadata(String, String, String, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial geometry metadata.
createLinearLineString(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a single linear Line String.
createLinearMultiLineString(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a linear multi-linestring.
createLinearPolygon(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a simple linear Polygon without holes.
createLinearPolygon(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a linear polygon which may have holes.
createLink(int, String, Node, Node, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network link.
createLink(int, Node, Node, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network link.
createLink(int, Network, int, int, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network link.
createLinkGeometry(int, int, double[]) - Method in class oracle.spatial.network.NetworkFactory
Returns a link geometry (a linestring JGeometry).
createLinkTable(Connection, String, String, String, String, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network link table in the database.
createLogicalBasicNetwork(String, int) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates an empty logical network.
createLogicalBasicNetwork(String, int, int, int) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates an empty logical network.
createLogicalHeavyPath(LogicalLink[], LogicalNode[], Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated.
use createLogicalHeavyPath( LogicalLink[] links, LogicalNode[] nodes, double[] costs, CategorizedUserData userData)
createLogicalHeavyPath(LogicalLink[], LogicalNode[], double[], CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a heavy-weight logical path, which contains the object representation of the links and nodes on the path.
createLogicalLightPath(long, long, long, long, int, int, double[], CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a light-weight logical path, which contains only the start and end node IDs and costs of the path.
createLogicalLightSubPath(LogicalLightPath, int, double, int, double, double[], CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a light-weight logical sub-path, i.e., a logical sub-path that refers to a light-weight logical path.
createLogicalLink(long, long, long, double, boolean, boolean, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalLink(long, long, long, double, boolean, boolean, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalLink(long, int, long, long, double, boolean, boolean, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalLink(long, int, long, long, double, boolean, boolean, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalLink(long, int, long, long, double, boolean, boolean, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a stand-alone logical link.
createLogicalLink(int, String, Node, Node, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical link.
createLogicalNetLink(long, LogicalNetNode, LogicalNetNode, double, boolean, boolean, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetLink(long, LogicalNetNode, LogicalNetNode, double, boolean, boolean, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetLink(long, int, LogicalNetNode, LogicalNetNode, double, boolean, boolean, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetLink(long, int, LogicalNetNode, LogicalNetNode, double, boolean, boolean, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetLink(long, int, LogicalNetNode, LogicalNetNode, double, boolean, boolean, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a logical link with reference to its start and end node objects.
createLogicalNetNode(long, double, boolean, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetNode(long, double, boolean, int, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetNode(long, double, boolean, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetNode(long, double, boolean, int, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetNode(long, double, boolean, int, int, int, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetNode(long, int, int, double, boolean, int, int, int, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNetNode(long, int, int, double, boolean, int, int, int, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a logical node to which we can add reference to incident links.
createLogicalNetwork(String, int, boolean, String, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty logical network.
createLogicalNetwork(String, int, boolean, String, String, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty logical network.
createLogicalNetwork(String, int, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty logical network with the default naming convension: node table name = network_name + "_NODE$", link table name = network_name + "_LINK$, path table name = network_name + "_PATH$", path-link table name = network_name + "PLINK$", subPath table name = network_name + "SPATH$", all cost column name="COST".
createLogicalNode(long, double, boolean, int, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a stand-alone logical node.
createLogicalNode(long, double, boolean, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNode(long, double, boolean, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNode(long, double, boolean, int, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalNode(long, double, boolean, int, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a stand-alone logical node.
createLogicalNode(int, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical node.
createLogicalPartition(String, int, int) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates an empty logical partition.
createLogicalPartition(String, int, int, int, int, int, int) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates an empty logical partition.
createLogicalPath(long[], long[], double, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated.
use createLogicalPath( long[] linkIds, long[] nodeIds, double[] costs, Map userData)
createLogicalPath(long[], long[], double[], Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalPath(long[], long[], double[], CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a logical path, which contains only the IDs of the links and the nodes on the path, instead of the link and node objects.
createLogicalSubPath(LogicalPath, int, double, int, double, double, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated.
use createLogicalSubPath( LogicalPath refPath, int startLinkIndex, double startPercentage, int endLinkIndex, double endPercentage, double[] costs, CategorizedUserData userData)
createLogicalSubPath(LogicalPath, int, double, int, double, double[], Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createLogicalSubPath(LogicalPath, int, double, int, double, double[], CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a logical sub-path.
createLRSLinearLineString(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a single LRS linear Line String.
createLRSLinearMultiLineString(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a LRS linear multi-linestring.
createLRSLinearPolygon(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a simple LRS linear Polygon without holes.
createLRSLinearPolygon(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a linear LRS polygon which may have holes.
createLRSLink(int, String, Node, Node, double, int, double, double, JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates an LRS geometry link.
createLRSNetwork(String, int, boolean, int, int, String, String, String, String, String, String, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial LRS_GEOMETRY network.
createLRSNetwork(String, int, boolean, int, int, String, String, String, String, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial LRS_GEOMETRY network.
createLRSNetwork(String, int, boolean, int, int, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial LRS_GEOMETRY network.
createLRSNode(int, String, int, double, JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates an LRS geometry node.
createLRSPoint(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
 
createLRSTable(Connection, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network LRS table in the database.
createMBR(double[], double[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates an MBR.
createMBR(JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates an MBR of the specified geometry.
createMDPoint(double[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates an MDPoint.
createMDPoint(double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a 1D MDPoint.
createMDPoint(double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a 2D MDPoint.
createMDPoint(double, double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a 3D MDPoint.
createMultiPoint(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a multi-point geometry.
createNetwork(Network) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network from the specified network (metadata).
createNetworkHiearchy(Network, int, int[]) - Static method in class oracle.spatial.network.NetworkManager
Creates a network hiearchy with the given number of levels.
createNetworkTables(Connection, Network) - Static method in class oracle.spatial.network.NetworkFactory
Creates the network tables based on the specified network metadata.
createNode(int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network node.
createNode(int, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates a logical network node.
createNode(int, double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial network node.
createNodeGeometry(int, int, double[]) - Method in class oracle.spatial.network.NetworkFactory
Returns a node point geometry (JGeometry).
createNodeTable(Connection, String, String, String, String, String, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network node table in the database.
createNodeTable(Connection, String, String, String, String, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network node table in the database.
createNURBScurve(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a single NURBS curve.
createPartitionNetwork(Connection, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Returns the partition network with the partitions as nodes and the connections between partitions as links.
createPartitionNetwork(Network, String) - Static method in class oracle.spatial.network.NetworkFactory
Returns the partition network with the partitions as nodes and the connections between partitions as links.
createPartitionTable(Connection, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network partition table in the database.
createPath(Node, Node) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty path with the specified start node and end node.
createPath(Node, Node, Link[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a path with the specified start node and the specified end node.
createPath(int, Node, Node, Link[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a path with the specified start node and the specified end node.
createPathLinkTable(Connection, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network path-link table in the database.
createPathTable(Connection, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network path table in the database.
createPoint(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
 
createRefConstraints(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Creates the referential constraints on the link and the path tables.
createReportTable() - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Creates the table to contain GeoRaster operation status information.
createSDODimArray(String[], double[], double[], double[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a java SDO_DIM_ARRAY.
createSDODimArray(boolean, double, double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a java 2D SDO_DIM_ARRAY.
createSDOLink(int, String, Node, Node, double, double[], int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an SDO geometry link.
createSDOLink(int, String, Node, Node, double, JGeometry) - Static method in class oracle.spatial.network.NetworkFactory
Creates an SDO geometry link.
createSDONetwork(String, int, boolean, int, int, String, String, String, String, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial SDO_GEOMETRY network.
createSDONetwork(String, int, boolean, int, int, String, String, String, String, String, String, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial SDO_GEOMETRY network.
createSDONetwork(String, int, boolean, int, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty spatial SDO_GEOMETRY network with the default naming convension: node table name = network_name + "_NODE$", link table name = network_name + "_LINK$, path table name = network_name + "_PATH$", path-link table name = network_name + "PLINK$", subpath table name = network_name + "_SPATH$", all geometry column name="GEOMETRY" and all cost column name="COST"
createSDONode(int, String, double, double, int) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial node (SDO_GEOMETRY).
createSDONode(int, String, double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a spatial node (SDO_GEOMETRY with SRID = 0).
createShape() - Method in class oracle.spatial.geometry.JGeometry
Creates a Java2D shape object from this JGeometry Note: for point geometry this method returns null.
createShape(AffineTransform) - Method in class oracle.spatial.geometry.JGeometry
Creates a transformed shape from the geometry using the given affine transform.
createShape(AffineTransform, boolean) - Method in class oracle.spatial.geometry.JGeometry
Creates a simplified transformed shape from the geometry using the given affine transform.
createSimplePath(int, Node, Node, Link[]) - Static method in class oracle.spatial.network.NetworkFactory
Creates a simple path with the specified start node and end node.
createSpatialBasicNetwork(String, int) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates an empty spatial network.
createSpatialBasicNetwork(String, int, int, int) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates an empty spatial network.
createSpatialHeavyPath(SpatialLink[], SpatialNode[], double[], JGeometry, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a heavy-weight spatial path, which contains the object representation of the links and nodes on the path.
createSpatialHeavyPath(SpatialLink[], SpatialNode[], double[], JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a heavy-weight spatial path, which contains the object representation of the links and nodes on the path.
createSpatialHeavyPath(SpatialLink[], SpatialNode[], JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a heavy-weight spatial path, which contains the object representation of the links and nodes on the path.
createSpatialLink(long, long, long, double, boolean, boolean, JGeometry, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialLink(long, int, long, long, double, boolean, boolean, JGeometry, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialLink(long, long, long, double, boolean, boolean, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialLink(long, int, long, long, double, boolean, boolean, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialLink(long, int, long, long, double, boolean, boolean, JGeometry, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a stand-alone spatial link.
createSpatialNetLink(long, SpatialNetNode, SpatialNetNode, double, boolean, boolean, JGeometry, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a spatial link with reference to its start and end node objects.
createSpatialNetLink(long, int, SpatialNetNode, SpatialNetNode, double, boolean, boolean, JGeometry, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNetLink(long, SpatialNetNode, SpatialNetNode, double, boolean, boolean, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a spatial link with reference to its start and end node objects.
createSpatialNetLink(long, int, SpatialNetNode, SpatialNetNode, double, boolean, boolean, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNetLink(long, int, SpatialNetNode, SpatialNetNode, double, boolean, boolean, JGeometry, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a spatial link with reference to its start and end node objects.
createSpatialNetNode(long, int, double, boolean, JGeometry, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNetNode(long, int, double, boolean, int, JGeometry, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNetNode(long, int, double, boolean, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNetNode(long, int, double, boolean, int, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNetNode(long, int, double, boolean, int, int, int, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNetNode(long, int, int, double, boolean, int, int, int, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNetNode(long, int, int, double, boolean, int, int, int, JGeometry, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a spatial node to which we can add reference to incident links.
createSpatialNode(long, double, boolean, JGeometry, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNode(long, double, int, boolean, JGeometry, LODUserDataIO) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a stand-alone spatial node.
createSpatialNode(long, double, boolean, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNode(long, double, boolean, int, JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialNode(long, double, boolean, int, JGeometry, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a stand-alone spatial node.
createSpatialPartition(String, int, int) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates an empty spatial partition.
createSpatialPartition(String, int, int, int, int, int, int) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates an empty spatial partition.
createSpatialPath(long[], long[], double[], JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialPath(long[], long[], double[], JGeometry, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a light-weight spatial path, which contains only the IDs of the links and the nodes on the path, instead of the link and node objects.
createSpatialSubPath(SpatialPath, int, int, double, double, double[], JGeometry, Map<String, Object>) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Deprecated. 
createSpatialSubPath(SpatialPath, int, double, int, double, double[], JGeometry, CategorizedUserData) - Static method in class oracle.spatial.network.lod.LODNetworkFactory
Creates a spatial sub-path.
createSubPath(Path, int, double, int, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a sub path
createSubPath(int, Path, int, double, int, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a sub path
createSubPathTable(Connection, String, String) - Static method in class oracle.spatial.network.NetworkFactory
Creates an empty network subpath table in the database.
createTemplate(SdoGeoRaster, int, String, String, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Populates a GeoRaster object with metadata of a general pattern, and optionally inserts entries with empty raster blocks into its raster data table.
createTransformedShape(AffineTransform) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Returns a new transformed Shape.
createTree(TreeNode, boolean) - Static method in class oracle.spatial.network.NetworkFactory
Creates a tree.
createTree(TreeNode) - Static method in class oracle.spatial.network.NetworkFactory
Creates a tree.
createTreeLink(Link) - Static method in class oracle.spatial.network.NetworkFactory
Creates a tree link containing a regular network link
createTreeLink(Link, double, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a tree link containing a partial link
createTreeNode(Node) - Static method in class oracle.spatial.network.NetworkFactory
Creates a tree node containing a regular node
createTreeNode(Link, double) - Static method in class oracle.spatial.network.NetworkFactory
Creates a tree node containg a node on a link
crossProduct(Point2DD, Point2DD) - Static method in class oracle.spatial.topo.CompGeom
 
crossProduct(double, double, double, double) - Static method in class oracle.spatial.topo.CompGeom
 
crossProduct(double[], double[], double[]) - Static method in class oracle.spatial.topo.CompGeom
3-D crossproduct via arrays.
curveTo(double, double, double, double, double, double) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Adds a curved segment, defined by three new points, to the path by drawing a Bézier curve that intersects both the current coordinates and the coordinates (x3, y3), using the specified points (x1, y1) and (x2, y2) as Bézier control points.

D

DataException - Exception in oracle.spatial.geometry
Reports SDOVIS exception related with map data access.
DataException() - Constructor for exception oracle.spatial.geometry.DataException
 
DataException(Throwable) - Constructor for exception oracle.spatial.geometry.DataException
 
DataException(String) - Constructor for exception oracle.spatial.geometry.DataException
 
DataException(String, Throwable) - Constructor for exception oracle.spatial.geometry.DataException
 
DATE_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
DBFReaderJGeom - Class in oracle.spatial.util
 
DBFReaderJGeom() - Constructor for class oracle.spatial.util.DBFReaderJGeom
 
DBFReaderJGeom(String) - Constructor for class oracle.spatial.util.DBFReaderJGeom
construct an object out of the specified shapefile's DBF file.
DBFReaderJGeom.CharacterColumn - Class in oracle.spatial.util
 
DBFReaderJGeom.CharacterColumn(byte[], int) - Constructor for class oracle.spatial.util.DBFReaderJGeom.CharacterColumn
 
DBFReaderJGeom.DateColumn - Class in oracle.spatial.util
 
DBFReaderJGeom.DateColumn(byte[]) - Constructor for class oracle.spatial.util.DBFReaderJGeom.DateColumn
 
DBFReaderJGeom.LogicalColumn - Class in oracle.spatial.util
 
DBFReaderJGeom.LogicalColumn(byte[]) - Constructor for class oracle.spatial.util.DBFReaderJGeom.LogicalColumn
 
DBFReaderJGeom.NumericColumn - Class in oracle.spatial.util
 
DBFReaderJGeom.NumericColumn(byte[], int, int) - Constructor for class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
DBFReaderJGeom.RecordColumn - Class in oracle.spatial.util
 
DBFReaderJGeom.RecordColumn(byte[]) - Constructor for class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
DBMS - Class in oracle.spatial.util
 
DBMS() - Constructor for class oracle.spatial.util.DBMS
 
DbmsOutputClose() - Method in class oracle.spatial.util.DBMS
 
DbmsOutputDisable() - Method in class oracle.spatial.util.DBMS
 
DbmsOutputEnable(int) - Method in class oracle.spatial.util.DBMS
 
DbmsOutputPrepare(Connection) - Method in class oracle.spatial.util.DBMS
 
DbmsOutputShow() - Method in class oracle.spatial.util.DBMS
 
debug(String) - Method in class oracle.spatial.util.Logger
Logs a debug message
debug(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a debug message
debug(Exception) - Method in class oracle.spatial.util.Logger
Logs a debug exception
DEFAULT_USER_DATA_CATEGORY - Static variable in interface oracle.spatial.network.UserDataMetadata
 
DefaultLinkCostCalculator - Class in oracle.spatial.network.lod
This is the default link cost calculator implementation.
DefaultLinkCostCalculator() - Constructor for class oracle.spatial.network.lod.DefaultLinkCostCalculator
 
DefaultNodeCostCalculator - Class in oracle.spatial.network.lod
This is the default node cost calculator implementation.
DefaultNodeCostCalculator() - Constructor for class oracle.spatial.network.lod.DefaultNodeCostCalculator
 
DefaultPairwiseCostCalculator - Class in oracle.spatial.network.lod
This is the default pairwise cost calculator.
DefaultPairwiseCostCalculator() - Constructor for class oracle.spatial.network.lod.DefaultPairwiseCostCalculator
 
DefaultPairwiseCostCalculator(PairwiseShortestPaths) - Constructor for class oracle.spatial.network.lod.DefaultPairwiseCostCalculator
Constructs a default pairwise cost calculator.
DefaultPairwiseShortestPaths - Class in oracle.spatial.network.lod
This is the default pairwise shortest paths algorithm.
DefaultPairwiseShortestPaths(NetworkExplorer, LinkCostCalculator[], NodeCostCalculator[], ShortestPath) - Constructor for class oracle.spatial.network.lod.DefaultPairwiseShortestPaths
Construct a DefaultPairwiseShortestPaths instance.
defineG3D(Struct, NUMBER, NUMBER, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
deleteElement(int) - Method in interface oracle.spatial.network.lod.Feature
Deletes the ith element in the feature.
deleteElement(int) - Method in class oracle.spatial.network.lod.FeatureImpl
 
deleteLink(long, int) - Method in class oracle.spatial.network.lod.NetworkUpdate
Deletes a link from the network
deleteLink(long) - Method in class oracle.spatial.network.lod.NetworkUpdate
Deletes a link from the network
deleteLink(long) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
deleteLink(int) - Method in interface oracle.spatial.network.Network
Deletes a link by ID.
deleteLink(String) - Method in interface oracle.spatial.network.Network
Deletes a link by the String ID.
deleteLink(Link) - Method in interface oracle.spatial.network.Network
Deletes a link.
deleteLinkData(String) - Method in interface oracle.spatial.network.Network
Deletes a link user data entry
deleteLinkData(String) - Method in interface oracle.spatial.network.NetworkMetadata
Deletes a link user data entry
deleteLinkData(String) - Method in interface oracle.spatial.network.UserDataMetadata
Deletes a link user data entry from the metadata
deleteMin() - Method in interface oracle.spatial.network.lod.PriorityQueue
Deletes the minimum element in the queue.
deleteNetwork(Network) - Method in interface oracle.spatial.network.Network
Deletes a sub-network.
deleteNetworkBuffer(long) - Method in interface oracle.spatial.network.lod.NetworkIO
Deletes the network buffer from the database.
deleteNetworkBuffer(long, String) - Method in interface oracle.spatial.network.lod.NetworkIO
Deletes the network buffer from the database.
deleteNODATARange(Double, Double) - Method in class oracle.spatial.georaster.SubLayerInfo
Removes a new NODATA range.
deleteNODATAValue(double) - Method in class oracle.spatial.georaster.SubLayerInfo
Removes a NODATA value.
deleteNode(long, int) - Method in class oracle.spatial.network.lod.NetworkUpdate
Delete a node from the network.
deleteNode(long) - Method in class oracle.spatial.network.lod.NetworkUpdate
Deletes a node from the network
deleteNode(long) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
deleteNode(int) - Method in interface oracle.spatial.network.Network
Deletes a node by ID.
deleteNode(String) - Method in interface oracle.spatial.network.Network
Deletes a node by the STring ID.
deleteNode(Node) - Method in interface oracle.spatial.network.Network
Deletes a node.
deleteNodeData(String) - Method in interface oracle.spatial.network.Network
Deletes a node user data entry
deleteNodeData(String) - Method in interface oracle.spatial.network.NetworkMetadata
Deletes a node user data entry
deleteNodeData(String) - Method in interface oracle.spatial.network.UserDataMetadata
Deletes a node user data entry from the metadata
deletePath(long) - Method in interface oracle.spatial.network.lod.NetworkIO
Deletes path.
deletePath(int) - Method in interface oracle.spatial.network.Network
Deletes a path by ID.
deletePath(String) - Method in interface oracle.spatial.network.Network
Deletes a path by the String ID.
deletePath(Path) - Method in interface oracle.spatial.network.Network
Deletes a path.
deletePathData(String) - Method in interface oracle.spatial.network.Network
Deletes a path user data entry
deletePathData(String) - Method in interface oracle.spatial.network.NetworkMetadata
Deletes a path user data entry
deletePathData(String) - Method in interface oracle.spatial.network.UserDataMetadata
Deletes a path user data entry from the metadata
deletePaths(long[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Deletes paths.
deletePyramid(SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Deletes the pyramid data of a GeoRaster object.
deleteSubPath(long) - Method in interface oracle.spatial.network.lod.NetworkIO
Deletes sub-path.
deleteSubPath(int) - Method in interface oracle.spatial.network.Network
Deletes a subpath by ID.
deleteSubPath(String) - Method in interface oracle.spatial.network.Network
Deletes a subpath by the String ID.
deleteSubPath(SubPath) - Method in interface oracle.spatial.network.Network
Deletes a subpath.
deleteSubPathData(String) - Method in interface oracle.spatial.network.Network
Deletes a subpath user data entry
deleteSubPathData(String) - Method in interface oracle.spatial.network.NetworkMetadata
Deletes a subpath user data entry
deleteSubPathData(String) - Method in interface oracle.spatial.network.UserDataMetadata
Deletes a subpath user data entry from the metadata
deleteSubPaths(long[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Deletes sub-paths.
deleteTemporaryElements() - Method in interface oracle.spatial.network.Network
Deletes all temporary elements (nodes and links).
deltaDuration() - Method in class oracle.spatial.network.NDMTimer
 
densifyArcs(double) - Method in class oracle.spatial.geometry.JGeometry
Arcs densification method to densify arcs into lines.
densifyArcs(double, boolean) - Method in class oracle.spatial.geometry.JGeometry
 
densifyGeodesic() - Method in class oracle.spatial.geometry.JGeometry
Chooses a default tolerance value and calls JGeometry.densifyGeodesic(double).
densifyGeodesic(double) - Method in class oracle.spatial.geometry.JGeometry
Densify a geodesic geometry by interpolating points along great circle arcs.
DEPTH_FIRST_SEARCH - Static variable in class oracle.spatial.network.lod.NetworkAnalyst
Constant for depth-first-search
depthFirstSearch() - Method in interface oracle.spatial.network.Tree
Depth First Search
deregisterJavaObject(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Deregister the given Java object from user_sdo_network_java_objects
deregisterNetworkConstraint(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Deregister the given constraint from user_sdo_network_constraints
description - Variable in exception oracle.spatial.geometry.DataException
 
description - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
detail - Variable in exception oracle.spatial.geometry.DataException
 
Dijkstra - Class in oracle.spatial.network.lod
This class implements Dijkstra shortest path algorithm.
Dijkstra() - Constructor for class oracle.spatial.network.lod.Dijkstra
Default constructor.
Dijkstra(NetworkExplorer, LinkCostCalculator[], NodeCostCalculator[], LinkLevelSelector) - Constructor for class oracle.spatial.network.lod.Dijkstra
 
DIRECTED_LINK - Static variable in interface oracle.spatial.network.Network
 
DIRECTED_LINK - Static variable in interface oracle.spatial.network.NetworkMetadata
 
DIRECTION_BACKWARD - Static variable in class oracle.spatial.network.lod.NetworkExplorer
 
DIRECTION_BOTH - Static variable in class oracle.spatial.network.lod.NetworkExplorer
 
DIRECTION_FORWARD - Static variable in class oracle.spatial.network.lod.NetworkExplorer
 
directTransform2D(double, double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Given (X,Y) model coordinates, computes its (row, column) cell coordinates.
directTransform3D(double, double, double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Given (X,Y,Z) model coordinates, computes its (row, column) cell coordinates.
disableRefConstraints(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Disables the referential constraints on the link and the path tables.
disableReport() - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Disables status reporting on GeoRaster operations in the current session.
display() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns a two-dimensional array to list all metadata information.
dispose() - Method in class oracle.spatial.topo.TopoMap
 
distance(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the minimum distance between two 3-D (Cartesian) geometries.
distance(J3D_Geometry, double, String, double, double, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the minimum distance between two 3-D geometries.
distance(JGeometry, double, String) - Method in class oracle.spatial.geometry.JGeometry
This method determines the distance between two 2D Geometries.
distance(MDPoint) - Method in interface oracle.spatial.network.MDPoint
Returns the Cartesian distance to the specified point.
distance(Struct, Struct, String, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
distCpa(J3D_Geometry, double, String, double, double, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the closest points of approach (and hence the minimum distance) between two J3D_Geometry geometries.
distCpa2(J3D_Geometry, boolean[], boolean[], boolean[], double, String) - Method in class oracle.spatial.geometry.J3D_Geometry
 
dotProduct(Point2DD, Point2DD) - Static method in class oracle.spatial.topo.CompGeom
 
dotProduct(double, double, double, double) - Static method in class oracle.spatial.topo.CompGeom
 
dropAllRasterBlocks() - Method in class oracle.spatial.georaster.JRaster
Drops all raster blocks of the associated GeoRaster object from raster data table in the Oracle database.
dropNetwork(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Drops the network from the database.
dropRefConstraints(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Drops the referential constraints on the link and the path tables.
dropReportTable() - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Drops the table that contains GeoRaster operation status information.
DummyCostFunction - Class in oracle.spatial.network.lod
The heuristic cost function implemented in this class always returns 0.
DummyCostFunction(double) - Constructor for class oracle.spatial.network.lod.DummyCostFunction
 
DummyLinkCostCalculator - Class in oracle.spatial.network.lod
This implementation of LinkCostCalculator always returns a fixed number as link cost.
DummyLinkCostCalculator() - Constructor for class oracle.spatial.network.lod.DummyLinkCostCalculator
 
DummyLinkCostCalculator(double) - Constructor for class oracle.spatial.network.lod.DummyLinkCostCalculator
 
DummyLinkLevelSelector - Class in oracle.spatial.network.lod
This implementation of LinkLevelSelector always returns the fixed link level specified in the constructor.
DummyLinkLevelSelector() - Constructor for class oracle.spatial.network.lod.DummyLinkLevelSelector
 
DummyLinkLevelSelector(int) - Constructor for class oracle.spatial.network.lod.DummyLinkLevelSelector
 
DummyNodeCostCalculator - Class in oracle.spatial.network.lod
This implementation of NodeCostCalculator always returns a fixed number as node cost.
DummyNodeCostCalculator() - Constructor for class oracle.spatial.network.lod.DummyNodeCostCalculator
 
DummyNodeCostCalculator(double) - Constructor for class oracle.spatial.network.lod.DummyNodeCostCalculator
 
duration() - Method in class oracle.spatial.network.NDMTimer
 
DynamicLinkLevelSelector - Class in oracle.spatial.network.lod
This implementation of LinkLevelSelector dynamically assigns link level to the next node according to the distance from the next node to the start/end point.
DynamicLinkLevelSelector() - Constructor for class oracle.spatial.network.lod.DynamicLinkLevelSelector
Default constructor.
DynamicLinkLevelSelector(NetworkAnalyst, int, HeuristicCostFunction, double[], int, double, LODNetworkConstraint) - Constructor for class oracle.spatial.network.lod.DynamicLinkLevelSelector
Returns a dynamic link level selector.

E

Edge - Class in oracle.spatial.topo
 
ElementExtractor - Class in oracle.spatial.geometry
This extractor extracts elements from J3D_Geometry in an iterative fashion Composite surface is expected to be: < , 1006, N> N tuples of the form <, 1003, x> <, 2003, x>* Composite solid should be of the form: < , 1008, N> N solids each of the form <, 1007, > specified using 1 outer surface and N inner surfaces <, 1006, M> and M tuples of the form <,1003, > m times followed by 0 or more inner solids specified as surfaces as: <, 2006, p> and p tuples of the form <,2003, >
ElementExtractor(J3D_Geometry, int, int, boolean) - Constructor for class oracle.spatial.geometry.ElementExtractor
 
ElementExtractor(J3D_Geometry, int, int) - Constructor for class oracle.spatial.geometry.ElementExtractor
 
ElementExtractor(J3D_Geometry, int) - Constructor for class oracle.spatial.geometry.ElementExtractor
Constructs an extractor that extracts elements from J3D_Geometry in an iterative fashion
ElementExtractor(J3D_Geometry, int, int, int, boolean) - Constructor for class oracle.spatial.geometry.ElementExtractor
 
ElementExtractor(J3D_Geometry, int, int, int) - Constructor for class oracle.spatial.geometry.ElementExtractor
 
ElementExtractor(J3D_Geometry) - Constructor for class oracle.spatial.geometry.ElementExtractor
 
emptyBlocks(SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Trims all blocks that contain only the specified background values to empty LOBs, thus making them empty blocks.
enableRefConstraints(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Enables the referential constraints on the link and the path tables.
enableReport() - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Enables status reporting on GeoRaster operations in the current session.
equalize() - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Applies an equalization operation on the current working image.
equals(Object) - Method in class oracle.spatial.geometry.JGeometry
 
equals(JGeometry.Point) - Method in class oracle.spatial.geometry.JGeometry.Point
 
equals(JPoint2DD) - Method in class oracle.spatial.geometry.JPoint2DD
 
equals(Object) - Method in class oracle.spatial.network.lod.FeatureElementImpl
 
equals(Object) - Method in class oracle.spatial.network.lod.FeatureImpl
Returns true if the input feature consists of the same set of feature elements in the same order as this feature.
equals(Object) - Method in class oracle.spatial.network.lod.PointOnNet
 
equals(Object) - Method in class oracle.spatial.network.lod.VisitedNode
 
equals(Point2DD) - Method in class oracle.spatial.topo.Point2DD
 
equalsWithinBasin(Point2DD) - Method in class oracle.spatial.topo.Point2DD
 
equalsWithinBasin(Point2DD, double) - Method in class oracle.spatial.topo.Point2DD
 
error(String) - Method in class oracle.spatial.util.Logger
Logs an error
error(String, String, String) - Method in class oracle.spatial.util.Logger
Logs an error
error(Exception) - Method in class oracle.spatial.util.Logger
Logs a error exception
ERROR_CODE_TOOMANYPOINTS - Static variable in exception oracle.spatial.network.lod.LODNetworkException
 
ERROR_CODE_UNKNOWN - Static variable in exception oracle.spatial.network.lod.LODNetworkException
 
ETYPE_COMPOSITEPOLYGON - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_COMPOSITEPOLYGON - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
ETYPE_COMPOSITESOLID - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_COMPOSITESOLID - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
ETYPE_COMPOSITESURFACE - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_COMPOSITESURFACE - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
ETYPE_COMPOUNDCURVE - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_COMPOUNDRING - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_CURVE - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_POINT - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_POLYGON - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_POLYGON - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
ETYPE_RING - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_SOLID - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_SOLID - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
ETYPE_SURFACE - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_SURFACE - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
ETYPE_UNKNOWN - Static variable in class oracle.spatial.geometry.ElementExtractor
 
EuclideanCostFunction - Class in oracle.spatial.network.lod
This class implements the A* heuristic cost function as the 2D euclidean distance between the current node and the goal node.
EuclideanCostFunction(int, int, int, int) - Constructor for class oracle.spatial.network.lod.EuclideanCostFunction
Creates a EuclideanCostFunction instance.
evaluateDouble(SdoGeoRaster, int, int, int, String, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Evaluates a direct location using a specified interpolation method, and returns the raster values for the specified bands for that location.
evaluateDouble(SdoGeoRaster, int, JGeometry, String, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Evaluates a direct location using a specified interpolation method, and returns the raster values for the specified layers for that location.
expandCircle(double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
 
expandG3Dgeoms(Struct) - Static method in class oracle.spatial.util.Adapters
 
expandGeom(J3D_Geometry) - Static method in class oracle.spatial.geometry.J3D_Geometry
Returns the expanded geometry.
exportLAS(String, String) - Static method in class oracle.spatial.util.LASImportExport
 
ExtendedKML2 - Class in oracle.spatial.util
 
ExtendedKML2() - Constructor for class oracle.spatial.util.ExtendedKML2
 
extendPath(Link, Link) - Method in interface oracle.spatial.network.Path
Extends the path by adding a new start link and a new end link The given links must be topologically connected to the path or an exception will be thrown No extension in the specific direction (start or end) if a null link is given
extract3d(Struct, String) - Static method in class oracle.spatial.util.Adapters
 
extrusion(JGeometry, double, double, Connection, double) - Static method in class oracle.spatial.geometry.J3D_Geometry
Returns the extruded 3-D geometry from a 2-D polygon.
extrusion(JGeometry, double, double, Connection, double, int) - Static method in class oracle.spatial.geometry.J3D_Geometry
Returns the extruded 3-D geometry from a 2-D polygon.
extrusion(JGeometry, double[], double[], Connection, double) - Static method in class oracle.spatial.geometry.J3D_Geometry
Returns the extruded 3-D geometry from a 2-D polygon.
extrusion(JGeometry, double[], double[], Connection, double, int) - Static method in class oracle.spatial.geometry.J3D_Geometry
Returns the extruded 3-D geometry from a 2-D polygon.
extrusion2(Struct, SdoNumberArray, SdoNumberArray, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 

F

Face - Class in oracle.spatial.topo
 
fatal(String) - Method in class oracle.spatial.util.Logger
Logs a fatal event
fatal(Exception) - Method in class oracle.spatial.util.Logger
Logs a fatal exception
fatal(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a fatal event
Feature - Interface in oracle.spatial.network.lod
This interface defines the methods supported by a network feature.
Feature.FeatureType - Enum in oracle.spatial.network.lod
A list of valid feature types.
FeatureData - Interface in oracle.spatial.network.lod
FeatureData contains information about all feature data associated with the network elements in a network, sub-network or a partition.
FeatureDataImpl - Class in oracle.spatial.network.lod
Default implementations for FeatureData.
FeatureDataImpl() - Constructor for class oracle.spatial.network.lod.FeatureDataImpl
 
FeatureElement - Interface in oracle.spatial.network.lod
A feature element is a point or line defined on a network element.
FeatureElement.FeatureElementType - Enum in oracle.spatial.network.lod
A list of valid feature element types.
FeatureElementImpl - Class in oracle.spatial.network.lod
Default implementation of FeatureElement.
FeatureElementImpl(long, double) - Constructor for class oracle.spatial.network.lod.FeatureElementImpl
Constructs a POINT_ON_LINK type feature element.
FeatureElementImpl(long, double, double) - Constructor for class oracle.spatial.network.lod.FeatureElementImpl
Constructs a LINE type feature element.
FeatureElementImpl(long) - Constructor for class oracle.spatial.network.lod.FeatureElementImpl
Constructs a POINT_ON_NODE type feature element.
FeatureFilter - Interface in oracle.spatial.network.lod
This interface defines the methods to check whether a given feature is a goal feature during network analysis.
FeatureFilterOperator - Class in oracle.spatial.network.lod
Supports "and", "or", and "not" operations on feature filters.
FeatureFilterOperator() - Constructor for class oracle.spatial.network.lod.FeatureFilterOperator
 
FeatureImpl - Class in oracle.spatial.network.lod
Default implementation of Feature.
FeatureImpl(long, FeatureElement[], CategorizedUserData) - Constructor for class oracle.spatial.network.lod.FeatureImpl
Constructs a feature.
FeatureLayer - Interface in oracle.spatial.network.lod
Features associated with elements in a network, sub-network or a partition, in a feature layer.
FeatureLayerImpl - Class in oracle.spatial.network.lod
Default implementation of FeatureLayer.
FeatureLayerImpl() - Constructor for class oracle.spatial.network.lod.FeatureLayerImpl
Constructs a FeatureLayer instance.
FeatureLayerMetadata - Class in oracle.spatial.network.lod
Metadata information for a feature layer.
FeatureLayerMetadata(String, int, String, FeatureLayerMetadata.FeatureLayerType, String, String, String) - Constructor for class oracle.spatial.network.lod.FeatureLayerMetadata
Constructs a feature layer metadata instance.
FeatureLayerMetadata.FeatureLayerType - Enum in oracle.spatial.network.lod
A list of valid feature layer types.
FeatureMetadata - Class in oracle.spatial.network.lod
Metadata for all registered feature layers on a network.
FeatureMetadata(Connection, String, String) - Constructor for class oracle.spatial.network.lod.FeatureMetadata
 
FeaturePath - Class in oracle.spatial.network.lod
A FeaturePath object consists of a Feature and the PathFeature that ends at the feature.
FeaturePath(Feature, PathFeature) - Constructor for class oracle.spatial.network.lod.FeaturePath
Constructs a FeaturePath object.
FFMethodType - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCPRefType
 
fillEmptyBlocks(SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Fills in all empty blocks with specified background values.
filterPointsUpPyramid(STRUCT, int) - Static method in class oracle.spatial.util.PCPyramidFilter
 
findCells(SdoGeoRaster, String, String, SdoGeoRaster, double[], boolean, int) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Generates a new GeoRaster object based on the input GeoRaster object, but masking all cells that do not satisfy the condition parameter specification.
findConnectedComponents(String, int, String) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Finds the connected components and writes the node component relationship into component table.
findConnectedComponents(int) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the connected components for the given link level.
findConnectedComponents(Network) - Static method in class oracle.spatial.network.NetworkManager
Returns the number of connected components in the network.
findConnectedComponentsInPartition(String, int, int, int, Array[], Array[]) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Find the connected components within a partition, with all the external nodes and boundary links included.
findConnectedComponentsInPartition(int, int, int, ArrayList<AnalysisUtility.NodeComponent>) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Find the connected components within a partition, with all the external nodes and boundary links included.
findConnectedComponentVector(Network) - Static method in class oracle.spatial.network.NetworkManager
Returns connected components of the network in a Vector.
findConnectedFeatures(PointOnNet[], int[], LODNetworkConstraint, FeatureFilter, int) - Method in class oracle.spatial.network.lod.NetworkSearch
Returns the features within the given cost and the paths to/from them.
findConnectedNodes(int, long, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
findConnectedNodes(int, PointOnNet[], int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes connected to the given points.
findElement(FeatureElement) - Method in interface oracle.spatial.network.lod.Feature
Finds the input feature element in this feature, and returns the feature element index.
findElement(FeatureElement) - Method in class oracle.spatial.network.lod.FeatureImpl
 
findExternalLinks(Node[], Node[]) - Static method in class oracle.spatial.network.NetworkManager
Returns external links between the two arrays of nodes.
findInternalLinks(Node[]) - Static method in class oracle.spatial.network.NetworkManager
Returns the internal links of the node array.
findLinks(Node) - Method in interface oracle.spatial.network.Node
Finds the links that connect current node to the specified node.
findMaxNodeDegree(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Finds the maximum node degree of the network
findMBR(Node[], double) - Static method in class oracle.spatial.network.NetworkManager
Returns the MBR of the node array and expanded it by the specified factor.
findMin() - Method in interface oracle.spatial.network.lod.PriorityQueue
Finds the minimum element in the queue.
findMinNodeDegree(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Finds the minimum node degree of the network
findNodesWithinDegreeBounds(Network, int, int, int) - Static method in class oracle.spatial.network.NetworkManager
Finds nodes with degree within the given degree bounds.
findReachableFeatures(int, PointOnNet[], int, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes reachable from the given node.
findReachableNodes(int, long, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
findReachableNodes(int, PointOnNet[], int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes reachable from the given points.
findReachableNodes(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachableNodes(Network, int, MBR) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachableNodes(Network, int, MBR, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachableNodes(Network, int, MBR, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachableNodes(Network, int, MBR, int, NetworkConstraint, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachableNodes(Network, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can be reached from the source node.
findReachingFeatures(int, PointOnNet[], int, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes that can reach the given node.
findReachingNodes(int, long, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
findReachingNodes(int, PointOnNet[], int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes that can reach the given points.
findReachingNodes(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can reach the target node.
findReachingNodes(Network, int, MBR) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can reach the target node.
findReachingNodes(Network, int, MBR, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can reach the target node.
findReachingNodes(Network, int, MBR, int, NetworkConstraint, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can reach the target node.
findReachingNodes(Network, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns all nodes that can reach the target node.
finest(String) - Method in class oracle.spatial.util.Logger
Logs a very fine-level message
finest(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a very fine-level message
finest(Exception) - Method in class oracle.spatial.util.Logger
Logs a debug exception
fixFaceMBRs() - Method in class oracle.spatial.topo.TopoMap
Adjusts the MBRs of any faces in the cache whose instance MBR does not match MBR computed from the edges in the outer boundary of the face.
flushPartition(int, int) - Method in class oracle.spatial.network.lod.LeveledNetworkCache
Removes the partition from the cache.
fromJGeometry(JGeometry) - Method in interface oracle.spatial.util.WKAdapter
This transforms a JGeometry to a WKB/WKT geometry.
fromJGeometry(JGeometry) - Method in class oracle.spatial.util.WKBasis
 
fromNodeToCompositeCurve(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToCompositeSolid(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToCompositeSurface(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToCurve(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToCurve(Node) - Static method in class oracle.spatial.util.KML
 
fromNodeToEnvelope(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <Box srsname="EPSG_4326">
        <coordinates>
                0.0,0.0 100.0,100.0
        </coordinates>
    </Box>
</pre>
Note: Each Box Element encloses a single coordinates element or four Coord, the latter containing precisely two coordinate tuples.
fromNodeToEnvelope(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToGeometry(Node) - Static method in class oracle.spatial.util.GML
 
fromNodeToGeometry(Node, int) - Static method in class oracle.spatial.util.GML
 
fromNodeToGeometry(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToGeometry(Node, int) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToGeometry(Node) - Static method in class oracle.spatial.util.KML
 
fromNodeToGeometryCollection(Node) - Static method in class oracle.spatial.util.GML
 
fromNodeToGeometryCollection(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToGeometryCollection(Node) - Static method in class oracle.spatial.util.KML
 
fromNodeToLinearRing(Node) - Static method in class oracle.spatial.util.GML
 
fromNodeToLinearRing(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToLinearRing(Node) - Static method in class oracle.spatial.util.KML
 
fromNodeToLineString(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <LineString srsname="EPSG_4326">
        <coordinates>
            0.0,0.0 100.0,100.0
        </coordinates>
    </LineString>
</pre>
fromNodeToLineString(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToMultiCurve(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToMultiLineString(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <MultiLineString srsname="EPSG_4326">
        <lineStringMember>
            <LineString>
                <coordinates>56.1,0.45 67.23,0.67</coordinates>
            </LineString>
        </lineStringMember>
        <lineStringMember>
            <LineString>
                <coordinates>46.71,9.25 56.88,10.44</coordinates>
            </LineString>
        </lineStringMember>
        <lineStringMember>
            <LineString>
                <coordinates>324.1,219.7 0.45,0.56</coordinates>
            </LineString>
        </lineStringMember>
    </MultiLineString>
</pre>
fromNodeToMultiPoint(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <MultiPoint srsname="EPSG_4326">
        <pointMember>
            <Point>
                <coordinates>56.1,0.45</coordinates>
            </Point>
        </pointMember>
        <pointMember>
            <Point>
                <coordinates>46.71,9.25</coordinates>
            </Point>
        </pointMember>
        <pointMember>
            <Point>
                <coordinates>56.88,10.44</coordinates>
            </Point>
        </pointMember>
    </MultiPoint >
</pre>
fromNodeToMultiPoint(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToMultiPolygon(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
<MultiPolygon srsname="EPSG_4326">
  <PolygonMember>
    <Polygon srsname="EPSG_4326">
      <outerBoundaryIs>
        <LinearRing>
          <coordinates>
            0.0,0.0 100.0,0.0 100.0,100.0 0.0,100.0 0.0,0.0
          </coordinates>
        </LinearRing>
      </outerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            10.0,10.0 10.0,40.0 40.0,40.0 40.0,10.0 10.0,10.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            60.0,60.0 60.0,90.0 90.0,90.0 90.0,60.0 60.0,60.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
    </Polygon>
  </PolygonMember>
  <PolygonMember>
    <Polygon srsname="EPSG_4326">
      <outerBoundaryIs>
        <LinearRing>
          <coordinates>
            1000.0,0.0 1100.0,0.0 1100.0,100.0 1000.0,100.0 1000.0,0.0
          </coordinates>
        </LinearRing>
      </outerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            1010.0,10.0 1010.0,40.0 1040.0,40.0 1040.0,10.0 1010.0,10.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            1060.0,60.0 1060.0,90.0 1090.0,90.0 1090.0,60.0 1060.0,60.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
    </Polygon>
  </PolygonMember>
  <PolygonMember>
    <Polygon srsname="EPSG_4326">
      <outerBoundaryIs>
        <LinearRing>
          <coordinates>
            2000.0,0.0 2100.0,0.0 2100.0,100.0 2000.0,100.0 2000.0,0.0
          </coordinates>
        </LinearRing>
      </outerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            2010.0,10.0 2010.0,40.0 2040.0,40.0 2040.0,10.0 2010.0,10.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
      <innerBoundaryIs>
        <LinearRing>
          <coordinates>
            2060.0,60.0 2060.0,90.0 2090.0,90.0 2090.0,60.0 2060.0,60.0
          </coordinates>
        </LinearRing>
      </innerBoundaryIs>
    </Polygon>
  </PolygonMember>
</MultiPolygon>
</pre>
fromNodeToMultiSolid(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToMultiSurface(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToPoint(Node) - Static method in class oracle.spatial.util.GML
Example 1:
<pre>
    <Point srsname="EPSG_4326">
        <coordinates>
            56.1,0.45
        </coordinates>
    </Point>
</pre>
Example 2:
<pre>
    <Point srsname="8265">
        <coord>
            <x>56.1</x>
            <y>0.45</y>
        </coord>
    </Point>
</pre>
fromNodeToPoint(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToPoint(Node) - Static method in class oracle.spatial.util.KML
 
fromNodeToPolygon(Node) - Static method in class oracle.spatial.util.GML
Example:
<pre>
    <Polygon srsname="EPSG_4326">
        <outerBoundaryIs>
            <LinearRing>
                <coordinates>
                    0.0,0.0 100.0,0.0 100.0,100.0 0.0,100.0 0.0,0.0
                </coordinates>
            </LinearRing>
        </outerBoundaryIs>
        <innerBoundaryIs>
            <LinearRing>
                <coordinates>
                    10.0,10.0 10.0,40.0 40.0,40.0 40.0,10.0 10.0,10.0
                </coordinates>
            </LinearRing>
        </innerBoundaryIs>
        <innerBoundaryIs>
            <LinearRing>
                <coordinates>
                    60.0,60.0 60.0,90.0 90.0,90.0 90.0,60.0 60.0,60.0
                </coordinates>
            </LinearRing>
        </innerBoundaryIs>
    </Polygon>
</pre>
fromNodeToPolygon(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToPolygon(Node) - Static method in class oracle.spatial.util.KML
 
fromNodeToSolid(Node) - Static method in class oracle.spatial.util.GML3g
 
fromNodeToSurface(Node) - Static method in class oracle.spatial.util.GML
 
fromNodeToSurface(Node) - Static method in class oracle.spatial.util.GML3g
 
fromRecordToFeature(DBFReaderJGeom, ShapefileReaderJGeom, byte[], int, int, int) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
Convert .dbf columns and .shp bytes into Feature instance.
fromRecordToFeature(DBFReaderJGeom, ShapefileReaderJGeom, String[], int[], byte[], int, int) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
Convert .dbf columns and .shp bytes into Feature instance.
fromSTRUCT(STRUCT) - Method in interface oracle.spatial.util.WKAdapter
Creates a WKB/WKT geometry from a STRUCT object.
fromSTRUCT(STRUCT) - Method in class oracle.spatial.util.WKBasis
Creates a WKB/WKT geometry from a STRUCT object.
fromStruct(Struct) - Method in class oracle.spatial.util.WKBasis
Creates a WKB/WKT geometry from a Struct object.

G

GCPPoint - Class in oracle.spatial.georaster
 
GCPPoint(int, int, int) - Constructor for class oracle.spatial.georaster.GCPPoint
Constructs a GCPPoint object with the given parameters.
GCPPOINT_STATUS_ESTIMATED - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating gcpPointStatus Estimated.
GCPPOINT_STATUS_INVALID - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating gcpPointStatus Invalidated.
GCPPOINT_STATUS_MEASURED - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating gcpPointStatus Measured.
GCPPOINT_STATUS_REMOVED - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating gcpPointStatus Removed.
GCPPOINT_STATUS_VALIDATED - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating gcpPointStatus Validated.
GCPPOINT_TYPE_CHECKPOINT - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating gcpPoint type CheckPoint.
GCPPOINT_TYPE_CONTROLPOINT - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating gcpPoint type ControlPoint.
gcps - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCPRefType
 
Generalization3D - Class in oracle.spatial.util
 
Generalization3D() - Constructor for class oracle.spatial.util.Generalization3D
Java class that generalizes 3D buildings for different LOD levels.
generateBlockMBR() - Method in class oracle.spatial.georaster.JRaster
Computes the minimum bounding rectangle (MBR) for each block in a GeoRaster object, and sets the blockMBR attribute for each raster block in the raster data table.
generateBlockMBR(SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes the minimum bounding rectangle (MBR) for each block in a GeoRaster object, and sets the blockMBR attribute for each raster block in the raster data table.
generateBlocksFromInputTable(long, String, String, int) - Static method in class oracle.spatial.util.Hilbert
 
generatePartitionBlob(String, int, int, boolean) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Writes partition BLOBs into partition blob table.
generatePartitionBlob(String, int, int, boolean, boolean) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Writes partition BLOBs into partition blob table.
generatePartitionBlob(int, int, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Generate partition BLOB for the specified partition.
generatePartitionBlob(int, int, boolean, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Generates partition BLOB for the specified partition.
generatePartitionBlobs(String, int, String, boolean, boolean) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Writes partition BLOBs into partition blob table.
generatePartitionBlobs(String, String, boolean, boolean, boolean) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Writes partition BLOBs into partition blob table.
generatePartitionBlobs(String, int, String, boolean, boolean, boolean) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Writes partition BLOBs into partition blob table.
generatePartitionBlobs(int, boolean, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Generates partition BLOBs for the specified link level.
generatePartitionBlobs(boolean, boolean, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Generates partition BLOBs for all link levels.
generatePartitionBlobs(int, boolean, boolean, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Generates partition BLOBs for the specified link level.
generatePyramid(SdoGeoRaster, String, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Generates pyramid data, which is stored together with the original data.
generateSpatialExtent(SdoGeoRaster, Double) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Generates a Spatial geometry that contains the spatial extent (footprint) of the GeoRaster object.
generateSpatialResolutions(SdoGeoRaster, long, Integer, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Generates and returns the spatial resolutions based on the georeferencing information in the metadata for the GeoRaster object.
generateSpatialResolutions(SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Sets the generated spatial resolutions in the metadata for the GeoRaster object.
generateStatistics(SdoGeoRaster, long, int, long[], String, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers and pyramid levels.
generateStatistics(SdoGeoRaster, long, int, JGeometry, String, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers and pyramid levels.
generateStatistics(SdoGeoRaster, int, long[], boolean, String, boolean, double[], boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes and sets statistical data associated with one or more layers.
generateStatistics(SdoGeoRaster, int, JGeometry, boolean, String, boolean, double[], boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes and sets statistical data associated with one or more layers.
generateStatisticsMax(SdoGeoRaster, long, int, long[], String, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the maximum value.
generateStatisticsMax(SdoGeoRaster, long, int, JGeometry, String, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the maximum value.
generateStatisticsMean(SdoGeoRaster, long, int, long[], String, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the mean value.
generateStatisticsMean(SdoGeoRaster, long, int, JGeometry, String, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the mean value.
generateStatisticsMedian(SdoGeoRaster, long, int, long[], String, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the median value.
generateStatisticsMedian(SdoGeoRaster, long, int, JGeometry, String, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the median value.
generateStatisticsMin(SdoGeoRaster, long, int, long[], String, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the minimum value.
generateStatisticsMin(SdoGeoRaster, long, int, JGeometry, String, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the minimum value.
generateStatisticsMode(SdoGeoRaster, long, int, long[], String, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the mode value.
generateStatisticsMode(SdoGeoRaster, long, int, JGeometry, String, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the mode value.
generateStatisticsSTD(SdoGeoRaster, long, int, long[], String, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the STD value.
generateStatisticsSTD(SdoGeoRaster, long, int, JGeometry, String, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Computes statistical data associated with one or more layers on a specified pyramid level, and returns the STD value.
geodetic3DLength(JGeometry) - Static method in class oracle.spatial.geometry.JGeometry
This method computes Geodetic/Geographic 3D length for WGS-84 ellipsoid.
geodetic3DLength(JGeometry, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
This method computes Geodetic/Geographic 3D length for any Geodetic/Geographic 3D SRID.
GeodeticCostFunction - Class in oracle.spatial.network.lod
This class implements the heuristic cost as the 2D geodetic distance in meters between the current node and the goal node.
GeodeticCostFunction() - Constructor for class oracle.spatial.network.lod.GeodeticCostFunction
 
GeodeticCostFunction(int, int, int, int) - Constructor for class oracle.spatial.network.lod.GeodeticCostFunction
Creates a GeodeticCostFunction instance.
geodeticDistanceInMeters(MDPoint) - Method in interface oracle.spatial.network.MDPoint
Returns the geodetic distance to the specified point.
GeometryExceptionWithContext - Exception in oracle.spatial.util
 
GeometryExceptionWithContext(String, String, String) - Constructor for exception oracle.spatial.util.GeometryExceptionWithContext
 
geometryHasArcs(JGeometry) - Method in class oracle.spatial.util.GML2
 
GeometryMetadata - Class in oracle.spatial.network
This class defines geometry metadata for Oracle SDO_GEOMETRY.
GeometryMetadata(String, String) - Constructor for class oracle.spatial.network.GeometryMetadata
Constructs the geometry metadata without a geometry column.
GeometryMetadata(String, String, String, int, int) - Constructor for class oracle.spatial.network.GeometryMetadata
Constructs the geometry metadata.
GeometryMetadata(Connection, String, String, String) - Constructor for class oracle.spatial.network.GeometryMetadata
Constructs the geometry metadata from the database.
GeoRasterException - Exception in oracle.spatial.georaster
The class GeoRasterException is a subclass of Exception, and it indicates conditions related to JGeoRaster that an application might want to catch.
GeoRasterException(String) - Constructor for exception oracle.spatial.georaster.GeoRasterException
Constructs a new GeoRasterException with the specified detail message.
GeoRasterImage - Class in oracle.spatial.georaster.image
GeoRasterImage is a GeoRaster image engine, which is used to generate Java images from a GeoRaster object or a subset of a GeoRaster object based on the metadata of the GeoRaster object and different query conditions.
GeoRasterImage(JGeoRaster) - Constructor for class oracle.spatial.georaster.image.GeoRasterImage
Constructs a GeoRasterImage object with the given JGeoRaster object.
GeoRasterImage.NodataMapping - Class in oracle.spatial.georaster.image
 
GeoRasterImage.NodataMapping(double, double, Double, boolean) - Constructor for class oracle.spatial.georaster.image.GeoRasterImage.NodataMapping
 
GeoRasterImage.NodataMapping(double, Double, boolean) - Constructor for class oracle.spatial.georaster.image.GeoRasterImage.NodataMapping
 
GeoRasterImageProcessUtil - Class in oracle.spatial.georaster.image
The GeoRasterImageProcessUtil class provides the following basic image processing functions:
GeoRasterImageProcessUtil(RenderedImage) - Constructor for class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Constructs an GeoRasterProcessUtil object using the given RenderedImage object.
GeorColormap - Class in oracle.spatial.georaster
GeorColormap is combined with class GeorColormapEnrty to represent a GeoRaster colormap, which contains an array of GeorColormapEnrty instances, and each GeorColormapEnrty contains four components: red, green, blue, and alpha (alpha is optional).
GeorColormap() - Constructor for class oracle.spatial.georaster.GeorColormap
Constructs a GeorColormap object.
GeorColormap(int) - Constructor for class oracle.spatial.georaster.GeorColormap
Constructs a GeorColormap object with the given array length.
GeorColormapEntry - Class in oracle.spatial.georaster
A GeoRaster colormap entry, which contains five components: cellValue, red, green, blue, and alpha (alpha is optional).
GeorColormapEntry() - Constructor for class oracle.spatial.georaster.GeorColormapEntry
Constructs a GeorColormapEntry object.
GeorColormapEntry(double, int, int, int, Double) - Constructor for class oracle.spatial.georaster.GeorColormapEntry
Constructs a GeorColormapEntry object with the given cell value, red, green, blue, and alpha values.
georeference(SdoGeoRaster, int, int, double[], double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Georeferences a GeoRaster object using specified cell-to-model transformation coefficients.
georeference(SdoGeoRaster, String, int, SdoGeorPKG.SdoGeorGCP[], Boolean, Integer, Integer, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
returns the solution of any one of the supported geometric models using ground control points (GCPs) that are specified in the parameters.
georeference(SdoGeoRaster, SdoGeorPKG.SdoGeorGCPRefType, Boolean, Integer, Integer, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
returns the solution of any one of the supported geometric models using ground control points (GCPs) that are specified in the parameters.
georeference(SdoGeoRaster, String, Integer, Integer, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
returns the solution of any one of the supported geometric models using ground control points (GCPs) that are stored in the database.
GEOREFERENCE_TYPE_AFFINE - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating geoReference type affine.
GEOREFERENCE_TYPE_CUBICPOLYNOMIAL - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating geoReference type CubicPolynomial.
GEOREFERENCE_TYPE_DLT - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating geoReference type DLT.
GEOREFERENCE_TYPE_QUADRATICPOLYNOMIAL - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
 
GEOREFERENCE_TYPE_QUADRATICRATIONAL - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating geoReference type QuadraticRational.
GEOREFERENCE_TYPE_RPC - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating geoReference type RPC.
GEOREFERENCE_TYPE_UNKNOWN - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating geoReference type UNKNOWN.
GeorFunctionalFittingModel - Class in oracle.spatial.georaster
GeorFunctionFittingModel is a Java class that maps to the XML type rationalPolynomialType defined in the GeoRaster XML schema.
GeorFunctionalFittingModel() - Constructor for class oracle.spatial.georaster.GeorFunctionalFittingModel
Constructs a GeorFunctionalFittingModel object.
GeorGrayscale - Class in oracle.spatial.georaster
GeorGrayscale class is combined with class GeorGrayscaleEntry to represent a GeoRaster grayscale, which contains an array of GeorGrayscaleEntry instances, and each GeorGrayscaleEntry contains a pair of cell value and gray value.
GeorGrayscale() - Constructor for class oracle.spatial.georaster.GeorGrayscale
Constructs a GeorGrayscale object
GeorGrayscale(int) - Constructor for class oracle.spatial.georaster.GeorGrayscale
Constructs a GeorGrayscale object with the given array length.
GeorGrayscaleEntry - Class in oracle.spatial.georaster
A GeoRaster grayscale entry, which contains two components: cellvalue and gray.
GeorGrayscaleEntry() - Constructor for class oracle.spatial.georaster.GeorGrayscaleEntry
Constructs a GeorGrayscaleEntry object.
GeorGrayscaleEntry(double, int) - Constructor for class oracle.spatial.georaster.GeorGrayscaleEntry
Constructs a GeorGrayscaleEntry object with the given cell value and gray value.
GeorHistogram - Class in oracle.spatial.georaster
GeorHistogram class is combined with class GeorHistogramEntry to represent a GeoRaster histogram, which contains an array of GeorHistogramEntry instances, and each GeorHistogramEntry contains a pair of cell value and count value.
GeorHistogram() - Constructor for class oracle.spatial.georaster.GeorHistogram
Constructs a GeorHistogram object.
GeorHistogram(int) - Constructor for class oracle.spatial.georaster.GeorHistogram
Constructs a GeorHistogram object with the given array length.
GeorHistogramEntry - Class in oracle.spatial.georaster
A GeoRaster grayscale entry, which contains two components: value and count.
GeorHistogramEntry() - Constructor for class oracle.spatial.georaster.GeorHistogramEntry
Constructs a GeorGrayscaleEntry object.
GeorHistogramEntry(double, long) - Constructor for class oracle.spatial.georaster.GeorHistogramEntry
Constructs a GeorHistogramEntry object with the given cell value and gray value.
get() - Method in class oracle.spatial.geometry.Chain.AccurateSum
Return the accumulated sum
get(long) - Method in class oracle.spatial.network.lod.LongHashMap
 
get(int, int) - Method in class oracle.spatial.network.lod.Matrix
Returns the element at the specified row and column.
get(int) - Method in interface oracle.spatial.network.lod.UserData
Returns the user data at the specified index.
get(int) - Method in class oracle.spatial.network.lod.UserDataImpl
 
get(Node) - Method in interface oracle.spatial.network.Tree
Returns the tree node that contains the given network node
getActualCost() - Method in interface oracle.spatial.network.Link
Returns the cost stored in Link object This function can be used to return the cost stored in the Link object if the getCost() method is overridden by a LinkCostFunction provided by users.
getAdjacentNodeArray() - Method in interface oracle.spatial.network.Node
Returns the adjacent nodes as an array.
getAdjacentNodeIds(boolean) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the IDs of all the nodes with a direct link to or from this node.
getAdjacentNodeIds(boolean) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getAdjacentNodes() - Method in interface oracle.spatial.network.Node
Returns the adjacent nodes as an Iterator.
getAll(Node, String[]) - Static method in class oracle.spatial.util.GML
 
getAll(Node, String[], int, Vector) - Static method in class oracle.spatial.util.GML
 
getAllStatusReport() - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Returns the current status for all operations for all clients in the status table.
getAlpha() - Method in class oracle.spatial.georaster.GeorColormapEntry
Returns the alpha value component.
getAlpha() - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the band number mapped to the alpha channel.
getArray() - Method in class oracle.spatial.geometry.JPoint2DD
 
getArray() - Method in class oracle.spatial.topo.Point2DD
 
getArrayDescriptor(Object) - Static method in class oracle.spatial.util.JDBCAdapter
 
getArrayDescriptor(Object) - Method in interface oracle.spatial.util.JDBCExtensionInterface
 
getBandReference() - Method in class oracle.spatial.georaster.BandReferenceInfo
Returns the band reference vector.
getBandReferenceInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns an BandReferenceInfo object, which represents the XML BandReferenceInfo element, contained in the current instance.
getBatchSize() - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
getBeginDateTime() - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Returns the begin date and time.
getBelongingGeometry() - Method in class oracle.spatial.geometry.J3D_Geometry
 
getBinFunctionData() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the bin function data as a vector, which stores four elements in the following order: totalSegNumber(Integer),firstSegNumber(Integer),Extent_Min(Double),Extent_Max(Double)
getBinFunctionTableName() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the bin function table name.
getBinFunctionType() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the bin function type.
getBitmapMask(SdoGeoRaster, int, String, SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Updates a specified pyramid of a specified area or the overlapping parts of one GeoRaster object with selected pyramid and selected bands or layers of another GeoRaster object.
getBitmapMaskSubset(int, JGeometry, int, String, String, int, long[]) - Method in class oracle.spatial.georaster.JRaster
Returns binary mask data as a byte array for specified layer of the associated GeoRaster object, based on parameters that specify the window, layer, and customized cell depth.
getBitmapMaskSubset(int, long, long, long, long, int, String, String, long[]) - Method in class oracle.spatial.georaster.JRaster
Returns binary mask data as a byte array for a specified layer of the associated GeoRaster object, based on parameters that specify the window, layer, and customized cell depth.
getBitmapMaskSubsetBlob(int, long, long, long, long, int, String, String, long[]) - Method in class oracle.spatial.georaster.JRaster
Deprecated.
getBitmapMaskSubsetBlobJS(int, JGeometry, int, String, String, long[]) - Method in class oracle.spatial.georaster.JRaster
Returns binary mask data as a BLOB for the specified layer of the associated GeoRaster object, based on parameters that specify the window, layer, and customized cell depth.
getBitmapMaskSubsetBlobJS(int, long, long, long, long, int, String, String, long[]) - Method in class oracle.spatial.georaster.JRaster
Returns binary mask data as a BLOB for specified layer of the associated GeoRaster object, based on parameters that specify the window, layer, and customized cell depth.
getBitmapMaskValue(int, int, int, int) - Method in class oracle.spatial.georaster.JRaster
Gets the value of a single cell from a bitmap mask.
getBitmapMaskValue(int, int, JGeometry) - Method in class oracle.spatial.georaster.JRaster
Gets the value of a single cell from a bitmap mask.
getBitmapMaskValue(SdoGeoRaster, JGeometry, int, int) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Gets the value of a single cell from a bitmap mask.
getBitmapMaskValue(SdoGeoRaster, int, int, int, int) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Gets the value of a single cell from a bitmap mask.
getBlankCellValue() - Method in class oracle.spatial.georaster.ObjectInfo
Returns the blank cell value defined in the GeoRaster object.
getBlob() - Method in class oracle.spatial.network.lod.PartitionBlob
 
getBlockingType() - Method in class oracle.spatial.georaster.RasterInfo
Returns the blocking type.
getBlockSize(int) - Method in class oracle.spatial.georaster.RasterInfo
Returns the block size of the specified dimension.
getBlue() - Method in class oracle.spatial.georaster.GeorColormapEntry
Returns the blue color component.
getBlue() - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the band number mapped to blue.
getBoundaryEdge() - Method in class oracle.spatial.topo.Face
 
getBoundaryLinkIds() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns all the boundary link IDs in the sub-network.
getBoundedFaceL() - Method in class oracle.spatial.topo.Edge
 
getBoundedFaceR() - Method in class oracle.spatial.topo.Edge
 
getBounds() - Method in class oracle.spatial.util.SDODoubleGeneralPath
Return the bounding box of the path.
getBounds2D() - Method in class oracle.spatial.util.SDODoubleGeneralPath
Returns the bounding box of the path.
getCacheBounds() - Method in class oracle.spatial.topo.TopoMap
Determines the bounds of the data contained in the cache, using the index in the cache; useful for determining plot bounds, for example.
getCachedNetworkIO(DbDataSource, String, String, NetworkMetadata) - Static method in class oracle.spatial.network.lod.LODNetworkManager
 
getCachedNetworkIO(Connection, String, String, NetworkMetadata, LODUserDataIO[]) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Deprecated.
user getCachedNetworkIO(Connection conn, String networkName, String globalNetworkName, NetworkMetadata metadata);
getCachedNetworkIO(Connection, String, String, NetworkMetadata, boolean, LODUserDataIO[], PartitionBlobTranslator) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Deprecated.
user getCachedNetworkIO(Connection conn, String networkName, String globalNetworkName, NetworkMetadata metadata);
getCachedNetworkIOWM(DbDataSource, String, String, NetworkMetadata) - Static method in class oracle.spatial.network.lod.LODNetworkManager
 
getCachedNetworkIOWM(Connection, String, String, NetworkMetadata, boolean, LODUserDataIO[], PartitionBlobTranslator) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Deprecated.
use getCachedNetworkIOWM(Connection conn, String networkName, String globalNetworkName, NetworkMetadata metadata)
getCacheEdgeCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of edges in the cache.
getCacheFaceCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of faces in the cache.
getCacheNodeCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of nodes in the cache.
getCachingHandler() - Method in class oracle.spatial.network.lod.config.CachingPolicy
Returns the caching handler object.
getCachingPolicies() - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
getCategory() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network category (spatial or logical).
getCategoryId() - Method in interface oracle.spatial.network.lod.LODUserDataIO
 
getCategoryId() - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
getCellCoordinate(double, double, long) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Calculates cell coordinates based on given model coordinates.
getCellCoordinate(double, double, long, double) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Calculates cell coordinates based on given model coordinates.
getCellCoordinate(JGeometry, int) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Transforms a geometry in the ground coordinate system to the location of a geometry in the raster space of the GeoRaster object.
getCellCoordinate(JGeometry, int, double) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Transforms a geometry in the ground coordinate system to the location of a geometry in the raster space of the GeoRaster object.
getCellDepth() - Method in class oracle.spatial.georaster.RasterInfo
Returns the cell depth of the current GeoRaster object.
getCellDepthBits() - Method in class oracle.spatial.georaster.RasterInfo
Returns the cell bits number of the current GeoRaster object.
getcellDimension() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point cell Dimension.
getCellRepresentation() - Method in class oracle.spatial.georaster.RasterInfo
Returns the cell representation of the current GeoRaster object.
getCellValue() - Method in class oracle.spatial.georaster.GeorColormapEntry
Returns the cell value.
getCellValue() - Method in class oracle.spatial.georaster.GeorGrayscaleEntry
Returns the cell value.
getCellValue() - Method in class oracle.spatial.georaster.GeorHistogramEntry
Returns the cell value.
getCellValue(JGeometry, int, int) - Method in class oracle.spatial.georaster.JRaster
Returns the value of a single cell located anywhere in the GeoRaster object by specifying a point geometry in its model coordinate system and its logical layer number.
getCellValue(int, int, int, int) - Method in class oracle.spatial.georaster.JRaster
Returns the value of a single cell located anywhere in the GeoRaster object by specifying its row, column, and band number in its cell coordinate system and its band number.
getCellValue(SdoGeoRaster, JGeometry, int, int) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Returns the value of a single cell located anywhere in the GeoRaster object by specifying a point geometry in its model coordinate system and its logical layer number.
getCellValue(SdoGeoRaster, int, int, int, int) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Returns the value of a single cell located anywhere in the GeoRaster object by specifying its row, column, and band number in its cell coordinate system and its logical layer number.
getCellValue(SdoGeoRaster, int, int, int, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Returns the values of a single cell located anywhere in the GeoRaster object by specifying its row, column, and band numbers in its cell coordinate system.
getCellValue(SdoGeoRaster, int, JGeometry, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Returns the values of a single cell located anywhere in the GeoRaster object by specifying a point geometry in its model coordinate system and its logical layer numbers.
getCellValues(JGeometry, int, String) - Method in class oracle.spatial.georaster.JRaster
Returns an array of values of a single cell located anywhere in the GeoRaster object by specifying a point geometry in its model coordinate system and its logical layer numbers.
getCellValues(int, int, int, String) - Method in class oracle.spatial.georaster.JRaster
Returns an array of values of a single cell located anywhere in the GeoRaster object by specifying its row, column, and band number in its cell coordinate system and its band numbers.
getCentralPoints() - Method in class oracle.spatial.network.lod.NetworkBuffer
Returns the central points.
getChildLinkArray() - Method in interface oracle.spatial.network.Link
Returns the child links as an array.
getChildLinks() - Method in interface oracle.spatial.network.Link
Returns the child links as an Iterator.
getChildNodeArray() - Method in interface oracle.spatial.network.Node
Returns the child nodes as an array.
getChildNodeArray() - Method in interface oracle.spatial.network.TreeNode
Returns the child tree node in an array
getChildNodes() - Method in interface oracle.spatial.network.Node
Returns the child nodes as an Iterator.
getColDenominator() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the colDenominator vector.
getCoLinks() - Method in interface oracle.spatial.network.Link
Returns the co-links as an array.
getColNumerator() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the colNumerator vector.
getColormap() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns a georColormap instance which is constructed by colormap data associated with the specific layer of the current JGeoRaster object.
getColormapEntries() - Method in class oracle.spatial.georaster.GeorColormap
Returns the GeorColormapEntry array.
getColormapEntry(int) - Method in class oracle.spatial.georaster.GeorColormap
Returns a GeorColormap entry indexed by a given entry number.
getColormapEntry(double) - Method in class oracle.spatial.georaster.GeorColormap
Returns a GeorColormap entry indexed by a given value.
getColormapTableName() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the color map table name.
getColumn() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point column.
getColumnDimension() - Method in class oracle.spatial.network.lod.Matrix
Returns the column dimension.
getColumnName() - Method in class oracle.spatial.network.GeometryMetadata
Returns the geometry column name.
getColumnOff() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the columnOff value.
getColumnRMS() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the columnRMS value.
getColumnScale() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the columnScale value.
getCommonLinks(Path) - Method in interface oracle.spatial.network.Path
Returns the common links between two paths Note only links with consistent path direction will be returned
getCommonNodes(Path) - Method in interface oracle.spatial.network.Path
Returns the common nodes between two paths
getCommonSubPaths(Path) - Method in interface oracle.spatial.network.Path
Returns the common sub-paths between two paths
getComponentNo() - Method in interface oracle.spatial.network.Node
Returns the node component number.
getComponentTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the component table name
getCompressionQuality() - Method in class oracle.spatial.georaster.RasterInfo
Returns the compression quality.
getCompressionType() - Method in class oracle.spatial.georaster.RasterInfo
Returns the compression type.
getConfig(String) - Method in class oracle.spatial.network.lod.config.ConfigManager
Returns the LOD Configuration information for the specified network.
getConfigManager() - Static method in class oracle.spatial.network.lod.config.ConfigManager
Returns the singleton of ConfigManager.
getConfigManager() - Static method in class oracle.spatial.network.lod.LODNetworkManager
Returns the LOD configuration manager singleton.
getConnection() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the connection object associated with current GeoRaster object.
getConnection() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Returns a connection which points to target database.
getConnection() - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Returns a connection which points to target database.
getConnection() - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Returns a connection which points to target database.
getConnection() - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Returns a connection which points to target database.
getConnection() - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Returns a connection which points to target database.
getConnection(String, String, String) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Returns a new OracleConnection instance.
getConnection() - Method in interface oracle.spatial.network.lod.NetworkIO
Deprecated.
use getDataSource instead
getConnection(String, String, String) - Static method in class oracle.spatial.topo.TopoMap
Static method to build a JDBC Connection object from a connection string, user ID, and password.
getConnection() - Static method in class oracle.spatial.util.ExtendedKML2
 
getConnStr(String, String, String, String) - Static method in class oracle.spatial.util.Util
connects to the database using supplied information.
getContainFace() - Method in class oracle.spatial.topo.Node
 
getContainingFace(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Overload provides the default behavior of getContaingFace(), that with allow_iso_coincidence false.
getContainingFace(Point2DD, boolean) - Method in class oracle.spatial.topo.TopoMap
From the faces in the instance cache, determines the one, if any, that contains the test point in its open set.
getContext() - Method in exception oracle.spatial.util.GeometryExceptionWithContext
 
getCoord() - Method in class oracle.spatial.topo.Node
 
getCoords() - Method in class oracle.spatial.topo.Edge
 
getCost() - Method in interface oracle.spatial.network.Link
Returns the link cost.
getCost(Link) - Method in interface oracle.spatial.network.LinkCostFunction
returns the user defined link cost function This function overrides getCost() method of Link Objects.
getCost() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Deprecated.
use getCosts();
getCost() - Method in interface oracle.spatial.network.lod.LogicalLightPath
Deprecated.
use getCosts()
getCost() - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Deprecated.
use getCosts();
getCost() - Method in interface oracle.spatial.network.lod.LogicalLink
Returns the cost of this link.
getCost() - Method in interface oracle.spatial.network.lod.LogicalNode
Returns the cost of this node.
getCost() - Method in interface oracle.spatial.network.Node
Returns the node cost.
getCost() - Method in interface oracle.spatial.network.Path
Returns the path cost.
getCost() - Method in interface oracle.spatial.network.SubPath
 
getCost() - Method in interface oracle.spatial.network.TreeLink
Returns the link cost
getCost() - Method in interface oracle.spatial.network.TreeNode
Returns the cost from root node
getCosts() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Returns the costs of this path.
getCosts() - Method in interface oracle.spatial.network.lod.LogicalLightPath
Returns the costs of this path.
getCosts() - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Returns the costs of the subpath.
getCosts(PointOnNet) - Method in class oracle.spatial.network.lod.NetworkBuffer
Returns the costs from a buffer center to the input point.
getCosts() - Method in interface oracle.spatial.network.lod.PathFeature
Returns the costs of the path.
getCosts() - Method in class oracle.spatial.network.lod.PathFeatureImpl
Returns the path costs.
getCosts() - Method in class oracle.spatial.network.lod.SpanningTree
 
getCosts() - Method in class oracle.spatial.network.lod.TspPath
Returns the total cost of the TSP tour.
getCosts() - Method in class oracle.spatial.network.lod.TspPathFeature
Returns the total cost of the TSP tour.
getCosts() - Method in class oracle.spatial.network.lod.VisitedNode
 
getCount() - Method in class oracle.spatial.georaster.GeorHistogramEntry
Returns the count value.
getCurrentCost() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the path cost of current node
getCurrentCost() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Deprecated. 
getCurrentCosts() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the costs of the current node.
getCurrentDepth() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the path depth of current node.
getCurrentDepth() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the path depth of the current node.
getCurrentDuration() - Method in interface oracle.spatial.network.AnalysisInfo
Returnspath the path duration of current node
getCurrentLink() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current link.
getCurrentLink() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the current link.
getCurrentNode() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current node.
getCurrentNode() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the current node.
getCurrentPoint() - Method in class oracle.spatial.util.SDODoubleGeneralPath
Returns the coordinates most recently added to the end of the path as a Point2D object.
getCurrentUserObjects() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the user objects that have been accumulated so far.
getDataSource() - Method in interface oracle.spatial.network.lod.LODUserDataIO
 
getDataSource() - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
getDataSource() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the data source.
getDBVersion(Connection) - Static method in class oracle.spatial.util.Util
Gets the version of the database connected.
getDecimalDigits() - Method in class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
getDecimalDigits() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getDefaultBlue() - Method in class oracle.spatial.georaster.ObjectInfo
Returns the default blue band set in the GeoRaster object.
getDefaultComponentTableName() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the default component table name, which is <NETWORKNAME>_COMP$
getDefaultGreen() - Method in class oracle.spatial.georaster.ObjectInfo
Returns the default green band set in the GeoRaster object.
getDefaultPartitionBlobTableName() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the default partition table name, which is <NETWORKNAME>_PBLOB$
getDefaultRed() - Method in class oracle.spatial.georaster.ObjectInfo
Returns the default red band set in the GeoRaster object.
getDegree() - Method in interface oracle.spatial.network.Node
Gets the degree(number of links taht connect to the node) of a node
getDeletedLinkIds() - Method in class oracle.spatial.network.lod.NetworkUpdate
 
getDeletedLinkIds() - Method in class oracle.spatial.network.lod.PartitionUpdate
 
getDeletedNodeIds() - Method in class oracle.spatial.network.lod.NetworkUpdate
 
getDeletedNodeIds() - Method in class oracle.spatial.network.lod.PartitionUpdate
 
getDepth() - Method in class oracle.spatial.network.lod.VisitedNode
 
getDepth() - Method in interface oracle.spatial.network.TreeNode
Returns the depth of the node form root.
getDescription() - Method in class oracle.spatial.georaster.BandReferenceInfo
Returns the description.
getDescription() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point description.
getDescription() - Method in class oracle.spatial.georaster.ObjectInfo
Returns the description of the GeoRaster object.
getDescription() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the georeference description.
getDescription() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the description.
getDescription() - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Returns the georeference description.
getDimArray(int, String, String, String, String, String, double, double, double, double) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
getDimensions() - Method in class oracle.spatial.geometry.JGeometry
Gets the dimensionality of this geometry.
getDimensions() - Method in interface oracle.spatial.util.WKInputStream
 
getDimensionSize(int) - Method in class oracle.spatial.georaster.RasterInfo
Returns the dimension size of the specified dimension.
getDimName(int) - Method in class oracle.spatial.network.SDODimArray
Returns the specified dimension name.
getDirection() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the direction the network is being explored.
getDirection() - Method in class oracle.spatial.network.lod.NetworkBuffer
Returns the direction (forward or backward) of the network buffer.
getDuration() - Method in interface oracle.spatial.network.Link
Gets link duration information
getDuration() - Method in interface oracle.spatial.network.Node
Gets node duration information
getDuration() - Method in interface oracle.spatial.network.Path
Gets path duration information
getDuration() - Method in interface oracle.spatial.network.SubPath
 
getDuration() - Method in interface oracle.spatial.network.TreeLink
Returns the sum of duration from root node to this node
getDuration() - Method in interface oracle.spatial.network.TreeNode
Returns the sum of duration from root to this tree node
getDynamicNetworkCache() - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the dynamic network cache.
getEdge(int) - Method in class oracle.spatial.topo.TopoMap
Returns a reference to an Edge object given its logical ID.
getEdgeAdditions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the edges that have been added in the cache.
getEdgeChanges() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the edges that have been changed in the cache.
getEdgeDeletions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the edges that have been marked as deleted in the cache: deleted since the cache topology was loaded from the database, but not yet removed from the database.
getEdgeIterator() - Method in class oracle.spatial.topo.TopoMap
Provides an Iterator for traversal of all the Edge objects contained in the instance cache.
getElement(int) - Method in interface oracle.spatial.network.lod.Feature
Returns the ith element in the feature.
getElement(int) - Method in class oracle.spatial.network.lod.FeatureImpl
 
getElement(long) - Method in interface oracle.spatial.network.lod.IdentifiablePriorityQueue
Returns the element with the input ID, if the element exists; otherwise, returns null.
getElementAt(int) - Method in class oracle.spatial.geometry.JGeometry
Gets an element in this geometry.
getElementByLabel(String) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the sub-geometry indicated by the label string.
getElements() - Method in class oracle.spatial.geometry.JGeometry
Gets an array of the (geometry) elements in this geometry.
getElements() - Method in interface oracle.spatial.network.lod.Feature
Returns the feature elements in the feature.
getElements() - Method in class oracle.spatial.network.lod.FeatureImpl
 
getElements() - Method in class oracle.spatial.network.lod.NetworkBuffer
Returns the elements in this network buffer.
getElemInfo() - Method in class oracle.spatial.geometry.JGeometry
Gets the reference to the element infomation array of this JGeometry.
getEnd() - Method in class oracle.spatial.network.lod.NetworkBuffer.DoubleInterval
Returns the end value of the interval.
getEndDateTime() - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Returns the end date and time.
getEndLinkIndex() - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Returns the end link index.
getEndLinkIndex() - Method in interface oracle.spatial.network.SubPath
 
getEndMeasure() - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
getEndMeasure(int) - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
getEndMeasure() - Method in interface oracle.spatial.network.Link
Gets the end measure of the referenced LRS geometry.
getEndNode() - Method in interface oracle.spatial.network.Link
Returns the end node.
getEndNode() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Deprecated.
use getEndPoints
getEndNode() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Returns the last node on this path.
getEndNode() - Method in interface oracle.spatial.network.lod.LogicalNetLink
Returns the reference to the end node.
getEndNode() - Method in class oracle.spatial.network.lod.LogicalNetLinkImpl
 
getEndNode() - Method in interface oracle.spatial.network.Path
Returns the end node of the path.
getEndNode() - Method in class oracle.spatial.topo.Edge
 
getEndNodeId() - Method in interface oracle.spatial.network.lod.LogicalLightPath
Returns the end node ID of this path.
getEndNodeId() - Method in interface oracle.spatial.network.lod.LogicalLink
Returns the end node ID.
getEndPercentage() - Method in interface oracle.spatial.network.Link
Returns the end percentage if the link is created based on an existing link
getEndPercentage() - Method in interface oracle.spatial.network.lod.FeatureElement
Returns the end percentage of the feature element.
getEndPercentage() - Method in class oracle.spatial.network.lod.FeatureElementImpl
 
getEndPercentage() - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Returns the location of the end point of the subpath as a percentage of the last link of the containing path.
getEndPercentage() - Method in interface oracle.spatial.network.SubPath
 
getEndPercentage() - Method in interface oracle.spatial.network.TreeLink
Returns the end percentage of the link if the tree link is a partial link
getEndPoint() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Deprecated.
use getEndPoints
getEndPoints() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the end points.
getEntryCount() - Method in class oracle.spatial.util.RTree
Gets the number of entries (inserted objects) in the tree
getErrorCode() - Method in exception oracle.spatial.network.lod.LODNetworkException
 
getExpandedNode() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the node currently being expanded.
getExternalNodeIds() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns all the external node IDs in the sub-network.
getFace(int) - Method in class oracle.spatial.topo.TopoMap
Returns a reference to a Face object given its logical ID.
getFaceAdditions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the faces that have been added in the cache.
getFaceBoundary(int, int) - Method in class oracle.spatial.topo.TopoMap
Returns an array of edge IDs making up the boundary of a face, with several options
getFaceChanges() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the faces that have been changed in the cache.
getFaceDeletions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the faces that have been marked as deleted in the cache: deleted since the cache topology was loaded from the database, but not yet removed from the database.
getFaceIterator() - Method in class oracle.spatial.topo.TopoMap
Provides an Iterator for traversal of all the Face objects contained in the instance cache.
getFeature(long) - Method in interface oracle.spatial.network.lod.FeatureLayer
Returns the feature with the input feature ID.
getFeature(long) - Method in class oracle.spatial.network.lod.FeatureLayerImpl
 
getFeature() - Method in class oracle.spatial.network.lod.FeaturePath
Returns the feature of interest.
getFeatureData() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns the feature data associated to this network.
getFeatureIds() - Method in interface oracle.spatial.network.lod.FeatureLayer
Returns all the feature IDs in this feature layer.
getFeatureIds() - Method in class oracle.spatial.network.lod.FeatureLayerImpl
 
getFeatureLayer(int) - Method in interface oracle.spatial.network.lod.FeatureData
Returns the feature data for the input feature layer.
getFeatureLayer(int) - Method in class oracle.spatial.network.lod.FeatureDataImpl
 
getFeatureLayerId() - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Returns the ID of the feature layer.
getFeatureLayerIds() - Method in interface oracle.spatial.network.lod.FeatureData
Returns the feature layer IDs.
getFeatureLayerIds() - Method in class oracle.spatial.network.lod.FeatureDataImpl
 
getFeatureLayerIds() - Method in class oracle.spatial.network.lod.FeatureMetadata
Returns feature layer IDs in ascending order.
getFeatureLayerMetadata(int) - Method in class oracle.spatial.network.lod.FeatureMetadata
Returns the feature layer metadata for the given feature layer ID.
getFeatureLayerMetadata(String) - Method in class oracle.spatial.network.lod.FeatureMetadata
Returns the feature layer metadata for the given feature layer name.
getFeatureLayerMetadataOrderById() - Method in class oracle.spatial.network.lod.FeatureMetadata
Returns the feature layer metadata array sorted by feature layer name.
getFeatureLayerMetadataOrderByName() - Method in class oracle.spatial.network.lod.FeatureMetadata
Returns the feature layer metadata array sorted by feature layer name.
getFeatureLayerName() - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Returns the name of the feature layer.
getFeatureLayerNames() - Method in class oracle.spatial.network.lod.FeatureMetadata
Returns feature layer names in ascending order.
getFeatureLayerType() - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Returns the type of the feature layer.
getFeatureMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the feature metadata.
getFeatures() - Method in interface oracle.spatial.network.lod.FeatureLayer
Returns all the features in this feature layer.
getFeatures() - Method in class oracle.spatial.network.lod.FeatureLayerImpl
 
getFeaturesOnLink(long) - Method in interface oracle.spatial.network.lod.FeatureLayer
Returns the features associated with the input link.
getFeaturesOnLink(long) - Method in class oracle.spatial.network.lod.FeatureLayerImpl
 
getFeaturesOnNode(long) - Method in interface oracle.spatial.network.lod.FeatureLayer
Returns the features associated with the input node.
getFeaturesOnNode(long) - Method in class oracle.spatial.network.lod.FeatureLayerImpl
 
getFeatureTableName() - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Returns the name of the feature table.
getFieldData(int, byte[]) - Method in class oracle.spatial.util.DBFReaderJGeom
get the value string for the ith field in the given record.
getFieldLength(int) - Method in class oracle.spatial.util.DBFReaderJGeom
return the length of the specified field.
getFieldName(int) - Method in class oracle.spatial.util.DBFReaderJGeom
returns the name for the ith field of records in this file.
getFieldType(int) - Method in class oracle.spatial.util.DBFReaderJGeom
get the type for the ith field in a record.
getFirstLink() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Returns the first link on this path.
getFirstLinkId() - Method in interface oracle.spatial.network.lod.LogicalLightPath
Returns the ID of the first link on this path.
getFirstPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the first coordinate for this geometry.
getFlags(J3D_Geometry, boolean[], boolean[], boolean[]) - Method in class oracle.spatial.geometry.J3D_Geometry
 
getFlags() - Method in class oracle.spatial.util.Logger
Gets the current flags of this instance.
getFlat() - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
getFlow() - Method in interface oracle.spatial.network.Link
Returns the flow on the link after flow analysis
getFunctionalFittingModel() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns a GeorFunctionFittingModel object based on XML metadata.
getGcpFFMethod() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the GCP FFMethod.
getGcpPoints() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the GCP points.
getGCPPointType() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point description.
getGcpTableName() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the GCP table name.
getGeogCrsUomFactor() - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
getGeomDescriptor(Connection) - Static method in class oracle.spatial.geometry.JGeometry
Obtains a StructDescriptor object to the MDSYS.SDO_GEOMETRY PL/SQL object type from the given connection.
getGeometry() - Method in interface oracle.spatial.network.Link
Returns the link geometry (JGeometry).
getGeometry() - Method in interface oracle.spatial.network.lod.SpatialHeavyPath
Returns the geometry information of the path.
getGeometry() - Method in interface oracle.spatial.network.lod.SpatialLink
Returns the geometry information of the link.
getGeometry() - Method in interface oracle.spatial.network.lod.SpatialNetLink
Returns the geometry information of the link.
getGeometry() - Method in interface oracle.spatial.network.lod.SpatialNetNode
Returns the geometry information of the node.
getGeometry() - Method in interface oracle.spatial.network.lod.SpatialNode
Returns the geometry information of the node.
getGeometry() - Method in interface oracle.spatial.network.lod.SpatialPath
Returns the geometry information of the path.
getGeometry() - Method in interface oracle.spatial.network.lod.SpatialSubPath
Returns the geometry information of the path.
getGeometry() - Method in class oracle.spatial.network.lod.SpatialSubPathImpl
 
getGeometry() - Method in interface oracle.spatial.network.Node
Returns the point geometry (JGeometry).
getGeometry() - Method in interface oracle.spatial.network.Path
Returns the path geometry (JGeometry).
getGeometry() - Method in interface oracle.spatial.network.SubPath
 
getGeometry() - Method in interface oracle.spatial.network.TreeLink
Returns the geometry of the tree link
getGeometry() - Method in interface oracle.spatial.network.TreeNode
Returns the geometry of the tree node
getGeometry(Node, String[]) - Static method in class oracle.spatial.util.KML
 
getGeometry(Node, String[], Vector) - Static method in class oracle.spatial.util.KML
 
getGeometry(byte[], int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
getGeometryBytes(int) - Method in class oracle.spatial.util.ShapefileReaderJGeom
retrieve nth shape record and return it as a byte array.
getGeometryTolerance() - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
getGeometryType() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network geometry type.
getGeomID() - Method in interface oracle.spatial.network.Link
Returns the LRS geometry ID.
getGeomID() - Method in interface oracle.spatial.network.Node
Returns the LRS geomeetry ID.
getGeoRasterColumn() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the column where the current GeoRaster is stored.
getGeoRasterImageObject() - Method in class oracle.spatial.georaster.JGeoRaster
Creates a GeoRasterImage object, which is an image rendering engine, and by which any portion (rectangle) of GeoRaster object can be retrieved as a renderable image.
getGeoRasterTable() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the table where the current GeoRaster is stored.
getGeoreferenceType() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the georeference type.
getGeoreferenceType(SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Returns a number that indicates the georeference type for a GeoRaster object.
getGeorGrayscaleEntry(int) - Method in class oracle.spatial.georaster.GeorGrayscale
Returns a GeorGrayscaleEntry entry indexed by a given entry number.
getGeorGrayscaleEntry(double) - Method in class oracle.spatial.georaster.GeorGrayscale
Returns a GeorGrayscaleEntry entry indexed by a given value.
getGeorHistogramEntry(int) - Method in class oracle.spatial.georaster.GeorHistogram
Returns a GeorHistogramEntry entry indexed by a given entry number.
getGeorHistogramEntry(double) - Method in class oracle.spatial.georaster.GeorHistogram
Returns a GeorHistogramEntry entry indexed by a given value.
getGlobalFlags() - Static method in class oracle.spatial.util.Logger
Gets the current global logging flags.
getGlobalLevel() - Static method in class oracle.spatial.util.Logger
Gets the current global logging level.
getGlobalNetworkName() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the global network name, i.e., the network name that is globally unique, and is used as the cache key for the network.
getGoalNodeFilters() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getGoalNodeFilters() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the default goal node filters to be applied to all analysis functions.
getGray() - Method in class oracle.spatial.georaster.GeorGrayscaleEntry
Returns the gray value.
getGrayscale() - Method in class oracle.spatial.georaster.GeorGrayscale
Returns the GeorGrayscaleEntry array.
getGrayscale() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the gray scale as a GeorGrayscale object.
getGrayscaleTableName() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the gray scale table name.
getGreen() - Method in class oracle.spatial.georaster.GeorColormapEntry
Returns the green color component.
getGreen() - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the band number mapped to green.
getHeavyPointsOnNet(PointOnNet[], int[], int[]) - Method in class oracle.spatial.network.lod.NetworkExplorer
 
getHeuristicCost(Object, Object) - Method in interface oracle.spatial.network.AStarCostFunction
Returns the heuristic cost between 2 AStarNodes (currnet node and goal node)
getHeuristicCost(HeavyPointOnNet, HeavyPointOnNet) - Method in class oracle.spatial.network.lod.DummyCostFunction
 
getHeuristicCost(double, double, double, double) - Method in class oracle.spatial.network.lod.EuclideanCostFunction
 
getHeuristicCost(HeavyPointOnNet, HeavyPointOnNet) - Method in interface oracle.spatial.network.lod.HeuristicCostFunction
Returns the heuristic cost from the current point to the target point.
getHierarchyLevel() - Method in interface oracle.spatial.network.Node
Returns the node hierarchy level.
getHierarchyTableName() - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Returns the name of the hierarchy table.
getHigh() - Method in interface oracle.spatial.network.MBR
Returns the high point.
getHigh(int) - Method in interface oracle.spatial.network.MBR
Returns the specified ordinate from the high point.
getHistogram() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the histogram as a GeorHistogram object.
getHistogramTableName() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the histogram table name.
getHistoryMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network history metadata.
getID() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point ID.
getID() - Method in interface oracle.spatial.network.Link
Returns the link ID.
getId() - Method in interface oracle.spatial.network.lod.Feature
Returns the feature ID.
getId() - Method in class oracle.spatial.network.lod.FeatureImpl
 
getId() - Method in interface oracle.spatial.network.lod.IdentifiablePriorityQueue.Identifiable
Returns the ID of the element.
getId() - Method in interface oracle.spatial.network.lod.LogicalLink
Returns the link ID.
getId() - Method in interface oracle.spatial.network.lod.LogicalNode
Returns the node ID
getId() - Method in class oracle.spatial.network.lod.VisitedNode
 
getID() - Method in interface oracle.spatial.network.Node
Returns the node ID.
getID() - Method in interface oracle.spatial.network.Path
Returns the path ID.
getID() - Method in interface oracle.spatial.network.SubPath
 
getId() - Method in class oracle.spatial.topo.Edge
 
getID() - Method in class oracle.spatial.topo.Face
 
getId() - Method in class oracle.spatial.topo.Node
 
getImage() - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Gets the current working image.
getIncidentLinks(boolean) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the IDs of all the links incident to this node.
getIncidentLinks(boolean) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getIncidentLinks() - Method in interface oracle.spatial.network.Node
Returns the incident links of the node as an array.
getIncomingLinkIds() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns all the incoming link IDs in the sub-network.
getInDegree() - Method in interface oracle.spatial.network.Node
Gets the in-degree of the node in a directed network
getInLinks(boolean) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the array of incoming links to this node.
getInLinks(boolean) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getInLinks() - Method in interface oracle.spatial.network.Node
Returns the in-links of the node as an array.
getInterleaving() - Method in class oracle.spatial.georaster.RasterInfo
Returns the interleaving type.
getInternalBoundaryNodeIds() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns all the internal node IDs in the sub-network without a link to any external nodes.
getInternalLinkIds() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns all the internal link IDs in the sub-network.
getInternalNodeIds() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns all the internal node IDs in the sub-network.
getInternalNonBoundaryNodeIds() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns all the internal node IDs in the sub-network without a link to any external nodes.
getIntervals() - Method in class oracle.spatial.network.lod.NetworkBuffer.LinkIntervals
Returns the intervals associated with the link.
getIntTableType(String) - Static method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
getIsEditable() - Method in class oracle.spatial.topo.TopoMap
Returns the editing state.
getIslandEdges() - Method in class oracle.spatial.topo.Face
 
getIslandNodes() - Method in class oracle.spatial.topo.Face
 
getJavaPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the java2D point rerepsentation of this geometry.
getJavaPoints() - Method in class oracle.spatial.geometry.JGeometry
Gets the java2D points rerepsentation of this geometry.
getJDBCDriverVersion(Connection) - Static method in class oracle.spatial.util.Util
Gets the oracle JDBC driver version string.
getJGeometry(Object) - Static method in class oracle.spatial.util.JDBCAdapter
 
getJGeometry(Object) - Method in interface oracle.spatial.util.JDBCExtensionInterface
 
getKShortestPathsAlgorithm() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getKShortestPathsAlgorithm() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the default k-shortest paths algorithm.
getLabelByElement(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Computes the corresponding sub-geometry's label within the geometry.
getlabelbyelement(Struct, Struct, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
getLabelPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the SDO_GEOMETRY.sdo_point as a label point.
getLabelPointXYZ() - Method in class oracle.spatial.geometry.JGeometry
Returns the x,y and z value of the label point in a double array.
getLastLink() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Returns the last link on this path.
getLastLinkId() - Method in interface oracle.spatial.network.lod.LogicalLightPath
Returns the ID of the last link on this path.
getLastPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the last coordinate of the geometry.
getLayerDimension() - Method in class oracle.spatial.georaster.LayerInfo
Returns the layer dimension.
getLayerDimensionOrdinate() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the layer dimension ordinate.
getLayerID() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the layer ID.
getLayerInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns an LayerInfo object, which represents the XML LayerInfo element, contained in the current instance.
getLayerNumber() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the layer number.
getLeafNodeArray() - Method in interface oracle.spatial.network.Tree
Returns leaf nodes in an array
getLength(double) - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
getLength() - Method in interface oracle.spatial.network.MBR
Returns the lengths in an MDPoint.
getLength(int) - Method in interface oracle.spatial.network.MBR
Returns the length of the specified dimension.
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.CharacterColumn
 
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.DateColumn
 
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.LogicalColumn
 
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
getLength() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getLevel() - Method in interface oracle.spatial.network.lod.LogicalLink
Returns the link level.
getLevel() - Method in class oracle.spatial.util.Logger
Gets the logging level of this instance.
getLink() - Method in class oracle.spatial.network.lod.HeavyPointOnNet
Returns link.
getLink(long) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns the logical link object for the specified link id.
getLink() - Method in class oracle.spatial.network.lod.NetworkBuffer.LinkIntervals
Returns the link object.
getLink(long, int[]) - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the standalone logical link.
getLink(long) - Method in class oracle.spatial.network.lod.NetworkUpdate
 
getLink(long) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
getLink(int) - Method in interface oracle.spatial.network.Network
Returns the link by ID.
getLink(String) - Method in interface oracle.spatial.network.Network
Returns the link by the STring ID.
getLink(int, int) - Method in interface oracle.spatial.network.Network
Returns the link by the start and the end node IDs
getLink() - Method in interface oracle.spatial.network.TreeLink
Returns the link.
getLink() - Method in interface oracle.spatial.network.TreeNode
Returns the link and percentage on the link if the tree node is a node on the link isNodeOnLink() == true
getLinkArray() - Method in interface oracle.spatial.network.Network
Returns the links as an array.
getLinkArray(boolean) - Method in interface oracle.spatial.network.Network
Returns the links with the specified active flag as an array.
getLinkArray(int) - Method in interface oracle.spatial.network.Network
Returns the links with the specified level as an array.
getLinkArray(String) - Method in interface oracle.spatial.network.Network
Returns the links with the specified type as an array.
getLinkArray() - Method in interface oracle.spatial.network.Path
Returns the path links as an array.
getLinkAt(int) - Method in interface oracle.spatial.network.Path
 
getLinkCost(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.DefaultLinkCostCalculator
 
getLinkCost(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.DummyLinkCostCalculator
 
getLinkCost(LODAnalysisInfo) - Method in interface oracle.spatial.network.lod.LinkCostCalculator
Computes the cost of the next link in the analysis info.
getLinkCostCalculator() - Static method in class oracle.spatial.network.lod.DefaultLinkCostCalculator
 
getLinkCostCalculator() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the primary link cost calculator.
getLinkCostCalculators() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getLinkCostCalculators() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the link cost calculators.
getLinkCostCalculators() - Method in class oracle.spatial.network.lod.NetworkSearch
 
getLinkCostCalculators() - Method in interface oracle.spatial.network.lod.ShortestPath
Returns the link cost calculators.
getLinkCostColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the link cost column name.
getLinkDataIndexMap(int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the link user data index map.
getLinkDataLength(String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the link user data length
getLinkDataNames() - Method in interface oracle.spatial.network.UserDataMetadata
Returns the link user data names in a String array
getLinkDataNames(int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the link user data names in a String array
getLinkDataType(String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the link user data type of the given data name
getLinkDirection() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network link type (directed, or undirected).
getLinkDurationColumn() - Method in interface oracle.spatial.network.Network
Deprecated. 
getLinkDurationColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Gets link duration column name
getLinkGeomColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the link geometry column name in the database.
getLinkGeomMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the link geometry metadata.
getLinkHierarchyLevelArray() - Method in interface oracle.spatial.network.Network
Returns the link hierarchy levels as an array.
getLinkHistoryTable(boolean) - Method in class oracle.spatial.network.HistoryMetadata
 
getLinkId() - Method in interface oracle.spatial.network.lod.FeatureElement
Returns the ID of the link on which the feature element is defined.
getLinkId() - Method in class oracle.spatial.network.lod.FeatureElementImpl
 
getLinkId() - Method in class oracle.spatial.network.lod.PointOnNet
Returns the link ID, if the point falls on a link.
getLinkIds() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns all the link ids in the network.
getLinkIds() - Method in interface oracle.spatial.network.lod.LogicalPath
Returns the array of link IDs on this path.
getLinkIntervalCosts(long, NetworkBuffer.DoubleInterval) - Method in class oracle.spatial.network.lod.NetworkBuffer
Returns the costs range to reach the input interval
getLinkIntervalCostsOld(long, NetworkBuffer.DoubleInterval) - Method in class oracle.spatial.network.lod.NetworkBuffer
 
getLinkIntervals() - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Returns the link intervals in the network elements.
getLinkIntervals(long) - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Returns the link intervals of the specified link.
getLinkLevel() - Method in interface oracle.spatial.network.Link
Returns the link level.
getLinkLevel() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns the link level of the network.
getLinkLevel() - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the link level of the containing partition.
getLinkLevel() - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getLinkLevel() - Method in class oracle.spatial.network.lod.VisitedNode
 
getLinkLevelArray() - Method in interface oracle.spatial.network.Network
Returns the link levels as an array.
getLinkLevelSelector() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getLinkLevelSelector() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the link level selector to be used by all analysis functions.
getLinkLevelSelector() - Method in class oracle.spatial.network.lod.NetworkSearch
 
getLinkLevelSelector() - Method in interface oracle.spatial.network.lod.ShortestPath
Returns the link level selector.
getLinkLevelToExpand(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.DummyLinkLevelSelector
 
getLinkLevelToExpand(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.DynamicLinkLevelSelector
 
getLinkLevelToExpand(LODAnalysisInfo) - Method in interface oracle.spatial.network.lod.LinkLevelSelector
Returns the link level for the next node to expand on.
getLinkPartitionColumn() - Method in interface oracle.spatial.network.Network
Deprecated. 
getLinkPartitionColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
getLinkPartitionIds(long) - Method in interface oracle.spatial.network.lod.LogicalPartition
Returns the ID of the partitions that the start and end nodes of the input link belongs to.
getLinkPartitionIds(long) - Method in class oracle.spatial.network.lod.LogicalPartitionImpl
 
getLinks() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns all the links in the network.
getLinks() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Returns the logical links on this path.
getLinks() - Method in class oracle.spatial.network.lod.SpanningTree
 
getLinks() - Method in interface oracle.spatial.network.Network
Returns the links as an Iterator.
getLinks(boolean) - Method in interface oracle.spatial.network.Network
Returns the links with the specified active flag as an Iterator.
getLinks(int) - Method in interface oracle.spatial.network.Network
Returns the links with the specified link level as an Iterator.
getLinks(String) - Method in interface oracle.spatial.network.Network
Returns the links with the specified type as an Iterator.
getLinks() - Method in interface oracle.spatial.network.Path
Returns the path links as an Iterator.
getLinksByPartitionID(int) - Method in interface oracle.spatial.network.Network
Returns the links with the specified partition ID as a Set.
getLinkTableName() - Method in interface oracle.spatial.network.Network
Deprecated. 
getLinkTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the link table name in the database.
getLogger(String) - Static method in class oracle.spatial.util.Logger
Creates an instance of Logger with given name.
getLogger(String, int) - Static method in class oracle.spatial.util.Logger
Creates an instance of Logger with given name and level.
getLow() - Method in interface oracle.spatial.network.MBR
Returns the low point.
getLow(int) - Method in interface oracle.spatial.network.MBR
Returns the specified ordinate from the low point.
getLowerBound(int) - Method in class oracle.spatial.network.SDODimArray
Returns the specified lower bound.
getLRMDimension() - Method in class oracle.spatial.geometry.JGeometry
Gets the dimension index for LRS measure.
getLRSGeomColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network LRS geometry column name in the database.
getLRSGeomMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network LRS geometry metadata.
getLRSTableName() - Method in interface oracle.spatial.network.Network
Deprecated. 
getLRSTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network geometry (LRS) table name in the database.
getMajorVersion() - Method in class oracle.spatial.georaster.ObjectInfo
Returns the major version of the GeoRaster object.
getMaskImage(int, JGeometry, Vector, int, int, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster mask in the specified pyramidLevel and layer as a Java Image.
getMaskImage(int, JGeometry, Vector, int, int, String, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster mask in the specified pyramidLevel and layer as a Java Image.
getMaskImage(int, long, long, long, long, Vector, int, int, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster mask in the specified pyramidLevel and layer as a Java Image.
getMaskImage(int, long, long, long, long, Vector, int, int, String, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster mask in the specified pyramidLevel and layer as a Java Image.
getMax() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the statistics maximum value.
getMaxCost() - Method in class oracle.spatial.network.SystemConstraint
Returns the maximum cost constraint.
getMaxDepth() - Method in class oracle.spatial.network.SystemConstraint
Returns the maximum depth constraint.
getMaxDistance() - Method in class oracle.spatial.network.SystemConstraint
Returns the maximum distance constraint.
getMaxDuration() - Method in class oracle.spatial.network.SystemConstraint
 
getMaxFlow(Network, int, int, Vector) - Static method in class oracle.spatial.network.NetworkManager
Retunrs the max flow between the source node and the sink node
getMaxLinkID() - Method in interface oracle.spatial.network.Network
Returns the maximum link ID.
getMaxLinkLevel() - Method in interface oracle.spatial.network.lod.LogicalNode
Returns the maximum link level of the links incident to this node.
getMaxMBR() - Method in class oracle.spatial.network.SystemConstraint
Returns the maximum MBR constraint.
getMaxMeasure() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the maximum Measure value in file.
getMaxNodeID() - Method in interface oracle.spatial.network.Network
Returns the maximun node ID.
getMaxNumberOfNodes() - Method in class oracle.spatial.network.lod.config.CachingPolicy
Returns the maximum number of nodes allowed in the cache for this network level.
getMaxPathID() - Method in interface oracle.spatial.network.Network
Returns the maximum path ID.
getMaxSubPathID() - Method in interface oracle.spatial.network.Network
Returns the maximum subpath ID.
getMaxX() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the maximum X value in file.
getMaxY() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the maximum Y value in file.
getMaxZ() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the maximum Z value in file.
getMBH() - Method in class oracle.spatial.util.RTree
Gets the bounds of the whole tree
getMBR() - Method in class oracle.spatial.geometry.JGeometry
Gets the MBR of this geometry.
getMBR() - Method in interface oracle.spatial.network.lod.SpatialBasicNetwork
Returns the Maximum Bounding Rectangle (MBR) of the network.
getMBR() - Method in interface oracle.spatial.network.lod.SpatialPartition
Returns the Maximum Bounding Rectangle (MBR) of the network partition.
getMBR() - Method in interface oracle.spatial.network.lod.SpatialSubNetwork
Returns the Maximum Bounding Rectangle (MBR) of the subnetwork.
getMBR() - Method in interface oracle.spatial.network.Network
Returns the network MBR.
getMbr() - Method in class oracle.spatial.topo.Face
 
getMDPoint() - Method in interface oracle.spatial.network.Node
Returns the MDpoint of the node.
getMean() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the statistics mean value.
getMeasure() - Method in interface oracle.spatial.network.Node
Returns the LRS measure.
getMedian() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the statistics median value.
getMessage() - Method in exception oracle.spatial.georaster.GeoRasterException
Returns the detailed message string of this GeoRasterException instance.
getMetadata() - Method in interface oracle.spatial.network.Network
Returns the network metadata.
getMetadataObject() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the JGeoRasterMeta object contained in this JGeoRaster object.
getMetadataViewName() - Method in interface oracle.spatial.network.Network
Returns the network metadata view name (user_sdo_network_metadata).
getMin() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the statistics minimum value.
getMinMeasure() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the minimum Measure value in file.
getMinorVersion() - Method in class oracle.spatial.georaster.ObjectInfo
Returns the minor version of the GeoRaster object.
getMinX() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the minimum X value in file.
getMinY() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the minimum Y value in file.
getMinZ() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the minimum Z value in file.
getModelCoordinate(double, double, long) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
calculate model coordinates based on given cell coordinates.
getModelCoordinate(double, double, long, double) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
calculate model coordinates based on given cell coordinates.
getModelCoordinate(JGeometry, int, int) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Transforms a geometry in the raster space of the GeoRaster object to a geometry in the ground coordinate system.
getModelCoordinate(JGeometry, int, int, double) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Transforms a geometry in the raster space of the GeoRaster object to a geometry in the ground coordinate system.
getModelCoordinateLocation() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the model coordinate location.
getModelDimension() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point model Dimension.
getModelDimensionDescription() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the model dimension description.
getModelSRID() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the SRID.
getModelType() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the model type.
getModeValue() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the statistics mode value.
getMosaicExtent(String, String, Integer) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Calculates and returns the minimum bounding rectangle (MBR) of the spatial extent of a virtual mosaic or a collection of GeoRaster objects.
getMosaicExtent(String, Integer) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Calculates and returns the minimum bounding rectangle (MBR) of the spatial extent of a virtual mosaic or a collection of GeoRaster objects.
getMosaicResolutions(String, String) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Returns the resolution range of a virtual mosaic or a collection of GeoRaster objects in a specified unit.
getMosaicResolutions(String, String, String) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Returns the resolution range of a virtual mosaic or a collection of GeoRaster objects in a specified unit.
getMosaicSubset(String, Integer, Integer, Integer, JGeometry, JGeometry, boolean, boolean, String, double[], String, String, JGeometry, BigDecimal[], String, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Performs subsetting over a virtual mosaic or a collection of GeoRaster objects.
getMosaicSubset(String, String, Integer, Integer, Integer, JGeometry, JGeometry, boolean, boolean, String, double[], String, String, JGeometry, BigDecimal[], String, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Performs subsetting over a virtual mosaic or a collection of GeoRaster objects.
getMustAvoidLinks() - Method in class oracle.spatial.network.SystemConstraint
Returns the must-avoid links as a Vector
getMustAvoidNodes() - Method in class oracle.spatial.network.SystemConstraint
Returns the must-avoid nodes as a Vector
getName() - Method in interface oracle.spatial.network.Link
Returns the link name.
getName() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns the internal network name, for example, the network name stored in network metadata table.
getName() - Method in interface oracle.spatial.network.Network
Returns the network name.
getName() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network name.
getName() - Method in interface oracle.spatial.network.Node
Returns the node name.
getName() - Method in interface oracle.spatial.network.Path
Returns the path name.
getName() - Method in interface oracle.spatial.network.SubPath
 
getName() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getNameSpace() - Static method in class oracle.spatial.util.GML
 
getNamespace() - Method in enum oracle.spatial.util.GML3.GMLVersion
 
getNameSpace() - Static method in class oracle.spatial.util.GML3g
 
getNameSpace() - Static method in class oracle.spatial.util.KML
 
getNearestEdge(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Returns the ID of the Edge object that is nearest to the specified point.
getNearestEdgeInCache(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Returns the ID of the Edge object that of the edges loaded in the cache is nearest to the specified point.
getNearestNode(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Returns the ID of the Node object that is nearest to the specified point.
getNearestNodeInCache(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Returns the ID of the Node object that of the nodes loaded in the cache is nearest to the specified point.
getNetLink(long, int, int, int[], int[]) - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the network link from the specified partition.
getNetNode(long, int, int[], int[]) - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the network node from the containing partition.
getNetNodeForDummyExternalNode(int, long, long, int, int[], int[]) - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the network node from the containing partition for the dummy external Node.
getNetwork() - Method in interface oracle.spatial.network.Link
Returns the network that contains the link.
getNetwork() - Method in interface oracle.spatial.network.NetworkMetadata
Gets the network
getNetwork() - Method in interface oracle.spatial.network.Node
Returns the network that contains the node.
getNetwork() - Method in interface oracle.spatial.network.Path
Returns the network that contains the path.
getNetwork() - Method in class oracle.spatial.network.SystemConstraint
Returns the network that contains the consatrint.
getNetworkAnalysisConfig() - Method in class oracle.spatial.network.lod.config.LODConfig
 
getNetworkAnalysisElement() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getNetworkAnalyst(NetworkIO) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Returns a new NetworkAnalyst instance, which uses the input network IO adaptor to retrieve information about the network.
getNetworkCache() - Method in interface oracle.spatial.network.lod.CachedNetworkIO
Returns the network cache for all link levels.
getNetworkCache() - Method in interface oracle.spatial.network.Network
Returns the network cache for editing purpose.
getNetworkCacheMap() - Static method in class oracle.spatial.network.NetworkManager
Returns the network cache as a HashMap with network name (type: String) as keys and networks (type: Network) as values
getNetworkConstraints() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getNetworkConstraints() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the default network constraints to be applied to all analysis functions.
getNetworkDataSource(String) - Static method in class oracle.spatial.network.lod.LODNetworkManager
 
getNetworkExplorer() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the network explorer used by this network analyst.
getNetworkFromCache(String) - Static method in class oracle.spatial.network.NetworkManager
Gets the network from the network cache if the specified network is not in the cache, null will be returned To add a network in the cache, use Networkmanager.putNetworkToCache(networkname, network)
getNetworkID() - Method in interface oracle.spatial.network.Network
Returns the network ID.
getNetworkID() - Method in interface oracle.spatial.network.NetworkMetadata
Gets the network ID.
getNetworkIDFromName(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the network ID from a given network name
getNetworkIDs(Connection) - Static method in class oracle.spatial.network.NetworkManager
Retunrs network names and IDs from the database.
getNetworkIO(DbDataSource, String, String, NetworkMetadata) - Static method in class oracle.spatial.network.lod.LODNetworkManager
 
getNetworkIO(Connection, String, String, NetworkMetadata, boolean, LODUserDataIO[], PartitionBlobTranslator) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Deprecated.
use getNetworkIO(Connection conn, String networkName, String globalNetworkName, NetworkMetadata metadata);
getNetworkIO() - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the network IO.
getNetworkIOConfig() - Method in class oracle.spatial.network.lod.config.LODConfig
 
getNetworkIOConfig() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the network IO configuration.
getNetworkIOElement() - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
Returns the networkIO element that was used initially to construct this NetworkIOConfig object.
getNetworkIOForInMemoryNetwork(LogicalBasicNetwork[]) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Return the NetworkIO object for the in-memory network.
getNetworkMetadata(Connection, String, String) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Returns the network metadata for the specified network.
getNetworkMetadata(DbDataSource, String, String) - Static method in class oracle.spatial.network.lod.LODNetworkManager
 
getNetworkMetadata() - Method in interface oracle.spatial.network.lod.LODUserDataIO
 
getNetworkMetadata() - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
getNetworkMetadata() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the network metadata.
getNetworkName() - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Returns the network name for the feature layer.
getNetworkName() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the network name used in network metadata.
getNetworkName() - Method in interface oracle.spatial.network.UserDataMetadata
Returns the network name
getNetworkNameFromID(Connection, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the network name from a given network ID
getNetworkNames(Connection) - Static method in class oracle.spatial.network.NetworkManager
Retunrs network names and IDs from the database.
getNetworkUpdates() - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the network updates for each link level.
getNextCost() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the path cost of next node
getNextCost() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the path cost of next node.
getNextCosts() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the costs of next node.
getNextDepth() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the path depth of next node.
getNextDepth() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the path depth of the next node.
getNextDuration() - Method in interface oracle.spatial.network.AnalysisInfo
Returnspath the path duration of next node
getNextEdgeL() - Method in class oracle.spatial.topo.Edge
 
getNextEdgeR() - Method in class oracle.spatial.topo.Edge
 
getNextId() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the next value from the NDM ID sequence.
getNextLink() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the next link.
getNextLink() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the next link.
getNextLinks() - Method in interface oracle.spatial.network.Node
Returns Links that go out from this node in an array for directed networks, these links are out-links of this nodes
getNextNode() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the next node.
getNextNode() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the next node.
getNextNodeIds(boolean) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the IDs of all the nodes with a direct link from this node.
getNextNodeIds(boolean) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getNextTmpLinkId() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the next temporary link ID.
getNextTmpNodeId() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the next temporary node ID.
getNextUserObject() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the next user object.
getNodataMapping() - Method in class oracle.spatial.georaster.image.GeoRasterImage
This function will return all nodata mappings in a Vector of NodataMapping objects
getNODATAMask() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns true if NODATA is mask.
getNODATARange() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the NODATA range vector.
getNODATAValue() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the NODATA value vector.
getNode() - Method in class oracle.spatial.network.lod.HeavyPointOnNet
Returns node.
getNode(long) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns the logical node object for the specified node id.
getNode(long) - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Returns the node object of the specified node.
getNode(long, int[]) - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the standalone node.
getNode(long) - Method in class oracle.spatial.network.lod.NetworkUpdate
 
getNode(long) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
getNode(int) - Method in interface oracle.spatial.network.Network
Returns the node by ID.
getNode(String) - Method in interface oracle.spatial.network.Network
Returns the node by the String ID.
getNode() - Method in interface oracle.spatial.network.TreeNode
If the node is a regular node (not a node on a link)
getNode(int) - Method in class oracle.spatial.topo.TopoMap
Returns a reference to a Node object given its logical ID.
getNodeAdditions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the nodes that have been added in the cache.
getNodeArray() - Method in interface oracle.spatial.network.Network
Returns the nodes as an array.
getNodeArray(boolean) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified acvive flag as an array.
getNodeArray(int) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified hierarchy level as an array.
getNodeArray(String) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified type as an array.
getNodeArray() - Method in interface oracle.spatial.network.Path
Returns the path nodes as an array.
getNodeAt(int) - Method in interface oracle.spatial.network.Path
Returns the specified node of the path.
getNodeChanges() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the nodes that have been changed in the cache.
getNodeCost(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.DefaultNodeCostCalculator
 
getNodeCost(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.DummyNodeCostCalculator
 
getNodeCost(LODAnalysisInfo) - Method in interface oracle.spatial.network.lod.NodeCostCalculator
Computes the cost of the current node in the analysis info.
getNodeCostCalculator() - Static method in class oracle.spatial.network.lod.DefaultNodeCostCalculator
 
getNodeCostCalculator() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the primary node cost calculator.
getNodeCostCalculators() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getNodeCostCalculators() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the node cost calculators.
getNodeCostCalculators() - Method in class oracle.spatial.network.lod.NetworkSearch
 
getNodeCostCalculators() - Method in interface oracle.spatial.network.lod.ShortestPath
Returns the node cost calculators.
getNodeCostColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the node cost column name.
getNodeCosts(long) - Method in class oracle.spatial.network.lod.NetworkBuffer
Returns the minimum costs to reach the node from a central point.
getNodeDataIndexMap(int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the node user data index map.
getNodeDataLength(String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the node user data length
getNodeDataNames() - Method in interface oracle.spatial.network.UserDataMetadata
Returns the node user data names in a String array
getNodeDataNames(int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the node user data names in a String array
getNodeDataType(String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the node user data type of the given data name
getNodeDeletions() - Method in class oracle.spatial.topo.TopoMap
Provides a list of the nodes that have been marked as deleted in the cache: deleted since the cache topology was loaded from the database, but not yet removed from the database.
getNodeDurationColumn() - Method in interface oracle.spatial.network.Network
Deprecated. 
getNodeDurationColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Gets node duration column name
getNodeFaceStar(int) - Method in class oracle.spatial.topo.TopoMap
Gets an array of integers representing the IDs of a clockwise enumeration of all the faces adjoining the given node.
getNodeGeomColumn() - Method in interface oracle.spatial.network.Network
Returns the node geometry column name in the database.
getNodeGeomColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the node geometry column name in the database.
getNodeGeomMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the node geometry metadata.
getNodeHierarchyLevelArray() - Method in interface oracle.spatial.network.Network
Returns the node hierarchy levels as an array.
getNodeHistoryTable(boolean) - Method in class oracle.spatial.network.HistoryMetadata
 
getNodeId() - Method in interface oracle.spatial.network.lod.FeatureElement
Returns the ID of the node on which the feature element is defined.
getNodeId() - Method in class oracle.spatial.network.lod.FeatureElementImpl
 
getNodeId() - Method in class oracle.spatial.network.lod.PointOnNet
Returns the node ID, if the point falls on a node.
getNodeIds() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns all the node ids in the network.
getNodeIds() - Method in interface oracle.spatial.network.lod.LogicalPath
Returns the array of node IDs on this path.
getNodeIterator() - Method in class oracle.spatial.topo.TopoMap
Provides an Iterator for traversal of all the Node objects contained in the instance cache.
getNodeLevelTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the node level table name
getNodePartitionColumn() - Method in interface oracle.spatial.network.Network
Deprecated. 
getNodePartitionColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
getNodePartitionId(long) - Method in interface oracle.spatial.network.lod.LogicalPartition
Returns the ID of the partition that the input node belongs to.
getNodePartitionId(long) - Method in class oracle.spatial.network.lod.LogicalPartitionImpl
 
getNodePartitionId(long, int) - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the partition ID for the specified node.
getNodePartitionId(long) - Method in class oracle.spatial.network.lod.NetworkUpdate
Returns the partition ID the node is assigned to.
getNodePartitionId(long) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
getNodes() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns all the nodes in the network.
getNodes() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Returns the logical nodes on this path.
getNodes() - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Returns the nodes in the network elements.
getNodes() - Method in interface oracle.spatial.network.Network
Returns the nodes as an Iterator.
getNodes(boolean) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified acvive flag as an Iterator
getNodes(int) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified hierarchy level as an Iterator.
getNodes(String) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified type as an Iterator.
getNodes() - Method in interface oracle.spatial.network.Path
Returns the path nodes as an Iterator.
getNodesByPartitionID(int) - Method in interface oracle.spatial.network.Network
Returns the nodes with the specified partition ID as a Set.
getNodeStar(int) - Method in class oracle.spatial.topo.TopoMap
Gets an array of integers representing the IDs of a clockwise enumeration of all the edges connected to the given node.
getNodeStarCount(int) - Method in class oracle.spatial.topo.TopoMap
Gets a count of the number of edges connected at a node.
getNodeTableName() - Method in interface oracle.spatial.network.Network
Deprecated. 
getNodeTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the node table name in the database.
getNoOfChildLinks() - Method in interface oracle.spatial.network.Link
Gets number of child links Returns 0 if the network is a non-hierarchical network
getNoOfChildNodes() - Method in interface oracle.spatial.network.Node
Gets number of child nodes Returns 0 if the network is a non-hierarchical network
getNoOfDims() - Method in class oracle.spatial.network.GeometryMetadata
Returns the number of dimensions.
getNoOfDims() - Method in interface oracle.spatial.network.MBR
Returns the number of dimensiosns.
getNoOfDims() - Method in interface oracle.spatial.network.MDPoint
Returns the number of dimensions.
getNoOfDims() - Method in class oracle.spatial.network.SDODimArray
Returns the number of dimensions.
getNoOfHierarchyLevels() - Method in interface oracle.spatial.network.Network
Returns the number of hierarcchy levels.
getNoOfHierarchyLevels() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the number of hierarchy levels.
getNoOfLinks() - Method in interface oracle.spatial.network.Network
Returns the number of links.
getNoOfLinks(boolean) - Method in interface oracle.spatial.network.Network
Returns the number of links with the specified active flag.
getNoOfLinks(int) - Method in interface oracle.spatial.network.Network
Returns the number of links with the specified link level.
getNoOfLinks() - Method in interface oracle.spatial.network.Path
Returns the number of links in the path.
getNoOfNodes() - Method in interface oracle.spatial.network.Network
Returns the number of nodes.
getNoOfNodes(boolean) - Method in interface oracle.spatial.network.Network
Returns the number of nodes with the specified active flag.
getNoOfNodes(int) - Method in interface oracle.spatial.network.Network
Returns the number of nodes with the specified hierachy level.
getNoOfPartitions() - Method in interface oracle.spatial.network.Network
Returns the number of partitions.
getNoOfPartitions() - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
getNoOfPaths() - Method in interface oracle.spatial.network.Network
Returns the number of paths.
getNoOfPaths(boolean) - Method in interface oracle.spatial.network.Network
Returns the number of paths with the specified active flag.
getNoOfSibilingLinks() - Method in interface oracle.spatial.network.Link
Gets number of sibling links Sibling links are links with the same parent
getNoOfSibilingNodes() - Method in interface oracle.spatial.network.Node
Gets number of sibling nodes Sibling nodes are nodes with the same parent
getNoOfSubPaths() - Method in interface oracle.spatial.network.Network
Returns the number of subpaths.
getNumberformat() - Static method in class oracle.spatial.network.OraTst
 
getNumberOfBoundaryLinks() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns the number of boundary links in the sub-network, which includes both incoming links and outgoing links.
getNumberOfBoundaryLinks() - Method in class oracle.spatial.network.lod.PartitionBlob
 
getNumberOfCategories() - Method in interface oracle.spatial.network.lod.CategorizedUserData
Returns the number of user data categories.
getNumberOfCategories() - Method in class oracle.spatial.network.lod.CategorizedUserDataImpl
 
getNumberOfCategories() - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
getNumberOfCategories() - Method in interface oracle.spatial.network.UserDataMetadata
Returns the number of user data categories.
getNumberOfElements() - Method in interface oracle.spatial.network.lod.Feature
Returns the number of elements in the feature.
getNumberOfElements() - Method in class oracle.spatial.network.lod.FeatureImpl
 
getNumberOfExternalNodes() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns the number of external nodes in the sub-network.
getNumberOfExternalNodes() - Method in class oracle.spatial.network.lod.PartitionBlob
 
getNumberOfFeatureLayers() - Method in class oracle.spatial.network.lod.FeatureMetadata
Returns the number of feature layers.
getNumberOfIncomingLinks() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns the number of incoming links to the sub-network.
getNumberOfIncomingLinks() - Method in class oracle.spatial.network.lod.PartitionBlob
 
getNumberOfInLinks() - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the number of incoming links.
getNumberOfInLinks() - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getNumberOfInternalLinks() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns the number of internal links in the sub-network.
getNumberOfInternalLinks() - Method in class oracle.spatial.network.lod.PartitionBlob
 
getNumberOfInternalNodes() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns the number of internal nodes in the sub-network.
getNumberOfInternalNodes() - Method in class oracle.spatial.network.lod.PartitionBlob
 
getNumberOfLinkLevels() - Method in class oracle.spatial.network.lod.LeveledNetworkCache
 
getNumberOfLinks() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns the total number of links in the network.
getNumberOfLinks() - Method in interface oracle.spatial.network.lod.LogicalLightPath
Returns the number of links on this path.
getNumberOfLinks() - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Returns the number of links in the network elements.
getNumberOfNodes() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns the total number of nodes in the network.
getNumberOfNodes() - Method in interface oracle.spatial.network.lod.LogicalLightPath
Returns the number of nodes on this path.
getNumberOfNodes() - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Returns the number of nodes in the network elements.
getNumberOfNodesInMemory(int) - Method in class oracle.spatial.network.lod.LeveledNetworkCache
Return the number of nodes in memory for the specified link level.
getNumberOfOutgoingLinks() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns the number of outgoing links from the sub-network.
getNumberOfOutgoingLinks() - Method in class oracle.spatial.network.lod.PartitionBlob
 
getNumberOfOutLinks() - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the number of outgoing links.
getNumberOfOutLinks() - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getNumberOfPartitions(int) - Method in class oracle.spatial.network.lod.LeveledNetworkCache
Returns the number of network partitions in the cache for the specified link level.
getNumberOfUserData() - Method in interface oracle.spatial.network.lod.UserData
Returns the total number of user data contained in this UserData object.
getNumberOfUserData() - Method in class oracle.spatial.network.lod.UserDataImpl
 
getNumberOfUserObjects() - Method in interface oracle.spatial.network.lod.LODNetworkConstraint
Returns the max number of user objects to be returned by the getCurrentUserObjects method in LODAnalysisInfo.
getNumberOfUserObjects() - Method in class oracle.spatial.network.lod.MaxCostConstraint
 
getNumberOfUserObjects() - Method in class oracle.spatial.network.lod.MaxDepthConstraint
 
getNumPoints() - Method in class oracle.spatial.geometry.JGeometry
Gets the number of points or verticies in this geometry.
getNumValues() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getNurbsApprox(JGeometry) - Static method in class oracle.spatial.geometry.JGeometry
 
getNurbsApprox(Struct) - Static method in class oracle.spatial.util.Adapters
 
getObjectInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns an ObjectInfo object, which represents the XML objectInfo element, contained in the current instance.
getObjectLayer() - Method in class oracle.spatial.georaster.LayerInfo
Returns the object layer.
getOracleArray(Object) - Static method in class oracle.spatial.util.JDBCAdapter
 
getOracleArray(Object) - Method in interface oracle.spatial.util.JDBCExtensionInterface
 
getOracleAttributes(Object) - Static method in class oracle.spatial.util.JDBCAdapter
 
getOracleAttributes(Object) - Method in interface oracle.spatial.util.JDBCExtensionInterface
 
getOracleConnection(Connection) - Static method in class oracle.spatial.util.JDBCAdapter
 
getOracleConnection(Connection) - Method in interface oracle.spatial.util.JDBCExtensionInterface
 
getOracleDataSource(String, String, String) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Returns a new OracleDataSource instance.
getOracleDescriptors(Connection) - Static method in class oracle.spatial.geometry.JGeometry
Deprecated.
Use JGeometry.getOracleDescriptors(java.sql.Connection) and the storeJS method instead of store
getOracleDescriptorsStr() - Static method in class oracle.spatial.geometry.JGeometry
Obtains a set of Oracle type descriptors related to the SDO_GEOMETRY type from the given connection.
getOracleErrorMessage() - Method in exception oracle.spatial.util.GeometryExceptionWithContext
 
getOracleSTRUCT(Object) - Static method in class oracle.spatial.georaster.JGeoRaster
Returns oracle.sql.STRUCT while running within WLS or any J2EE container such as OC4J, JBoss etc.
getOracleSTRUCT(ResultSet, int) - Static method in class oracle.spatial.util.JDBCUtil
Returns oracle.sql.STRUCT while running within WLS or any J2EE container such as OC4J, JBoss etc.
getOracleSTRUCT(Object) - Static method in class oracle.spatial.util.JDBCUtil
Returns oracle.sql.STRUCT while running within WLS or any J2EE container such as OC4J, JBoss etc.
getOracleSTRUCTJS(Object) - Static method in class oracle.spatial.georaster.JGeoRaster
Returns java.sql.Struct while running within WLS or any J2EE container such as OC4J, JBoss etc.
getOraFieldNames(DBFReaderJGeom, byte[], int) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
getOraFieldNames(DBFReaderJGeom, byte[], int[]) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
getOrd() - Method in interface oracle.spatial.network.MDPoint
Returns the ordinates as an array.
getOrd(int) - Method in interface oracle.spatial.network.MDPoint
Gets the specified ordinate.
getOrdinatesArray() - Method in class oracle.spatial.geometry.JGeometry
Gets the reference to the ordinate array of this JGeometry.
getOrdinatesOfElements() - Method in class oracle.spatial.geometry.JGeometry
Gets an array of the (top-level) elements in this geometry.
getOrientMultiPointOffset() - Method in class oracle.spatial.geometry.JGeometry
Returns the offset to get the orientation parameters for a Multi-point.
getOriginNode() - Method in class oracle.spatial.topo.Edge
 
getOutArea() - Method in class oracle.spatial.georaster.image.GeoRasterImage
Get a SDO_GEOMETRY object containing the MBR (minimum bounding rectangle) in the model coordinate system of the resulting object of previous getReprojectedRasterImage call.
getOutArea() - Method in class oracle.spatial.georaster.JRaster
Get a SDO_GEOMETRY object containing the MBR (minimum bounding rectangle) in the model coordinate system of the resulting object of previous getReprojectedRasterSubset or getReprojectedRasterSubsetBlob call.
getOutDegree() - Method in interface oracle.spatial.network.Node
Gets the out-degree of the node in a directed network
getOutgoingLinkIds() - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Returns all the outgoing link IDs in the sub-network.
getOutLinks(boolean) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the array of outgoing links from this node.
getOutLinks(boolean) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getOutLinks() - Method in interface oracle.spatial.network.Node
Returns the out-links of the node as an array.
getPairwiseCostCalculator() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getPairwiseCostCalculator() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the default pairwise cost calculator.
getPairwiseCosts() - Method in class oracle.spatial.network.lod.DefaultPairwiseCostCalculator
Returns the pairwise costs.
getPairwiseCosts() - Method in interface oracle.spatial.network.lod.PairwiseCostCalculator
Returns the pairwise costs that was computed when calculate was called.
getPairwisePaths() - Method in class oracle.spatial.network.lod.DefaultPairwiseCostCalculator
Returns the pairwise shortest paths.
getPairwisePaths() - Method in interface oracle.spatial.network.lod.PairwiseCostCalculator
Returns the pairwise paths that was computed when calculate was called.
getPairwiseShortestPathsAlgorithm() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getPairwiseShortestPathsAlgorithm() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the default pairwise shortest paths algorithm.
getParentLink() - Method in interface oracle.spatial.network.Link
Returns the parent link.
getParentNode() - Method in interface oracle.spatial.network.Node
Returns the parent node.
getParentNode() - Method in interface oracle.spatial.network.TreeNode
Returns the parent tree node
getPartition(int, int, int[], int[]) - Method in class oracle.spatial.network.lod.NetworkExplorer
Returns the partition.
getPartitionBlobTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the partition BLOB table name
getPartitionBlobTranslator() - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
getPartitionBlobTranslator() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the partition blob translator implementation.
getPartitionBlobTranslator() - Static method in class oracle.spatial.network.lod.PartitionBlobTranslator11g
 
getPartitionBlobTranslator() - Static method in class oracle.spatial.network.lod.PartitionBlobTranslator11gR2
 
getPartitionID() - Method in interface oracle.spatial.network.Link
Returns the link partition ID
getPartitionId() - Method in interface oracle.spatial.network.lod.LogicalNetLink
Returns the ID of the partition that owns the link.
getPartitionId() - Method in class oracle.spatial.network.lod.LogicalNetLinkImpl
 
getPartitionId() - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the partition ID.
getPartitionId() - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getPartitionId() - Method in interface oracle.spatial.network.lod.LogicalPartition
Returns the partition ID of this partition.
getPartitionId() - Method in class oracle.spatial.network.lod.LogicalPartitionImpl
 
getPartitionId() - Method in class oracle.spatial.network.lod.PartitionBlob
 
getPartitionId() - Method in class oracle.spatial.network.lod.PartitionUpdate
 
getPartitionId() - Method in class oracle.spatial.network.lod.VisitedNode
 
getPartitionID() - Method in interface oracle.spatial.network.Node
Returns the node partition ID.
getPartitionIds(int) - Method in class oracle.spatial.network.lod.LeveledNetworkCache
 
getPartitions(int) - Method in class oracle.spatial.network.lod.LeveledNetworkCache
Returns all the network partitions in the cache for the specified link level.
getPartitionSize(String, int, int, boolean, boolean) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Returns the approximated size of a network partition in bytes
getPartitionsToFlushOut(Collection<Integer>, int) - Method in interface oracle.spatial.network.lod.CachingHandler
Returns the IDs of the partitions to be flushed out.
getPartitionsToFlushOut(Collection<Integer>, int) - Method in class oracle.spatial.network.lod.LRUCachingHandler
 
getPartitionTableName() - Method in interface oracle.spatial.network.Network
Returns the partition table name in the database.
getPartitionTableName() - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
getPartitionTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the partition table name.
getPartitionUpdate(int) - Method in class oracle.spatial.network.lod.NetworkUpdate
Returns the update information of the specified partition.
getPath() - Method in class oracle.spatial.network.lod.FeaturePath
Returns the path feature.
getPath(int) - Method in interface oracle.spatial.network.Network
Returns the path by ID.
getPath(String) - Method in interface oracle.spatial.network.Network
Returns the path by the String ID.
getPathArray() - Method in interface oracle.spatial.network.Network
Returns the paths as an array.
getPathArray(boolean) - Method in interface oracle.spatial.network.Network
Returns the paths with the specified active flag as an array.
getPathArray(String) - Method in interface oracle.spatial.network.Network
Returns the paths with the specified type as an array.
getPathDataIndexMap(int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the path user data index map.
getPathDataLength(String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the path user data length
getPathDataNames() - Method in interface oracle.spatial.network.UserDataMetadata
Returns the path user data names in a String array
getPathDataNames(int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the path user data names in a String array
getPathDataType(String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the path user data type of the given data name
getPathGeomColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the path geometry column name in the database.
getPathGeomFromDB(Connection, Network, Path, String, String, String, String, double) - Method in class oracle.spatial.network.NetworkManager
Gets/Computes the path geometry based on the geometries of path links and nodes in the database
getPathGeomMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the path geometry metadata.
getPathIterator(AffineTransform) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Returns a PathIterator object that iterates along the boundary of this Shape and provides access to the geometry of the outline of this Shape.
getPathIterator(AffineTransform, double) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Returns a PathIterator object that iterates along the boundary of the flattened Shape and provides access to the geometry of the outline of the Shape.
getPathLinkTableName() - Method in interface oracle.spatial.network.Network
Deprecated. 
getPathLinkTableName() - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
getPathLinkTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the path-link table name.
getPathLinkVec() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current path links as a Vector.
getPathNodeVec() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the current path nodes as a Vector.
getPaths() - Method in class oracle.spatial.network.lod.TspPath
Returns the logical sub-path for the TSP tour.
getPaths() - Method in class oracle.spatial.network.lod.TspPathFeature
Returns the individual paths on the TSP tour.
getPaths() - Method in interface oracle.spatial.network.Network
Returns the paths as an Iterator.
getPaths(boolean) - Method in interface oracle.spatial.network.Network
Returns paths with the specified active as an Iterator.
getPaths(String) - Method in interface oracle.spatial.network.Network
Returns the paths with the specified type as an Iterator.
getPathTableName() - Method in interface oracle.spatial.network.Network
Deprecated. 
getPathTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the path table name in the database.
getPercentage() - Method in class oracle.spatial.network.lod.FeatureElementImpl
 
getPercentage() - Method in class oracle.spatial.network.lod.PointOnNet
Returns the percentage on the link, if the point falls on a link.
getPercentage() - Method in interface oracle.spatial.network.Node
Returns the percentage if the node is created based on an existing link
getPercentage() - Method in interface oracle.spatial.network.TreeNode
Returns the link and percentage on the link if the tree node is a node on the link isNodeOnLink() == true
getPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the coordinate of this point geometry.
getPrevEdgeL() - Method in class oracle.spatial.topo.Edge
 
getPrevEdgeR() - Method in class oracle.spatial.topo.Edge
 
getPreviousNodeIds(boolean) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns the IDs of all the nodes with a direct link to this node.
getPreviousNodeIds(boolean) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
getPrevLink() - Method in class oracle.spatial.network.lod.VisitedNode
 
getPrevLinks() - Method in interface oracle.spatial.network.Node
Returns Links that come into this node in an array for directed networks, these links are in-links of this nodes
getPrevNode() - Method in class oracle.spatial.network.lod.VisitedNode
 
getProgress(long, long) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Returns the progress of the operation for a specified client (session) and optionally for a specified operation.
getPyramidLevel(long) - Static method in class oracle.spatial.util.Las2SqlLdr
 
getPyramidMaxLevel() - Method in class oracle.spatial.georaster.RasterInfo
Returns the maximum pyramid level.
getPyramidResampling() - Method in class oracle.spatial.georaster.RasterInfo
Returns the pyramid resampling.
getPyramidType() - Method in class oracle.spatial.georaster.RasterInfo
Returns the pyramid type.
getRadiometricResolutionDescription() - Method in class oracle.spatial.georaster.BandReferenceInfo
Returns the radiometric resolution description.
getRadius() - Method in class oracle.spatial.network.lod.NetworkBuffer
Returns the radius (size) of the network buffer.
getRasterBlock(int, long, long, long, boolean, boolean) - Method in class oracle.spatial.georaster.JRaster
Gets the byte array of a specified raster block.
getRasterBlockLocator(SdoGeoRaster, long, long, long, long, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
returns the LOB locator of a raster block by specifying the pyramidLevel, bandBlockNumber, rowBlockNumber, and columnBlockNumber parameters.
getRasterBlockLocator2(SdoGeoRaster, long, long, long, long, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
return the LOB locator of a raster block that contains a specific single cell and the offset of the cell within the raster block.
getRasterBlockLocator2(SdoGeoRaster, long, JGeometry, long, boolean, boolean) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
return the LOB locator of a raster block that contains a specific single cell and the offset of the cell within the raster block.
getRasterBlockLocatorJS(int, long, long, long, boolean, boolean) - Method in class oracle.spatial.georaster.JRaster
Gets the LOB locator of a specified raster block.
getRasterData(int, String, double[]) - Method in class oracle.spatial.georaster.JRaster
Deprecated.
getRasterDataJS(int, String, double[]) - Method in class oracle.spatial.georaster.JRaster
Returns a single Blob object that contains all raster data of the associated GeoRaster object at the specified pyramid level.
getRasterDataTable() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the raster data table where the current GeoRaster is stored.
getRasterDataTable() - Method in class oracle.spatial.georaster.sql.SdoGeoRaster
Returns the raster data table where the current GeoRaster object is stored.
getRasterID() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the raster ID assigned to the current GeoRaster.
getRasterID() - Method in class oracle.spatial.georaster.sql.SdoGeoRaster
Returns the raster ID assigned to the current GeoRaster object.
getRasterImage(int) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the entire GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the entire GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, String, int) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the entire GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, String, int, double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the entire GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, JGeometry, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, JGeometry, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, JGeometry, String, int, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, JGeometry, String, int, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, long, long, long, long, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, long, long, long, long, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, long, long, long, long, String, int, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, long, long, long, long, String, int, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, long, long, long, long, String, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, long, long, long, long, String, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, long, long, long, long, String, String, int, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImage(int, long, long, long, long, String, String, int, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getRasterImageWithMask(int, JGeometry, Vector, int, int, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Gets the specified portion of the GeoRaster and mask as a Java Image.
getRasterImageWithMask(int, JGeometry, Vector, int, int, String, int, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Gets the specified portion of the GeoRaster and mask as a Java Image.
getRasterImageWithMask(int, long, long, long, long, Vector, int, int, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Gets the specified portion of the GeoRaster and mask as a Java Image.
getRasterImageWithMask(int, long, long, long, long, Vector, int, int, String, int, long[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Gets the specified portion of the GeoRaster and mask as a Java Image.
getRasterInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns an RasterInfo object, which represents the XML RasterInfo element, contained in the current instance.
getRasterObject() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the JRaster object contained in this JGeoRaster object.
getRasterRange(SdoGeoRaster, int) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Gets the minimum and maximum cell values of a specified layer of a GeoRaster object or of the GeoRaster object itself (the object layer).
getRasterSubset(int, JGeometry, String, String, double[], String) - Method in class oracle.spatial.georaster.JRaster
Returns binary raster data as a byte array for the associated GeoRaster object, based on parameters which specify a window, layers, and customized cell depth.
getRasterSubset(int, JGeometry, String, long[], String, double[], String) - Method in class oracle.spatial.georaster.JRaster
Returns binary raster data as a byte array for the associated GeoRaster object, based on parameters which specify a window, layers, and customized cell depth.
getRasterSubset(int, JGeometry, String, int, String, String, String, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Returns binary raster data as a byte array for the associated GeoRaster object, based on parameters which specify a window, layers, and customized cell depth.
getRasterSubset(int, long, long, long, long, String, int, String, String, String, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Returns binary raster data as a byte array for the associated GeoRaster object, based on parameters that specify the window, layers, and customized cell depth.
getRasterSubsetBlob(int, long, long, long, long, String, String, String, String, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Deprecated.
getRasterSubsetBlobJS(int, long, long, long, long, String, String, String, String, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Returns binary raster data as a BLOB for the associated GeoRaster object, based on parameters that specify the window, layers, and customized cell depth.
getRasterSubsetBlobJS(int, JGeometry, String, String, String, String, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Returns binary raster data as a BLOB for the associated GeoRaster object, based on parameters which specify a window, layers, and customized cell depth.
getRasterType() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the raster type.
getRasterType() - Method in class oracle.spatial.georaster.ObjectInfo
Returns the GeoRaster type.
getReader() - Method in class oracle.spatial.network.lod.NetworkExplorer
Deprecated.
use getNetworkIO()
getRecord(int) - Method in class oracle.spatial.util.DBFReaderJGeom
retrieve the nth record in the file.
getRed() - Method in class oracle.spatial.georaster.GeorColormapEntry
Returns the red color component.
getRed() - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the band number mapped to red.
getReferenceLightPath() - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Returns the path containing the subpath.
getReferenceLink() - Method in interface oracle.spatial.network.Link
Gets the reference link if the link is created based on an existing link.
getReferenceLink() - Method in interface oracle.spatial.network.Node
Gets the reference link if the node is created based on an existing link.
getReferencePath() - Method in interface oracle.spatial.network.lod.LogicalSubPath
Returns the path containing the subpath.
getReferencePath() - Method in class oracle.spatial.network.lod.LogicalSubPathImpl
 
getReferencePath() - Method in interface oracle.spatial.network.SubPath
 
getRehashTime() - Static method in class oracle.spatial.network.lod.LongHashMap
 
getRelationTableName() - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Returns the name of the relation table.
getRelSchema(DBFReaderJGeom) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
getRelSchema(DBFReaderJGeom, String) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
getReprojectedRasterImage(int, JGeometry, String, int, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Reprojects the specified portion of the GeoRaster in the specified pyramidLevel, and returns it as a Java Image.
getReprojectedRasterImage(int, JGeometry, String, String, int, int, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns the specified portion of the GeoRaster in the specified pyramidLevel as a Java Image.
getReprojectedRasterImage(int, long, long, long, long, String, int, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Reprojects the specified portion of the GeoRaster in the specified pyramidLevel, and returns it as a Java Image.
getReprojectedRasterImage(int, long, long, long, long, String, String, String, int, int, long[], double[]) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Reprojects the specified portion of the GeoRaster in the specified pyramidLevel, and returns it as a Java Image.
getReprojectedRasterSubset(int, JGeometry, String, String, int, String, String, String, int, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Reproject subset of a GeoRaster object, and returns binary raster data as a byte array, based on parameters which specify a window, layers, and customized cell depth.The immediately following getOutArea() call will return a SDO_GEOMETRY object containing the MBR (minimum bounding rectangle) in the model coordinate system of the resulting object.
getReprojectedRasterSubset(int, long, long, long, long, String, String, int, String, String, String, int, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Reproject subset of a GeoRaster object, and returns binary raster data as a byte array, based on parameters which specify a window, layers, and customized cell depth.The immediately following getOutArea() call will return a SDO_GEOMETRY object containing the MBR (minimum bounding rectangle) in the model coordinate system of the resulting object.
getReprojectedRasterSubsetBlob(int, JGeometry, String, String, String, String, String, int, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Deprecated.
getReprojectedRasterSubsetBlob(int, long, long, long, long, String, String, String, String, String, int, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Deprecated.
getReprojectedRasterSubsetBlobJS(int, JGeometry, String, String, String, String, String, int, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Reproject subset of a GeoRaster object, and returns binary raster data as a Blob, based on parameters which specify a window, layers, and customized cell depth.The immediately following getOutArea() call will return a SDO_GEOMETRY object containing the MBR (minimum bounding rectangle) in the model coordinate system of the resulting object.
getReprojectedRasterSubsetBlobJS(int, long, long, long, long, String, String, String, String, String, int, int, long[], double[]) - Method in class oracle.spatial.georaster.JRaster
Reproject subset of a GeoRaster object, and returns binary raster data as a Blob, based on parameters which specify a window, layers, and customized cell depth.The immediately following getOutArea() call will return a SDO_GEOMETRY object containing the MBR (minimum bounding rectangle) in the model coordinate system of the resulting object.
getResidentPartitionArray() - Method in class oracle.spatial.network.lod.config.CachingPolicy
Returns the resident partition ID array.
getResidentPartitions() - Method in class oracle.spatial.network.lod.config.CachingPolicy
Returns the resident partition IDs.
getRootNode() - Method in interface oracle.spatial.network.Tree
Returns the root node
getRow() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point row.
getRowDenominator() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the rowDenominator vector.
getRowDimension() - Method in class oracle.spatial.network.lod.Matrix
Returns the row dimension.
getRowNumerator() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the rowNumerator vector.
getRowOff() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the rowOff value.
getRowRMS() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the rowRMS value.
getRowScale() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the rowScale value.
getSamplingFactor() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the sampling factor.
getSamplingWindowColumnWidth() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the sampling window column width.
getSamplingWindowOrigin(int) - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the sampling window origin point for the specified dimension.
getSamplingWindowRowHeight() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the sampling window row height.
getScalingFunction() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the scaling function as a vector, and coefficients are stored in the vector in the following order: a0,a1,b0,b1
getSchemaName() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the schema where the current GeoRaster is stored.
getSdoGeorPKG() - Method in class oracle.spatial.georaster.JGeoRaster
Returns a SdoGeorPKG object, which is used to remotely execute PL/SQL functions and procedures defined in the server-side package SDO_GEOR.
getShape(double[], boolean) - Static method in class oracle.spatial.util.Util
converts the coordinate array into a GeneralPath shape.
getShortestPathAlgorithm() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getShortestPathAlgorithm() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the default shortest path algorithm.
getShpDims(int, double) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
getShpFileType() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the Shape Type in the file.
getSiblingLinkArray() - Method in interface oracle.spatial.network.Link
Retunrs the sibling links as a Link array.
getSiblingNodeArray() - Method in interface oracle.spatial.network.Node
Retunrs the sibling nodes as a Node array.
getSiblings() - Method in interface oracle.spatial.network.Link
Returns the sibling links as an Iterator.
getSiblings() - Method in interface oracle.spatial.network.Node
Retunrs the sibling nodes as an Iterator.
getSize() - Method in class oracle.spatial.geometry.JGeometry
Gets an estimated size of the geometry in bytes.
getSmax() - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
getSourceInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns an array of string, which represents the XML SourceInfo nodes, contained in the current instance.
getSpatialExtent() - Method in class oracle.spatial.georaster.JGeoRaster
Returns the spatial extent.
getSpatialReferenceInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns an SpatialReferenceInfo object, which represents the XML SpatialReferenceInfo element, contained in the current instance.
getSpatialResolution(String) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the spatial resolution of the specified dimension stored in the XML without verification and computing; this means return value might be different from the value returned by the method computeSpatialResolutions.
getSpatialTolerance() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the spatial tolerance.
getSpecifics() - Method in exception oracle.spatial.util.GeometryExceptionWithContext
 
getSpectralExtent_Max() - Method in class oracle.spatial.georaster.BandReferenceInfo
Returns the maximum spectral extent.
getSpectralExtent_Min() - Method in class oracle.spatial.georaster.BandReferenceInfo
Returns the minimum spectral extent.
getSpectralResolutionDescription() - Method in class oracle.spatial.georaster.BandReferenceInfo
Returns the spectral resolution description.
getSpectralTolerance() - Method in class oracle.spatial.georaster.BandReferenceInfo
Returns the spectral tolerance.
getSpectralUnit() - Method in class oracle.spatial.georaster.BandReferenceInfo
Returns the spectral unit.
getSRID() - Method in class oracle.spatial.geometry.JGeometry
Gets the geometry SRID.
getSrid() - Method in class oracle.spatial.network.GeometryMetadata
Returns the SRID.
getSrid() - Method in interface oracle.spatial.network.MDPoint
Returns the SRID.
getSrid() - Method in class oracle.spatial.topo.TopoMap
Returns the SRID of the topology.
getStart() - Method in class oracle.spatial.network.lod.NetworkBuffer.DoubleInterval
Returns the start value of the interval.
getStartEdge() - Method in class oracle.spatial.topo.Node
 
getStartLinkIndex() - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Returns the start link index.
getStartLinkIndex() - Method in interface oracle.spatial.network.SubPath
 
getStartMeasure() - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
getStartMeasure(int) - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
getStartMeasure() - Method in interface oracle.spatial.network.Link
Gets the start measure of the referenced LRS geometry.
getStartNode() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the start node.
getStartNode() - Method in interface oracle.spatial.network.Link
Returns the start node.
getStartNode() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Deprecated.
use getStartPoints
getStartNode() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Returns the first node on this path.
getStartNode() - Method in interface oracle.spatial.network.lod.LogicalNetLink
Returns the reference to the start node.
getStartNode() - Method in class oracle.spatial.network.lod.LogicalNetLinkImpl
 
getStartNode() - Method in interface oracle.spatial.network.Path
Returns the start node of the path.
getStartNodeId() - Method in interface oracle.spatial.network.lod.LogicalLightPath
Returns the start node ID of this path.
getStartNodeId() - Method in interface oracle.spatial.network.lod.LogicalLink
Returns the start node ID.
getStartPercentage() - Method in interface oracle.spatial.network.Link
Returns the start percentage if the link is created based on an existing link
getStartPercentage() - Method in interface oracle.spatial.network.lod.FeatureElement
Returns the start percentage of the feature element.
getStartPercentage() - Method in class oracle.spatial.network.lod.FeatureElementImpl
 
getStartPercentage() - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Returns the location of the starting point of the subpath as a percentage of the first link of the containing path.
getStartPercentage() - Method in interface oracle.spatial.network.SubPath
 
getStartPercentage() - Method in interface oracle.spatial.network.TreeLink
Returns the start percentage of the link if the tree link is a partial link
getStartPoint() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Deprecated.
use getStartPoints
getStartPoints() - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Returns the start points.
getState() - Method in interface oracle.spatial.network.Link
Returns the link state.
getState() - Method in interface oracle.spatial.network.Node
Returns the node state.
getState() - Method in interface oracle.spatial.network.Path
Gets the path state.
getStatistics() - Method in class oracle.spatial.network.lod.LongHashMap
 
getStatus() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point status, the valid value as below: SpatialReferenceInfo.GCPPOINT_STATUS_MEASURED SpatialReferenceInfo.GCPPOINT_STATUS_REMOVED SpatialReferenceInfo.GCPPOINT_STATUS_ESTIMATED SpatialReferenceInfo.GCPPOINT_STATUS_VALIDATED SpatialReferenceInfo.GCPPOINT_STATUS_INVALID
getStatusReport(long, long) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Returns the current status of the operations in the status table for a specified client (session) and optionally for a specified operation.
getSTD() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the statistics STD value.
getStructDescriptor(Object) - Static method in class oracle.spatial.util.JDBCAdapter
 
getStructDescriptor(Object) - Method in interface oracle.spatial.util.JDBCExtensionInterface
 
getSubLayer(long) - Method in class oracle.spatial.georaster.LayerInfo
Returns a subLayer specified by parameter layer.
getSubLayers() - Method in class oracle.spatial.georaster.LayerInfo
Returns subLayers as a vector.
getSubNetwork(MBR) - Method in interface oracle.spatial.network.Network
Returns the sub-network bound by the specified MBR.
getSubPath(int) - Method in interface oracle.spatial.network.Network
Returns the subpath by ID.
getSubPath(String) - Method in interface oracle.spatial.network.Network
Returns the subpath by the String ID.
getSubPath(int, int) - Method in interface oracle.spatial.network.Path
Returns the sub-path between startNodeIndex and ednNodeIndex
getSubPath(TreeNode) - Method in interface oracle.spatial.network.Tree
Returns the subpath between the given tree node and the root node
getSubPathArray() - Method in interface oracle.spatial.network.Network
Returns the subpaths as an array.
getSubPathArray(boolean) - Method in interface oracle.spatial.network.Network
Returns the subpaths with the specified active flag as an array.
getSubPathArray(String) - Method in interface oracle.spatial.network.Network
Returns the subpaths with the specified type as an array.
getSubPathDataIndexMap(int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the subpath user data index map.
getSubPathDataLength(String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the subpath user data length
getSubPathDataNames() - Method in interface oracle.spatial.network.UserDataMetadata
Returns the subpath user data names in a String array
getSubPathDataNames(int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the subpath user data names in a String array
getSubPathDataType(String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the subpath user data type of the given data name
getSubPathGeomColumn() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the subpath geometry column name in the database.
getSubPathGeomMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the subpath geometry metadata.
getSubPaths() - Method in interface oracle.spatial.network.Network
Returns the subpaths as an Iterator.
getSubPaths(boolean) - Method in interface oracle.spatial.network.Network
Returns subpaths with the specified active as an Iterator.
getSubPaths(String) - Method in interface oracle.spatial.network.Network
Returns the subpaths with the specified type as an Iterator.
getSubPathTableName() - Method in interface oracle.spatial.network.Network
Deprecated. 
getSubPathTableName(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Returns the subpath table name in the database.
getSupportedDataTypes() - Method in interface oracle.spatial.network.UserDataMetadata
Returns all surported data type in the user data metadata
getTableName() - Method in class oracle.spatial.network.GeometryMetadata
Deprecated. 
getTableName(boolean) - Method in class oracle.spatial.network.GeometryMetadata
Returns the geometry table name.
getTemporalReferenceInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns an TemporalReferenceInfo object, which represents the XML TemporalReferenceInfo element, contained in the current instance.
getTemporalResolutionDescription() - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Returns the temporal resolution description.
getTemporaryLinkArray() - Method in interface oracle.spatial.network.Network
Returns all temporary links as an array.
getTemporaryNodeArray() - Method in interface oracle.spatial.network.Network
Returns all temporary nodes as an array.
getTopology() - Method in interface oracle.spatial.network.NetworkMetadata
Returns topology name of the network
getTopologyBounds() - Method in class oracle.spatial.topo.TopoMap
Determines the bounds of the data contained in the database topology, using the spatial index in the database.
getTopologyEdgeCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of edges in the <topologyName>_EDGE$ table.
getTopologyFaceCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of faces in the <topologyName>_FACE$ table.
getTopologyNodeCount() - Method in class oracle.spatial.topo.TopoMap
Returns the number of nodes in the <topologyName>_NODE$ table.
getTopoName() - Method in class oracle.spatial.topo.TopoMap
Returns the name of the topology.
getTopoTransactionID() - Method in class oracle.spatial.topo.TopoMap
Returns the topology transaction ID if there is data loaded in the cache for update.
getTotalBandNumber() - Method in class oracle.spatial.georaster.image.GeoRasterImage
Gets the number of bands in the current geoRasterImage based on the current setting for red/green/blue if (red=blue=green) then returns 1; otherwise, return 3.
getTotalBlockNumber(int) - Method in class oracle.spatial.georaster.RasterInfo
Returns the total number of blocks of the specified dimension.
getTotalDimensions() - Method in class oracle.spatial.georaster.RasterInfo
Returns the total number of dimensions of the current GeoRaster object.
getTotalRMS() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the totalRMS value.
getTreeLink() - Method in interface oracle.spatial.network.TreeNode
Returns the tree link that leads to this tree node
getTspAlgorithm() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getTspAlgorithm() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the default TSP algorithm.
getTspCosts(int) - Method in class oracle.spatial.network.lod.TspAnalysisInfo
Returns the costs to reach the input tsp point.
getTspNodeDuration() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the TSP path node duration in an array of double The order of the duration is the same as the one in getTSPNodeNodeOrder() the duration is returned as an array of two doubles duration[i][0] represents the arrival duration for the i-th TSP node and This information is only used for TSP related analys
getTspNodeDuration() - Method in interface oracle.spatial.network.Path
Returns the TSP path node duration in an array of double The order of the duration is the same as the one in getTSPNodeNodeOrder() the duration is returned as an array of two doubles duration[i][0] represents the arrival duration for the i-th TSP node and This information is only used for TSP related analys
getTspNodeOrder() - Method in interface oracle.spatial.network.AnalysisInfo
Returns the TSP path node visit order in an array of Node This information is only used for TSP related analysis
getTspNodeOrder() - Method in interface oracle.spatial.network.Path
Returns the TSP path node visit order in an array of Node This information is only used for TSP related analysis
getTspOrder() - Method in class oracle.spatial.network.lod.TspAnalysisInfo
Returns TSP points in order.
getTspOrder() - Method in class oracle.spatial.network.lod.TspPath
Returns the index of the points in visited order.
getTspOrder() - Method in class oracle.spatial.network.lod.TspPathFeature
Returns the index of the features in visited order.
getType() - Method in class oracle.spatial.geometry.JGeometry
Gets the geometry type.
getType() - Method in interface oracle.spatial.network.Link
Returns the link type.
getType() - Method in interface oracle.spatial.network.lod.Feature
Returns the feature type.
getType() - Method in interface oracle.spatial.network.lod.FeatureElement
Returns the type of the feature element.
getType() - Method in class oracle.spatial.network.lod.FeatureElementImpl
 
getType() - Method in class oracle.spatial.network.lod.FeatureImpl
 
getType() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network type.
getType() - Method in interface oracle.spatial.network.Node
Returns the node type.
getType() - Method in interface oracle.spatial.network.Path
Returns the path type.
getType() - Method in interface oracle.spatial.network.SubPath
 
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.CharacterColumn
 
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.DateColumn
 
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.LogicalColumn
 
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.NumericColumn
 
getType() - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getULTCoordinate(int) - Method in class oracle.spatial.georaster.RasterInfo
Returns the ULT value of the specified dimension.
getUpdatedLinks() - Method in class oracle.spatial.network.lod.PartitionUpdate
 
getUpdatedNodes() - Method in class oracle.spatial.network.lod.PartitionUpdate
 
getUpdatedPartitionIds() - Method in class oracle.spatial.network.lod.NetworkUpdate
Returns the IDs of all the updated partitions.
getUpperBound(int) - Method in class oracle.spatial.network.SDODimArray
Returns the specified upper bound.
getUser() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the network owner.
getUserData() - Method in interface oracle.spatial.network.Link
Gets the user defined data.
getUserData(String) - Method in interface oracle.spatial.network.Link
Gets user data
getUserData(int) - Method in interface oracle.spatial.network.lod.CategorizedUserData
Returns the user data for the specified category.
getUserData(int) - Method in class oracle.spatial.network.lod.CategorizedUserDataImpl
 
getUserData(String) - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Deprecated. 
getUserData() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Deprecated. 
getUserData() - Method in class oracle.spatial.network.lod.PointOnNet
Returns the user data associated with this point on net in the default user data category.
getUserData() - Method in interface oracle.spatial.network.Network
Gets user defined data.
getUserData(String) - Method in interface oracle.spatial.network.Network
Gets user data
getUserData() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the user defined data.
getUserData(String) - Method in interface oracle.spatial.network.NetworkMetadata
Gets user data
getUserData() - Method in interface oracle.spatial.network.Node
Gets user defined data.
getUserData(String) - Method in interface oracle.spatial.network.Node
Gets user data
getUserData() - Method in interface oracle.spatial.network.Path
Gets user defined data.
getUserData(String) - Method in interface oracle.spatial.network.Path
Gets user data
getUserData() - Method in interface oracle.spatial.network.SubPath
 
getUserData(String) - Method in interface oracle.spatial.network.SubPath
 
getUserDataCategories() - Method in class oracle.spatial.network.lod.DefaultLinkCostCalculator
 
getUserDataCategories() - Method in class oracle.spatial.network.lod.DefaultNodeCostCalculator
 
getUserDataCategories() - Method in class oracle.spatial.network.lod.DummyCostFunction
 
getUserDataCategories() - Method in class oracle.spatial.network.lod.DummyLinkCostCalculator
 
getUserDataCategories() - Method in class oracle.spatial.network.lod.DummyLinkLevelSelector
 
getUserDataCategories() - Method in class oracle.spatial.network.lod.DummyNodeCostCalculator
 
getUserDataCategories() - Method in class oracle.spatial.network.lod.DynamicLinkLevelSelector
 
getUserDataCategories() - Method in interface oracle.spatial.network.lod.FeatureFilter
Returns the required user data categories.
getUserDataCategories() - Method in interface oracle.spatial.network.lod.HeuristicCostFunction
Returns the required user data categories.
getUserDataCategories() - Method in interface oracle.spatial.network.lod.LinkCostCalculator
Returns the required user data categories.
getUserDataCategories() - Method in interface oracle.spatial.network.lod.LinkLevelSelector
Returns the required user data categories.
getUserDataCategories() - Method in interface oracle.spatial.network.lod.LODGoalNode
Returns the required user data categories.
getUserDataCategories() - Method in interface oracle.spatial.network.lod.LODNetworkConstraint
Returns the required user data categories.
getUserDataCategories() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns the user data categories loaded in the network.
getUserDataCategories() - Method in class oracle.spatial.network.lod.MaxCostConstraint
 
getUserDataCategories() - Method in class oracle.spatial.network.lod.MaxDepthConstraint
 
getUserDataCategories() - Method in interface oracle.spatial.network.lod.NodeCostCalculator
Returns the required user data categories.
getUserDataIndex(String, String, int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the user data index.
getUserDataIndexMap(String, int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the user data index map for the specified table type or feature layer name.
getUserDataIOs() - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
getUserDataIOs() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the user data IO implementations.
getUserDataLength(String, String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the user data length
getUserDataMetadata() - Method in interface oracle.spatial.network.NetworkMetadata
Returns the user data metadata
getUserDataNames(String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the user data names in the default category for the specified table type
getUserDataNames(String, int) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the user data names in the given category for the specified table type
getUserDataType(String, String) - Method in interface oracle.spatial.network.UserDataMetadata
Returns the user data type for the give data name
getUserID() - Method in class oracle.spatial.georaster.ObjectInfo
Returns the GeoRaster user ID.
getUserObject() - Method in class oracle.spatial.network.lod.VisitedNode
 
getValue(int) - Method in class oracle.spatial.util.DBFReaderJGeom.RecordColumn
 
getValueAndCount() - Method in class oracle.spatial.georaster.GeorHistogram
Returns the GeorHistogramEntry array.
getVATName() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns the VAT table name.
getVersion() - Static method in class oracle.spatial.network.NetworkManager
Returns the version of the SDO networkAdapter.
getVersionException(String) - Static method in exception oracle.spatial.georaster.GeoRasterException
Returns a GeoRasterException instance about version issue.
getVertical() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point vertical.
getVerticalSRID() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns the vertical SRID.
getWindingRule() - Method in class oracle.spatial.util.SDODoubleGeneralPath
Returns the fill style winding rule.
getWithinCostPolygonTolerance() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
getX() - Method in class oracle.spatial.geometry.JGeometry.Point
 
getX() - Method in class oracle.spatial.geometry.JPoint2DD
 
getX() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point x.
getX() - Method in class oracle.spatial.topo.Point2DD
 
getXMLSchema() - Method in class oracle.spatial.network.lod.AStar
 
getXMLSchema() - Method in class oracle.spatial.network.lod.DefaultPairwiseCostCalculator
 
getXMLSchema() - Method in class oracle.spatial.network.lod.DefaultPairwiseShortestPaths
 
getXMLSchema() - Method in class oracle.spatial.network.lod.DynamicLinkLevelSelector
 
getXMLSchema() - Method in class oracle.spatial.network.lod.NetworkSearch
 
getXMLSchema() - Method in class oracle.spatial.network.lod.TspOp2
 
getXMLSchema() - Method in interface oracle.spatial.network.lod.XMLConfigurable
Returns the XML schema for the input parameter.
getXMLSchema() - Method in class oracle.spatial.network.lod.YenDeviation
 
getXMLString() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns an XML string represented by this GeoRasterMetadata object.
getXOff() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the xOff value.
getXRMS() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point xRMS.
getXScale() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the xScale value.
getY() - Method in class oracle.spatial.geometry.JGeometry.Point
 
getY() - Method in class oracle.spatial.geometry.JPoint2DD
 
getY() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point y.
getY() - Method in class oracle.spatial.topo.Point2DD
 
getYOff() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the yOff value.
getYRMS() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point yRMS.
getYScale() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the yScale value.
getZ() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point z.
getZOff() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the zOff value.
getZRMS() - Method in class oracle.spatial.georaster.GCPPoint
Returns the GCP point zRMS.
getZScale() - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Returns the zScale value.
GML - Class in oracle.spatial.util
 
GML() - Constructor for class oracle.spatial.util.GML
 
GML2 - Class in oracle.spatial.util
 
GML2() - Constructor for class oracle.spatial.util.GML2
 
GML3 - Class in oracle.spatial.util
 
GML3() - Constructor for class oracle.spatial.util.GML3
 
GML3.GMLVersion - Enum in oracle.spatial.util
 
gml311ToSTRUCT(String) - Static method in class oracle.spatial.util.Adapters
 
gml311ToSTRUCT(String, String) - Static method in class oracle.spatial.util.Adapters
 
gml311ToSTRUCT(String, Connection) - Static method in class oracle.spatial.util.Adapters
 
gml311ToSTRUCT(CLOB) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.gml311ToSTRUCT(OracleClob) instead.
gml311ToSTRUCT(CLOB, String) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.gml311ToSTRUCT(OracleClob, String) instead.
gml311ToSTRUCT(String, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
gml311ToSTRUCT(String, String, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
gml311ToSTRUCT(String, Connection, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
gml311ToSTRUCT(CLOB, NUMBER) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.gml311ToSTRUCT(OracleClob, NUMBER) instead.
gml311ToSTRUCT(CLOB, String, NUMBER) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.gml311ToSTRUCT(OracleClob, String, NUMBER) instead.
gml311ToSTRUCT(OracleClob) - Static method in class oracle.spatial.util.Adapters
 
gml311ToSTRUCT(OracleClob, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
gml311ToSTRUCT(OracleClob, String) - Static method in class oracle.spatial.util.Adapters
 
gml311ToSTRUCT(OracleClob, String, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
GML3g - Class in oracle.spatial.util
 
GML3g() - Constructor for class oracle.spatial.util.GML3g
 
GML_COORD_ELEMENT - Static variable in class oracle.spatial.util.GML3g
Deprecated with GML version 3.0
GML_COORDINATES_ELEMENT - Static variable in class oracle.spatial.util.GML3g
Deprecated with GML 3.1.0 Use the explicit properties "lowerCorner" and "upperCorner" instead.
GML_LOWER_CORNER_ELEMENT - Static variable in class oracle.spatial.util.GML3g
 
GML_POS_LIST_ELEMENT - Static variable in class oracle.spatial.util.GML3g
 
GML_SRS_DIMENSION_ATTRIBUTE - Static variable in class oracle.spatial.util.GML3g
 
GML_UPPER_CORNER_ELEMENT - Static variable in class oracle.spatial.util.GML3g
 
GML_X - Static variable in class oracle.spatial.util.GML3g
 
GML_Y - Static variable in class oracle.spatial.util.GML3g
 
GML_Z - Static variable in class oracle.spatial.util.GML3g
 
gmlToSTRUCT(String) - Static method in class oracle.spatial.util.Adapters
 
gmlToSTRUCT(String, String) - Static method in class oracle.spatial.util.Adapters
 
gmlToSTRUCT(String, Connection) - Static method in class oracle.spatial.util.Adapters
 
gmlToSTRUCT(CLOB) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.gmlToSTRUCT(OracleClob) instead.
gmlToSTRUCT(CLOB, String) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.gmlToSTRUCT(OracleClob, String) instead.
gmlToSTRUCT(String, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
gmlToSTRUCT(String, String, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
gmlToSTRUCT(String, Connection, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
gmlToSTRUCT(CLOB, NUMBER) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.gmlToSTRUCT(OracleClob, NUMBER) instead.
gmlToSTRUCT(CLOB, String, NUMBER) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.gmlToSTRUCT(OracleClob, String, NUMBER) instead.
gmlToSTRUCT(OracleClob) - Static method in class oracle.spatial.util.Adapters
 
gmlToSTRUCT(OracleClob, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
gmlToSTRUCT(OracleClob, String) - Static method in class oracle.spatial.util.Adapters
 
gmlToSTRUCT(OracleClob, String, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
GoalNode - Interface in oracle.spatial.network
This interface defines if a given node is a goal node for network analysis
GoalNodeOperator - Class in oracle.spatial.network.lod
Supports "and", "or", and "not" operations on goal node filters.
GoalNodeOperator() - Constructor for class oracle.spatial.network.lod.GoalNodeOperator
 
groundPlanSimplification(J3D_Geometry, Connection, int, double) - Method in class oracle.spatial.util.Generalization3D
Simplifies input 3D building geometry.
GroupingLOD1Generalization - Class in oracle.spatial.util
 
GroupingLOD1Generalization() - Constructor for class oracle.spatial.util.GroupingLOD1Generalization
Java class that groups LOD1 geometries to generalize.
GTYPE_COLLECTION - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_COLLECTION - Static variable in class oracle.spatial.geometry.JGeometry
collection geometry type
GTYPE_CURVE - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_CURVE - Static variable in class oracle.spatial.geometry.JGeometry
curve geoemtry type
GTYPE_MULTICURVE - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_MULTICURVE - Static variable in class oracle.spatial.geometry.JGeometry
multi-curve geometry type
GTYPE_MULTIPOINT - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_MULTIPOINT - Static variable in class oracle.spatial.geometry.JGeometry
multi-point geometry type
GTYPE_MULTIPOLYGON - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_MULTIPOLYGON - Static variable in class oracle.spatial.geometry.JGeometry
multi-polygon geometry type
GTYPE_MULTISOLID - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_MULTISOLID - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
GTYPE_MULTISURFACE - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_MULTISURFACE - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
GTYPE_POINT - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_POINT - Static variable in class oracle.spatial.geometry.JGeometry
point geometry type
GTYPE_POLYGON - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_POLYGON - Static variable in class oracle.spatial.geometry.JGeometry
polygon geometry type
GTYPE_SOLID - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_SOLID - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
GTYPE_SURFACE - Static variable in class oracle.spatial.geometry.ElementExtractor
 
GTYPE_SURFACE - Static variable in class oracle.spatial.geometry.J3D_Geometry
 

H

HANDLER_CLASS_NAME_LRU - Static variable in class oracle.spatial.network.lod.config.CachingPolicy
 
hasBitmapMask(int) - Method in class oracle.spatial.georaster.JGeoRasterMeta
Returns true if the GeoRaster object has a bitmapMask defined in the layer layerNo
hasBitmapMask() - Method in class oracle.spatial.georaster.SubLayerInfo
Returns true if there is a bitmap mask associated with this layer.
hasCircularArcs() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is a compound one.
hasColormap() - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns whether a colormap is associated with the current RGB band.
hasGrayscale() - Method in class oracle.spatial.georaster.image.GeoRasterImage
Returns whether a gray scale mapping is associated with the current RGB band.
hashCode() - Method in class oracle.spatial.network.lod.PointOnNet
 
hashCode() - Method in class oracle.spatial.network.lod.VisitedNode
 
hasInterval(NetworkBuffer.DoubleInterval) - Method in class oracle.spatial.network.lod.NetworkBuffer.LinkIntervals
Checks whether the link interval object contains the input interval.
hasLink(long) - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Checks whether the network elements contains the specified link.
hasLinks(long[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Checks whether the input links exist or not
hasNode(long) - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Checks whether the network elements contains the specified node.
hasNodeCost() - Method in interface oracle.spatial.network.Network
Checks if the network has node cost.
hasNodes(long[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Checks whether the input nodes exist or not
hasStringID() - Method in interface oracle.spatial.network.Network
Checks if the network has String ID index
HeavyPointOnNet - Class in oracle.spatial.network.lod
A HeavyPointOnNet is a PointOnNet with reference to the underlying LogialNode and LogicalLink object.
HeavyPointOnNet(LogicalNode, UserData) - Constructor for class oracle.spatial.network.lod.HeavyPointOnNet
Constructs a HeavyPointOnNet object for a node.
HeavyPointOnNet(LogicalNode, CategorizedUserData) - Constructor for class oracle.spatial.network.lod.HeavyPointOnNet
Constructs a HeavyPointOnNet object for a node.
HeavyPointOnNet(LogicalLink, double, UserData) - Constructor for class oracle.spatial.network.lod.HeavyPointOnNet
Constructs a HeavyPointOnNet object for a point on link.
HeuristicCostFunction - Interface in oracle.spatial.network.lod
This interface defines the heuristic cost function from one point to another.
Hilbert - Class in oracle.spatial.util
 
Hilbert() - Constructor for class oracle.spatial.util.Hilbert
 
hilbert_d2xy(long, long) - Static method in class oracle.spatial.util.Hilbert
 
hilbert_xy2d(long, long, long) - Static method in class oracle.spatial.util.Hilbert
 
hilbert_xy2d(long, long, long) - Static method in class oracle.spatial.util.Las2SqlLdr
 
HistoryMetadata - Class in oracle.spatial.network
 

I

IdentifiablePriorityQueue - Interface in oracle.spatial.network.lod
This interface defines the methods supported by a priority queue.
IdentifiablePriorityQueue.Identifiable - Interface in oracle.spatial.network.lod
This interface defines an element in the priority queue.
importGeometry(Object, int) - Method in class oracle.spatial.util.AdapterShapefileJGeom
 
importLAS(String, String, String, int) - Static method in class oracle.spatial.util.LASImportExport
 
importLAS(String, String, String, Connection) - Static method in class oracle.spatial.util.LASImportExport
 
incPointInPolygon(Point2DD, Point2DD[], boolean) - Static method in class oracle.spatial.topo.CompGeom
Incremental Point in Polygon routine taking a string of coordinates representing a part (or all) of a ring boundary.
indexOf(Link) - Method in interface oracle.spatial.network.Path
Returns the link index of the given link in the path
indexOf(Link, int) - Method in interface oracle.spatial.network.Path
Returns the link index of the given link in the path starting from fromIndex
indexOf(Node) - Method in interface oracle.spatial.network.Path
Returns the node index of the given node in the path
indexOf(Node, int) - Method in interface oracle.spatial.network.Path
Returns the node index of the given node in the path starting from fromIndex
indexOfLink(long) - Method in interface oracle.spatial.network.lod.LogicalPath
Returns the index of the specified link in this path.
indexOfNode(long) - Method in interface oracle.spatial.network.lod.LogicalPath
Returns the index of the specified node in this path.
info(String) - Method in class oracle.spatial.util.Logger
Logs a piece of information (such as configuration et al).
info(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a piece of information (such as configuration et al).
info(Exception) - Method in class oracle.spatial.util.Logger
Logs an info exception
init(int, String) - Method in class oracle.spatial.georaster.JGeoRasterMeta
Initiates a JGeoRasterMeta object based on a general pattern of metadata of a JGeoRaster object.
init(Element) - Method in class oracle.spatial.network.lod.AStar
 
init(Element) - Method in class oracle.spatial.network.lod.DefaultPairwiseCostCalculator
 
init(Element) - Method in class oracle.spatial.network.lod.DefaultPairwiseShortestPaths
 
init(Element) - Method in class oracle.spatial.network.lod.Dijkstra
 
init(Element) - Method in class oracle.spatial.network.lod.DynamicLinkLevelSelector
 
init(DbDataSource, NetworkMetadata, int) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
init(NetworkMetadata, int) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
init(Element) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
init(Element) - Method in class oracle.spatial.network.lod.NetworkSearch
 
init(Element) - Method in class oracle.spatial.network.lod.TspOp2
 
init(Element) - Method in interface oracle.spatial.network.lod.XMLConfigurable
Initializes the XML configurable object with the input parameter.
init(Element) - Method in class oracle.spatial.network.lod.YenDeviation
 
initBandReferenceInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
If the current instance does not contain a BandReferenceInfo instance, then an empty BandReferenceInfo is created and added to the current instance, otherwise just return current BandReferenceInfo.
initialize(JDBCExtensionInterface) - Static method in class oracle.spatial.util.JDBCAdapter
If the parameter contains the string "weblogic", weblogic wrappers will be used to access STRUCT and ARRAY methods to avoid infected connections.
initLayerInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
If the current instance does not contain a LayerInfo instance, then an empty LayerInfo is created and added to the current instance, otherwise just return current LayerInfo.
initObjectInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
If the current instance does not contain an ObjectInfo instance, then an empty ObjectInfo is created and added to the current instance; otherwise, just return the current ObjectInfo.
initRasterBlock(int, int, int, int, JGeometry) - Method in class oracle.spatial.georaster.JRaster
Inserts a new row into raster data table with specified pLevel,bandBlockNumber, rowBlockNumber, columnBlockNumber, and mbr.
initRasterBlockJS(int, int, int, int, JGeometry) - Method in class oracle.spatial.georaster.JRaster
Inserts a new row into raster data table with specified pLevel,bandBlockNumber, rowBlockNumber, columnBlockNumber, and mbr.
initRasterInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
If the current instance does not contain a RasterInfo instance, then an empty RasterInfo is created and added to the current instance; otherwise, just return the current RasterInfo.
initRDT() - Method in class oracle.spatial.georaster.JRaster
Initializes all rows in the RDT table, based on information like dimensionSize, blockSize, pyramidLevel, and so on, stored in the metadata.
initSpatialReferenceInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
If the current instance does not contain a SpatialReferenceInfo instance, then an empty SpatialReferenceInfo is created and added to the current instance, otherwise just return current SpatialReferenceInfo.
initSubLayer() - Method in class oracle.spatial.georaster.LayerInfo
Adds a new subLayer in the current layerInfo.
initTemporalReferenceInfo() - Method in class oracle.spatial.georaster.JGeoRasterMeta
If the current instance does not contain a TemporalReferenceInfo instance, then an empty TemporalReferenceInfo is created and added to the current instance, otherwise just return current TemporalReferenceInfo.
inLineRange(double, double, double, double, double, double) - Static method in class oracle.spatial.topo.CompGeom
computes whether the test point is on the open set of the input line segment with the assumption that the point is already known to be on the infinite line of which the line segment is a part.
INNER_OUTER - Static variable in class oracle.spatial.geometry.ElementExtractor
 
inSector(Point2DD, Point2DD[]) - Static method in class oracle.spatial.topo.CompGeom
inSector determines whether a line drawn from the middle vertex of a triad of vertices to a test point lies within the sector defined by the triad.
inSector(double, double, double, double, double, double, double, double) - Static method in class oracle.spatial.topo.CompGeom
inSector determines whether a line drawn from the middle vertex of a triad of vertices to a test point lies within the sector defined by the triad.
insert(Comparable) - Method in interface oracle.spatial.network.lod.PriorityQueue
Inserts an element into the queue.
insertFeatures(OracleConnection, DBFReaderJGeom, ShapefileReaderJGeom, String, String, int, int, int, int, String) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
insertFeatures(OracleConnection, DBFReaderJGeom, ShapefileReaderJGeom, String, int, int, String) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
insertGeomMetadata(Connection, String, String, int, SDODimArray) - Static method in class oracle.spatial.network.NetworkManager
Inserts the geometry metadata to the database.
inside(MDPoint, MDPoint) - Method in interface oracle.spatial.network.MDPoint
Checks if the point is inside the specified range represented by the low and the high points.
inside(MDPoint, double) - Method in interface oracle.spatial.network.MDPoint
Checks if the point is inside the specified range represented by the point and the radius.
inside3d(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns whether the first Cartesian geometry is inside the solid (second Cartesian geometry) or not.
inside3d(J3D_Geometry, double, String) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns whether the first geometry is inside the solid (second geometry) or not.
inside3d(Struct, Struct, String, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
INTEGER_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
interacts(MBR, double) - Method in interface oracle.spatial.network.MBR
Checks if the MBR interacts with the specified MBR.
interacts(MBR) - Method in interface oracle.spatial.network.MBR
Checks if the MBR interacts with the specified MBR.
intersect(MBR) - Method in interface oracle.spatial.network.MBR
Creates a new MBR by intersecting with the specified MBR.
intersectNetwork(Network) - Method in interface oracle.spatial.network.Network
Intersects the network with the given network.
intersects(double, double, double, double) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Tests if the interior of this Shape intersects the interior of a specified set of rectangular coordinates.
intersects(Rectangle2D) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Tests if the interior of this Shape intersects the interior of a specified Rectangle2D.
intscts(RTree.Span[], RTree.Span[]) - Method in class oracle.spatial.util.RTree
 
intscts(RTree.Span[], RTree.Span[], double) - Method in class oracle.spatial.util.RTree
 
InvalidTopoOperationException - Exception in oracle.spatial.topo
 
InvalidTopoOperationException() - Constructor for exception oracle.spatial.topo.InvalidTopoOperationException
 
InvalidTopoOperationException(String) - Constructor for exception oracle.spatial.topo.InvalidTopoOperationException
 
inverseTransform2D(double, double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Given (row, column) cell coordinates, computes the (X,Y) model coordinates.
inverseTransform3D(double, double, double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Given (row, column) cell coordinates and z, computes the (X,Y) model coordinates.
isActive() - Method in interface oracle.spatial.network.Link
Checks if the link is active.
isActive() - Method in interface oracle.spatial.network.lod.LogicalLink
Checks whether the link is active.
isActive() - Method in interface oracle.spatial.network.lod.LogicalNode
Checks whether the node is active.
isActive() - Method in interface oracle.spatial.network.Node
Checks if the node is active.
isActive() - Method in interface oracle.spatial.network.Path
Checks if the path is active.
isActive() - Method in interface oracle.spatial.network.SubPath
 
isBackward() - Method in class oracle.spatial.network.lod.NetworkBuffer.DoubleInterval
 
isBidirected() - Method in interface oracle.spatial.network.Link
Checks if the link is bidiretced
isBidirected() - Method in interface oracle.spatial.network.lod.LogicalLink
Checks whether this link is bidirected or not.
isBlank() - Method in class oracle.spatial.georaster.ObjectInfo
Returns true if the GeoRaster object is blank.
isCircle() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry represents a circle.
isClosed() - Method in interface oracle.spatial.network.Path
Checks if the path is closed.
isComplex() - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
isConnected() - Method in interface oracle.spatial.network.Network
Checks if the network is connected.
isConnected(Path) - Method in interface oracle.spatial.network.Path
Checks if the path is connected.
isCovered(PointOnNet) - Method in class oracle.spatial.network.lod.NetworkBuffer
 
isCurrentNodePartiallyExpanded(LODAnalysisInfo) - Method in interface oracle.spatial.network.lod.LODNetworkConstraint
While expanding a node during network search, the search algorithm may not be able to access all the outgoing links due to network constraint, and we call a node with unaccessible outgoing links partially expanded node.
isCurrentNodePartiallyExpanded(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.MaxCostConstraint
 
isCurrentNodePartiallyExpanded(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.MaxDepthConstraint
 
isDefined() - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
isDirected() - Method in interface oracle.spatial.network.Network
Checks if the network is directed.
isDirected() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is directed.
isEmpty() - Method in class oracle.spatial.network.lod.LongHashMap
 
isEmpty() - Method in class oracle.spatial.network.lod.LongHashSet
Returns true if this set contains no elements.
isEmpty() - Method in interface oracle.spatial.network.lod.PriorityQueue
Determines whether the queue is empty or not.
isEmpty() - Method in interface oracle.spatial.network.UserDataMetadata
Checks if the metadata contains any data
isFeatureLayerLoaded(int) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns whether the specified user data category is loaded.
isForward() - Method in class oracle.spatial.network.lod.NetworkBuffer.DoubleInterval
Returns true if the end value is greater than the start value; false otherwise.
isForward() - Method in interface oracle.spatial.network.Tree
Returns the traverse direction
isFullPath() - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Returns true if the subpath covers the entire reference path.
isFullPath() - Method in interface oracle.spatial.network.SubPath
 
isGeodetic() - Method in interface oracle.spatial.network.NetworkMetadata
Returns if the network is a geodetic spatial network
isGeodetic(OracleConnection, int) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
isGeodetic(int) - Static method in class oracle.spatial.util.Util
Using an Oracle convention to determin if a srid is geodetic
isGeodeticMBR() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry represents a geodetic MBR.
isGoal(Node) - Method in interface oracle.spatial.network.GoalNode
Returns true if the given node is a goal, false otherwise
isGoal(LogicalNetNode) - Method in interface oracle.spatial.network.lod.LODGoalNode
Returns true if the given node is a goal node, false otherwise.
isHierarchical() - Method in interface oracle.spatial.network.Network
Checks if the network is hierarchical (hierarchy level > 1).
isHierarchical() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is hierarchical.
isIncomingLink(long) - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Checks whether the input link is an incoming link or not.
isInside(JGeometry, double, String) - Method in class oracle.spatial.geometry.JGeometry
This method determines if a 2D/3D Geometry is inside another 2D/3D Geometry.
isInternalLink(long) - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Checks whether the input link is an internal link or not.
isInternalNode(long) - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Checks whether the input node is an internal node or not.
isIsUserDataIncluded() - Method in class oracle.spatial.network.lod.PartitionBlob
 
isLeafNode() - Method in interface oracle.spatial.network.TreeNode
Returns the tree link array that leads to the child nodes i-th tree link leads to i-th child tree node public TreeLink getTreeLink() ; /** Is the node a leaf node?
isLinkDeleted(long) - Method in class oracle.spatial.network.lod.NetworkUpdate
 
isLinkDeleted(long) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
isLinkGeometryReversed(int, double) - Method in interface oracle.spatial.network.Path
Checks if the given i-th link geometry in the path is reversed in the path direction
isLinkReversed(int) - Method in interface oracle.spatial.network.Path
Checks if the given i-th link in the path is reversed in the path direction
isLinksExist(long[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Checks whether the input links exist or not
isLogical() - Method in interface oracle.spatial.network.Link
Checks if the link is logical.
isLogical() - Method in interface oracle.spatial.network.Network
Checks if the network is logical (without spatial information).
isLogical() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is logical.
isLogical() - Method in interface oracle.spatial.network.Node
 
isLogical() - Method in interface oracle.spatial.network.Path
Chceks if the path is logical.
isLogical() - Method in interface oracle.spatial.network.Tree
Checks if the tree is logical
isLRSGeom() - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
isLRSGeometry() - Method in class oracle.spatial.geometry.JGeometry
Checks if this is a LRS (Linear Reference System) geometry.
isLRSGeometry() - Method in interface oracle.spatial.network.Network
Checks if the network is from an LRS geometry layer.
isLRSGeometry() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network geometries are LRS SDO_GEOMETRY objects.
isMarked() - Method in interface oracle.spatial.network.Node
Checks if the node is marked.
isModified() - Method in interface oracle.spatial.network.Network
Checks if the network has been modified.
isMultiPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of Multi-Point type.
isNetworkInCache(String) - Static method in class oracle.spatial.network.NetworkManager
Checks if a given network is in the cache
isNetworkPartitioned(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the partition ID of the given node
isNode() - Method in class oracle.spatial.network.lod.PointOnNet
Checks whether this point falls on a node or not.
isNodeDeleted(long) - Method in class oracle.spatial.network.lod.NetworkUpdate
 
isNodeDeleted(long) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
isNodeOnLink() - Method in interface oracle.spatial.network.TreeNode
Check whether this node is on a link.
isNodesExist(long[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Checks whether the input nodes exist or not
isOrientedMultiPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of Multi-Point type and oriented.
isOrientedPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of point type and oriented.
isOrthoRectified() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns true if the current GeoRaster object is orthorectified.
isOutgoingLink(long) - Method in interface oracle.spatial.network.lod.LogicalSubNetwork
Checks whether the input link is an outgoing link or not.
isOverlap(SdoGeoRaster, SdoGeoRaster, Double) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Returns the string TRUE if two or more GeoRaster objects overlap, or FALSE if two or more GeoRaster objects do not overlap.
isOverlap(SdoGeoRaster[], Double) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Returns the string TRUE if two or more GeoRaster objects overlap, or FALSE if two or more GeoRaster objects do not overlap.
isOverlap(String, Double) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Returns the string TRUE if two or more GeoRaster objects overlap, or FALSE if two or more GeoRaster objects do not overlap.
isPartialLink() - Method in interface oracle.spatial.network.TreeLink
If the tree link is a partial link?
isPartiallyLoaded() - Method in interface oracle.spatial.network.lod.LogicalNetLink
Returns true if the net link object is an external link that is partially loaded.
isPartiallyLoaded() - Method in class oracle.spatial.network.lod.LogicalNetLinkImpl
Use link level as an indicator for whether a link is external.
isPartiallyLoaded() - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns true if the net node object is an external node and partially loaded.
isPartiallyLoaded() - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
Use max link level as an indicator for whether a node is external.
isPartitioned() - Method in interface oracle.spatial.network.Network
Checks if the network is partitioned.
isPartitioned() - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
isPersistent() - Method in interface oracle.spatial.network.Network
Checks if the network is persistent (stored in the database).
isPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of point type.
isPoint() - Method in class oracle.spatial.network.lod.NetworkBuffer.DoubleInterval
 
isPointOnLink() - Method in class oracle.spatial.network.lod.PointOnNet
Checks whether this point falls on a link or not.
isPre9i(Connection) - Static method in class oracle.spatial.util.Util
Determin if a database is pre-9i version.
isRDTNameUnique(String) - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Checks if the specified raster data table (RDT) name is unique among RDT names in the database.
isReachable(long, long, int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Checks whether there is a path from the start node to the end node using the given link level for long-haul search.
isReachable(PointOnNet[], PointOnNet[], int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Checks whether there is a path from the start node to the end node using the given link level for long-haul search.
isReachable(Feature[], Feature[], int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Checks whether there is a path from the start features to the end features using the given link level for long-haul search.
isReachable(Network, int, int, MBR, int) - Static method in class oracle.spatial.network.NetworkManager
Checks if the source node can reach the target node.
isReachable(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Checks if the source node can reach the target node.
isReachable(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Checks if the source node can reach the target node.
isReadFromBlob() - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
isReadFromBlob() - Method in interface oracle.spatial.network.lod.NetworkIO
Returns true if the partitions are read from BLOB; false if the partitions are read from node/link tables.
isReadOnly() - Method in interface oracle.spatial.network.Network
Checks if the network is read-only to the database.
isRectangle() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry represents a rectangle.
isRectified() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns true if the current GeoRaster object is rectified.
isReferenced() - Method in class oracle.spatial.georaster.BandReferenceInfo
Returns true if the current GeoRaster object is georeferenced.
isReferenced() - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Returns true if the current GeoRaster object is georeferenced.
isReferenced() - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Returns true if the current GeoRaster object is georeferenced.
isRegularLink() - Method in interface oracle.spatial.network.TreeLink
if the tree link is a regular link
isRegularNode() - Method in interface oracle.spatial.network.TreeNode
Returns the regular node if the tree node is a regular node isNodeOnLink() == false
isReporting() - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Checks if any session has status reporting enabled.
isReservedWord(String) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
From jpaiva MapBuilder Returns if input word is an Oracle SQL reserved word or an ANSI reserved word.
isReservedWord(OracleConnection, String, String) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
isResidentPartition(int) - Method in class oracle.spatial.network.lod.config.CachingPolicy
Checks whether the specified partition is a resident partition.
isReversePath(Path) - Method in interface oracle.spatial.network.Path
Checks if the given path is the reverse path of the path
isSameDirection(Path) - Method in interface oracle.spatial.network.Path
Checks if two paths the have same direction (indicated by the path node orde).
isSamePath(Path) - Method in interface oracle.spatial.network.Path
Checks if the given path has the same path links
isSatisfied(LODAnalysisInfo) - Method in interface oracle.spatial.network.lod.LODNetworkConstraint
Checks if the constraint is satisfied.
isSatisfied(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.MaxCostConstraint
 
isSatisfied(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.MaxDepthConstraint
 
isSatisfied(AnalysisInfo) - Method in interface oracle.spatial.network.NetworkConstraint
Checks if the constraint is satisfied.
isSatisfied(AnalysisInfo) - Method in class oracle.spatial.network.SystemConstraint
Check if the system constraint is satisfied during the search.
isSDOGeometry() - Method in interface oracle.spatial.network.Network
Checks if the network is from an SDO geometry layer.
isSDOGeometry() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network geometries are SDO_GEOMETRY objects.
isSimple() - Method in interface oracle.spatial.network.lod.LogicalPath
Checks whether this path is simple or not.
isSimple() - Method in interface oracle.spatial.network.Network
Deprecated. 
isSimple() - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
isSimple() - Method in interface oracle.spatial.network.Path
Checks if the path is simple (no self-crossing).
isSpatial() - Method in interface oracle.spatial.network.Network
Checks if the network is spatial (with spatial information).
isSpatial() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is spatial.
isTemporary() - Method in interface oracle.spatial.network.Link
Checks if the link is temporary.
isTemporary() - Method in interface oracle.spatial.network.Node
Checks if the node is temporary.
isTemporary() - Method in interface oracle.spatial.network.Path
Checks if the path is temporary.
isTemporary() - Method in interface oracle.spatial.network.SubPath
 
isTopoGeometry() - Method in interface oracle.spatial.network.Network
Checks if the network is from a TOPO geometry layer.
isTopoGeometry() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network geometries are SDO_TOPO_GEOMETRY objects.
isTree() - Method in interface oracle.spatial.network.Network
Checks if the network is a tree.
isTspPath() - Method in interface oracle.spatial.network.Path
Checks if the path is a Tsp Path
isUndirected() - Method in interface oracle.spatial.network.Network
Checks if the network is un-directed.
isUndirected() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is undirected.
isUnidirected() - Method in interface oracle.spatial.network.Link
Checks if the link is uni-diretced
isUpgradeNeeded() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Checks the GeoRaster system data entries and GeoRaster data for the current schema.
isUserDataCategoryLoaded(int) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Returns whether the specified user data category is loaded.
isUserDataLoaded() - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Deprecated.
use getUserDataCategories
isValid(Feature) - Method in interface oracle.spatial.network.lod.FeatureFilter
Returns true if the given feature is a goal feature, false otherwise.
isValid() - Method in interface oracle.spatial.network.SubPath
 
isVersioned() - Method in interface oracle.spatial.network.Network
Checks if the network is versioned
isVersioned() - Method in interface oracle.spatial.network.NetworkMetadata
Checks if the network is versioned
iterator() - Method in class oracle.spatial.network.lod.OrderedLongSet
 

J

J3D_Geometry - Class in oracle.spatial.geometry
 
J3D_Geometry(int, int, int[], double[]) - Constructor for class oracle.spatial.geometry.J3D_Geometry
 
J3D_Geometry(int, int, double, double, double) - Constructor for class oracle.spatial.geometry.J3D_Geometry
 
J3D_Geometry(int, int, double, double, double, int[], double[]) - Constructor for class oracle.spatial.geometry.J3D_Geometry
 
JDBCAdapter - Class in oracle.spatial.util
This Class helps to encapsulate calls to Oracle JDBC Extensions that does not work with some J2EE connection pools implementations.
JDBCExtensionInterface - Interface in oracle.spatial.util
 
JDBCUtil - Class in oracle.spatial.util
 
JDBCUtil() - Constructor for class oracle.spatial.util.JDBCUtil
 
JGeometry - Class in oracle.spatial.geometry
A Java class that maps Oracle Spatial's SQL type MDSYS.SDO_GEOMETRY.
JGeometry(int, int, double, double, double, int[], double[]) - Constructor for class oracle.spatial.geometry.JGeometry
Constructs a JGeometry instance with given information
JGeometry(int, int, int[], double[]) - Constructor for class oracle.spatial.geometry.JGeometry
Constructs a JGeometry instance with given information
JGeometry(double, double, int) - Constructor for class oracle.spatial.geometry.JGeometry
Constructs a 2D JGeometry instance that is a point
JGeometry(double, double, double, int) - Constructor for class oracle.spatial.geometry.JGeometry
Constructs a 3D JGeometry instance that is a point
JGeometry(double, double, double, double, int) - Constructor for class oracle.spatial.geometry.JGeometry
Creates a JGeometry instance that is a Rectangle.
JGeometry.Point - Class in oracle.spatial.geometry
A convenient class that represents a double-typed point.
JGeometry.Point() - Constructor for class oracle.spatial.geometry.JGeometry.Point
 
JGeometry.Point(double, double) - Constructor for class oracle.spatial.geometry.JGeometry.Point
Constructs a new Point with x and y value.
JGeoRaster - Class in oracle.spatial.georaster
JGeoRaster is a Java class mapped to the Oracle Spatial GeoRaster SQL type MDSYS.SDO_GEORASTER, and it provides the capability to access, manipulate, and visualize the GeoRaster objects stored in an Oracle Spatial database.
JGeoRaster(oracle.sql.STRUCT) - Constructor for class oracle.spatial.georaster.JGeoRaster
Deprecated.
JGeoRaster(Struct, Connection) - Constructor for class oracle.spatial.georaster.JGeoRaster
Constructs an GeoRaster object with the given Struct and connection.
JGeoRaster(Connection, String, NUMBER) - Constructor for class oracle.spatial.georaster.JGeoRaster
Constructs an GeoRaster object with given connection, rasterDataTable, and rasterID.
JGeoRasterMeta - Class in oracle.spatial.georaster
The GeoRaster Java library defines a full set of Java classes to store and represent all metadata of a GeoRaster object.
joinValue - Variable in class oracle.spatial.util.RTreeJoinRes
 
JPoint2DD - Class in oracle.spatial.geometry
 
JPoint2DD() - Constructor for class oracle.spatial.geometry.JPoint2DD
 
JPoint2DD(double, double) - Constructor for class oracle.spatial.geometry.JPoint2DD
 
JPoint2DD(JPoint2DD) - Constructor for class oracle.spatial.geometry.JPoint2DD
 
JRaster - Class in oracle.spatial.georaster
JRaster is a Java class that deals with raster data stored on the server side.

K

keys() - Method in class oracle.spatial.network.lod.LongHashMap
 
keys() - Method in class oracle.spatial.network.lod.LongLinkedHashMap
Returns true if this map maps one or more keys to the specified value.
keysReverse() - Method in class oracle.spatial.network.lod.LongLinkedHashMap
 
KML - Class in oracle.spatial.util
 
KML() - Constructor for class oracle.spatial.util.KML
 
KML2 - Class in oracle.spatial.util
 
KML2() - Constructor for class oracle.spatial.util.KML2
 
kmlToSTRUCT(String) - Static method in class oracle.spatial.util.Adapters
 
kmlToSTRUCT(String, Connection) - Static method in class oracle.spatial.util.Adapters
 
kmlToSTRUCT(CLOB) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.kmlToSTRUCT(OracleClob) instead.
kmlToSTRUCT(OracleClob) - Static method in class oracle.spatial.util.Adapters
 
KShortestPaths - Interface in oracle.spatial.network.lod
This interface defines methods supported by a k shortest path algorithm.
kShortestPaths(PointOnNet[], PointOnNet[], int, LODNetworkConstraint, int) - Method in interface oracle.spatial.network.lod.KShortestPaths
Returns the k shortest paths from the start point to the end point.
kShortestPaths(PointOnNet[], PointOnNet[], int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns K shortest loopless paths from the start point candidates to the end point candidates.
kShortestPaths(PointOnNet[], PointOnNet[], int, LODNetworkConstraint, KShortestPaths) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns K shortest loopless paths from the start point candiates to the end point candidates.
kShortestPaths(Feature[], Feature[], int, LODNetworkConstraint, KShortestPaths) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the top k shortest paths from the start feature candidates to the end feature candidates.
kShortestPaths(PointOnNet[], PointOnNet[], int, LODNetworkConstraint, int) - Method in class oracle.spatial.network.lod.YenDeviation
 

L

Las2SqlLdr - Class in oracle.spatial.util
 
Las2SqlLdr() - Constructor for class oracle.spatial.util.Las2SqlLdr
 
LASImportExport - Class in oracle.spatial.util
 
LASImportExport() - Constructor for class oracle.spatial.util.LASImportExport
 
LayerInfo - Class in oracle.spatial.georaster
LayerInfo is a Java class mapped to the XML element LayerInfo in the Oracle Spatial GeoRaster metadata.
leafDump() - Method in class oracle.spatial.util.RTree
 
length(double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the perimeter of a 3-D (Cartesian) geometry.
length(double, String, double, double, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the perimeter of a 3-D geometry.
length(int, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the perimeter of a 3-D (Cartesian) geometry.
length(int, double, String, double, double, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the perimeter of a 3-D geometry.
length() - Method in class oracle.spatial.network.lod.NetworkBuffer.DoubleInterval
Returns the length of the interval.
length(Struct, NUMBER, String, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
lengthG3D(Struct, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
LEVEL_DEBUG - Static variable in class oracle.spatial.network.lod.LODNetworkWrapper
 
LEVEL_DEBUG - Static variable in class oracle.spatial.util.Logger
the DEBUG logging level.
LEVEL_ERROR - Static variable in class oracle.spatial.network.lod.LODNetworkWrapper
 
LEVEL_ERROR - Static variable in class oracle.spatial.util.Logger
the ERROR logging level.
LEVEL_FATAL - Static variable in class oracle.spatial.network.lod.LODNetworkWrapper
 
LEVEL_FATAL - Static variable in class oracle.spatial.util.Logger
the highest logging level; Logs unrecoverable program events.
LEVEL_FINEST - Static variable in class oracle.spatial.network.lod.LODNetworkWrapper
 
LEVEL_FINEST - Static variable in class oracle.spatial.util.Logger
the finest possible logging level.
LEVEL_INFO - Static variable in class oracle.spatial.network.lod.LODNetworkWrapper
 
LEVEL_INFO - Static variable in class oracle.spatial.util.Logger
the INFO logging level, used for logging program configuration and other useful information.
LEVEL_WARN - Static variable in class oracle.spatial.network.lod.LODNetworkWrapper
 
LEVEL_WARN - Static variable in class oracle.spatial.util.Logger
the WARN logging level.
LeveledNetworkCache - Class in oracle.spatial.network.lod
An instance of this class contains the cache for all link levels of a network.
lineArcIntersect(double, double, double, double, double, double, double, double, double, double, double, double[], double[]) - Static method in class oracle.spatial.topo.CompGeom
Finds the open-set intersection of line and arc segments, if any.
linearizeArc(double, double, double, double, double, double, int) - Static method in class oracle.spatial.geometry.JGeometry
returns a linearized array of 2D line segments for an ARC given in three points.
linearizeArc(double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
For a given arc, returns a linearized array of 2D line segments.
lineLineIntersect(Point2DD, Point2DD, Point2DD, Point2DD, Point2DD) - Static method in class oracle.spatial.topo.CompGeom
Finds the open-set intersection of two line segments, if any.
lineLineIntersect(double, double, double, double, double, double, double, double, double[]) - Static method in class oracle.spatial.topo.CompGeom
Finds the open-set intersection of two line segments, if any.
lineTo(double, double) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Adds a point to the path by drawing a straight line from the current coordinates to the new specified coordinates.
Link - Interface in oracle.spatial.network
This interface defines a network link.
LINK_TABLE_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
LinkCostCalculator - Interface in oracle.spatial.network.lod
This interface defines methods supported by a link cost calculator.
LinkCostFunction - Interface in oracle.spatial.network
User defined link cost interface
linkExists(Node) - Method in interface oracle.spatial.network.Node
Checks if the link is bound by the node and the specified nodes.
LinkLevelSelector - Interface in oracle.spatial.network.lod
A LinkLevelSelector selects the link level for the next node to expand on.
LinkNotFoundException - Exception in oracle.spatial.network.lod
Thrown when a link(s) cannot be found.
LinkNotFoundException(String) - Constructor for exception oracle.spatial.network.lod.LinkNotFoundException
 
LinkNotFoundException(Exception) - Constructor for exception oracle.spatial.network.lod.LinkNotFoundException
 
listDanglingRasterData() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Checks the GeoRaster system data entries and GeoRaster data, and lists all dangling raster data.
listGeoRasterColumns() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Lists the GeoRaster columns defined in the current schema.
listGeoRasterObjects() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Lists the GeoRaster objects defined in the current schema.
listGeoRasterTables() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Lists the GeoRaster tables defined in the current schema.
listRDT() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Lists the raster data tables (RDTs) defined in the current schema.
listRegisteredRDT() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Lists registered raster data tables (RDTs) defined in the current schema.
listUnregisteredRDT() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Lists unregistered raster data tables (RDTs) defined in the current schema.
LITTLE_ENDIAN - Static variable in class oracle.spatial.util.ByteOrder
 
load(STRUCT) - Static method in class oracle.spatial.geometry.JGeometry
Deprecated.
Use java.sql.Struct and JGeometry.loadJS(java.sql.Struct) instead.
loadCityGML(oracle.sql.CLOB) - Static method in class oracle.spatial.util.StAXCityGML
 
loadConfig(InputStream) - Method in class oracle.spatial.network.lod.config.ConfigManager
Loads LOD configuration xml.
loadConfig(Element) - Method in class oracle.spatial.network.lod.config.ConfigManager
 
loadConfig(Clob) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Reloads the configuration xml.
loadEdge(int) - Method in class oracle.spatial.topo.TopoMap
Loads an edge from the database if the edge is not already in the cache.
loadFace(int) - Method in class oracle.spatial.topo.TopoMap
Loads a face from the database if the face is not already in the cache.
loadFromDB() - Method in class oracle.spatial.georaster.JGeoRaster
Fetches data from GeoRaster object in the Oracle Database server, which is associated with current JGeoRaster object by RDT and RID, and reinitiates JGeoRaster instance with new data.
loadGeometry(XMLStreamReader) - Static method in class oracle.spatial.util.StAXGML
 
loadJS(Struct) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry instance from a java.sql.Struct object representing a geometry column in a JDBC result set.
loadNode(int) - Method in class oracle.spatial.topo.TopoMap
Loads a node from the database if the node is not already in the cache.
loadTopology(boolean) - Method in class oracle.spatial.topo.TopoMap
Loads the entire topology from the database into the instance cache.
loadTopology(boolean, boolean) - Method in class oracle.spatial.topo.TopoMap
Loads the entire topology from the database into the instance cache.
loadWindow(double, double, double, double, boolean) - Method in class oracle.spatial.topo.TopoMap
Loads a portion of the topology specified by a query window.
loadWindow(double, double, double, double, boolean, boolean) - Method in class oracle.spatial.topo.TopoMap
Loads a portion of the topology specified by a query window.
loadWindow(double, double, double, double, boolean, boolean, boolean) - Method in class oracle.spatial.topo.TopoMap
Loads a portion of the topology specified by a query window.
locateG3D(Struct, NUMBER, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
locatePoint(LRSGeometryG3D, double, double) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
locatePoint(double) - Method in interface oracle.spatial.network.Link
Returns the (linearly interpreted) point on the link geometry of the given distance ratio.
LODAnalysisInfo - Class in oracle.spatial.network.lod
An instance of this class carries the analysis information.
LODConfig - Class in oracle.spatial.network.lod.config
Load-on-demand configuration, which consists of configuration for network IO and configuration for network analysis.
LODConfig() - Constructor for class oracle.spatial.network.lod.config.LODConfig
Default constructor.
LODConfig(NetworkIOConfig, NetworkAnalysisConfig) - Constructor for class oracle.spatial.network.lod.config.LODConfig
Constructs an LODConfig object.
LODConfig(Element) - Constructor for class oracle.spatial.network.lod.config.LODConfig
Constructs an LODConfig object from an XML element.
LODConfig(Element, String) - Constructor for class oracle.spatial.network.lod.config.LODConfig
Constructs an LODConfig object from an XML element.
LODConfigException - Exception in oracle.spatial.network.lod.config
Reports errors while parsing xml configuration files or constructing LODConfig objects.
LODConfigException(String) - Constructor for exception oracle.spatial.network.lod.config.LODConfigException
 
LODConfigException(Exception) - Constructor for exception oracle.spatial.network.lod.config.LODConfigException
 
LODGoalNode - Interface in oracle.spatial.network.lod
This interface defines methods to check whether a given node is a goal node.
LODNetworkConstraint - Interface in oracle.spatial.network.lod
This interface defines a general network constraint for network analysis.
LODNetworkException - Exception in oracle.spatial.network.lod
Base exception class for Load-On-Demand network analysis.
LODNetworkException(String) - Constructor for exception oracle.spatial.network.lod.LODNetworkException
 
LODNetworkException(String, int) - Constructor for exception oracle.spatial.network.lod.LODNetworkException
 
LODNetworkException(Exception) - Constructor for exception oracle.spatial.network.lod.LODNetworkException
 
LODNetworkFactory - Class in oracle.spatial.network.lod
This class handles network element creation for Oracle Spatial Network Data Model.
LODNetworkManager - Class in oracle.spatial.network.lod
This class is the entry point of all functionalities provided by the lod package.
LODNetworkWrapper - Class in oracle.spatial.network.lod
This is the wrapper class containing LOD related java stored procedures used by SDO_NET package.
LODUserDataIO - Interface in oracle.spatial.network.lod
This interface defines methods to read and write user defined data from and to the database.
LODUserDataIOSDO - Class in oracle.spatial.network.lod
This implementation of LODUserDataIO reads all the user defined data from the node, link and path tables.
LODUserDataIOSDO() - Constructor for class oracle.spatial.network.lod.LODUserDataIOSDO
 
LODUserDataIOSDO(DbDataSource, NetworkMetadata, int) - Constructor for class oracle.spatial.network.lod.LODUserDataIOSDO
 
LOG_THREAD_NAME - Static variable in class oracle.spatial.util.Logger
Set this flag if log records should include the name of the logging thread.
LOG_TIME - Static variable in class oracle.spatial.util.Logger
Set this flag if log records should include the date/time of the logging event.
Logger - Class in oracle.spatial.util
Logging API for Oracle LBS products.
LOGICAL_NETWORK - Static variable in interface oracle.spatial.network.Network
 
LogicalBasicNetwork - Interface in oracle.spatial.network.lod
This interface defines methods supported by a logical network.
LogicalHeavyPath - Interface in oracle.spatial.network.lod
A LogicalHeavyPath is a logical path with detailed node and link information.
LogicalLightPath - Interface in oracle.spatial.network.lod
Light-weight logical path, which only contains the start and end node IDs on the path.
LogicalLightSubPath - Interface in oracle.spatial.network.lod
Light weight logical sub-path that references to a LogicalLightPath
LogicalLink - Interface in oracle.spatial.network.lod
This interface defines a standalone link.
LogicalNetLink - Interface in oracle.spatial.network.lod
A LogicalNetLink defines a network link, which is a LogicalLink with reference to the LogicalNetNode objects of its start and end nodes.
LogicalNetLinkImpl - Class in oracle.spatial.network.lod
Default implementation of LogicalNetLink.
LogicalNetLinkImpl(long, int, int, LogicalNetNode, LogicalNetNode, double, boolean, boolean, CategorizedUserData) - Constructor for class oracle.spatial.network.lod.LogicalNetLinkImpl
 
LogicalNetLinkImpl(long, int, int, LogicalNetNode, LogicalNetNode, double, boolean, boolean, boolean, CategorizedUserData) - Constructor for class oracle.spatial.network.lod.LogicalNetLinkImpl
 
LogicalNetLinkImpl(long, int, LogicalNetNode, LogicalNetNode, double, boolean, boolean, CategorizedUserData) - Constructor for class oracle.spatial.network.lod.LogicalNetLinkImpl
Deprecated. 
LogicalNetNode - Interface in oracle.spatial.network.lod
A LogicalNetNode is a LogicalNode with reference to adjacent node and link objects.
LogicalNetNodeImpl - Class in oracle.spatial.network.lod
Default implementation of LogicalNetNode.
LogicalNetNodeImpl(long, int, int, double, boolean, int, int, int, CategorizedUserData) - Constructor for class oracle.spatial.network.lod.LogicalNetNodeImpl
Constructs a LogicalNetNode object.
LogicalNode - Interface in oracle.spatial.network.lod
This interface defines a standalone node.
LogicalPartition - Interface in oracle.spatial.network.lod
This interface defines methods supported by a logical network partition.
LogicalPartitionImpl - Class in oracle.spatial.network.lod
Default implementation of LogicalPartition.
LogicalPartitionImpl(String, int, int) - Constructor for class oracle.spatial.network.lod.LogicalPartitionImpl
 
LogicalPath - Interface in oracle.spatial.network.lod
A LogicalPath is defined by an array of link IDs, array of node IDs, and the costs for traversing through this path.
LogicalSubNetwork - Interface in oracle.spatial.network.lod
A LogicalSubNetwork is a LogicalNetwork that connects to external nodes.
LogicalSubPath - Interface in oracle.spatial.network.lod
LogicalSubPath represents a portion of a LogicalPath, with the start and/or end points located on links of the the containing path.
LogicalSubPathImpl - Class in oracle.spatial.network.lod
Default implementation of LogicalSubPath.
LogicalSubPathImpl(LogicalPath, int, double, int, double, double[], CategorizedUserData) - Constructor for class oracle.spatial.network.lod.LogicalSubPathImpl
 
LongHashMap<V> - Class in oracle.spatial.network.lod
This is a bare-bones, application specific, optimized hash table implementation.
LongHashMap(int, float) - Constructor for class oracle.spatial.network.lod.LongHashMap
 
LongHashMap(int) - Constructor for class oracle.spatial.network.lod.LongHashMap
 
LongHashMap() - Constructor for class oracle.spatial.network.lod.LongHashMap
 
LongHashSet - Class in oracle.spatial.network.lod
This is a bare-bones, application specific, optimized hash set implementation.
LongHashSet() - Constructor for class oracle.spatial.network.lod.LongHashSet
Constructs a new, empty set; the backing HashMap instance has default initial capacity (16) and load factor (0.75).
LongHashSet(Collection<Long>) - Constructor for class oracle.spatial.network.lod.LongHashSet
Constructs a new set containing the elements in the specified collection.
LongHashSet(int, float) - Constructor for class oracle.spatial.network.lod.LongHashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and the specified load factor.
LongHashSet(int) - Constructor for class oracle.spatial.network.lod.LongHashSet
Constructs a new, empty set; the backing HashMap instance has the specified initial capacity and default load factor, which is 0.75.
LongLinkedHashMap<V> - Class in oracle.spatial.network.lod
This is a bare-bones, application specific, optimized ordered hash map implementation.
LongLinkedHashMap(int, float) - Constructor for class oracle.spatial.network.lod.LongLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and load factor.
LongLinkedHashMap(int) - Constructor for class oracle.spatial.network.lod.LongLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the specified initial capacity and a default load factor (0.75).
LongLinkedHashMap() - Constructor for class oracle.spatial.network.lod.LongLinkedHashMap
Constructs an empty insertion-ordered LinkedHashMap instance with the default initial capacity (16) and load factor (0.75).
LOWER_LEVEL - Static variable in class oracle.spatial.geometry.ElementExtractor
 
LRS_GEOMETRY_TYPE - Static variable in interface oracle.spatial.network.Network
 
LRSGeometryG3D - Class in oracle.spatial.geometry
This class defines an LRS Geodetic 3D geometry object
LRSGeometryG3D(J3D_Geometry, double[], double, double, double) - Constructor for class oracle.spatial.geometry.LRSGeometryG3D
 
LRUCachingHandler - Class in oracle.spatial.network.lod
This class implements the Least Recently Used (LRU) caching handler.
LRUCachingHandler() - Constructor for class oracle.spatial.network.lod.LRUCachingHandler
 

M

m_isRange - Variable in class oracle.spatial.georaster.image.GeoRasterImage.NodataMapping
indicate if it is nodata range or nodata value
m_isTransparent - Variable in class oracle.spatial.georaster.image.GeoRasterImage.NodataMapping
set nodata pixels to transparent or opaque
m_new_value - Variable in class oracle.spatial.georaster.image.GeoRasterImage.NodataMapping
new value for any pixel value in this no data range
m_nodata_end - Variable in class oracle.spatial.georaster.image.GeoRasterImage.NodataMapping
the lower bound of nodata range, which is exclusive
m_nodata_start - Variable in class oracle.spatial.georaster.image.GeoRasterImage.NodataMapping
the lower bound of nodata range, which is inclusive
main(String[]) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
main(String[]) - Static method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
main(String[]) - Static method in class oracle.spatial.topo.CompGeom
 
main(String[]) - Static method in class oracle.spatial.topo.TopoMap
 
main(String[]) - Static method in class oracle.spatial.util.Las2SqlLdr
 
main(String[]) - Static method in class oracle.spatial.util.RTree
 
main(String[]) - Static method in class oracle.spatial.util.SampleShapefileToJGeom
 
main(String[]) - Static method in class oracle.spatial.util.SampleShapefileToJGeomFeature
 
main(String[]) - Static method in class oracle.spatial.util.Util
 
maintainSysdataEntries() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Checks the USER_SDO_GEOR_SYSDATA view for any invalid entries, and takes corrective action as appropriate.
make_2d(JGeometry, boolean, int) - Static method in class oracle.spatial.geometry.JGeometry
This method converts 3D Geometry into 2D Geometry.
make_3d(JGeometry, boolean, int, double) - Static method in class oracle.spatial.geometry.JGeometry
This method converts 2D Geometry into 3D Geometry.
make_3dgeom(JGeometry, boolean, int, double) - Static method in class oracle.spatial.geometry.JGeometry
This method converts 2D Geometry into 3D Geometry, returning a J3D_Geometry.
makeLogical(Network) - Static method in class oracle.spatial.network.NetworkManager
Convert a spatial network to a logical network Note this only updates the network metadata information original spatial information remains unahcnged
makeRDTNamesUnique() - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Renames some existing registered raster data tables that do not have unique names so that all raster data table names are unique within the database, and updates the GeoRaster system data and all affected GeoRaster objects to reflect the new names.
makeSpatial(Network, String, String, String) - Static method in class oracle.spatial.network.NetworkManager
Convert a logical network to a spatial network Note this only updates the network metadata information
makeTemporary() - Method in interface oracle.spatial.network.Link
Makes the link temporary.
makeTemporary() - Method in interface oracle.spatial.network.Node
Makes the node temporary.
mask(SdoGeoRaster, String, SdoGeoRaster, String, SdoGeoRaster, double, double, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Applies a mask to specified layers of an existing (input) GeoRaster object.
Matrix<E> - Class in oracle.spatial.network.lod
A simple double array matrix implementation.
Matrix(int, int) - Constructor for class oracle.spatial.network.lod.Matrix
Constructs an empty matrix with the specified dimensions.
MaxCostConstraint - Class in oracle.spatial.network.lod
Maximum cost network constraint.
MaxCostConstraint(double) - Constructor for class oracle.spatial.network.lod.MaxCostConstraint
 
maxCostExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum cost constraint exists.
MaxDepthConstraint - Class in oracle.spatial.network.lod
Maximum depth network constraint.
MaxDepthConstraint(int) - Constructor for class oracle.spatial.network.lod.MaxDepthConstraint
 
maxDepthExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum path depth constraint exists.
maxDistanceExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum distance constraint exists.
maxDurationExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum duration constraint exists.
maxMBRExists() - Method in class oracle.spatial.network.SystemConstraint
Checks if the maximum MBR constraint exists.
MBR - Interface in oracle.spatial.network
This interface defines the Minimum Bounding Rectangle (MBR) interface.
mbr(double[]) - Static method in class oracle.spatial.util.Util
 
mcst(int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
mcst(int, LODNetworkConstraint, NetworkUpdate) - Method in class oracle.spatial.network.lod.NetworkAnalyst
mcst(Network) - Static method in class oracle.spatial.network.NetworkManager
Returns the minimum cost spanning tree (Kruskal Algorithm) as a network.
mcstLinkArray(Network) - Static method in class oracle.spatial.network.NetworkManager
Returns the minimum cost spanning tree (Kruskal Algorithm).
MDGRX_SRM_FUNCFITTING - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating modelType FunctionalFitting.
MDGRX_SRM_RIGOROUS - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating modelType RigorousModel.
MDGRX_SRM_STOREDFUNC - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
An integer indicating modelType StoredFunction.
MDPoint - Interface in oracle.spatial.network
This interface defines a mutilple dimension point.
mergeLayers(SdoGeoRaster, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Merges the layers of two GeoRaster objects, either by appending source layers to a target GeoRaster object (first format) or by performing a union operation.
mergeLayers(SdoGeoRaster, String, SdoGeoRaster, String, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Merges the layers of two GeoRaster objects, either by appending source layers to a target GeoRaster object (first format) or by performing a union operation.
MethodNotSupportedException - Exception in oracle.spatial.network.lod
Thrown when an unsupported or invalid method is called.
MethodNotSupportedException(String) - Constructor for exception oracle.spatial.network.lod.MethodNotSupportedException
 
MethodNotSupportedException(Exception) - Constructor for exception oracle.spatial.network.lod.MethodNotSupportedException
 
MIN_LINK_LEVEL - Static variable in class oracle.spatial.network.lod.LODNetworkFactory
 
MIN_LINK_LEVEL - Static variable in class oracle.spatial.network.lod.NetworkExplorer
 
MinimumSpanningTree - Interface in oracle.spatial.network.lod
This interface defines methods supported by a minimum-spanning-tree algorithm.
minimumSpanningTree(int, LODNetworkConstraint) - Method in interface oracle.spatial.network.lod.MinimumSpanningTree
Returns the link IDs of the minimum-spanning-tree.
MODEL_DIMENSION_S - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
A string indicating the S dimension in the GeoRaster model space.
MODEL_DIMENSION_T - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
A string indicating the T dimension in the GeoRaster model space.
MODEL_DIMENSION_X - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
A string indicating the X dimension in the GeoRaster model space.
MODEL_DIMENSION_Y - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
A string indicating the Y dimension in the GeoRaster model space.
MODEL_DIMENSION_Z - Static variable in class oracle.spatial.georaster.SpatialReferenceInfo
A string indicating the Z dimension in the GeoRaster model space.
modelCoordinates - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
modelDimension - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
monoMeasure(double[], int) - Static method in class oracle.spatial.geometry.JGeometry
Edited version of PL/SQL monotonic_measure() monoMeasure() determines whether a line is monotonically increasing or decreasing Returns: 1 if increasing or all measures null; -1 if decreasing; 0 if measures are inconsistent Note: Repeated measures are not flagged as inconsistent (but are not valid in LRS); assumes measure is in the last position: X,Y,M or X,Y,Z,M
mosaic(String, String, SdoGeoRaster, String, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Mosaics GeoRaster objects into one GeoRaster object.
mosaicSubset(String, Integer, Integer, Integer, JGeometry, JGeometry, boolean, boolean, String, double[], String, String, String, SdoGeoRaster, double[], int) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Performs advanced large-scale mosaicking or subsetting from a virtual mosaic or a collection of GeoRaster objects.
mosaicSubset(String, String, Integer, Integer, Integer, JGeometry, JGeometry, boolean, boolean, String, double[], String, String, String, SdoGeoRaster, double[], int) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Performs advanced large-scale mosaicking or subsetting from a virtual mosaic or a collection of GeoRaster objects.
moveEdge(int, int, int, Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Moves one endpoint of an edge and changes the edge coordinates after checking that no topological changes would be required, other than some possible exceptions.
moveEdge(int, int, int, Point2DD[], ArrayList, ArrayList, boolean) - Method in class oracle.spatial.topo.TopoMap
Moves one endpoint of an edge and changes the edge coordinates after checking that no topological changes would be required, other than some possible exceptions.
moveIsolatedNode(int, Point2DD, boolean) - Method in class oracle.spatial.topo.TopoMap
Moves an isolated node to a new face.
moveIsolatedNode(int, Point2DD) - Method in class oracle.spatial.topo.TopoMap
Moves an isolated node.
moveIsolatedNode(int, Point2DD, int) - Method in class oracle.spatial.topo.TopoMap
Moves an isolated node to a new face.
moveNode(int, Point2DD[][]) - Method in class oracle.spatial.topo.TopoMap
Moves a node and its attached edges after checking that no topological changes would be required, except that island edges and nodes may change containing faces.
moveNode(int, Point2DD[][], ArrayList, ArrayList, boolean) - Method in class oracle.spatial.topo.TopoMap
Moves a node and its attached edges after checking that no topological changes would be required.
moveTo(double, double) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Adds a point to the path by moving to the specified coordinates.
mst(int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the minimum-spanning-tree for the network on the given link level.
mst(int, LODNetworkConstraint, MinimumSpanningTree) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the minimum-spanning-tree for the network on the given link level.
MULTICOMP_TOSIMPLE - Static variable in class oracle.spatial.geometry.ElementExtractor
 

N

NDMTimer - Class in oracle.spatial.network
Timer utility class.
NDMTimer() - Constructor for class oracle.spatial.network.NDMTimer
 
nearestFeatures(Feature[], int, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest features from the start feature candidates.
nearestFeatures(PointOnNet[], int, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest features from the start point candidates.
nearestFeatures(PointOnNet[], int, int[], LODNetworkConstraint, FeatureFilter, int) - Method in class oracle.spatial.network.lod.NetworkSearch
 
nearestLink(double, double) - Method in interface oracle.spatial.network.Network
Gets the nearest link in a spatial network The result is in an array of Link.
nearestNeighbors(PointOnNet, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest neighbors from the start point.
nearestNeighbors(PointOnNet, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest neighbors from the start point.
nearestNeighbors(PointOnNet, int, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest neighbors from the start point.
nearestNeighbors(PointOnNet[], int, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest neighbors from the start point candidates.
nearestNeighbors(PointOnNet[], int, int, LODNetworkConstraint, LODGoalNode, boolean) - Method in class oracle.spatial.network.lod.NetworkSearch
 
nearestNeighbors(Network, int, int, NetworkConstraint, GoalNode) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest neighbors from the specified start node.
nearestNeighbors(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest neighbors from the start node.
nearestNeighbors(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest neighbors from the start node.
nearestNeighborsLight(PointOnNet[], int, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest neighbors from the start point candidates.
nearestNode(double, double) - Method in interface oracle.spatial.network.Network
Gets the nearest node in a spatial network The result is in an array of Node.
nearestPoint(double, double) - Method in interface oracle.spatial.network.Link
Returns the nearest point on the link geometry.
nearestReachingFeatures(Feature[], int, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest reaching features to the end feature candidates.
nearestReachingFeatures(PointOnNet[], int, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest reaching features to the end point candidates.
nearestReachingNeighbors(PointOnNet, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest reaching neighbors to the end point.
nearestReachingNeighbors(PointOnNet, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest reaching neighbors to the end point.
nearestReachingNeighbors(PointOnNet, int, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest reaching neighbors to the end point.
nearestReachingNeighbors(PointOnNet[], int, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest reaching neighbors to the end point candidates.
nearestReachingNeighbors(Network, int, int, NetworkConstraint, GoalNode) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest reaching neighbors to the specified start node.
nearestReachingNeighbors(Network, int, int, GoalNode) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest reaching neighbors to the specified start node.
nearestReachingNeighbors(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the N nearest reaching neighbors to the specified start node.
nearestReachingNeighborsLight(PointOnNet[], int, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nearest reaching neighbors to the end point candidates.
Network - Interface in oracle.spatial.network
This interface defines a network.
NetworkAnalysisConfig - Class in oracle.spatial.network.lod.config
Configuration for network analysis.
NetworkAnalysisConfig(Element) - Constructor for class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
NetworkAnalyst - Class in oracle.spatial.network.lod
This class is the single entry point to all the network analysis operations supported by NDM LOD.
NetworkAnalyst(NetworkIO, NetworkAnalysisConfig) - Constructor for class oracle.spatial.network.lod.NetworkAnalyst
Constructs an instance of NetworkAnalyst.
networkBuffer(PointOnNet[], double, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Computes network buffer within the given cost from the start point candidates.
NetworkBuffer - Class in oracle.spatial.network.lod
A NetworkBuffer is defined by central points and the set of nodes and link intervals within certain radius from the cental points.
NetworkBuffer(double, int) - Constructor for class oracle.spatial.network.lod.NetworkBuffer
Constructs a network buffer instance.
networkBuffer(PointOnNet[], double, int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkSearch
Returns network buffer within the specified cost.
NetworkBuffer.DoubleInterval - Class in oracle.spatial.network.lod
This class defines a double interval.
NetworkBuffer.DoubleInterval(double, double) - Constructor for class oracle.spatial.network.lod.NetworkBuffer.DoubleInterval
Constructs a double interval.
NetworkBuffer.Elements - Class in oracle.spatial.network.lod
This class contains elements in a network buffer.
NetworkBuffer.Elements() - Constructor for class oracle.spatial.network.lod.NetworkBuffer.Elements
 
NetworkBuffer.LinkIntervals - Class in oracle.spatial.network.lod
An instance of this class contains a LogicalLink object and a list of intervals associated with the link object.
NetworkBuffer.LinkIntervals(LogicalLink, NetworkBuffer.DoubleInterval[]) - Constructor for class oracle.spatial.network.lod.NetworkBuffer.LinkIntervals
 
NetworkConstraint - Interface in oracle.spatial.network
This interface defines a general network constraint for network analysis.
NetworkDataException - Exception in oracle.spatial.network
This class defines the exceptions for Oracle Spatial Network Data Model
NetworkDataException() - Constructor for exception oracle.spatial.network.NetworkDataException
Constucts a Network Data Model Exception without messgae.
NetworkDataException(String) - Constructor for exception oracle.spatial.network.NetworkDataException
Constructs a Network Data Model exception with an error message.
NetworkDataException(Exception) - Constructor for exception oracle.spatial.network.NetworkDataException
 
networkExists(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Checks if the given network exists in the database.
NetworkExplorer - Class in oracle.spatial.network.lod
This class provides methods to navigate a network.
NetworkExplorer(NetworkIO) - Constructor for class oracle.spatial.network.lod.NetworkExplorer
Constructs a NetworkExplorer with empty network updates.
NetworkFactory - Class in oracle.spatial.network
This class handles network element creation for Oracle Spatial Network Data Model.
NetworkIO - Interface in oracle.spatial.network.lod
This interface defines methods to read/write network information from/to a datasource.
NetworkIOConfig - Class in oracle.spatial.network.lod.config
Configuration for network IO.
NetworkIOConfig() - Constructor for class oracle.spatial.network.lod.config.NetworkIOConfig
 
NetworkIOConfig(Element) - Constructor for class oracle.spatial.network.lod.config.NetworkIOConfig
 
NetworkManager - Class in oracle.spatial.network
This class defines methods for the network data I/O and network analysis.
NetworkMetadata - Interface in oracle.spatial.network
This class defines a network metadata.
NetworkSearch - Class in oracle.spatial.network.lod
 
NetworkSearch() - Constructor for class oracle.spatial.network.lod.NetworkSearch
 
NetworkSearch(NetworkExplorer, LinkCostCalculator[], NodeCostCalculator[], LinkLevelSelector, IdentifiablePriorityQueue) - Constructor for class oracle.spatial.network.lod.NetworkSearch
 
NetworkUpdate - Class in oracle.spatial.network.lod
A NetworkUpdate object contains network update information.
NetworkUpdate() - Constructor for class oracle.spatial.network.lod.NetworkUpdate
 
newPathToDestination(Network, Path, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Creates a new path starting from the new start node to the node on the reference path closest to the start node and to the end node of the reference path
nextElement(int[]) - Method in class oracle.spatial.geometry.ElementExtractor
Returns the next element of J3D_Geometry.
nnSearch(double[][], ArrayList) - Method in class oracle.spatial.util.RTree
 
nnSearch(RTree, boolean, boolean, ArrayList) - Method in class oracle.spatial.util.RTree
 
nnSearch(RTree, boolean, boolean, ArrayList, boolean) - Method in class oracle.spatial.util.RTree
 
Node - Interface in oracle.spatial.network
This interface defines a network node.
Node - Class in oracle.spatial.topo
 
NODE_TABLE_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
NodeCostCalculator - Interface in oracle.spatial.network.lod
This interface defines methods supported by a node cost calculator.
NodeNotFoundException - Exception in oracle.spatial.network.lod
Thrown when a node(s) cannot be found.
NodeNotFoundException(String) - Constructor for exception oracle.spatial.network.lod.NodeNotFoundException
 
NodeNotFoundException(Exception) - Constructor for exception oracle.spatial.network.lod.NodeNotFoundException
 
NOID - Static variable in class oracle.spatial.topo.TopoMap
 
normalize() - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Applies a normalization operation on the current working image.
not(LODNetworkConstraint) - Static method in class oracle.spatial.network.lod.ConstraintOperator
Performs "not" operation on the specified constraint, and returns the opposite constraint.
not(FeatureFilter) - Static method in class oracle.spatial.network.lod.FeatureFilterOperator
Performs "not" operation on the specified feature filter, and returns the opposite feature filter.
not(LODGoalNode) - Static method in class oracle.spatial.network.lod.GoalNodeOperator
Performs "not" operation on the specified goal node filter, and returns the opposite goal node filter.
NUMBER_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
numberGCP - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCPRefType
 
numberToFeatureElementType(int) - Static method in class oracle.spatial.network.lod.FeatureLayerMetadata
This method maps the number used to represent feature element type in the database to the feature element type java object.
numberToFeatureLayerType(int) - Static method in class oracle.spatial.network.lod.FeatureLayerMetadata
This method maps the number used to represent feature layer type in the database to the feature layer type java object.
numberToFeatureType(int) - Static method in class oracle.spatial.network.lod.FeatureLayerMetadata
This method maps the number used to represent feature type in the database to the feature type java object.
numFields() - Method in class oracle.spatial.util.DBFReaderJGeom
return the number of fields in each record
numRecords() - Method in class oracle.spatial.util.DBFReaderJGeom
return the number of records in the DBF file.
numRecords() - Method in class oracle.spatial.util.ShapefileReaderJGeom
return the number of shape records in the file.

O

OBJECT_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
ObjectInfo - Class in oracle.spatial.georaster
ObjectInfo is a Java class mapped to the XML element ObjectInfo in the Oracle Spatial GeoRaster metadata.
offset - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG
 
open() - Method in interface oracle.spatial.network.lod.NetworkIO
 
openDBF(String) - Method in class oracle.spatial.util.DBFReaderJGeom
Given a DBF file's name, open the file and read the header info.
OPERATOR_ABSOLUTE - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_ADD - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_ADDCONST - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_DIVIDE - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_DIVIDECONST - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_EXP - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_INVERT - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_LOG - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_MULTIPLY - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_MULTIPLYCONST - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_SUBTRACT - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
OPERATOR_SUBTRACTCONST - Static variable in class oracle.spatial.georaster.sql.SdoGeorRaPKG
 
or(LODNetworkConstraint[]) - Static method in class oracle.spatial.network.lod.ConstraintOperator
Performs "or" operation on an array of constraints, and returns the combined constraint.
or(FeatureFilter[]) - Static method in class oracle.spatial.network.lod.FeatureFilterOperator
Performs "or" operation on an array of feature filters, and returns the combined feature filter.
or(LODGoalNode[]) - Static method in class oracle.spatial.network.lod.GoalNodeOperator
Performs "or" operation on an array of goal node filters, and returns the combined goal node filter.
oracle.spatial.geometry - package oracle.spatial.geometry
 
oracle.spatial.georaster - package oracle.spatial.georaster
 
oracle.spatial.georaster.image - package oracle.spatial.georaster.image
 
oracle.spatial.georaster.sql - package oracle.spatial.georaster.sql
 
oracle.spatial.network - package oracle.spatial.network
Provides support for the Oracle Spatial network data model, which is documented in Oracle Spatial Topology and Network Data Models.
oracle.spatial.network.lod - package oracle.spatial.network.lod
Provides support for the Load-On-Demand (LOD) approach of network analysis in the Oracle Spatial network data model, which is documented in Oracle Spatial Topology and Network Data Models.
oracle.spatial.network.lod.config - package oracle.spatial.network.lod.config
Provides support for the configuration of Load-On-Demand (LOD) network analysis in the Oracle Spatial network data model, which is documented in Oracle Spatial Topology and Network Data Models.
oracle.spatial.topo - package oracle.spatial.topo
 
oracle.spatial.util - package oracle.spatial.util
 
OraTst - Class in oracle.spatial.network
This class defines print methods for the network elements in Network Data Model.
OraTst() - Constructor for class oracle.spatial.network.OraTst
 
OrderedLongSet - Class in oracle.spatial.network.lod
Ordered Long Set
OrderedLongSet() - Constructor for class oracle.spatial.network.lod.OrderedLongSet
 
OrderedLongSet(int) - Constructor for class oracle.spatial.network.lod.OrderedLongSet
 
otherNode(Node) - Method in interface oracle.spatial.network.Link
Returns the other node of the link, if the start node = node, the end node is returned.

P

packTree(double[][][], Object[]) - Method in class oracle.spatial.util.RTree
Generates a highly ordered packed tree using the scan-tile-recursive method
paint(Graphics) - Method in class oracle.spatial.topo.TopoFrame
 
paint(Graphics) - Method in class oracle.spatial.util.RTree.RTreePlot
 
PairwiseCostCalculator - Interface in oracle.spatial.network.lod
This interface defines methods to calculate the pairwise costs between two sets of points.
PairwiseShortestPaths - Interface in oracle.spatial.network.lod
A PairwiseShortestPaths is an algorithm to calculate the the pair-wise shortest paths between a set of candidate start points and end points.
PartitionBlob - Class in oracle.spatial.network.lod
An instance of the PartitionBlob represents a row in the partition BLOB table in the database.
PartitionBlob(int, Blob, int, int, int, int, int, int, boolean) - Constructor for class oracle.spatial.network.lod.PartitionBlob
 
PartitionBlobTranslator - Interface in oracle.spatial.network.lod
This interface defines methods supported by a partition blob translator.
PartitionBlobTranslator11g - Class in oracle.spatial.network.lod
The class to translate a network partition BLOB to a LogicalPartition object, or vice versa.
PartitionBlobTranslator11g() - Constructor for class oracle.spatial.network.lod.PartitionBlobTranslator11g
 
PartitionBlobTranslator11gR2 - Class in oracle.spatial.network.lod
The class translates a network partition BLOB to a LogicalPartition object, or vice versa.
PartitionBlobTranslator11gR2() - Constructor for class oracle.spatial.network.lod.PartitionBlobTranslator11gR2
 
partitionToBlob(LogicalPartition, OutputStream, boolean) - Method in interface oracle.spatial.network.lod.PartitionBlobTranslator
Translates the LogicalPartition object into a partition BLOB, and outputs it into the specified output stream.
partitionToBlob(LogicalPartition, OutputStream, boolean) - Method in class oracle.spatial.network.lod.PartitionBlobTranslator11g
 
partitionToBlob(LogicalPartition, OutputStream, boolean) - Method in class oracle.spatial.network.lod.PartitionBlobTranslator11gR2
 
PartitionUpdate - Class in oracle.spatial.network.lod
A PartitionUpdate object contains partition update information.
PartitionUpdate(int) - Constructor for class oracle.spatial.network.lod.PartitionUpdate
 
Path - Interface in oracle.spatial.network
This interface defines a network path.
PATH_TABLE_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
PathFeature - Interface in oracle.spatial.network.lod
A feature representing a path on a network.
PathFeatureImpl - Class in oracle.spatial.network.lod
Default implementation of PathFeature.
PathFeatureImpl(long, FeatureElement[], double[], CategorizedUserData) - Constructor for class oracle.spatial.network.lod.PathFeatureImpl
Constructs a PathFeature instance.
PCPyramidFilter - Class in oracle.spatial.util
 
PCPyramidFilter() - Constructor for class oracle.spatial.util.PCPyramidFilter
 
pctrclip(Struct, Struct, BLOB, NUMBER, NUMBER, BLOB, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
pctrclipJS(Struct, Struct, OracleBlob, NUMBER, NUMBER, OracleBlob, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
piecewiseLinearStretch() - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Applies a piecewise linear stretch operation on the current working image.
Point2DD - Class in oracle.spatial.topo
 
Point2DD() - Constructor for class oracle.spatial.topo.Point2DD
 
Point2DD(double, double) - Constructor for class oracle.spatial.topo.Point2DD
 
Point2DD(Point2DD) - Constructor for class oracle.spatial.topo.Point2DD
 
pointID - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
pointInMBR(Point2DD, Point2DD[]) - Static method in class oracle.spatial.topo.CompGeom
Determines if a point is within the bounds of the specified rectangle.
pointInMBR(double, double, double[][]) - Static method in class oracle.spatial.topo.CompGeom
Determines if a point is within the bounds of the specified rectangle.
pointInPolygon(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
 
PointOnNet - Class in oracle.spatial.network.lod
This class defines the methods supported by a point on a network.
PointOnNet(long) - Constructor for class oracle.spatial.network.lod.PointOnNet
Constructs a PointOnNet for a node.
PointOnNet(long, double) - Constructor for class oracle.spatial.network.lod.PointOnNet
Constructs a PointOnNet for a point on link.
PointOnNet(long, CategorizedUserData) - Constructor for class oracle.spatial.network.lod.PointOnNet
Constructs a PointOnNet for a node.
PointOnNet(long, UserData) - Constructor for class oracle.spatial.network.lod.PointOnNet
Constructs a PointOnNet for a node.
PointOnNet(long, double, CategorizedUserData) - Constructor for class oracle.spatial.network.lod.PointOnNet
Constructs a PointOnNet for a point on link.
PointOnNet(long, double, UserData) - Constructor for class oracle.spatial.network.lod.PointOnNet
Constructs a PointOnNet for a point on link.
pointType - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
preparePathFeature(LogicalSubPath, long) - Static method in class oracle.spatial.network.lod.NetworkSearch
 
prepareTableForData(OracleConnection, DBFReaderJGeom, String, String, String, int, String) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
prepareTableForData(OracleConnection, DBFReaderJGeom, String, String, String, int, String, String) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
prepend(LogicalLink, LogicalNode, double[], double[]) - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Appends a link at the beginning of this path.
prepend(LogicalHeavyPath) - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Appends a path before this path.
prepend(long, double, long, double) - Method in interface oracle.spatial.network.lod.LogicalPath
Deprecated.
use prepend(long prevLinkId, double[] prevLinkCosts, long prevNodeId, double[] connectorNodeCosts);
prepend(long, double[], long, double[]) - Method in interface oracle.spatial.network.lod.LogicalPath
Prepend a link to this path.
prepend(LogicalPath, double) - Method in interface oracle.spatial.network.lod.LogicalPath
Deprecated.
use prepend(LogicalPath path);
prepend(LogicalPath) - Method in interface oracle.spatial.network.lod.LogicalPath
Appends a path to the beginning of this path.
print(String) - Static method in class oracle.spatial.network.OraTst
Prints the message.
print(MBR) - Static method in class oracle.spatial.network.OraTst
Prints the MBR.
print(Node) - Static method in class oracle.spatial.network.OraTst
Prints the node.
print(Node, boolean) - Static method in class oracle.spatial.network.OraTst
Prints the node with detailed information.
print(Node[]) - Static method in class oracle.spatial.network.OraTst
Prints the node array.
print(Node[], boolean) - Static method in class oracle.spatial.network.OraTst
Prints the node array with detailed information.
print(Link) - Static method in class oracle.spatial.network.OraTst
Prints the link.
print(Link, boolean) - Static method in class oracle.spatial.network.OraTst
Prints the link with detailed information.
print(Link[]) - Static method in class oracle.spatial.network.OraTst
Prints the link array.
print(Link[], boolean) - Static method in class oracle.spatial.network.OraTst
Prints the link array with detailed information.
print(Path) - Static method in class oracle.spatial.network.OraTst
Prints the path.
print(Path, boolean) - Static method in class oracle.spatial.network.OraTst
Prints the path.
print(SubPath, int) - Static method in class oracle.spatial.network.OraTst
 
print(SubPath) - Static method in class oracle.spatial.network.OraTst
 
print(Tree) - Static method in class oracle.spatial.network.OraTst
 
print(TreeNode) - Static method in class oracle.spatial.network.OraTst
 
print(TreeLink) - Static method in class oracle.spatial.network.OraTst
 
print(TreeNode[]) - Static method in class oracle.spatial.network.OraTst
 
print(SubPath[]) - Static method in class oracle.spatial.network.OraTst
 
print(NetworkCache) - Static method in class oracle.spatial.network.OraTst
Prints the network cache.
print(Path[]) - Static method in class oracle.spatial.network.OraTst
Prints the path array.
print(NetworkMetadata) - Static method in class oracle.spatial.network.OraTst
Prints the network metadata.
print(NetworkMetadata[]) - Static method in class oracle.spatial.network.OraTst
Prints the network metadata array.
print(Network) - Static method in class oracle.spatial.network.OraTst
Prints the network.
print(Network, boolean) - Static method in class oracle.spatial.network.OraTst
Prints the network with detailed information.
print(Network[]) - Static method in class oracle.spatial.network.OraTst
Prints the network array.
print(JGeometry) - Static method in class oracle.spatial.network.OraTst
 
print() - Method in class oracle.spatial.util.DBFReaderJGeom
nicely print out the general information of this shapefile.
printStackTrace(PrintStream) - Method in exception oracle.spatial.geometry.DataException
Prints the composite message and the embedded stack trace to the specified stream ps.
printStackTrace() - Method in exception oracle.spatial.geometry.DataException
Prints the composite message to System.err.
printStackTrace(PrintWriter) - Method in exception oracle.spatial.geometry.DataException
Prints the composite message and the embedded stack trace to the specified print writer pw.
printUserData(Object) - Static method in class oracle.spatial.network.OraTst
 
printVerbose(Node) - Static method in class oracle.spatial.network.OraTst
 
PriorityQueue - Interface in oracle.spatial.network.lod
This interface defines the methods supported by a priority queue.
projectFromGNM_longLat(double, double) - Method in class oracle.spatial.geometry.JGeometry
Projects a geometry vertex by vertex from Gnomonic to longitude/latitude/height with a user-defined central longitude and latitude.
projectFromLTP() - Method in class oracle.spatial.geometry.JGeometry
This method generates a new JGeometry object by projecting the input from a Local Tangent Plane to geodetic long/lat.
projectG3D(Struct, NUMBER, NUMBER, NUMBER, Struct, NUMBER) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
projectPoint(LRSGeometryG3D, LRSGeometryG3D, double) - Static method in class oracle.spatial.geometry.LRSGeometryG3D
 
projectToGNM_longLat() - Method in class oracle.spatial.geometry.JGeometry
Projects a geometry vertex by vertex from longitude/latitude/height to Gnomonic with an internally computed central longitude and latitude.
projectToGNM_longLat(double, double) - Method in class oracle.spatial.geometry.JGeometry
Projects a geometry vertex by vertex from longitude/latitude/height to Gnomonic with a user-defined central longitude and latitude.
projectToGnomonicFromLongLat(J3D_Geometry, double, double) - Static method in class oracle.spatial.geometry.J3D_Geometry
 
projectToLTP(double, double) - Method in class oracle.spatial.geometry.JGeometry
This method generates a new JGeometry object by projecting the input to a Local Tangent Plane.
ptr1 - Variable in class oracle.spatial.util.RTreeJoinRes
 
ptr2 - Variable in class oracle.spatial.util.RTreeJoinRes
 
put(long, V) - Method in class oracle.spatial.network.lod.LongHashMap
 
PYRAMID_BIDIRECTION - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating BIDIRECTION pyramid.
PYRAMID_DECREASE - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating DECREASE pyramid.
PYRAMID_INCREASE - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating INCREASE pyramid.
PYRAMID_NONE - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating NONE pyramid.

Q

quadTo(double, double, double, double) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Adds a curved segment, defined by two new points, to the path by drawing a Quadratic curve that intersects both the current coordinates and the coordinates (x2, y2), using the specified point (x1, y1) as a quadratic parametric control point.
qualifiedSQLName(Connection, String) - Static method in class oracle.spatial.util.Util
Checks if the specified name is a qualified SQL name.

R

RasterInfo - Class in oracle.spatial.georaster
RasterInfo is a Java class mapped to the XML element RasterInfo in the Oracle Spatial GeoRaster metadata.
rasterMathOp(String, String[], String, SdoGeoRaster, boolean, Double, int) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Generate a new GeoRaster object from layers of one or more input GeoRaster objects based on the operation parameter specification.
rasterMathOp(SdoGeoRaster[], String[], String, SdoGeoRaster, boolean, Double, int) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Generate a new GeoRaster object from layers of one or more input GeoRaster objects based on the operation parameter specification.
rasterMathOp(SdoGeoRaster, String[], String, SdoGeoRaster, boolean, Double, int) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Generate a new GeoRaster object from layers of one or more input GeoRaster objects based on the operation parameter specification.
rasterMathOp(SdoGeoRaster, SdoGeoRaster, Double, int, String, SdoGeoRaster, double[], boolean, Double, int) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Applies a mathematical operation on all corresponding cells of each layer of one or two input GeoRaster objects.
rasterUpdate(SdoGeoRaster, Integer, String[], String[][], double[], boolean, int) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Updates all cells for which the conditions specification is true, using values calculated from the vals specification.
reachingNetworkBuffer(PointOnNet[], double, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Computes network buffer within the given cost to the end point candidates.
readAdjacentPartitionIdsForLinks(long[], int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the relevant partition IDs for the specified node IDs.
readAdjacentPartitionIdsForNodes(long[], int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the adjacent partition IDs for the specified node IDs.
readArbitraryLogicalLink(int, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Returns an arbitrary link from the specified link level.
readArbitraryLogicalLinks(int, int, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Returns an array of arbitrary links from the specified link level.
readArbitraryLogicalNode(int, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Returns an arbitrary node from the specified link level.
readArbitraryLogicalNodes(int, int, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Returns an array of arbitrary nodes from the specified link level.
readByte() - Method in interface oracle.spatial.util.WKInputStream
 
readByteOrder() - Method in interface oracle.spatial.util.WKInputStream
 
readCodePage(String) - Method in class oracle.spatial.util.DBFReaderJGeom
Given a DBF file's name, open the (optional) .cpg file and read the character encoding value.
readComponentId(long, int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the component ID assigned to the specified node ID.
readComponentIds(int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the component IDs stored in the connected component table.
readDouble(DataInputStream) - Method in class oracle.spatial.util.ByteOrder
 
readDouble(DataInputStream) - Method in class oracle.spatial.util.ByteOrderBigEndian
 
readDouble(DataInputStream) - Method in class oracle.spatial.util.ByteOrderLittleEndian
 
readDouble(ByteOrder) - Method in interface oracle.spatial.util.WKInputStream
 
readEndList() - Method in interface oracle.spatial.util.WKInputStream
 
readEndListOrSeparator() - Method in interface oracle.spatial.util.WKInputStream
 
readFeatureData(LogicalPartition, int[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Adds feature data to the logical partition
readFeatures(int, long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Read features.
readFile(String) - Static method in class oracle.spatial.util.Util
 
readGeometryFromDB(Connection, String, String, String, String[]) - Static method in class oracle.spatial.network.NetworkManager
Returns Geometry from DB table in a HashaMap
readGlobalConfig(Properties) - Static method in class oracle.spatial.util.Logger
Reads the propeties and sets global configuration accordingly.
readHeader(DataInputStream, String) - Static method in class oracle.spatial.util.Las2SqlLdr
 
readInnerLabel() - Method in interface oracle.spatial.util.WKInputStream
 
readJavaObject(Connection, String) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Reads in the given Java object from the database to memory Explicit casting is required before use
readJavaObject(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Reads in the given Java object from the database to memory
readLabel(ByteOrder, int) - Method in interface oracle.spatial.util.WKInputStream
 
readLinkIds(int) - Method in interface oracle.spatial.network.lod.NetworkIO
 
readLinkPartitionIds(long, int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the partition IDs for the specified link.
readLinkPartitionIds(long[], int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the partition IDs for the specified links.
readLogicalHeavyPath(LogicalPath, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves node and link information for the specified logical path.
readLogicalHeavyPath(LogicalPath, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves node and link information for the specified logical path.
readLogicalHeavyPaths(LogicalPath[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves node and link information for the specified logical paths.
readLogicalHeavyPaths(LogicalPath[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves node and link information for the specified logical paths.
readLogicalLink(long, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the standalone logical link, i.e., the logical link without references to the start and end nodes, for the specified link ID.
readLogicalLink(long, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the standalone logical link, i.e., the logical link without references to the start and end nodes, for the specified link ID.
readLogicalLinks(int, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the links on the specified link level.
readLogicalLinks(long[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the standalone logical links, i.e., the logical link without references to the start and end nodes, for the specified link ID.
readLogicalLinks(long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the standalone logical links, i.e., the logical link without references to the start and end nodes, for the specified link ID.
readLogicalNetwork(int, boolean, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network.
readLogicalNetwork(int, int[], int[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network.
readLogicalNetwork(int, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network.
readLogicalNetwork(int, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network.
readLogicalNetwork(int, int[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network.
readLogicalNode(long, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the standalone logical node, i.e., the logical node without references to incoming and outgoing links, for the specified node ID.
readLogicalNode(long, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the standalone logical node, i.e., the logical node without references to incoming and outgoing links, for the specified node ID.
readLogicalNodes(int, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the nodes on the specified link level.
readLogicalNodes(long[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the standalone logical nodes, i.e., the logical nodes without references to incoming and outgoing links, for the specified node IDs.
readLogicalNodes(long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the standalone logical nodes, i.e., the logical nodes without references to incoming and outgoing links, for the specified node IDs.
readLogicalPartition(int, int, boolean, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network partition for the specified partition ID.
readLogicalPartition(int, int, int[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network partition for the specified partition ID.
readLogicalPartition(int, int, int[], int[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network partition for the specified partition ID.
readLogicalPartition(int, int, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network partition for the specified partition ID.
readLogicalPartition(int, int, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network partition for the specified partition ID.
readLogicalPartition(int, int, int[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical network partition for the specified partition ID.
readLogicalPartitions(int, boolean, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves all the logical network partitions.
readLogicalPartitions(int, int[], int[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves all the logical network partitions.
readLogicalPartitions(int, int[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves all the logical network partitions.
readLogicalPartitions(int, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves all the logical network partitions in this network.
readLogicalPartitions(int, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves all the logical network partitions in this network.
readLogicalPartitions(int, int[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves all the logical network partitions in this network.
readLogicalPath(long, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical path for the specified path ID.
readLogicalPath(long, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical path for the specified path ID.
readLogicalPaths(long[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical paths for the specified path IDs.
readLogicalPaths(long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical paths for the specified path IDs.
readLogicalSubPath(long, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical subpath for the specified subpath ID.
readLogicalSubPath(long, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical subpath for the specified subpath ID.
readLogicalSubPaths(long[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical subpaths for the specified subpath IDs.
readLogicalSubPaths(long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the logical subpaths for the specified subpath IDs.
readMaximumIncomingLinkLevel(long) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the maximum link level of the incoming links connected to the specified node.
readMaximumLinkLevel() - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the maximum link level of the network.
readMaximumLinkLevel(long) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the maximum link level of the links connected to the specified node.
readMaximumOutgoingLinkLevel(long) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the maximum link level of the outgoing links connected to the specified node.
readMetadata(Connection, String) - Static method in class oracle.spatial.network.lod.LODNetworkManager
 
readNetwork(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the read-only network from the database.
readNetwork(Connection, String, boolean) - Static method in class oracle.spatial.network.NetworkManager
Returns the network from the database.
readNetwork(Connection, String, MBR, boolean) - Static method in class oracle.spatial.network.NetworkManager
Returns the network that is inside the specified MBR.
readNetwork(Connection, String, int, boolean) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with the specified link level.
readNetwork(Connection, String, MBR, boolean, UserDataIO) - Static method in class oracle.spatial.network.NetworkManager
Returns the network that is inside the specified MBR.
readNetwork(Connection, String, boolean, UserDataIO, String, String, String, boolean) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with regard to the given filters.
readNetwork(Connection, String, boolean, UserDataIO, String, String, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with regard to the given filters.
readNetwork(Connection, String, int, boolean, UserDataIO) - Static method in class oracle.spatial.network.NetworkManager
Returns the network with the specified link level.
readNetworkBuffer(long) - Method in interface oracle.spatial.network.lod.NetworkIO
Reads the network buffer with the specified buffer ID.
readNetworkBuffer(long, String) - Method in interface oracle.spatial.network.lod.NetworkIO
Reads the network buffer with the specified buffer ID.
readNetworkConstraint(Connection, String) - Static method in class oracle.spatial.network.lod.LODNetworkManager
Reads in the given network constraint from the database to memory
readNetworkConstraint(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Reads in the given network constraint from the database to memory
readNetworkConstraintObject(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Reads in the given network constraint from the database to memory
readNetworkConstraints(Connection) - Static method in class oracle.spatial.network.NetworkManager
Reads in the network constraints owned by the current schema from the database to memory
readNetworkMetadata(Connection) - Static method in class oracle.spatial.network.NetworkManager
Returns all network metadata from the database.
readNetworkMetadata(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Returns the network metadata from the database by network name.
readNetworkMetadata(Connection, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the network metadata from the database by network ID.
readNetworkUpdate(int, long[], long[], long[], long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Constructs network update object according to the changed node and link IDs.
readNetworkUpdate(int, long[], long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Constructs network update object according to the changed node and link IDs.
readNetworkUpdate(int, Calendar, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
 
readNetworkUpdates(Calendar, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
 
readNodeIds(int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the array of node IDs in the network.
readNodePartitionId(long, int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the partition ID for the specified node ID.
readNodePartitionIds(long[], int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the partition IDs for the specified node IDs.
readNumberOfConnectedComponents(int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the number of connected components stored in the component table.
readNumberOfLinkLevels() - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the number of link levels.
readNumberOfLinks(int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the number of links in the network.
readNumberOfNodes(int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the number of nodes in the network.
readNumberOfPartitions(int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the number of partitions in the network.
readPartitionId(long, int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the partition ID for the specified node ID.
readPartitionIds(long[], int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the partition IDs for the specified node IDs.
readPartitionIds(int) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves all the partition IDs in the network.
readpts(BLOB, int, int, Adapters.Ptclass[], NUMBER) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleBlob and Adapters.readptsJS(OracleBlob, int, int, Ptclass[], NUMBER) instead.
readptsJS(OracleBlob, int, int, Adapters.Ptclass[], NUMBER) - Static method in class oracle.spatial.util.Adapters
 
readSeparator() - Method in interface oracle.spatial.util.WKInputStream
 
readSpatialHeavyPath(LogicalPath, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves node and link information for the specified logical paths.
readSpatialHeavyPath(LogicalPath, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves node and link information for the specified logical paths.
readSpatialHeavyPaths(LogicalPath[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves node and link information for the specified logical paths.
readSpatialHeavyPaths(LogicalPath[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves node and link information for the specified logical paths.
readSpatialLink(long, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial link for the specified link ID.
readSpatialLink(long, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial link for the specified link ID.
readSpatialLinks(long[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial links for the specified link IDs.
readSpatialLinks(long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial links for the specified link IDs.
readSpatialNetwork(LogicalBasicNetwork) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves spatial information for the logical network, and returns the spatial network.
readSpatialNode(long, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial node for the specified node ID.
readSpatialNode(long, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial node for the specified node ID.
readSpatialNodes(long[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial nodes for the specified node IDs.
readSpatialNodes(long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial nodes for the specified node IDs.
readSpatialPartition(LogicalPartition) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves spatial information for the logical network partition, and returns the spatial network partition.
readSpatialPartition(int, int, int[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves spatial partition.
readSpatialPartition(int, int, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves spatial partition.
readSpatialPartition(int, int, boolean, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves spatial partition.
readSpatialPartition(int, int, int[], int[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves spatial partition.
readSpatialPartitionMBR(int, int) - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the minimum bounding rectangle (MBR) encompassing all the nodes in the specified partition.
readSpatialPartitionMBRs(int) - Method in interface oracle.spatial.network.lod.NetworkIO
Returns the minimum bounding rectangles (MBR) of all the partitions in this network.
readSpatialPath(long, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial path for the specified path ID.
readSpatialPath(long, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial path for the specified path ID.
readSpatialPath(LogicalPath) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial information for the specified logical path, and returns the spatial path.
readSpatialPaths(long[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial path for the specified path ID.
readSpatialPaths(long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial path for the specified path ID.
readSpatialPaths(LogicalPath[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial information for the specified logical path, and returns the spatial path.
readSpatialSubPath(long, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial subpath information.
readSpatialSubPath(long, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial subpath information.
readSpatialSubPath(LogicalSubPath) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial information of the specified logical subpath, and returns the spatial subpath.
readSpatialSubPaths(long[], boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial subpath information.
readSpatialSubPaths(long[], int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial subpath information.
readSpatialSubPaths(LogicalSubPath[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Retrieves the spatial information of the specified logical subpaths, and returns the spatial subpath.
readStartList() - Method in interface oracle.spatial.util.WKInputStream
 
readStartList(ByteOrder) - Method in interface oracle.spatial.util.WKInputStream
 
readUInt32(DataInputStream) - Method in class oracle.spatial.util.ByteOrder
 
readUInt32(DataInputStream) - Method in class oracle.spatial.util.ByteOrderBigEndian
 
readUInt32(DataInputStream) - Method in class oracle.spatial.util.ByteOrderLittleEndian
 
readUserData(String, long[]) - Method in interface oracle.spatial.network.lod.LODUserDataIO
Reads user defined data from the database.
readUserData(LogicalPartition) - Method in interface oracle.spatial.network.lod.LODUserDataIO
 
readUserData(String, long[]) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
readUserData(LogicalPartition) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
readUserData(LogicalPartition, int[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Adds user data information to the logical partition
readUserData(Connection, Network) - Method in interface oracle.spatial.network.UserDataIO
Reads user defined data from the database and associates it with the network.
recordSize() - Method in class oracle.spatial.util.DBFReaderJGeom
return the record size in the DBF file
recreateDMLTriggers() - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Re-creates the required standard GeoRaster data manipulation language (DML) triggers on all GeoRaster columns that the current user has privileges to access, so that the appropriate operations are performed when the triggers are fired.
rectify(SdoGeoRaster, Integer, String, SdoGeoRaster, Integer, Integer, JGeometry, boolean, String, double[], String, JGeometry, String, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Perform rectification on all or part of a georeferenced GeoRaster object.
rectify(SdoGeoRaster, Integer, String, SdoGeoRaster, Integer, Integer, JGeometry, boolean, String, double[], String, JGeometry, String, String, Blob, JGeometry, BigDecimal[], double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Perform rectification on all or part of a georeferenced GeoRaster object.
reFormulateArc(double[]) - Static method in class oracle.spatial.geometry.JGeometry
In order to create arc shape, Recalculate centerX, centerY, radius, startAngle, midAngle and endAngle.
registerGeoRasterColumns() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Creates DML triggers for all GeoRaster columns defined in the current schema.
registerGeoRasterObjects() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Registers all GeoRaster objects defined in the current schema.
registerJavaObject(Connection, String, String, String, String, String) - Static method in class oracle.spatial.network.NetworkManager
Register the given Java object into user_sdo_network_java_objects
registerNetworkConstraint(Connection, String, String, String, String) - Static method in class oracle.spatial.network.NetworkManager
Register the given network constraint into user_sdo_network_constraints
remove(long) - Method in class oracle.spatial.network.lod.LongHashMap
 
remove(long) - Method in class oracle.spatial.network.lod.LongHashSet
Removes the specified element from this set if it is present.
remove(long) - Method in class oracle.spatial.network.lod.OrderedLongSet
 
removeCentralPoint(PointOnNet) - Method in class oracle.spatial.network.lod.NetworkBuffer
Removes a central point.
removeEdge(int) - Method in class oracle.spatial.topo.TopoMap
Remove an edge, merging faces if there are different faces on each side of the edge.
removeEntry(double[][], Object) - Method in class oracle.spatial.util.RTree
removeEntry removes an entry from the leaf level of the RTree and makes any other tree adjustments necessary, including possibly the orphaning and reinsertion of subtrees at any level if nodes become underfilled
removeInLink(long) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Removes the incoming link with the specified link ID.
removeInLink(long) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
removeLink(long) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Removes a link from the network.
removeLink(long) - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Removes the specified link from the network elements.
removeLink(long) - Method in class oracle.spatial.network.lod.NetworkBuffer
Removes the specified link and all associated intervals from the network buffer.
removeNetworkFromCache(String) - Static method in class oracle.spatial.network.NetworkManager
Removes a network from the network cahce
removeNodataMapping(double, double) - Method in class oracle.spatial.georaster.image.GeoRasterImage
This function will remove nodata(range) mapping from existing nodata setting, which exactly matchs parameter nodataStart and nodataEnd.
removeNodataMapping(double) - Method in class oracle.spatial.georaster.image.GeoRasterImage
This function will remove nodata(value) mapping from existing nodata setting, which should exactly match parameter nodata.
removeNode(long) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Removes a node from the network.
removeNode(long) - Method in class oracle.spatial.network.lod.LogicalPartitionImpl
 
removeNode(long) - Method in class oracle.spatial.network.lod.NetworkBuffer.Elements
Removes the specified node from the network elements.
removeNode(long) - Method in class oracle.spatial.network.lod.NetworkBuffer
Removes the specified node from the network buffer.
removeNode(int) - Method in class oracle.spatial.topo.TopoMap
Removes an isolated node or a node at the joining of two edges, merging the edges into one.
removeObsoleteNodes() - Method in class oracle.spatial.topo.TopoMap
Removes any nodes in the cache which are connected to two and only two distinct edges, are not assigned to point features, and do not serve as the demarcation between mismatched linear features.
removeOutLink(long) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Removes the outgoing link with the specified link ID.
removeOutLink(long) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
removeUserData() - Method in class oracle.spatial.network.lod.PointOnNet
Removes all user data associated to this object.
renameRDT(String, String) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Renames one or more existing registered raster data tables owned by the current user, and updates the GeoRaster system data and all affected GeoRaster objects to reflect the new names.
replaceElement(long, IdentifiablePriorityQueue.Identifiable) - Method in interface oracle.spatial.network.lod.IdentifiablePriorityQueue
Replace the old element of the specified id with a new element.
reproject(SdoGeoRaster, String, String, int, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Reprojects a GeoRaster object to a different Oracle Spatial and Graph coordinate system (specified by the outSRID parameter).
reproject(SdoGeoRaster, int, JGeometry, String, String, String, int, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Reprojects all or part of a GeoRaster object to a different Oracle Spatial and Graph coordinate system (specified by the outSRID parameter).
reproject(SdoGeoRaster, int, double[], String, String, String, int, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Reprojects all or part of a GeoRaster object to a different Oracle Spatial and Graph coordinate system (specified by the outSRID parameter).
reproject(SdoGeoRaster, int, JGeometry, String, String, String, int, Blob, JGeometry, double[], double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Reprojects all or part of a GeoRaster object to a different Oracle Spatial and Graph coordinate system (specified by the outSRID parameter).
reproject(SdoGeoRaster, int, double[], String, String, String, int, JGeometry, double[], double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Reprojects all or part of a GeoRaster object to a different Oracle Spatial and Graph coordinate system (specified by the outSRID parameter).
requiresAnalysisInfo() - Method in class oracle.spatial.network.lod.DummyLinkLevelSelector
 
requiresAnalysisInfo() - Method in class oracle.spatial.network.lod.DynamicLinkLevelSelector
 
requiresAnalysisInfo() - Method in interface oracle.spatial.network.lod.LinkLevelSelector
Whether analysis info is required.
requiresPathLinks() - Method in interface oracle.spatial.network.NetworkConstraint
Returns true if the constraint requires some or all path information.
requiresPathLinks() - Method in class oracle.spatial.network.SystemConstraint
Chceks if the constraint requires some or all path information.
RESAMPLING_AVERAGE16 - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating AVERAGE16 resampling.
RESAMPLING_AVERAGE4 - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating AVERAGE4 resampling.
RESAMPLING_BILINEAR - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating BILINEAR resampling.
RESAMPLING_CUBIC - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating CUBIC resampling.
RESAMPLING_NN - Static variable in class oracle.spatial.georaster.RasterInfo
A string indicating NN resampling.
reset() - Method in class oracle.spatial.geometry.Chain.AccurateSum
Reset the sum to zero
reset(HeavyPointOnNet[][]) - Method in class oracle.spatial.network.lod.DummyLinkLevelSelector
 
reset(HeavyPointOnNet[][]) - Method in class oracle.spatial.network.lod.DynamicLinkLevelSelector
 
reset(HeavyPointOnNet[][]) - Method in interface oracle.spatial.network.lod.LinkLevelSelector
Resets the attributes of this link level selector according to the input points of interest.
reset() - Method in interface oracle.spatial.network.lod.LODNetworkConstraint
This method allows a stateful network constraint object to be reset to its original state and reused by network analysis functions.
reset() - Method in class oracle.spatial.network.lod.MaxCostConstraint
 
reset() - Method in class oracle.spatial.network.lod.MaxDepthConstraint
 
reset() - Method in class oracle.spatial.network.lod.NetworkSearch
 
reset() - Method in class oracle.spatial.network.NDMTimer
 
reset() - Method in class oracle.spatial.util.SDODoubleGeneralPath
Resets the path to empty.
resetComponentNo(int) - Method in interface oracle.spatial.network.Network
Resets the node compomnent number to the specified number
resetCostCalculators() - Method in class oracle.spatial.network.lod.NetworkAnalyst
Restores the default settings of link cost calculators and node cost calculators, which uses the DefaultLinkCostCalculator as the primary link cost calculator and the DefaultNodeCostCalculator as the primary node cost calculator.
reverse() - Method in interface oracle.spatial.network.Path
Reverses the path and returns it.
reverseAxisOrder(int, int, Connection) - Static method in class oracle.spatial.util.GML3g
 
reverseKShortestPaths(PointOnNet[], PointOnNet[], int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns K shortest loopless paths from the start point candidates to the end point candidates, using reverse search direction.
reverseKShortestPaths(PointOnNet[], PointOnNet[], int, LODNetworkConstraint, KShortestPaths) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns reverse K shortest loopless paths from the start point candiates to the end point candidates, using reverse search direction.
reverseKShortestPaths(Feature[], Feature[], int, LODNetworkConstraint, KShortestPaths) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the top k shortest paths from the start feature candidates to the end feature candidates, using reverse search direction.
reverseShortestPath(PointOnNet[], PointOnNet[], LODNetworkConstraint, ShortestPath) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using the input algorithm, using reverse search direction.
reverseShortestPath(Feature[], Feature[], LODNetworkConstraint, ShortestPath) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path from the start feature candidates to the end feature candidates, using reverse search direction.
ringUnionApprox(Struct, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
rollback() - Method in interface oracle.spatial.network.lod.NetworkIO
Sends out rollback command to the database.
rollbackDB() - Method in class oracle.spatial.topo.TopoMap
Rolls back any updates to the database and clears any row locks.
ROW_DIMENSION - Static variable in class oracle.spatial.georaster.RasterInfo
A integer indicating row dimension.
RTree - Class in oracle.spatial.util
 
RTree(int, int, int, double) - Constructor for class oracle.spatial.util.RTree
Constructs an empty RTree with specified parameters
RTree(int, int, int) - Constructor for class oracle.spatial.util.RTree
Constructs an empty RTree with specified parameters
RTree.ComparatorImpl - Class in oracle.spatial.util
 
RTree.RTreePlot - Class in oracle.spatial.util
 
RTreeJoinRes - Class in oracle.spatial.util
 

S

safeCastARRAY(ResultSet, int) - Static method in class oracle.spatial.util.JDBCUtil
Returns oracle.sql.ARRAY while running within WLS or any J2EE container such as OC4J, JBoss etc.
safeCastARRAY(Object) - Static method in class oracle.spatial.util.JDBCUtil
Returns oracle.sql.ARRAY while running within WLS or any J2EE container such as OC4J, JBoss etc.
safeCastBLOB(ResultSet, int) - Static method in class oracle.spatial.util.JDBCUtil
Returns oracle.sql.BLOB while running within WLS or any J2EE container such as OC4J, JBoss etc.
safeCastBLOB(Blob) - Static method in class oracle.spatial.util.JDBCUtil
Returns oracle.sql.BLOB while running within WLS or any J2EE container such as OC4J, JBoss etc.
safeCastCLOB(ResultSet, int) - Static method in class oracle.spatial.util.JDBCUtil
Returns oracle.sql.CLOB while running within WLS or any J2EE container such as OC4J, JBoss etc.
safeCastCLOB(Clob) - Static method in class oracle.spatial.util.JDBCUtil
Returns oracle.sql.CLOB while running within WLS or any J2EE container such as OC4J, JBoss etc.
SampleShapefileToJGeom - Class in oracle.spatial.util
This sample program reads all geometries from a Shapefile and converts them to JGeometry geometries.
SampleShapefileToJGeom() - Constructor for class oracle.spatial.util.SampleShapefileToJGeom
 
SampleShapefileToJGeomFeature - Class in oracle.spatial.util
This sample program reads all attributes and geometries from a Shapefile, and converts them to spatial features.
SampleShapefileToJGeomFeature() - Constructor for class oracle.spatial.util.SampleShapefileToJGeomFeature
 
saveConnectedComponents(OrderedLongSet[], int) - Method in interface oracle.spatial.network.lod.NetworkIO
Stores the connected components information in the component table.
scaleCopy(SdoGeoRaster, String, String, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Scales a GeoRaster object by enlarging or reducing the image along row and column dimensions, and puts the result into a new object that reflects the scaling.
scaleCopy(SdoGeoRaster, String, int, String, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Scales a GeoRaster object by enlarging or reducing the image along row and column dimensions, and puts the result into a new object that reflects the scaling.
SDO_GEOMETRY_TYPE - Static variable in interface oracle.spatial.network.Network
 
SDO_GEOMETRY_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
SDODimArray - Class in oracle.spatial.network
This class defines a Java representation for Oracle Spatial SDO_DIM_ARRAY object.
SDODimArray(String[], double[], double[], double[]) - Constructor for class oracle.spatial.network.SDODimArray
Constructs an SDODimArray object.
SDODimArray(int, double, double, double) - Constructor for class oracle.spatial.network.SDODimArray
Constructs an SDODimArray object with the default dimension names ("X","Y","Z","M") and the given lower bounds, upper bounds ,and tolerances.
SDODoubleGeneralPath - Class in oracle.spatial.util
The GeneralPath class represents a geometric path constructed from straight lines, and quadratic and cubic (Bézier) curves.
SDODoubleGeneralPath() - Constructor for class oracle.spatial.util.SDODoubleGeneralPath
Constructs a new GeneralPath object.
SDODoubleGeneralPath(int) - Constructor for class oracle.spatial.util.SDODoubleGeneralPath
Constructs a new GeneralPath object with the specified winding rule to control operations that require the interior of the path to be defined.
SDODoubleGeneralPath(int, int) - Constructor for class oracle.spatial.util.SDODoubleGeneralPath
Constructs a new GeneralPath object with the specified winding rule and the specified initial capacity to store path coordinates.
SDODoubleGeneralPath(Shape) - Constructor for class oracle.spatial.util.SDODoubleGeneralPath
Constructs a new GeneralPath object from an arbitrary Shape object.
SdoGeorAdminPKG - Class in oracle.spatial.georaster.sql
SdoGeorAdminPKG is a Java class which wraps PL/SQL functions and procedures defined in the server-side package SDO_GEOR_ADMIN.
SdoGeorAdminPKG(Connection) - Constructor for class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Constructs an SdoGeorAdminPKG object using the given connection.
SdoGeorAggrPKG - Class in oracle.spatial.georaster.sql
SdoGeorAggrPKG is a Java class which wraps PL/SQL functions and procedures defined in the server-side package SDO_GEOR_AGGR.
SdoGeorAggrPKG(Connection) - Constructor for class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Constructs an SdoGeorAggrPKG object using the given connection.
SdoGeoRaster - Class in oracle.spatial.georaster.sql
SdoGeoRaster is a Java class which contains a pair of rasterID and rasterDataTable information.
SdoGeoRaster(STRUCT) - Constructor for class oracle.spatial.georaster.sql.SdoGeoRaster
Constructs an SdoGeoRaster object using the given STRUCT.
SdoGeoRaster(String, NUMBER) - Constructor for class oracle.spatial.georaster.sql.SdoGeoRaster
Constructs an SdoGeoRaster object using the given rasterDataTable and rasterID.
SdoGeorPKG - Class in oracle.spatial.georaster.sql
SdoGeorPKG is a Java class which wraps PL/SQL functions and procedures defined in the server-side package SDO_GEOR.
SdoGeorPKG(Connection) - Constructor for class oracle.spatial.georaster.sql.SdoGeorPKG
Constructs an SdoGeorPKG object using the given connection.
SdoGeorPKG.SdoGeorGCP - Class in oracle.spatial.georaster.sql
SdoGeorGCP is a Java class which wraps PL/SQL type SDO_GEOR_GCP defined in the server-side
SdoGeorPKG.SdoGeorGCP() - Constructor for class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
SdoGeorPKG.SdoGeorGCPRefType - Class in oracle.spatial.georaster.sql
SdoGeorGCPRefType is a Java class which wraps PL/SQL type SDO_GEOR_GCPGEOREFTYPE defined in the server-side
SdoGeorPKG.SdoGeorGCPRefType() - Constructor for class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCPRefType
 
SdoGeorRaPKG - Class in oracle.spatial.georaster.sql
SdoGeorRaPKG is a Java class which wraps PL/SQL functions and procedures defined in the server-side package SDO_GEOR_RA.
SdoGeorRaPKG(Connection) - Constructor for class oracle.spatial.georaster.sql.SdoGeorRaPKG
Constructs an SdoGeorRaPKG object using the given connection.
SdoGeorUtlPKG - Class in oracle.spatial.georaster.sql
SdoGeorUtlPKG is a Java class which wraps PL/SQL functions and procedures defined in the server-side package SDO_GEOR_UTL.
SdoGeorUtlPKG(Connection) - Constructor for class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Constructs an SdoGeorUtlPKG object using the given connection.
search(double[][], ArrayList) - Method in class oracle.spatial.util.RTree
Searches an RTree for all objects whose minimum bounding hypersolids intersect the input search hypersolid
searchEdgeRTree(double[][], ArrayList) - Method in class oracle.spatial.topo.TopoMap
Return the list of edges from edgeRtree for the given query MBR.
searchFaceRTree(double[][], ArrayList) - Method in class oracle.spatial.topo.TopoMap
Return the list of faces from faceRtree for the given query MBR.
set(double, double) - Method in class oracle.spatial.geometry.JGeometry.Point
 
set(int, int, E) - Method in class oracle.spatial.network.lod.Matrix
Sets the element at the specified row and column.
set(int, Object) - Method in interface oracle.spatial.network.lod.UserData
Sets the user data at the specified index.
set(int, Object) - Method in class oracle.spatial.network.lod.UserDataImpl
 
setAlpha(Double) - Method in class oracle.spatial.georaster.GeorColormapEntry
Sets the alpha value component.
setAlpha(int) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Sets the band number mapped to the alpha channel.
setBatchSize(int) - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
setBeginDateTime(TIMESTAMP) - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Sets the begin date and time.
setBelongingGeometry(J3D_Geometry) - Method in class oracle.spatial.geometry.J3D_Geometry
 
setBidirected(boolean) - Method in interface oracle.spatial.network.Link
Makes the directed link bidirected
setBinFunctionTableName(String) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the bin function table name.
setBinFunctionType(String) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the bin function type.
setBitmapMask(int, JGeoRaster, String) - Method in class oracle.spatial.georaster.JRaster
Attaches a bitmap mask to a GeoRaster object, or replaces or removes the current bitmap mask.
setBitmapMask(SdoGeoRaster, int, SdoGeoRaster, Integer) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Attaches a bitmap mask to a GeoRaster object, or replaces or removes the current bitmap mask.
setBitmapMask(Boolean) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets true if there is a bitmap mask associated with this layer.
setBitmapMaskAsNODATA(Boolean) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets true if NODATA is mask.
setBlankCellValue(Double) - Method in class oracle.spatial.georaster.ObjectInfo
Sets the blank cell value for the current GeoRaster object.
setBlob(Blob) - Method in class oracle.spatial.network.lod.PartitionBlob
 
setBlue(int) - Method in class oracle.spatial.georaster.GeorColormapEntry
Sets the blue color component.
setBlue(int) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Sets the band number mapped to blue.
setCachingHandler(String) - Method in class oracle.spatial.network.lod.config.CachingPolicy
Sets the caching handler.
setCachingHandler(CachingHandler) - Method in class oracle.spatial.network.lod.config.CachingPolicy
Sets the caching handler.
setCachingPolicies(String) - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
setCachingPolicies(Element[]) - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
setCategory(int) - Method in interface oracle.spatial.network.Network
Sets the network category.
setCategory(int) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the network category.
setCategoryId(int) - Method in interface oracle.spatial.network.lod.LODUserDataIO
 
setCategoryId(int) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
setCellDimension(int) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point cell Dimension.
setCellValue(double) - Method in class oracle.spatial.georaster.GeorColormapEntry
Sets the cell value.
setCellValue(double) - Method in class oracle.spatial.georaster.GeorGrayscaleEntry
Sets the cell value.
setClientID(long) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Sets the client ID for a session.
setColDenominator(Vector) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the colDenominator vector.
setColNumerator(Vector) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the colNumerator vector.
setColormap(GeorColormap) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the colormap information for the specific layer in the metadata based on data stored in the GeorColormap object.
setColormapEntries(double[], int[], int[], int[], Double[]) - Method in class oracle.spatial.georaster.GeorColormap
Sets the GeorColormapEntry array by specifying five individual component arrays.
setColormapEntries(GeorColormapEntry[]) - Method in class oracle.spatial.georaster.GeorColormap
Sets the GeorColormapEntry array.
setColormapEntry(int, double, int, int, int, Double) - Method in class oracle.spatial.georaster.GeorColormap
Sets a GeorColormapEntry based on entryNo.
setColormapEntry(double, int, int, int, Double) - Method in class oracle.spatial.georaster.GeorColormap
Sets a GeorColormapEntry based on value.
setColormapTableName(String) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the color map table name.
setColumn(double) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point column.
setColumnName(String) - Method in class oracle.spatial.network.GeometryMetadata
Sets the geometry column name.
setColumnOff(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the columnOff value.
setColumnRMS(Double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the columnRMS value.
setColumnScale(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the columnScale value.
setComponentNo(int) - Method in interface oracle.spatial.network.Node
Sets the node component number.
setComponentTableName(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the component table name
setCompressionQuality(Integer) - Method in class oracle.spatial.georaster.RasterInfo
Sets the compression quality.
setCompressionType(String) - Method in class oracle.spatial.georaster.RasterInfo
Sets the compression type.
setConfig(String, LODConfig) - Method in class oracle.spatial.network.lod.config.ConfigManager
 
setConnection(Connection) - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Sets the connection which points to the target database.
setConnection(Connection) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Sets the connection which points to the target database.
setConnection(Connection) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Sets the connection which points to the target database.
setConnection(Connection) - Method in class oracle.spatial.georaster.sql.SdoGeorRaPKG
Sets the connection which points to the target database.
setConnection(Connection) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Sets the connection which points to the target database.
setConnection(Connection) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Sets the JDBC connection to the database.
setConnection(Connection) - Method in interface oracle.spatial.network.lod.NetworkIO
Deprecated.
use setDataSource instead
setConnection(Connection) - Static method in class oracle.spatial.util.ExtendedKML2
 
setConnection(Connection) - Static method in class oracle.spatial.util.GML
 
setConnection(Connection) - Static method in class oracle.spatial.util.GML2
 
setConnection(Connection) - Static method in class oracle.spatial.util.GML3
 
setConnection(Connection) - Static method in class oracle.spatial.util.GML3g
 
setConnection(Connection) - Static method in class oracle.spatial.util.KML
 
setConnection(Connection) - Static method in class oracle.spatial.util.KML2
 
setCost(double) - Method in interface oracle.spatial.network.Link
Sets the link cost.
setCost(double) - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Deprecated.
use setCosts(double[] costs);
setCost(double) - Method in interface oracle.spatial.network.lod.LogicalLink
Sets the cost of this link.
setCost(double) - Method in interface oracle.spatial.network.lod.LogicalNode
Sets the cost of this node.
setCost(double) - Method in interface oracle.spatial.network.Node
Sets the node cost.
setCosts(double[]) - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Sets the costs of this path.
setCosts(double[]) - Method in interface oracle.spatial.network.lod.LogicalLightPath
Sets the costs of the path.
setCosts(double[]) - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Sets the costs of the subpath.
setCosts(double[]) - Method in class oracle.spatial.network.lod.PathFeatureImpl
Sets the path costs.
setCount(long) - Method in class oracle.spatial.georaster.GeorHistogramEntry
Sets the count value.
setDataSource(IDataSource) - Method in interface oracle.spatial.network.lod.LODUserDataIO
 
setDataSource(IDataSource) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
setDataSource(IDataSource) - Method in interface oracle.spatial.network.lod.NetworkIO
Sets the data source.
setDefaultBlue(Long) - Method in class oracle.spatial.georaster.ObjectInfo
Sets the default blue band for the current GeoRaster object.
setDefaultGreen(Long) - Method in class oracle.spatial.georaster.ObjectInfo
Sets the default green band for the current GeoRaster object.
setDefaultRed(Long) - Method in class oracle.spatial.georaster.ObjectInfo
Sets the default red band for the current GeoRaster object.
setDescription(String) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point description.
setDescription(String[]) - Method in class oracle.spatial.georaster.ObjectInfo
Sets the description for the current GeoRaster object.
setDescription(String) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the georeference description.
setDescription(Vector) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the description.
setDescription(String[]) - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Sets the georeference description.
setDimensionSize(int, Long) - Method in class oracle.spatial.georaster.RasterInfo
Sets the dimension size of the specified dimension.
setDirection(int) - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Sets the direction the network is being explored.
setDuration(double) - Method in interface oracle.spatial.network.Link
Sets the link duration
setDuration(double) - Method in interface oracle.spatial.network.Node
Sets the node duration
setElement(int, FeatureElement) - Method in interface oracle.spatial.network.lod.Feature
Sets the ith feature element.
setElement(int, FeatureElement) - Method in class oracle.spatial.network.lod.FeatureImpl
 
setEndDateTime(TIMESTAMP) - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Sets the end date and time.
setEndLinkIndex(int) - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Sets the end link index.
setEndLinkIndex(int) - Method in interface oracle.spatial.network.SubPath
 
setEndNode(Node) - Method in interface oracle.spatial.network.Link
Sets the link end node.
setEndNode(LogicalNetNode) - Method in interface oracle.spatial.network.lod.LogicalNetLink
Sets the reference to the end node of this link.
setEndNode(LogicalNetNode) - Method in class oracle.spatial.network.lod.LogicalNetLinkImpl
 
setEndNodeId(long) - Method in interface oracle.spatial.network.lod.LogicalLink
Sets the end node ID.
setEndPercentage(double) - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Sets the location of the end point of the subpath as a percentage of the last link of the containing path.
setEndPercentage(double) - Method in interface oracle.spatial.network.SubPath
 
setFeature(Feature) - Method in class oracle.spatial.network.lod.FeaturePath
Sets the feature of interest.
setFeatureData(FeatureData) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Sets the feature data associated to this network.
setFeatureLayer(int, FeatureLayer) - Method in interface oracle.spatial.network.lod.FeatureData
Sets the feature data for the input feature layer.
setFeatureLayer(int, FeatureLayer) - Method in class oracle.spatial.network.lod.FeatureDataImpl
 
setFeatureLayerId(int) - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Sets the ID of the feature layer.
setFeatureLayerName(String) - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Sets the name of the feature layer.
setFeatureLayerType(FeatureLayerMetadata.FeatureLayerType) - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Sets the type of the feature layer.
setFeatureTableName(String) - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Sets the name of the feature table.
setFlags(int) - Method in class oracle.spatial.util.Logger
Sets the flags (an OR'ed integer of all desired flags)
setFlow(double) - Method in interface oracle.spatial.network.Link
Sets the flow on the link for flow analysis
setFunctionFittingModel(GeorFunctionalFittingModel) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Initiates attribute values based on a given GeorFunctionFittingModel object.
setGcpFFMethod(int) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the GCP FFMethod.
setGcpPoints(Vector) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the GCP points.
setGCPPointType(int) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point type.
setGcpTableName(String) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the GCP table name.
setGeodetic(boolean) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the geodetic geometry to flag
setGeometry(JGeometry) - Method in interface oracle.spatial.network.Link
Sets the link geometry (JGeometry).
setGeometry(JGeometry) - Method in interface oracle.spatial.network.Node
Sets the node geometry (JGeometry).
setGeometry(JGeometry) - Method in interface oracle.spatial.network.Path
Sets the path geometry (JGeometry).
setGeometryTolerance(double) - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
setGeometryType(int) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the geometry type of the network
setGeomID(int) - Method in interface oracle.spatial.network.Link
Sets the LRS geometry ID of this link.
setGeomID(int) - Method in interface oracle.spatial.network.Node
Sets the LRS geometry ID.
setGlobalFlags(int) - Static method in class oracle.spatial.util.Logger
Sets the global logging flags.
setGlobalFlags(int, String) - Static method in class oracle.spatial.util.Logger
Sets the global logging flags for the named loggers only.
setGlobalLevel(int) - Static method in class oracle.spatial.util.Logger
Sets the global logging level.
setGlobalLevel(int, String) - Static method in class oracle.spatial.util.Logger
Sets the global logging level for the named loggers.
setGlobalNetworkName(String) - Method in interface oracle.spatial.network.lod.NetworkIO
Sets the global network name, i.e., the network name that is globally unique, and is used as the cache key for the network.
setGlobalOutputStream(PrintStream) - Static method in class oracle.spatial.util.Logger
Sets the global log outputsream.
setGlobalOutputStream(PrintStream, String) - Static method in class oracle.spatial.util.Logger
Sets the global log outputsream for the named hiearchy.
setGmlVersion(GML3.GMLVersion) - Method in class oracle.spatial.util.GML3
Set the version of GML to generate.
setGoalNodeFilters(Element[]) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setGray(int) - Method in class oracle.spatial.georaster.GeorGrayscaleEntry
Sets the gray value.
setGrayscale(double[], int[]) - Method in class oracle.spatial.georaster.GeorGrayscale
Sets the GeorColormapEntry array by specifying two individual component arrays.
setGrayscale(GeorGrayscaleEntry[]) - Method in class oracle.spatial.georaster.GeorGrayscale
Sets the GeorGrayscaleEntry array.
setGrayscale(int, double, int) - Method in class oracle.spatial.georaster.GeorGrayscale
Sets a GeorColormapEntry based on entryNo.
setGrayscale(double, int) - Method in class oracle.spatial.georaster.GeorGrayscale
Sets a GeorGrayscaleEntry based on value.
setGrayscale(GeorGrayscale) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the gray scale by specifying a GeorGrayscale object.
setGrayscaleTableName(String) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the gray scale table name.
setGreen(int) - Method in class oracle.spatial.georaster.GeorColormapEntry
Sets the green color component.
setGreen(int) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Sets the band number mapped to green.
setHierarchyLevel(int) - Method in interface oracle.spatial.network.Node
Sets the node hierarchy level.
setHierarchyTableName(String) - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Sets the name of the hierarchy table.
setHigh(MDPoint) - Method in interface oracle.spatial.network.MBR
Sets the high point.
setHigh(int, double) - Method in interface oracle.spatial.network.MBR
Sets the specified ordinate of the high point.
setHistogram(GeorHistogram) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the histogram by specifying a GeorHistogram object.
setHistogramTableName(String) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the histogram table name.
setID(String) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point ID.
setID(int) - Method in interface oracle.spatial.network.Path
Sets the path ID.
setID(int) - Method in interface oracle.spatial.network.SubPath
 
setImage(RenderedImage) - Method in class oracle.spatial.georaster.image.GeoRasterImageProcessUtil
Sets the current working image.
setInitialAnalysisInfo(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.DefaultPairwiseShortestPaths
 
setInitialAnalysisInfo(LODAnalysisInfo) - Method in class oracle.spatial.network.lod.NetworkSearch
 
setInitialAnalysisInfo(LODAnalysisInfo) - Method in interface oracle.spatial.network.lod.PairwiseShortestPaths
Sets the initial analysis info.
setInitialAnalysisInfo(LODAnalysisInfo) - Method in interface oracle.spatial.network.lod.ShortestPath
Sets the initial analysis info.
setIsActive(boolean) - Method in interface oracle.spatial.network.lod.LogicalLink
Sets whether the link is active.
setIsActive(boolean) - Method in interface oracle.spatial.network.lod.LogicalNode
Sets whether this node is active.
setIsBidirected(boolean) - Method in interface oracle.spatial.network.lod.LogicalLink
Sets whether the link is bidirected or not.
setIsUserDataIncluded(boolean) - Method in class oracle.spatial.network.lod.PartitionBlob
 
setIsUserDataLoaded(boolean) - Method in interface oracle.spatial.network.lod.LogicalBasicNetwork
Deprecated.
use addUserDataCategory
setKShortestPathsAlgorithm(KShortestPaths) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the default k-shortest paths algorithm.
setKspAlgorithm(Element) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setLayerDimensionOrdinate(Integer) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the layer dimension ordinate.
setLayerID(String) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the layer ID.
setLayerNumber(Integer) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the layer number.
setLevel(int) - Method in class oracle.spatial.util.Logger
Sets the logging level of this instance.
setLinkCostCalculator(LinkCostCalculator) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the primary link cost calculator, and removes all secondary link cost calculators.
setLinkCostCalculators(Element[]) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setLinkCostCalculators(LinkCostCalculator[]) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the link cost calculators.
setLinkCostCalculators(LinkCostCalculator[]) - Method in class oracle.spatial.network.lod.NetworkSearch
 
setLinkCostCalculators(LinkCostCalculator[]) - Method in interface oracle.spatial.network.lod.ShortestPath
Sets the link cost calculators.
setLinkCostColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets link cost column
setLinkCostFunction(LinkCostFunction) - Method in interface oracle.spatial.network.Network
Sets up user defined link cost function
setLinkDirection(int) - Method in interface oracle.spatial.network.NetworkMetadata
Sets link diretion (Network.UNDIRECTED_LINK or Network.DIRECTED_LINK)
setLinkDurationColumn(String) - Method in interface oracle.spatial.network.Network
Deprecated. 
setLinkDurationColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets link duration column name
setLinkGeomMetadata(GeometryMetadata) - Method in interface oracle.spatial.network.NetworkMetadata
Sets Link Geometry Metadata
setLinkLevel(int) - Method in interface oracle.spatial.network.Link
Sets the link level.
setLinkLevelSelector(Element) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setLinkLevelSelector(LinkLevelSelector) - Method in interface oracle.spatial.network.lod.KShortestPaths
Sets link level selector.
setLinkLevelSelector(LinkLevelSelector) - Method in class oracle.spatial.network.lod.NetworkSearch
 
setLinkLevelSelector(LinkLevelSelector) - Method in interface oracle.spatial.network.lod.ShortestPath
Sets the link level selector.
setLinkLevelSelector(LinkLevelSelector) - Method in class oracle.spatial.network.lod.YenDeviation
 
setLinkPartitionColumn(String) - Method in interface oracle.spatial.network.Network
Deprecated. 
setLinkPartitionColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
setLoggingLevel(int) - Static method in class oracle.spatial.network.lod.LODNetworkWrapper
Sets java global logging level.
setLow(MDPoint) - Method in interface oracle.spatial.network.MBR
Sets the low point.
setLow(int, double) - Method in interface oracle.spatial.network.MBR
Sets the specified ordinate of the low point.
setLRMDimension(int) - Method in class oracle.spatial.geometry.JGeometry
Sets the dimension index for LRS measure.
setLRSGeomMetadata(GeometryMetadata) - Method in interface oracle.spatial.network.NetworkMetadata
Sets LRS Geometry Metadata
setMajorVersion(String) - Method in class oracle.spatial.georaster.ObjectInfo
Sets the major version for the current GeoRaster object.
setMax(Double) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the statistics maximum value.
setMaxCost(double) - Method in class oracle.spatial.network.SystemConstraint
Sets the maximum cost constraint.
setMaxDepth(int) - Method in class oracle.spatial.network.SystemConstraint
Sets the maximum depth constraint.
setMaxDistance(double) - Method in class oracle.spatial.network.SystemConstraint
Sets the maximum distance constraint.
setMaxDuration(double) - Method in class oracle.spatial.network.SystemConstraint
 
setMaxLinkID(int) - Method in interface oracle.spatial.network.Network
Sets the max link ID to maxID
setMaxLinkLevel(int) - Method in interface oracle.spatial.network.lod.LogicalNode
Sets the maximum link level of the links incident to this node.
setMaxMBR(MBR) - Method in class oracle.spatial.network.SystemConstraint
Sets the maximum MBR constraint.
setMaxNodeID(int) - Method in interface oracle.spatial.network.Network
Sets the max node ID to maxID
setMaxNumberOfNodes(int) - Method in class oracle.spatial.network.lod.config.CachingPolicy
Sets the maximum number of nodes allowed in the cache for this network level.
setMaxPathID(int) - Method in interface oracle.spatial.network.Network
Sets the max path ID to maxID
setMaxSubPathID(int) - Method in interface oracle.spatial.network.Network
Sets the max subpath ID to maxID
setMDPoint(MDPoint) - Method in interface oracle.spatial.network.Node
Sets the node location (MDPoint).
setMean(Double) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the statistics mean value.
setMeasure(double, double) - Method in interface oracle.spatial.network.Link
Sets the LRS start and end measures.
setMeasure(double) - Method in interface oracle.spatial.network.Node
Sets the LRS measure.
setMedian(Double) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the statistics median value.
setMin(Double) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the statistics minimum value.
setMinorVersion(String) - Method in class oracle.spatial.georaster.ObjectInfo
Sets the minor version for the current GeoRaster object.
setModelCoordinateLocation(String) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the model coordinate location.
setModelCoordLocation(SdoGeoRaster, String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Sets the model coordinate location value for a GeoRaster object, or deletes the current model coordinate location value (if any) if the modelCoordLoc parameter is specified as null.
setModelDimension(int) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point model Dimension.
setModelDimensionDescription(String) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the model dimension description.
setModelSRID(Integer) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the SRID.
setModelType(int) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the model type.
setModeValue(Double) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the statistics mode value.
setMustAvoidLinks(Vector) - Method in class oracle.spatial.network.SystemConstraint
Sets the must-avoid links.
setMustAvoidNodes(Vector) - Method in class oracle.spatial.network.SystemConstraint
Sets the must-avoid nodes.
setName(String) - Method in interface oracle.spatial.network.Link
Sets the link name.
setName(String) - Method in interface oracle.spatial.network.Node
Sets the node name.
setName(String) - Method in interface oracle.spatial.network.Path
Sets the path name.
setName(String) - Method in interface oracle.spatial.network.SubPath
 
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.DefaultPairwiseCostCalculator
 
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.DefaultPairwiseShortestPaths
 
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.DummyLinkLevelSelector
 
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.DynamicLinkLevelSelector
 
setNetworkAnalyst(NetworkAnalyst) - Method in interface oracle.spatial.network.lod.KShortestPaths
This method allows caller to pass the network analyst object to this k shortest paths algorithm implementation, so that the algorithm can call the analysis functions provided by the network analyst, or access the network explorer associated with the network analyst.
setNetworkAnalyst(NetworkAnalyst) - Method in interface oracle.spatial.network.lod.LinkLevelSelector
This method allows caller to pass the network analyst object to this link level selector, so that the link level selector can call the analysis functions provided by the network analyst, or access the network explorer associated with the network analyst.
setNetworkAnalyst(NetworkAnalyst) - Method in interface oracle.spatial.network.lod.LODGoalNode
This method allows caller to pass the network analyst object to this goal node filter, so that the goal node filter can call the analysis functions provided by the network analyst, or access the network explorer associated with the network analyst.
setNetworkAnalyst(NetworkAnalyst) - Method in interface oracle.spatial.network.lod.LODNetworkConstraint
This method allows caller to pass the network analyst object to this constraint, so that the constraint can call the analysis functions provided by the network analyst, or access the network explorer associated with the network analyst.
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.MaxCostConstraint
 
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.MaxDepthConstraint
 
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.NetworkSearch
 
setNetworkAnalyst(NetworkAnalyst) - Method in interface oracle.spatial.network.lod.PairwiseCostCalculator
This method allows caller to pass the network analyst object to this cost calculator implementation, so that the algorithm can call the analysis functions provided by the network analyst, or access the network explorer associated with the network analyst.
setNetworkAnalyst(NetworkAnalyst) - Method in interface oracle.spatial.network.lod.PairwiseShortestPaths
This method allows caller to pass the network analyst object to this pairwise shortest paths implementation, so that the algorithm can call the analysis functions provided by the network analyst, or access the network explorer associated with the network analyst.
setNetworkAnalyst(NetworkAnalyst) - Method in interface oracle.spatial.network.lod.ShortestPath
This method allows caller to pass the network analyst object to this shortest path algorithm implementation, so that the algorithm can call the analysis functions provided by the network analyst, or access the network explorer associated with the network analyst.
setNetworkAnalyst(NetworkAnalyst) - Method in interface oracle.spatial.network.lod.TSP
This method allows caller to pass the network analyst object to this TSP algorithm implementation, so that the algorithm can call the analysis functions provided by the network analyst, or access the network explorer associated with the network analyst.
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.TspNearestNeighbor
 
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.TspOp2
 
setNetworkAnalyst(NetworkAnalyst) - Method in class oracle.spatial.network.lod.YenDeviation
 
setNetworkCache(LeveledNetworkCache) - Method in interface oracle.spatial.network.lod.CachedNetworkIO
Sets the network cache.
setNetworkConstraints(Element[]) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setNetworkDataSource(String, DataSource) - Static method in class oracle.spatial.network.lod.LODNetworkManager
 
setNetworkExplorer(NetworkExplorer) - Method in class oracle.spatial.network.lod.NetworkAnalyst
 
setNetworkExplorer(NetworkExplorer) - Method in class oracle.spatial.network.lod.NetworkSearch
 
setNetworkMetadata(String, NetworkMetadata) - Static method in class oracle.spatial.network.lod.LODNetworkManager
 
setNetworkMetadata(NetworkMetadata) - Method in interface oracle.spatial.network.lod.LODUserDataIO
 
setNetworkMetadata(NetworkMetadata) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
setNetworkMetadata(NetworkMetadata) - Method in interface oracle.spatial.network.lod.NetworkIO
Sets network metadata
setNetworkName(String) - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Sets the network name for the feature layer.
setNetworkUpdate(HashMap<Integer, NetworkUpdate>) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the network update objects.
setNetworkUpdate(int, NetworkUpdate) - Method in class oracle.spatial.network.lod.NetworkExplorer
Sets the network update object and initialize the dynamic cache.
setNetworkUpdates(HashMap<Integer, NetworkUpdate>) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the network update objects.
setNetworkUpdates(HashMap<Integer, NetworkUpdate>) - Method in class oracle.spatial.network.lod.NetworkExplorer
Sets the network update objects and re-initialize the dynamic cache.
setNextUserObject(Object) - Method in class oracle.spatial.network.lod.LODAnalysisInfo
Sets the next user object to be accumulated.
setNodeCostCalculator(NodeCostCalculator) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the primary node cost calculator, and removes all secondary node cost calculators.
setNodeCostCalculators(Element[]) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setNodeCostCalculators(NodeCostCalculator[]) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the node cost calculators.
setNodeCostCalculators(NodeCostCalculator[]) - Method in class oracle.spatial.network.lod.NetworkSearch
 
setNodeCostCalculators(NodeCostCalculator[]) - Method in interface oracle.spatial.network.lod.ShortestPath
Sets the node cost calculators.
setNodeCostColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets node cost column
setNodeDurationColumn(String) - Method in interface oracle.spatial.network.Network
Deprecated. 
setNodeDurationColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets node duration column name
setNodeGeomMetadata(GeometryMetadata) - Method in interface oracle.spatial.network.NetworkMetadata
Sets Node Geometry Metadata
setNodeLevelTableName(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the node level table name
setNodePartitionColumn(String) - Method in interface oracle.spatial.network.Network
Deprecated. 
setNodePartitionColumn(String) - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
setNodePartitionId(long, int) - Method in interface oracle.spatial.network.lod.LogicalPartition
Sets the partition the node belongs to.
setNodePartitionId(long, int) - Method in class oracle.spatial.network.lod.LogicalPartitionImpl
 
setNoOfDims(int) - Method in class oracle.spatial.network.GeometryMetadata
Sets the number of dimensions
setNoOfHierarchyLevels(int) - Method in interface oracle.spatial.network.Network
Deprecated. 
setNoOfHierarchyLevels(int) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the number of hierarchy levels.
setNoOfPartitions(int) - Method in interface oracle.spatial.network.NetworkMetadata
Deprecated. 
setNumberFormat(String) - Static method in class oracle.spatial.network.OraTst
 
setNumberOfBoundaryLinks(int) - Method in class oracle.spatial.network.lod.PartitionBlob
 
setNumberOfExternalNodes(int) - Method in class oracle.spatial.network.lod.PartitionBlob
 
setNumberOfIncomingLinks(int) - Method in class oracle.spatial.network.lod.PartitionBlob
 
setNumberOfInternalLinks(int) - Method in class oracle.spatial.network.lod.PartitionBlob
 
setNumberOfInternalNodes(int) - Method in class oracle.spatial.network.lod.PartitionBlob
 
setNumberOfOutgoingLinks(int) - Method in class oracle.spatial.network.lod.PartitionBlob
 
setOrd(int, double) - Method in interface oracle.spatial.network.MDPoint
Sets the specified ordinate.
setOrthoRectified(Boolean) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets true if the current GeoRaster object is orthorectified.
setOutputStream(PrintStream) - Method in class oracle.spatial.util.Logger
Sets the logging output stream.
setPairwiseCostCalculator(PairwiseCostCalculator) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the default pairwise cost calculator.
setPairwiseShortestPathsAlgorithm(PairwiseShortestPaths) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the default pairwise shortest paths algorithm.
setParentLink(Link) - Method in interface oracle.spatial.network.Link
Sets the parent link.
setParentNode(Node) - Method in interface oracle.spatial.network.Node
Sets the parent node.
setPartition(int, LogicalPartition, int) - Method in class oracle.spatial.network.lod.LeveledNetworkCache
Adds or replaces a network partition in the cache.
setPartitionBlobTableName(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets the partition BLOB table name
setPartitionBlobTranslator(String) - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
setPartitionBlobTranslator(Element) - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
setPartitionBlobTranslator(PartitionBlobTranslator) - Method in interface oracle.spatial.network.lod.NetworkIO
Sets the partition blob translator.
setPartitionID(int) - Method in interface oracle.spatial.network.Link
Sets the link partition ID
setPartitionId(int) - Method in interface oracle.spatial.network.lod.LogicalNetLink
Sets the ID of the partition that owns the link.
setPartitionId(int) - Method in class oracle.spatial.network.lod.LogicalNetLinkImpl
 
setPartitionId(int) - Method in interface oracle.spatial.network.lod.LogicalNetNode
Sets the partition ID.
setPartitionId(int) - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
setPartitionId(int) - Method in class oracle.spatial.network.lod.PartitionBlob
 
setPartitionID(int) - Method in interface oracle.spatial.network.Node
Sets the node partition ID.
setPartitionTableName(String) - Method in interface oracle.spatial.network.Network
Deprecated. 
setPartitionTableName(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets partition table name
setPartitionUpdate(int, PartitionUpdate) - Method in class oracle.spatial.network.lod.NetworkUpdate
Sets the update information for the specified partition.
setPath(PathFeature) - Method in class oracle.spatial.network.lod.FeaturePath
Sets the path feature.
setPathGeomMetadata(GeometryMetadata) - Method in interface oracle.spatial.network.NetworkMetadata
Sets Path Geometry Metadata
setPathLinkTableName(String) - Method in interface oracle.spatial.network.NetworkMetadata
Set the path link table name
setPreprocess(TopoPreprocess) - Method in class oracle.spatial.topo.TopoMap
Sets the preprocessing listener for addXXXX methods
setPwcc(Element) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setPwspAlgorithm(Element) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setPyramidMaxLevel(Long) - Method in class oracle.spatial.georaster.RasterInfo
Sets the maximum pyramid level.
setPyramidType(String) - Method in class oracle.spatial.georaster.RasterInfo
Sets the pyramid type.
setRasterDataTable(String) - Method in class oracle.spatial.georaster.sql.SdoGeoRaster
Sets the raster data table of the current GeoRaster object.
setRasterID(NUMBER) - Method in class oracle.spatial.georaster.sql.SdoGeoRaster
Sets the raster ID of the current GeoRaster object.
setRasterType(int) - Method in class oracle.spatial.georaster.JGeoRaster
Sets the rasterType.
setReader(NetworkIO) - Method in class oracle.spatial.network.lod.NetworkExplorer
Sets the network reader and the maximum link level.
setReadFromBlob(boolean) - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
setReadFromBlob(boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Sets whether to read partitions from BLOBs.
setRectified(Boolean) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets true if the current GeoRaster object is rectified.
setRed(int) - Method in class oracle.spatial.georaster.GeorColormapEntry
Sets the red color component.
setRed(int) - Method in class oracle.spatial.georaster.image.GeoRasterImage
Sets the band number mapped to red.
setReferenced(Boolean) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets true if the current GeoRaster object is georeferenced.
setReferenced(Boolean) - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Sets true if the current GeoRaster object is georeferenced.
setReferenceLightPath(LogicalLightPath) - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Sets the path containing the subpath.
setReferencePath(Path) - Method in interface oracle.spatial.network.SubPath
 
setRelationTableName(String) - Method in class oracle.spatial.network.lod.FeatureLayerMetadata
Sets the name of the relation table.
setRow(double) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point row.
setRowDenominator(Vector) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the rowDenominator vector.
setRowNumerator(Vector) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the rowNumerator vector.
setRowOff(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the rowOff value.
setRowRMS(Double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the rowRMS value.
setRowScale(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the rowScale value.
setSamplingFactor(Integer) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the sampling factor.
setSamplingWindowColumnWidth(Integer) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the sampling window column width.
setSamplingWindowOrigin(int, Long) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the sampling window origin point for the specified dimension.
setSamplingWindowRowHeight(Integer) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the sampling window row height.
setScalingFunction(double, double, double, double) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the scaling function coefficient a0,a1,b0,b1.
setSeqID(long) - Method in class oracle.spatial.georaster.sql.SdoGeorUtlPKG
Sets the sequence ID for a session.
setShortestPathAlgorithm(ShortestPath) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the default shortest path algorithm.
setSourceInfo(String[]) - Method in class oracle.spatial.georaster.JGeoRasterMeta
set sourceInfo by a given array of string
setSpAlgorithm(Element) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setSpatialExtent(JGeometry) - Method in class oracle.spatial.georaster.JGeoRaster
Sets the spatial extent.
setSpatialResolution(String, Double) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the spatial resolution of the specified dimension.
setSpatialTolerance(Double) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Sets the spatial tolerance.
setSpectralResolution(double) - Method in class oracle.spatial.georaster.BandReferenceInfo
Sets the spectral resolution of the specified dimension.
setSpectralUnit(String) - Method in class oracle.spatial.georaster.BandReferenceInfo
Sets the spectral unit.
setSRID(int) - Method in class oracle.spatial.geometry.JGeometry
Sets the srid for this geometry.
setSrid(int) - Method in class oracle.spatial.network.GeometryMetadata
Sets the SRID
setSrid(int) - Method in interface oracle.spatial.network.MDPoint
Sets the SRID.
setsrsAlias(String) - Static method in class oracle.spatial.util.GML2
 
setsrsAlias(String) - Static method in class oracle.spatial.util.GML3
 
setsrsAlias(String) - Static method in class oracle.spatial.util.KML2
 
setsrsNameSpace(String) - Static method in class oracle.spatial.util.GML
 
setsrsNameSpace(String) - Static method in class oracle.spatial.util.GML2
 
setsrsNameSpace(String) - Static method in class oracle.spatial.util.GML3
 
setsrsNameSpace(String) - Static method in class oracle.spatial.util.GML3g
 
setsrsNameSpace(String) - Static method in class oracle.spatial.util.KML
 
setsrsNameSpace(String) - Static method in class oracle.spatial.util.KML2
 
setStartLinkIndex(int) - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Sets the start link index.
setStartLinkIndex(int) - Method in interface oracle.spatial.network.SubPath
 
setStartNode(Node) - Method in interface oracle.spatial.network.Link
Sets the link start node.
setStartNode(LogicalNetNode) - Method in interface oracle.spatial.network.lod.LogicalNetLink
Sets the reference to the start node of this link.
setStartNode(LogicalNetNode) - Method in class oracle.spatial.network.lod.LogicalNetLinkImpl
 
setStartNodeId(long) - Method in interface oracle.spatial.network.lod.LogicalLink
Sets the start node ID.
setStartPercentage(double) - Method in interface oracle.spatial.network.lod.LogicalLightSubPath
Sets the location of the starting point of the subpath as a percentage of the first link of the containing path.
setStartPercentage(double) - Method in interface oracle.spatial.network.SubPath
 
setState(boolean) - Method in interface oracle.spatial.network.Link
Sets the active flag.
setState(boolean) - Method in interface oracle.spatial.network.Node
Sets the active flag.
setStatus(Integer) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point status.
setSTD(Double) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the statistics STD value.
setStringIDIndex() - Method in interface oracle.spatial.network.Network
Sets String ID indexes for nodes, links ,and paths.
setStringIDIndex(NDMStringID, NDMStringID, NDMStringID, NDMStringID) - Method in interface oracle.spatial.network.Network
Sets String ID indexes for nodes,links ,and paths.
setStringIDIndex(NDMStringID, NDMStringID, NDMStringID) - Method in interface oracle.spatial.network.Network
Sets String ID indexes for nodes,links ,and paths.
setSubPathGeomMetadata(GeometryMetadata) - Method in interface oracle.spatial.network.NetworkMetadata
Sets SubPath Geometry Metadata
setTableName(String) - Method in class oracle.spatial.network.GeometryMetadata
Sets the table name
setTemporalResolutionDescription(String) - Method in class oracle.spatial.georaster.TemporalReferenceInfo
Sets the temporal resolution description.
setTemporaryCachingEnabled(boolean) - Method in interface oracle.spatial.network.Network
Enable/Disable Temporatory Element caching.
setTotalRMS(Double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the totalRMS value.
setTspAlgorithm(Element) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setTspAlgorithm(TSP) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Sets the default TSP algorithm.
setTspCosts(int, double[]) - Method in class oracle.spatial.network.lod.TspAnalysisInfo
Sets the costs to reach the input tsp point.
setTspOrder(int[]) - Method in class oracle.spatial.network.lod.TspAnalysisInfo
Sets TSP points in order
setType(int) - Method in class oracle.spatial.geometry.JGeometry
Sets the geometry type for this geometry.
setType(String) - Method in interface oracle.spatial.network.Link
Sets the link type.
setType(String) - Method in interface oracle.spatial.network.NetworkMetadata
Sets network type
setType(String) - Method in interface oracle.spatial.network.Node
Sets the node type.
setType(String) - Method in interface oracle.spatial.network.Path
Sets the path type.
setType(String) - Method in interface oracle.spatial.network.SubPath
 
setULTCoordinate(int, Long) - Method in class oracle.spatial.georaster.RasterInfo
Sets the ULT value of the specified dimension.
setUserData(Object) - Method in interface oracle.spatial.network.Link
Sets the user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.Link
Sets user data
setUserData(int, UserData) - Method in interface oracle.spatial.network.lod.CategorizedUserData
Sets the user data for the specified category.
setUserData(int, UserData) - Method in class oracle.spatial.network.lod.CategorizedUserDataImpl
 
setUserData(String, Object) - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Deprecated. 
setUserData(Map<String, Object>) - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Deprecated. 
setUserData(UserData) - Method in class oracle.spatial.network.lod.PointOnNet
Sets user data.
setUserData(Object) - Method in interface oracle.spatial.network.Network
Sets user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.Network
Sets user data
setUserData(Object) - Method in interface oracle.spatial.network.NetworkMetadata
Sets user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.NetworkMetadata
Sets user data
setUserData(Object) - Method in interface oracle.spatial.network.Node
Sets user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.Node
Sets user data
setUserData(Object) - Method in interface oracle.spatial.network.Path
Sets user defined data.
setUserData(String, Object) - Method in interface oracle.spatial.network.Path
Sets user data
setUserData(Object) - Method in interface oracle.spatial.network.SubPath
 
setUserData(String, Object) - Method in interface oracle.spatial.network.SubPath
 
setUserDataIOs(String) - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
setUserDataIOs(Element[]) - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
 
setUserDataIOs(LODUserDataIO[]) - Method in interface oracle.spatial.network.lod.NetworkIO
Sets the user data IO implementations.
setUserID(String) - Method in class oracle.spatial.georaster.ObjectInfo
Sets the user ID for the current GeoRaster object.
setValue(double) - Method in class oracle.spatial.georaster.GeorHistogramEntry
Sets the cell value.
setValueAndCount(double[], long[]) - Method in class oracle.spatial.georaster.GeorHistogram
Sets the GeorHistogramEntry array by specifying two individual component arrays.
setValueAndCount(GeorHistogramEntry[]) - Method in class oracle.spatial.georaster.GeorHistogram
Sets the GeorHistogramEntry array.
setValueAndCount(int, double, int) - Method in class oracle.spatial.georaster.GeorHistogram
Sets a GeorHistogramEntry based on entryNo.
setValueAndCount(double, int) - Method in class oracle.spatial.georaster.GeorHistogram
Sets a GeorHistogramEntry based on value.
setVATName(String) - Method in class oracle.spatial.georaster.SubLayerInfo
Sets the VAT table name.
setVertical(Integer) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point vertical.
setWindingRule(int) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Sets the winding rule for this path to the specified value.
setWithinCostPolygonTolerance(double) - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
 
setWorldFile(double, double, double, double, double, double) - Method in class oracle.spatial.georaster.SpatialReferenceInfo
Initiates attribute values based on given parameters in a world file.
setX(double) - Method in class oracle.spatial.geometry.JPoint2DD
 
setX(double) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point x.
setX(double) - Method in class oracle.spatial.topo.Point2DD
 
setXOff(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the xOff value.
setXRMS(Double) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point xRMS.
setXScale(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the xScale value.
setY(double) - Method in class oracle.spatial.geometry.JPoint2DD
 
setY(double) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point y.
setY(double) - Method in class oracle.spatial.topo.Point2DD
 
setYOff(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the yOff value.
setYRMS(Double) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point yRMS.
setYScale(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the yScale value.
setZ(Double) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point z.
setZOff(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the zOff value.
setZRMS(Double) - Method in class oracle.spatial.georaster.GCPPoint
Sets the GCP point zRMS.
setZScale(double) - Method in class oracle.spatial.georaster.GeorFunctionalFittingModel
Sets the zScale value.
ShapefileFeatureJGeom - Class in oracle.spatial.util
This class helps to create features from a shapefile.
ShapefileFeatureJGeom() - Constructor for class oracle.spatial.util.ShapefileFeatureJGeom
 
ShapefileReaderJGeom - Class in oracle.spatial.util
 
ShapefileReaderJGeom(String) - Constructor for class oracle.spatial.util.ShapefileReaderJGeom
construct an object out of the specified shapefile name.
shareNetworkDataSource() - Method in interface oracle.spatial.network.lod.LODUserDataIO
 
shareNetworkDataSource() - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
shortestPath(PointOnNet[], PointOnNet[], LODNetworkConstraint, ShortestPath) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using the input algorithm.
shortestPath(Feature[], Feature[], LODNetworkConstraint, ShortestPath) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path from the start feature candidates to the end feature candidates.
shortestPath(PointOnNet[], PointOnNet[], LODNetworkConstraint, int) - Method in class oracle.spatial.network.lod.NetworkSearch
 
ShortestPath - Interface in oracle.spatial.network.lod
This interface defines methods supported by a shortest path algorithm.
shortestPath(PointOnNet[], PointOnNet[], LODNetworkConstraint, int) - Method in interface oracle.spatial.network.lod.ShortestPath
Returns the shortest path between a set of candidate start points and a set of end points.
shortestPath(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPath(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPath(Network, int, double, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path as a sub path
shortestPath(Network, int, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path as a sub path
shortestPath(Network, int, double, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path as a sub path
shortestPath(Path, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPathAStar(PointOnNet, PointOnNet, LODNetworkConstraint, HeuristicCostFunction, double[]) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using A* algorithm using dynamic link level selector.
shortestPathAStar(PointOnNet, PointOnNet, int, LODNetworkConstraint, HeuristicCostFunction, double[]) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using A* algorithm with dynamic link level selector.
shortestPathAStar(PointOnNet, PointOnNet, LODNetworkConstraint, HeuristicCostFunction, LinkLevelSelector) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using A* algorithm.
shortestPathAStar(PointOnNet[], PointOnNet[], LODNetworkConstraint, HeuristicCostFunction, LinkLevelSelector) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using A* algorithm.
shortestPathAStar(Feature[], Feature[], LODNetworkConstraint, HeuristicCostFunction, LinkLevelSelector) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path from the start feature candidates to the end feature candidates.
shortestPathAStar(Network, int, int, NetworkConstraint, AStarCostFunction, double) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the A* search algorithm.
shortestPathAStar(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the A* search algorithm.
shortestPathAStar(Network, int, double, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path as a sub path using A* algorithm
shortestPathAStar(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the A* search algorithm.
shortestPathDijkstra(PointOnNet, PointOnNet, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path on the minimum link level using Dijkstra algorithm.
shortestPathDijkstra(PointOnNet, PointOnNet, int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using Dijkstra algorithm where the long-haul path is computed on the given link level.
shortestPathDijkstra(PointOnNet[], PointOnNet[], int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using Dijkstra algorithm where the long-haul path is computed on the given link level.
shortestPathDijkstra(PointOnNet[], PointOnNet[], int, int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using Dijkstra algorithm where the long-haul path is computed on the given link level.
shortestPathDijkstra(PointOnNet[], PointOnNet[], LODNetworkConstraint, LinkLevelSelector) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using Dijkstra algorithm with the given link level selector.
shortestPathDijkstra(Feature[], Feature[], LODNetworkConstraint, LinkLevelSelector) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path from the start feature candidates to the end feature candidates.
shortestPathDijkstra(Network, int, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPathDijkstra(Network, int, double, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path as a sub path using Dijkstra algorithm
shortestPathDijkstra(Network, int, int) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPathDijkstra(Path, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest path based on the Dijkstra algorithm.
shortestPathDijkstraMaxLevel(PointOnNet, PointOnNet, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path using Dijkstra algorithm where the long-haul path is computed on the maximum link level.
shortestPathHierarchical(PointOnNet[], PointOnNet[], int, int, LODNetworkConstraint, ShortestPath) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the shortest path from the start point candidates to the end point candidates.
shortestPaths(PointOnNet[][], PointOnNet[][], LODNetworkConstraint, Matrix<Integer>) - Method in class oracle.spatial.network.lod.DefaultPairwiseShortestPaths
 
shortestPaths(PointOnNet[][], PointOnNet[][], LODNetworkConstraint, Matrix<Integer>) - Method in interface oracle.spatial.network.lod.PairwiseShortestPaths
Returns the pair-wise shortest paths between a set of candidate start points and end points.
shortestPaths(PointOnNet[][], PointOnNet[][], LODNetworkConstraint, TSP.TourFlag) - Method in class oracle.spatial.network.lod.TspNearestNeighbor
 
shortestPaths(Network, int, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths from the specified source node to any other nodes based on the Dijkstra algorithm.
shortestPaths(Network, int) - Static method in class oracle.spatial.network.NetworkManager
Returns all shortest paths from the given start node based on the Dijkstra algorithm.
showRTreePlot(String) - Method in class oracle.spatial.util.RTree
 
showRTreePlot() - Method in class oracle.spatial.util.RTree
 
shpMval - Static variable in class oracle.spatial.util.ShapefileReaderJGeom
 
simplify(double, double, double) - Method in class oracle.spatial.geometry.JGeometry
This method generates a new JGeometry object which is the simplified version of the input geometry.
simplify(double) - Method in class oracle.spatial.geometry.JGeometry
This method generates a new JGeometry object by simplifying the input geometry using the Douglas-Peucker Algorithm.
simplifyVW(JGeometry, double, boolean, double, double, double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
This method is a new line simplification based on the enhanced version of Visvalingham-Whyatt (1993) line simplification algorithm using weighted effecive area concept (Ref: Zhou, Jones SDH'04: Shape Aware Line Generalization with Weighted Effective Area) on geodetic space.
simplifyVW(JGeometry, double, boolean, double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
This method is a new line simplification based on the enhanced version of Visvalingham-Whyatt (1993) line simplification algorithm using weighted effecive area concept (Ref: Zhou, Jones SDH'04: Shape Aware Line Generalization with Weighted Effective Area) on projected space.
simplifyVW(Struct, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
size() - Method in class oracle.spatial.network.lod.LongHashMap
 
size() - Method in class oracle.spatial.network.lod.LongHashSet
Returns the number of elements in this set (its cardinality).
size() - Method in class oracle.spatial.network.lod.OrderedLongSet
 
size() - Method in interface oracle.spatial.network.lod.PriorityQueue
Returns the size of the queue.
size() - Method in interface oracle.spatial.network.Path
Returns the number of links in the path
size() - Method in interface oracle.spatial.network.Tree
Returns number of tree nodes
snapToGrid(Point2DD) - Method in class oracle.spatial.topo.TopoMap
Snaps the coordinate pair of the argument Point2DD to the instance grid.
snapToGrid(double) - Method in class oracle.spatial.topo.TopoMap
Snaps a single double precision value to the instance grid
snapToGrid(Point2DD[]) - Method in class oracle.spatial.topo.TopoMap
Snaps all the coordinate pairs of the array of Point2DD to the instance grid.
solutionAccuracy - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCPRefType
 
sortByID(Object[]) - Static method in class oracle.spatial.network.OraTst
Sorts the network elements by IDs.
SpanningTree - Class in oracle.spatial.network.lod
A spanning tree on the network.
SpanningTree() - Constructor for class oracle.spatial.network.lod.SpanningTree
 
SPATIAL_NETWORK - Static variable in interface oracle.spatial.network.Network
 
SpatialBasicNetwork - Interface in oracle.spatial.network.lod
A SpatialNetwork is a LogicalNetwork with geometry information.
SpatialHeavyPath - Interface in oracle.spatial.network.lod
A SpatialHeavyPath is a LogicalHeavyPath with geometry information.
SpatialLink - Interface in oracle.spatial.network.lod
A SpatialLink is a LogicalLink with geometry information.
SpatialNetLink - Interface in oracle.spatial.network.lod
A SpatialNetLink is a LogicalNetLink with geometry information.
SpatialNetNode - Interface in oracle.spatial.network.lod
A SpatialNetNode is a LogicalNetNode with geometry information.
SpatialNode - Interface in oracle.spatial.network.lod
A SpatialNode is a LogicalNode with geometry information.
SpatialPartition - Interface in oracle.spatial.network.lod
A SpatialPartition is a LogicalPartition with geometry information.
SpatialPath - Interface in oracle.spatial.network.lod
A SpatialPath is a LogicalPath with geometry information.
SpatialReferenceInfo - Class in oracle.spatial.georaster
SpatialReferenceInfo is a Java class mapped to the XML element SpatialReferenceInfo in the Oracle Spatial GeoRaster metadata.
SpatialSubNetwork - Interface in oracle.spatial.network.lod
A SpatialSubNetwork is a LogicalSubNetwork with geometry information.
SpatialSubPath - Interface in oracle.spatial.network.lod
A SpatialSubPath is a LogicalSubPath with geometry information.
SpatialSubPathImpl - Class in oracle.spatial.network.lod
Default implementation of SpatialSubPath.
SpatialSubPathImpl(SpatialPath, int, double, int, double, double[], JGeometry, CategorizedUserData) - Constructor for class oracle.spatial.network.lod.SpatialSubPathImpl
 
splitBy(String, String) - Static method in class oracle.spatial.util.Util
gets an array list of strings that are separated by delimiters such as commas
status - Variable in class oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
 
StAXCityGML - Class in oracle.spatial.util
 
StAXCityGML() - Constructor for class oracle.spatial.util.StAXCityGML
 
StAXGML - Class in oracle.spatial.util
 
StAXGML() - Constructor for class oracle.spatial.util.StAXGML
 
store(JGeometry, Connection) - Static method in class oracle.spatial.geometry.JGeometry
store(JGeometry, Connection, boolean) - Static method in class oracle.spatial.geometry.JGeometry
store(JGeometry, Connection, Object[]) - Static method in class oracle.spatial.geometry.JGeometry
store(JGeometry, Connection, Object[], boolean) - Static method in class oracle.spatial.geometry.JGeometry
store(JGeometry) - Static method in class oracle.spatial.geometry.JGeometry
Converts a JGeometry instance to an Oracle pickler image of the SDO_GEOMETRY type.
store(Connection, JGeometry) - Static method in class oracle.spatial.geometry.JGeometry
store(Connection, JGeometry, StructDescriptor) - Static method in class oracle.spatial.geometry.JGeometry
Converts a JGeometry instance to an Oracle JDBC STRUCT object using the SdoPickler.
storeJS(JGeometry, Connection) - Static method in class oracle.spatial.geometry.JGeometry
Converts the given geometry object into an Oracle JDBC Struct object.
storeJS(JGeometry, Connection, boolean) - Static method in class oracle.spatial.geometry.JGeometry
 
storeJS(JGeometry, Connection, Object[]) - Static method in class oracle.spatial.geometry.JGeometry
Converts the given geometry object into an Oracle JDBC Struct object.
storeJS(JGeometry, Connection, Object[], boolean) - Static method in class oracle.spatial.geometry.JGeometry
 
storeJS(Connection, JGeometry) - Static method in class oracle.spatial.geometry.JGeometry
Converts a JGeometry instance to an Oracle JDBC Struct object using the SdoPickler.
storeRasterBlock(ImageInputStream, Blob) - Method in class oracle.spatial.georaster.JRaster
Stores data from an ImageInputStream into blob.
storeRasterBlock(byte[], Blob) - Method in class oracle.spatial.georaster.JRaster
Stores data from byte array into a BLOB.
storeToDB() - Method in class oracle.spatial.georaster.JGeoRaster
Updates the GeoRaster object in the Oracle Database server, which is associated with current JGeoRaster object by RDT and RID.
storeToDB() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Deprecated.
storeToDBJS() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Updates server-side metadata by the XML string generated from this class.
structToWkb(Struct) - Static method in class oracle.spatial.util.Adapters
Deprecated.
structToWkb(Struct, Connection) - Static method in class oracle.spatial.util.Adapters
structToWkbJS(Struct) - Static method in class oracle.spatial.util.Adapters
 
structToWkbJS(Struct, Connection) - Static method in class oracle.spatial.util.Adapters
 
structToWkt(Struct) - Static method in class oracle.spatial.util.Adapters
Deprecated.
structToWkt(Struct, Connection) - Static method in class oracle.spatial.util.Adapters
structToWktJS(Struct) - Static method in class oracle.spatial.util.Adapters
 
structToWktJS(Struct, Connection) - Static method in class oracle.spatial.util.Adapters
 
structToWktString(Struct) - Static method in class oracle.spatial.util.Adapters
 
SubLayerInfo - Class in oracle.spatial.georaster
SubLayerInfo is a Java class mapped to the XML element subLayer or objectLayer in the Oracle Spatial GeoRaster metadata.
SubPath - Interface in oracle.spatial.network
This interface defines a sub path with the following properties: A reference path, a start percentage and a start link index in the reference path link list, an end percentage and an end link index in the reference path link list, The partial link cost is assumed to be linearly propotional to the given percentage.
SUBPATH_TABLE_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
subset(SdoGeoRaster, JGeometry, String, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Performs either or both of the following operations: (1) spatial crop, cut, or clip, or (2) layer or band subset or duplicate.
subset(SdoGeoRaster, JGeometry, String, String, SdoGeoRaster, double[], String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Performs either or both of the following operations: (1) spatial crop, cut, or clip, or (2) layer or band subset or duplicate.
subset(SdoGeoRaster, int, JGeometry, String, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Performs either or both of the following operations: (1) spatial crop, cut, or clip, or (2) layer or band subset or duplicate.
subset(SdoGeoRaster, int, JGeometry, String, String, SdoGeoRaster, double[], String) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Performs either or both of the following operations: (1) spatial crop, cut, or clip, or (2) layer or band subset or duplicate.
subset(SdoGeoRaster, long[], String, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Performs either or both of the following operations: (1) spatial crop, cut, or clip, or (2) layer or band subset or duplicate.
subset(SdoGeoRaster, int, long[], String, String, SdoGeoRaster, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Performs either or both of the following operations: (1) spatial crop, cut, or clip, or (2) layer or band subset or duplicate.
subSet(double) - Method in class oracle.spatial.network.lod.NetworkBuffer
Computes the subset of the network buffer.
subtract(Path) - Method in interface oracle.spatial.network.Path
Subtracts a given from the path.
subtract(ArrayList) - Method in interface oracle.spatial.network.Path
Subtracts a list of paths from the path.
swapBytes(byte[], int, int) - Static method in class oracle.spatial.util.ShapefileReaderJGeom
 
switchXYOrdinates(JGeometry) - Static method in class oracle.spatial.util.GML3g
 
SystemConstraint - Class in oracle.spatial.network
This class defines the common network constraints for network analysis.
SystemConstraint(Network) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs an empty system constraint.
SystemConstraint(Network, double) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a network constraint with the maximum cost.
SystemConstraint(Network, Vector, Vector) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a network constraint with the following constraint items: the must-avoid nodes and the must-avoid links.
SystemConstraint(Network, Vector) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a network constraint with the must-avoid nodes.
SystemConstraint(Network, int[], int[]) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a network constraint with the following constraints: the must-avoid nodes, and the must-avoid links.
SystemConstraint(Network, int[]) - Constructor for class oracle.spatial.network.SystemConstraint
Constructs a system constraint containing the must-avoid nodes .

T

TEMPORAL_DIMENSION - Static variable in class oracle.spatial.georaster.RasterInfo
A integer indicating temporal dimension.
TemporalReferenceInfo - Class in oracle.spatial.georaster
TemporalReferenceInfo is a Java class mapped to the XML element TemporalReferenceInfo in the Oracle Spatial GeoRaster metadata.
tfm_8307_to_PopularMercator(int[], double[], boolean) - Method in class oracle.spatial.geometry.JGeometry
 
tfm_8307_to_PopularMercator(boolean) - Method in class oracle.spatial.geometry.JGeometry
 
tfm_PopularMercator_to_8307(int[], double[], boolean) - Method in class oracle.spatial.geometry.JGeometry
 
tfm_PopularMercator_to_8307(boolean) - Method in class oracle.spatial.geometry.JGeometry
 
tfmLas(String) - Static method in class oracle.spatial.util.Las2SqlLdr
 
TIMESTAMP_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
to_GML3_2Geometry(Struct, String) - Static method in class oracle.spatial.util.GML3
Returns GML3.2.1 String object for the java.sql.Struct Geometry Object by checking srsname in URN form.
to_GML3_2Geometry(Struct) - Static method in class oracle.spatial.util.GML3
Returns GML3.2.1 String object for the java.sql.Struct Geometry Object.
to_GML3_2Geometry(Struct, String, String, String) - Static method in class oracle.spatial.util.GML3
Returns GML3.2.1 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias by checking srsname in URN form.
to_GML3_2Geometry(STRUCT, String, String, String) - Static method in class oracle.spatial.util.GML3
to_GML3_2Geometry(STRUCT, String, String) - Static method in class oracle.spatial.util.GML3
to_GML3_2Geometry(STRUCT) - Static method in class oracle.spatial.util.GML3
Deprecated.
to_GML3_2Geometry(STRUCT, String) - Static method in class oracle.spatial.util.GML3
to_GML3_2GeometryCLOB(Struct, String, String) - Static method in class oracle.spatial.util.GML3
to_GML3_2GeometryCLOB(STRUCT, NUMBER) - Static method in class oracle.spatial.util.GML3
to_GML3_2GeometryCLOB(STRUCT, String, String, NUMBER) - Static method in class oracle.spatial.util.GML3
to_GML3_2GeometryCLOB(Struct, NUMBER) - Static method in class oracle.spatial.util.GML3
to_GML3_2GeometryCLOB(Struct, String, String, NUMBER) - Static method in class oracle.spatial.util.GML3
to_GML3_2GeometryCLOBJS(Struct) - Static method in class oracle.spatial.util.GML3
Returns GML3.2.1 OracleClob object for the java.sql.Struct Geometry Object.
to_GML3_2GeometryCLOBJS(Struct, String, String) - Static method in class oracle.spatial.util.GML3
Returns GML3.2.1 OracleClob object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias.
to_GML3_2GeometryCLOBJS(Struct, NUMBER) - Static method in class oracle.spatial.util.GML3
Returns GML3.2.1 OracleClob object for the java.sql.Struct Geometry Object with coordOrder.
to_GML3_2GeometryCLOBJS(Struct, String, String, NUMBER) - Static method in class oracle.spatial.util.GML3
Returns GML3.2.1 OracleClob object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias.
to_GML3Geometry(Struct, String, String) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias.
to_GML3Geometry(STRUCT, String, String) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(Struct, String, String, String) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias by checking srsname in URN form.
to_GML3Geometry(STRUCT, String, String, String) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(Struct) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object.
to_GML3Geometry(STRUCT) - Static method in class oracle.spatial.util.GML3
Deprecated.
to_GML3Geometry(Struct, String) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object by checking srsname in URN form.
to_GML3Geometry(STRUCT, String) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(JGeometry, GML3.GMLVersion) - Static method in class oracle.spatial.util.GML3
 
to_GML3Geometry(JGeometry, String, GML3.GMLVersion) - Static method in class oracle.spatial.util.GML3
 
to_GML3Geometry(Struct, int) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object.
to_GML3Geometry(STRUCT, int) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(Struct, String, int) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object by checking srsname in URN form.
to_GML3Geometry(Struct, String, int, GML3.GMLVersion) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object by checking srsname in URN form.
to_GML3Geometry(STRUCT, String, int) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(STRUCT, String, int, GML3.GMLVersion) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(Struct, String, String, String, int) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias by checking srsname in URN form.
to_GML3Geometry(STRUCT, String, String, String, int) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(Struct, String, String, String, int, Connection) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias by checking srsname in URN form.
to_GML3Geometry(Struct, String, String, String, int, GML3.GMLVersion, Connection) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias by checking srsname in URN form.
to_GML3Geometry(STRUCT, String, String, String, int, Connection) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(STRUCT, String, String, String, int, GML3.GMLVersion, Connection) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(Struct, String, int, Connection) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object by checking srsname in URN form.
to_GML3Geometry(Struct, String, int, GML3.GMLVersion, Connection) - Static method in class oracle.spatial.util.GML3
Returns GML311 String object for the java.sql.Struct Geometry Object by checking srsname in URN form.
to_GML3Geometry(STRUCT, String, int, Connection) - Static method in class oracle.spatial.util.GML3
to_GML3Geometry(STRUCT, String, int, GML3.GMLVersion, Connection) - Static method in class oracle.spatial.util.GML3
to_GML3GeometryCLOB(STRUCT, String, String) - Static method in class oracle.spatial.util.GML3
to_GML3GeometryCLOB(Struct, String, String) - Static method in class oracle.spatial.util.GML3
to_GML3GeometryCLOB(STRUCT) - Static method in class oracle.spatial.util.GML3
to_GML3GeometryCLOB(Struct) - Static method in class oracle.spatial.util.GML3
to_GML3GeometryCLOB(STRUCT, NUMBER) - Static method in class oracle.spatial.util.GML3
to_GML3GeometryCLOB(Struct, NUMBER) - Static method in class oracle.spatial.util.GML3
to_GML3GeometryCLOB(STRUCT, String, String, NUMBER) - Static method in class oracle.spatial.util.GML3
to_GML3GeometryCLOB(Struct, String, String, NUMBER) - Static method in class oracle.spatial.util.GML3
to_GML3GeometryCLOBJS(Struct) - Static method in class oracle.spatial.util.GML3
Returns GML311 OracleClob object for the java.sql.Struct Geometry Object.
to_GML3GeometryCLOBJS(Struct, NUMBER) - Static method in class oracle.spatial.util.GML3
Returns GML311 OracleClob object for the java.sql.Struct Geometry Object with coordOrder.
to_GML3GeometryCLOBJS(Struct, String, String) - Static method in class oracle.spatial.util.GML3
Returns GML311 OracleClob object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias.
to_GML3GeometryCLOBJS(Struct, String, String, NUMBER) - Static method in class oracle.spatial.util.GML3
Returns GML311 OracleClob object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias.
to_GMLGeometry(Struct, String, String) - Static method in class oracle.spatial.util.GML2
Returns GML2 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias.
to_GMLGeometry(STRUCT, String, String) - Static method in class oracle.spatial.util.GML2
to_GMLGeometry(Struct, String, String, String) - Static method in class oracle.spatial.util.GML2
Returns GML2 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias by checking srsname in URN form.
to_GMLGeometry(STRUCT, String, String, String) - Static method in class oracle.spatial.util.GML2
to_GMLGeometry(Struct) - Static method in class oracle.spatial.util.GML2
Returns GML2 String object for the java.sql.Struct Geometry Object.
to_GMLGeometry(STRUCT) - Static method in class oracle.spatial.util.GML2
Deprecated.
to_GMLGeometry(Struct, String) - Static method in class oracle.spatial.util.GML2
Returns GML2 String object for the java.sql.Struct Geometry Object by checking srsname in URN form.
to_GMLGeometry(STRUCT, String) - Static method in class oracle.spatial.util.GML2
to_GMLGeometry(Struct, int) - Static method in class oracle.spatial.util.GML2
Returns GML2 String object for the java.sql.Struct Geometry Object.
to_GMLGeometry(STRUCT, int) - Static method in class oracle.spatial.util.GML2
to_GMLGeometry(Struct, String, int) - Static method in class oracle.spatial.util.GML2
Returns GML2 String object for the java.sql.Struct Geometry Object by checking srsname in URN form.
to_GMLGeometry(STRUCT, String, int) - Static method in class oracle.spatial.util.GML2
to_GMLGeometry(Struct, String, String, String, int) - Static method in class oracle.spatial.util.GML2
Returns GML2 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias by checking srsname in URN form.
to_GMLGeometry(STRUCT, String, String, String, int) - Static method in class oracle.spatial.util.GML2
to_GMLGeometry(Struct, String, String, String, int, Connection) - Static method in class oracle.spatial.util.GML2
Returns GML2 String object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias by checking srsname in URN form.
to_GMLGeometry(STRUCT, String, String, String, int, Connection) - Static method in class oracle.spatial.util.GML2
to_GMLGeometry(Struct, String, int, Connection) - Static method in class oracle.spatial.util.GML2
Returns GML2 String object for the java.sql.Struct Geometry Object by checking srsname in URN form.
to_GMLGeometry(STRUCT, String, int, Connection) - Static method in class oracle.spatial.util.GML2
to_GMLGeometryCLOB(STRUCT, String, String) - Static method in class oracle.spatial.util.GML2
to_GMLGeometryCLOB(Struct, String, String) - Static method in class oracle.spatial.util.GML2
to_GMLGeometryCLOB(STRUCT) - Static method in class oracle.spatial.util.GML2
to_GMLGeometryCLOB(Struct) - Static method in class oracle.spatial.util.GML2
to_GMLGeometryCLOB(STRUCT, NUMBER) - Static method in class oracle.spatial.util.GML2
to_GMLGeometryCLOB(Struct, NUMBER) - Static method in class oracle.spatial.util.GML2
to_GMLGeometryCLOB(STRUCT, String, String, NUMBER) - Static method in class oracle.spatial.util.GML2
to_GMLGeometryCLOB(Struct, String, String, NUMBER) - Static method in class oracle.spatial.util.GML2
to_GMLGeometryCLOBJS(Struct) - Static method in class oracle.spatial.util.GML2
Returns GML2 OracleClob object for the java.sql.Struct Geometry Object.
to_GMLGeometryCLOBJS(Struct, NUMBER) - Static method in class oracle.spatial.util.GML2
Returns GML2 OracleClob object for the java.sql.Struct Geometry Object.
to_GMLGeometryCLOBJS(Struct, String, String) - Static method in class oracle.spatial.util.GML2
Returns GML2 OracleClob object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias.
to_GMLGeometryCLOBJS(Struct, String, String, NUMBER) - Static method in class oracle.spatial.util.GML2
Returns GML2 OracleClob object for the java.sql.Struct Geometry Object with srsNameSpace and srsAlias.
to_KML(ArrayList, String[], String[], int, String[], String[], boolean[], String[], int[]) - Static method in class oracle.spatial.util.ExtendedKML2
Returns the full KML representation of 3D geometry (i.e., building) Each BBOX is divided into 4 subsequent BBOXes.
to_KML(JGeometry, String[], String[], int, String[], String[], boolean[], String[], int[]) - Static method in class oracle.spatial.util.ExtendedKML2
 
to_KMLGeometry(STRUCT, String, String) - Static method in class oracle.spatial.util.KML2
Deprecated. 
to_KMLGeometry(STRUCT) - Static method in class oracle.spatial.util.KML2
Deprecated. 
to_KMLGeometryCLOB(STRUCT, String, String) - Static method in class oracle.spatial.util.KML2
to_KMLGeometryCLOB(Struct, String, String) - Static method in class oracle.spatial.util.KML2
to_KMLGeometryCLOB(STRUCT) - Static method in class oracle.spatial.util.KML2
to_KMLGeometryCLOB(Struct) - Static method in class oracle.spatial.util.KML2
to_KMLGeometryCLOBJS(Struct) - Static method in class oracle.spatial.util.KML2
Returns KML OracleClob object for the java.sql.Struct Geometry Object.
to_KMLGeometryCLOBJS(Struct, String, String) - Static method in class oracle.spatial.util.KML2
Returns KML OracleClob object for the java.sql.Struct Object with srsNameSpace and srsAlias.
toArray() - Method in class oracle.spatial.network.lod.LongHashSet
Returns an array of the elements in this set.
toArray() - Method in class oracle.spatial.network.lod.OrderedLongSet
 
toArray() - Method in interface oracle.spatial.network.MDPoint
Returns the ordinates in an array.
toGeo3DLRSInfo(Struct) - Static method in class oracle.spatial.util.Adapters
This method accepts a Struct SDO_GEOMETRY which is 4D/3D LRS (point, line string or multi-line) geometry and disintegrates the Measure information and outputs an Object array with J3D_Geometry object and double array of measures.
toGeo3DLRSStruct(Object[]) - Static method in class oracle.spatial.util.Adapters
This method accepts an Object array with J3D_Geometry object and double array of measures and integrates them into Struct SDO_GEOMETRY which is 4D/3D LRS (point, line string or multi-line) geometry.
toGeometry(int) - Method in interface oracle.spatial.network.MBR
Return a JGeometry.
toGeometry() - Method in interface oracle.spatial.network.MDPoint
Returns a point geometry (JGeometry).
toJGeometry(byte[]) - Method in interface oracle.spatial.util.WKAdapter
This transforms a WKB/WKT geometry to a JGeometry.
toJGeometry(byte[]) - Method in class oracle.spatial.util.WKBasis
 
toLogicalNetLink(LogicalBasicNetwork) - Method in interface oracle.spatial.network.lod.LogicalLink
Converts the standalone link to a network link
toLogicalPath() - Method in interface oracle.spatial.network.lod.LogicalHeavyPath
Converts the heavy-weight path to a light-weight path.
TOPO_GEOMETRY_TYPE - Static variable in interface oracle.spatial.network.Network
 
TopoDataException - Exception in oracle.spatial.topo
 
TopoDataException() - Constructor for exception oracle.spatial.topo.TopoDataException
 
TopoDataException(String) - Constructor for exception oracle.spatial.topo.TopoDataException
 
TopoEntityNotFoundException - Exception in oracle.spatial.topo
 
TopoEntityNotFoundException() - Constructor for exception oracle.spatial.topo.TopoEntityNotFoundException
 
TopoEntityNotFoundException(String) - Constructor for exception oracle.spatial.topo.TopoEntityNotFoundException
 
TopoFrame - Class in oracle.spatial.topo
 
TopoFrame(TopoMap) - Constructor for class oracle.spatial.topo.TopoFrame
 
TopoMap - Class in oracle.spatial.topo
A TopoMap object serves as a smart cache for a database topology.
TopoMap(Connection, String, int, int, int, TopoPreprocess) - Constructor for class oracle.spatial.topo.TopoMap
Constructs a TopoMap object with a database Connection object and topology name, and an object which implements the TopoPreprocess interface for preprocessing on invocation of addXXXX methods
TopoMap(Connection, String, int, int, int) - Constructor for class oracle.spatial.topo.TopoMap
Constructs a TopoMap object with a database Connection object and topology name.
TopoPreprocess - Interface in oracle.spatial.topo
 
TopoValidationException - Exception in oracle.spatial.topo
 
TopoValidationException() - Constructor for exception oracle.spatial.topo.TopoValidationException
 
TopoValidationException(String) - Constructor for exception oracle.spatial.topo.TopoValidationException
 
toSDOGeometry(int) - Method in interface oracle.spatial.network.MBR
Retunrs a String for constructing an SDO_GEOMETRY in the database.
toSDOGeometry(int) - Method in interface oracle.spatial.network.MDPoint
Retunrs a String for constructing a point SDO_GEOMETRY in the database.
toSpatialPath() - Method in interface oracle.spatial.network.lod.SpatialHeavyPath
Returns the SpatialPath object.
toSQLString() - Method in class oracle.spatial.network.SDODimArray
Returns a SQL string for constructing a database SDO_DIM_ARRAY object
toStandAloneLink() - Method in interface oracle.spatial.network.lod.LogicalNetLink
Returns a new instance of a standalone link, which has the same properties as this link.
toStandAloneLink() - Method in class oracle.spatial.network.lod.LogicalNetLinkImpl
 
toStandAloneNode() - Method in interface oracle.spatial.network.lod.LogicalNetNode
Returns a new instance of a standalone node, which has the same properties as this node.
toStandAloneNode() - Method in class oracle.spatial.network.lod.LogicalNetNodeImpl
 
toString() - Method in class oracle.spatial.geometry.Chain.CenterPoint
 
toString() - Method in class oracle.spatial.geometry.Chain
 
toString() - Method in exception oracle.spatial.geometry.DataException
 
toString() - Method in class oracle.spatial.geometry.JGeometry
 
toString() - Method in class oracle.spatial.geometry.JPoint2DD
 
toString() - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
toString() - Method in class oracle.spatial.network.GeometryMetadata
 
toString() - Method in class oracle.spatial.network.HistoryMetadata
 
toString() - Method in class oracle.spatial.network.lod.config.LODConfig
 
toString() - Method in class oracle.spatial.network.lod.FeatureElementImpl
 
toString() - Method in class oracle.spatial.network.lod.FeatureImpl
 
toString() - Method in class oracle.spatial.network.lod.FeaturePath
 
toString() - Method in class oracle.spatial.network.lod.LeveledNetworkCache
 
toString() - Method in class oracle.spatial.network.lod.PathFeatureImpl
 
toString() - Method in class oracle.spatial.network.lod.PointOnNet
 
toString() - Method in class oracle.spatial.network.lod.TspPathFeature
 
toString() - Method in class oracle.spatial.network.SDODimArray
 
toString() - Method in class oracle.spatial.network.SystemConstraint
 
toString() - Method in class oracle.spatial.topo.Node
 
toString() - Method in class oracle.spatial.topo.Point2DD
 
toStringFull() - Method in class oracle.spatial.geometry.JGeometry
 
toStringFull(int) - Method in class oracle.spatial.geometry.JGeometry
This is similar to the toStringFull method of Java String class.
toSTRUCT(byte[], Connection) - Method in interface oracle.spatial.util.WKAdapter
Convert the given WKB/WKT geometry into an Oracle JDBC STRUCT object.
toSTRUCT(byte[], Connection) - Method in class oracle.spatial.util.WKBasis
Convert the given WKB/WKT geometry into an Oracle JDBC STRUCT object.
toStruct(byte[], Connection) - Method in class oracle.spatial.util.WKBasis
Convert the given WKB/WKT geometry into an Oracle JDBC Struct object.
traceIn(PointOnNet, double, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost to the end point.
traceIn(PointOnNet, double, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost to the end point.
traceIn(PointOnNet, double, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost to the end point.
traceIn(PointOnNet[], double, int, int, LODNetworkConstraint, LODGoalNode, boolean) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost to the end point candidates.
traceIn(Network, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns trace in results in an array of SubPath
traceIn(Network, int, double, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns trace in results in an array of SubPath
traceInLight(PointOnNet[], double, int, int, LODNetworkConstraint, LODGoalNode, boolean) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost to the end point candidates.
traceOut(PointOnNet, double, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost from the start point.
traceOut(PointOnNet, double, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost from the start point.
traceOut(PointOnNet, double, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost from the start point.
traceOut(PointOnNet[], double, int, int, LODNetworkConstraint, LODGoalNode, boolean) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost from the start point candidates.
traceOut(PointOnNet[], double, int, LODNetworkConstraint, LODGoalNode, boolean, boolean) - Method in class oracle.spatial.network.lod.NetworkSearch
 
traceOut(Network, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns trace out results in an array of SubPath
traceOut(Network, int, double, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns trace out results in an array of SubPath
traceOutLight(PointOnNet[], double, int, int, LODNetworkConstraint, LODGoalNode, boolean) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes and partial links within the given cost from the start points.
transform(AffineTransform) - Method in class oracle.spatial.util.SDODoubleGeneralPath
Transforms the geometry of this path using the specified AffineTransform.
Tree - Interface in oracle.spatial.network
This interface defines a tree for trace-out.
TreeLink - Interface in oracle.spatial.network
This interface defines a tree link for trace-out.
TreeNode - Interface in oracle.spatial.network
This interface defines a tree node for trace-out.
tsp(PointOnNet[][], TSP.TourFlag, int, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the traveling salesman tour covering the given points.
tsp(PointOnNet[][], TSP.TourFlag, int, LODNetworkConstraint, TSP) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the traveling salesman tour covering the input points.
tsp(PointOnNet[][], TSP.TourFlag, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the traveling salesman tour covering the input points.
tsp(PointOnNet[][], TSP.TourFlag, LODNetworkConstraint, TSP) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the traveling salesman tour covering the input points.
tsp(Feature[][], TSP.TourFlag, LODNetworkConstraint, TSP) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the traveling salesman tour covering the input features.
TSP - Interface in oracle.spatial.network.lod
This interface defines methods supported by traveling salesman problem algorithm.
TSP.TourFlag - Enum in oracle.spatial.network.lod
Enumeration whose values indicate whether a tsp tour is open or closed, and if open, whether the tour have fixed start and/or end point.
TspAnalysisInfo - Class in oracle.spatial.network.lod
This class contains the TSP points in order, besides other info in LODAnalysisInfo.
TspAnalysisInfo(LinkCostCalculator[], NodeCostCalculator[], int, int) - Constructor for class oracle.spatial.network.lod.TspAnalysisInfo
Creates an TspAnalysisInfo object.
TspNearestNeighbor - Class in oracle.spatial.network.lod
This is a simple heuristic TSP algorithm, which always picks the closest point as the next one to visit.
TspNearestNeighbor(NetworkExplorer, LinkCostCalculator[], NodeCostCalculator[], ShortestPath) - Constructor for class oracle.spatial.network.lod.TspNearestNeighbor
 
TspOp2 - Class in oracle.spatial.network.lod
This class implements the 2-opt heuristic algorithm for the Traveling-Salesman-Problem.
TspOp2() - Constructor for class oracle.spatial.network.lod.TspOp2
Default constructor.
TspOp2(LinkCostCalculator[], NodeCostCalculator[], ShortestPath, PairwiseCostCalculator) - Constructor for class oracle.spatial.network.lod.TspOp2
Constructs an 2-opt tsp algorithm instance.
TspOp2(LinkCostCalculator[], NodeCostCalculator[], ShortestPath, PairwiseCostCalculator, double) - Constructor for class oracle.spatial.network.lod.TspOp2
Constructs an 2-opt tsp algorithm instance.
tspPath(PointOnNet[][], TSP.TourFlag, LODNetworkConstraint) - Method in interface oracle.spatial.network.lod.TSP
Returns the traveling salesman tour with the optimal or suboptimal cost.
tspPath(PointOnNet[][], TSP.TourFlag, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.TspNearestNeighbor
 
tspPath(PointOnNet[][], TSP.TourFlag, LODNetworkConstraint) - Method in class oracle.spatial.network.lod.TspOp2
 
TspPath - Class in oracle.spatial.network.lod
A TspPath consists of an array of LogicalSubPath and the order of the points on the TSP tour.
TspPath(LogicalSubPath[], int[]) - Constructor for class oracle.spatial.network.lod.TspPath
Constructs a TspPath instance.
tspPath(Network, int[], NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns a TSP tour.
tspPath(Network, int[], boolean, boolean, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns a TSP tour.
tspPath(Node[], boolean, boolean, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns a TSP tour.
TspPathFeature - Class in oracle.spatial.network.lod
A TspPathFeature object contains information about the tsp order and a sequence of path features from the first point until the last point.
TspPathFeature(PathFeature[], int[]) - Constructor for class oracle.spatial.network.lod.TspPathFeature
Constructs a TspPathFeature instance.
typification(String, String, Connection, double) - Method in class oracle.spatial.util.GroupingLOD1Generalization
Groups the LOD1 geometries.

U

UNDIRECTED_LINK - Static variable in interface oracle.spatial.network.Network
 
UNDIRECTED_LINK - Static variable in interface oracle.spatial.network.NetworkMetadata
 
unite(MBR) - Method in interface oracle.spatial.network.MBR
Creates a new MBR by uniting with the specified MBR.
UNIVERSE_FACE - Static variable in class oracle.spatial.topo.TopoMap
 
UNKNOWN_LINK_LEVEL - Static variable in class oracle.spatial.network.lod.DynamicLinkLevelSelector
 
update(int, NetworkUpdate) - Method in class oracle.spatial.network.lod.LeveledNetworkCache
Updates the network cache.
update(LogicalLink) - Method in interface oracle.spatial.network.lod.LogicalLink
Copies the attributes of the input link to this link.
update(LogicalNode) - Method in interface oracle.spatial.network.lod.LogicalNode
Copies the attributes of the input node to this node.
update(PartitionUpdate) - Method in interface oracle.spatial.network.lod.LogicalPartition
Updates this network partition with the input partition update information.
update(PartitionUpdate) - Method in class oracle.spatial.network.lod.LogicalPartitionImpl
 
updateLink(LogicalLink, int) - Method in class oracle.spatial.network.lod.NetworkUpdate
Adds or updates a link in the network
updateLink(LogicalLink) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
updateLinks(Connection, Network, int[]) - Static method in class oracle.spatial.network.NetworkManager
Updates in-memory links from database
updateNetworkAnalysisElement() - Method in class oracle.spatial.network.lod.config.NetworkAnalysisConfig
Update the networkIO element to reflect the current status of this object.
updateNetworkCache(int, NetworkUpdate) - Method in interface oracle.spatial.network.lod.CachedNetworkIO
Update network cache.
updateNetworkCacheForWorkspaceChange(int, String, String, String, String) - Method in interface oracle.spatial.network.lod.CachedNetworkIOWM
Update network cache after switching workspace.
updateNetworkIOElement() - Method in class oracle.spatial.network.lod.config.NetworkIOConfig
Update the networkIO element to reflect the current status of this object.
updateNetworkLinkCost(Connection, Network, String, String) - Static method in class oracle.spatial.network.NetworkManager
Updates the cost of all network links with the value of the given cost column in the given table.
updateNetworkNodeCost(Connection, Network, String, String) - Static method in class oracle.spatial.network.NetworkManager
Updates the cost of all network node with the value of the given cost column in the given table.
updateNode(LogicalNode, int, int) - Method in class oracle.spatial.network.lod.NetworkUpdate
Adds or updates a node in the network.
updateNode(LogicalNode, int) - Method in class oracle.spatial.network.lod.PartitionUpdate
 
updateNodes(Connection, Network, int[]) - Static method in class oracle.spatial.network.NetworkManager
Updates in-memory nodes from database
updatePartitionBlobInfo(int, int, int, int, int, int, int, int, boolean) - Method in interface oracle.spatial.network.lod.NetworkIO
Updates the partition BLOB info in the partition BLOB table.
updatePaths(Connection, Network, int[]) - Static method in class oracle.spatial.network.NetworkManager
 
updateRank(LogicalPartition) - Method in interface oracle.spatial.network.lod.CachingHandler
Updates the rank of the partition in the cache.
updateRank(LogicalPartition) - Method in class oracle.spatial.network.lod.LRUCachingHandler
 
updateRaster(SdoGeoRaster, int, String, long[], SdoGeoRaster, int, String, boolean, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Updates a specified pyramid of a specified area or the overlapping parts of one GeoRaster object with selected pyramid and selected bands or layers of another GeoRaster object.
updateRaster(SdoGeoRaster, int, String, JGeometry, SdoGeoRaster, int, String, boolean, double[]) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Updates a specified pyramid of a specified area or the overlapping parts of one GeoRaster object with selected pyramid and selected bands or layers of another GeoRaster object.
updateSubPaths(Connection, Network, int[]) - Static method in class oracle.spatial.network.NetworkManager
 
updateTopology() - Method in class oracle.spatial.topo.TopoMap
Updates to the database topological changes in the instance.
upgradeGeoRaster() - Method in class oracle.spatial.georaster.sql.SdoGeorAdminPKG
Checks the GeoRaster system data entries and GeoRaster data for the current schema, and performs any corrective action as appropriate.
UserData - Interface in oracle.spatial.network.lod
This interface defines methods supported by a user data set.
UserDataImpl - Class in oracle.spatial.network.lod
Default implementation of UserData.
UserDataImpl(Object[]) - Constructor for class oracle.spatial.network.lod.UserDataImpl
 
UserDataIO - Interface in oracle.spatial.network
This interface defines methods for users to read and write user defined data from and to the database.
UserDataMetadata - Interface in oracle.spatial.network
This class defines the metadata for user data.
Util - Class in oracle.spatial.util
some useful utility routines used by SDOVIS.
Util() - Constructor for class oracle.spatial.util.Util
 

V

validate(boolean, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns whether a 3-D (Cartesian) geometry is valid or not.
validate(boolean, double, String) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns whether a 3-D geometry is valid or not.
validate() - Method in class oracle.spatial.georaster.JGeoRaster
Validates the current JGeoRaster object.
validate() - Method in class oracle.spatial.georaster.JGeoRasterMeta
Validates GeoRaster metadata represented by current instance
validate() - Method in interface oracle.spatial.network.Path
Validates the path.
validate_layer_with_context_3D(String, String, String, NUMBER, String, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
validateBlockMBR() - Method in class oracle.spatial.georaster.JRaster
Checks the blockMBR attribute in each row of the raster data table associated with the specified GeoRaster object to see if its geometry is the actual minimum bounding rectangle (MBR) of that block.
validateBlockMBR(SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Validates the blockMBR attribute of each block of a GeoRaster object.
validateCache() - Method in class oracle.spatial.topo.TopoMap
Wrapper for validateCache(int level).
validateCache(int) - Method in class oracle.spatial.topo.TopoMap
Performs a topological validation of the cache, checking the consistency of all pointer relationships in the edge/node/face graph.
validateConfigXml(Source, String) - Static method in class oracle.spatial.network.lod.config.ConfigManager
Validate the input configuration xml against the LOD configuration schema.
validateForMosaicSubset(String, Integer, double[], String, String) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Checks if it is feasible to do mosaicking or subset query operations over a virtual mosaic or a large collection of GeoRaster objects.
validateForMosaicSubset(String, String, Integer, double[], String, String) - Method in class oracle.spatial.georaster.sql.SdoGeorAggrPKG
Checks if it is feasible to do mosaicking or subset query operations over a virtual mosaic or a large collection of GeoRaster objects.
validateGeom(Struct, String, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 
validateGeoRaster(SdoGeoRaster) - Method in class oracle.spatial.georaster.sql.SdoGeorPKG
Validates a GeoRaster object, checking its raster data and metadata.
validateMvalue(ShapefileReaderJGeom, int) - Static method in class oracle.spatial.util.ShapefileFeatureJGeom
 
validateNetwork(Network) - Static method in class oracle.spatial.network.NetworkManager
Validates the reference relationship of the given network return the validation result as a String
validateNetworkSchema(Connection, String) - Static method in class oracle.spatial.network.NetworkManager
Validates the network tables and reports any errors if exist.
validateWkb(BLOB) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleBlob and Adapters.validateWkb(OracleBlob) instead.
validateWkb(BLOB, Connection) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleBlob and Adapters.validateWkb(OracleBlob, Connection) instead.
validateWkb(OracleBlob) - Static method in class oracle.spatial.util.Adapters
 
validateWkb(OracleBlob, Connection) - Static method in class oracle.spatial.util.Adapters
 
validateWkt(CLOB) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.validateWkt(OracleClob) instead.
validateWkt(CLOB, Connection) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.validateWkt(OracleClob, Connection) instead.
validateWkt(OracleClob) - Static method in class oracle.spatial.util.Adapters
 
validateWkt(OracleClob, Connection) - Static method in class oracle.spatial.util.Adapters
 
validDataType(String) - Method in interface oracle.spatial.network.UserDataMetadata
Checks if the given data type is supported
validMeasure(double) - Method in class oracle.spatial.geometry.LRSGeometryG3D
 
valueOf(String) - Static method in enum oracle.spatial.network.lod.Feature.FeatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.spatial.network.lod.FeatureElement.FeatureElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.spatial.network.lod.FeatureLayerMetadata.FeatureLayerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.spatial.network.lod.TSP.TourFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum oracle.spatial.util.GML3.GMLVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum oracle.spatial.network.lod.Feature.FeatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.spatial.network.lod.FeatureElement.FeatureElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.spatial.network.lod.FeatureLayerMetadata.FeatureLayerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.spatial.network.lod.TSP.TourFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum oracle.spatial.util.GML3.GMLVersion
Returns an array containing the constants of this enum type, in the order they are declared.
valuesIterator() - Method in class oracle.spatial.network.lod.LongHashMap
 
valuesIterator() - Method in class oracle.spatial.network.lod.LongLinkedHashMap
 
valuesReverseIterator() - Method in class oracle.spatial.network.lod.LongLinkedHashMap
 
VARCHAR2_TYPE - Static variable in interface oracle.spatial.network.UserDataMetadata
 
VERSION_11 - Static variable in class oracle.spatial.network.lod.config.ConfigManager
 
VERSION_12_1 - Static variable in class oracle.spatial.network.lod.config.ConfigManager
 
VERTICAL_DIMENSION - Static variable in class oracle.spatial.georaster.RasterInfo
A integer indicating vertical dimension.
VisitedNode - Class in oracle.spatial.network.lod
This class represents a node visited while exploring a network.
VisitedNode() - Constructor for class oracle.spatial.network.lod.VisitedNode
 
volume(double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the volume of a 3-D (Cartesian) geometry.
volume(double, String, double, double, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the volume of a 3-D geometry.
volume(Struct, String, NUMBER, NUMBER, NUMBER, NUMBER) - Static method in class oracle.spatial.util.Adapters
 

W

warn(String) - Method in class oracle.spatial.util.Logger
Logs a warning
warn(String, String, String) - Method in class oracle.spatial.util.Logger
Logs a warning
warn(Exception) - Method in class oracle.spatial.util.Logger
Logs a warning exception
WIND_EVEN_ODD - Static variable in class oracle.spatial.util.SDODoubleGeneralPath
An even-odd winding rule for determining the interior of a path.
WIND_NON_ZERO - Static variable in class oracle.spatial.util.SDODoubleGeneralPath
A non-zero winding rule for determining the interior of a path.
withinCost(PointOnNet, double, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost from the start point.
withinCost(PointOnNet, double, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost from the start point.
withinCost(PointOnNet, double, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost from the start point.
withinCost(PointOnNet[], double, int, int, LODNetworkConstraint, LODGoalNode, boolean) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost from the start point candidates.
withinCost(PointOnNet[], double, int, LODNetworkConstraint, LODGoalNode, boolean, boolean) - Method in class oracle.spatial.network.lod.NetworkSearch
 
withinCost(Network, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns all paths that are within the specified cost.
withinCost(Network, int, double) - Static method in class oracle.spatial.network.NetworkManager
Returns the shortest paths of the nodes that are within the specified cost from the given node.
withinCostFeatures(Feature[], double, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds features within the given cost from the start features.
withinCostFeatures(PointOnNet[], double, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds features within the given cost from the start features.
withinCostFeatures(PointOnNet[], double, int[], LODNetworkConstraint, FeatureFilter, int) - Method in class oracle.spatial.network.lod.NetworkSearch
Returns the features and the paths to/from them within the given cost.
withinCostLight(PointOnNet[], double, int, int, LODNetworkConstraint, LODGoalNode, boolean) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost from the start point candidates.
withinCostPolygon(PointOnNet[], double, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the polygon covering the nodes, links or partial links that are within the given cost from the start point candidates.
withinCostPolygon(Feature[], double, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the polygon covering the nodes, links or partial links that are within the given cost from the start feature candidates.
withinReachingCost(PointOnNet, double, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost to the end point.
withinReachingCost(PointOnNet, double, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost to the end point.
withinReachingCost(PointOnNet, double, int, int, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost to the end point.
withinReachingCost(PointOnNet[], double, int, int, LODNetworkConstraint, LODGoalNode, boolean) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost to the end point candidates.
withinReachingCost(Network, int, double) - Static method in class oracle.spatial.network.NetworkManager
Returns all reaching paths that are within the specified cost.
withinReachingCost(Network, int, double, NetworkConstraint) - Static method in class oracle.spatial.network.NetworkManager
Returns all reaching paths that are within the specified cost.
withinReachingCostFeatures(Feature[], double, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds features within the given cost to the end features.
withinReachingCostFeatures(PointOnNet[], double, int[], LODNetworkConstraint, FeatureFilter) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds features within the given cost to the end features.
withinReachingCostLight(PointOnNet[], double, int, int, LODNetworkConstraint, LODGoalNode, boolean) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Finds the nodes within the given cost to the end points.
withinReachingCostPolygon(PointOnNet[], double, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the polygon covering the nodes, links or partial links that are within the given cost to the end point candidates.
withinReachingCostPolygon(Feature[], double, LODNetworkConstraint, LODGoalNode) - Method in class oracle.spatial.network.lod.NetworkAnalyst
Returns the polygon covering the nodes, links or partial links that are within the given cost to the end feature candidates.
WKAdapter - Interface in oracle.spatial.util
 
WKB - Class in oracle.spatial.util
 
WKB(ByteOrder) - Constructor for class oracle.spatial.util.WKB
 
WKB() - Constructor for class oracle.spatial.util.WKB
 
WKBasis - Class in oracle.spatial.util
This class provides some implementations common to WKB and WKT, particularly the translation between WKB/WKT and STRUCT.
WKBasis(ByteOrder) - Constructor for class oracle.spatial.util.WKBasis
 
WKBasis() - Constructor for class oracle.spatial.util.WKBasis
 
wkbToSTRUCT(BLOB) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.wkbToSTRUCT(OracleBlob) instead.
wkbToSTRUCT(BLOB, Connection) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.wkbToSTRUCT(OracleBlob, Connection) instead.
wkbToSTRUCT(OracleBlob) - Static method in class oracle.spatial.util.Adapters
 
wkbToSTRUCT(OracleBlob, Connection) - Static method in class oracle.spatial.util.Adapters
 
WKInputStream - Interface in oracle.spatial.util
 
WKT() - Method in class oracle.spatial.geometry.Chain
Debugging only
WKT - Class in oracle.spatial.util
 
WKT() - Constructor for class oracle.spatial.util.WKT
 
WKTList() - Method in class oracle.spatial.geometry.Chain
Debugging only
wktToSTRUCT(CLOB) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.wktToSTRUCT(OracleClob) instead.
wktToSTRUCT(CLOB, Connection) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleClob and Adapters.wktToSTRUCT(OracleClob, Connection) instead.
wktToSTRUCT(OracleClob) - Static method in class oracle.spatial.util.Adapters
 
wktToSTRUCT(OracleClob, Connection) - Static method in class oracle.spatial.util.Adapters
 
writeDouble(DataOutputStream, double) - Method in class oracle.spatial.util.ByteOrder
 
writeDouble(DataOutputStream, double) - Method in class oracle.spatial.util.ByteOrderBigEndian
 
writeDouble(DataOutputStream, double) - Method in class oracle.spatial.util.ByteOrderLittleEndian
 
writeNetwork(Connection, Network) - Static method in class oracle.spatial.network.NetworkManager
Writes the network to the database.
writeNetwork(Connection, Network, UserDataIO) - Static method in class oracle.spatial.network.NetworkManager
Writes the network to the database.
writeNetworkBuffer(NetworkBuffer) - Method in interface oracle.spatial.network.lod.NetworkIO
Stores the network buffer into the database.
writeNetworkBuffer(NetworkBuffer, String) - Method in interface oracle.spatial.network.lod.NetworkIO
Stores the network buffer into the database.
writeNetworkBuffer(NetworkBuffer, long) - Method in interface oracle.spatial.network.lod.NetworkIO
Stores the network buffer into the database.
writeNetworkBuffer(NetworkBuffer, long, String) - Method in interface oracle.spatial.network.lod.NetworkIO
Stores the network buffer into the database.
writeNetworkMetadata(Connection, NetworkMetadata) - Static method in class oracle.spatial.network.NetworkManager
Writes the network metadata to the database.
writePath(LogicalPath, String, String) - Method in interface oracle.spatial.network.lod.NetworkIO
Stores a path in the database.
writePath(LogicalPath, long, String, String) - Method in interface oracle.spatial.network.lod.NetworkIO
Stores a path in the database.
writepts(BLOB, int, int, Adapters.Ptclass[], NUMBER) - Static method in class oracle.spatial.util.Adapters
Deprecated.
Use oracle.jdbc.OracleBlob and Adapters.writeptsJS(OracleBlob, int, int, Ptclass[], NUMBER) instead.
writeptsJS(OracleBlob, int, int, Adapters.Ptclass[], NUMBER) - Static method in class oracle.spatial.util.Adapters
 
writeSubPath(LogicalSubPath, long, String, String) - Method in interface oracle.spatial.network.lod.NetworkIO
Stores a sub-path in the database.
writeSubPath(LogicalSubPath, long, long, String, String) - Method in interface oracle.spatial.network.lod.NetworkIO
Stores a sub-path in the database.
writeUInt32(DataOutputStream, int) - Method in class oracle.spatial.util.ByteOrder
 
writeUInt32(DataOutputStream, int) - Method in class oracle.spatial.util.ByteOrderBigEndian
 
writeUInt32(DataOutputStream, int) - Method in class oracle.spatial.util.ByteOrderLittleEndian
 
writeUserData(String, long[], UserData[]) - Method in interface oracle.spatial.network.lod.LODUserDataIO
Writes user defined data to the database.
writeUserData(LogicalPartition) - Method in interface oracle.spatial.network.lod.LODUserDataIO
 
writeUserData(String, long[], UserData[]) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
Since the user data are stored in the node/link/path tables, you can only update the entry in the table.
writeUserData(LogicalPartition) - Method in class oracle.spatial.network.lod.LODUserDataIOSDO
 
writeUserData(Connection, Network) - Method in interface oracle.spatial.network.UserDataIO
Writes the user defined data to the database.

X

x - Variable in class oracle.spatial.geometry.JPoint2DD
 
x - Variable in class oracle.spatial.topo.Point2DD
 
XMLConfigurable - Interface in oracle.spatial.network.lod
This interface defines methods that make a customized XML configuration implementation.

Y

y - Variable in class oracle.spatial.geometry.JPoint2DD
 
y - Variable in class oracle.spatial.topo.Point2DD
 
YenDeviation - Class in oracle.spatial.network.lod
This class implements Yen's Deviation Algorithm for finding the k shortest loopless paths.
YenDeviation() - Constructor for class oracle.spatial.network.lod.YenDeviation
Default constructor.
YenDeviation(NetworkExplorer, LinkCostCalculator[], NodeCostCalculator[], ShortestPath) - Constructor for class oracle.spatial.network.lod.YenDeviation
 
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 
Oracle® Spatial and Graph Java API Reference
12c Release 1 (12.1)

E50631-02

Copyright © 2007, 2014, Oracle and/or its affiliates. All Rights Reserved.