Serialized Form
Package oracle.spatial.geometry |
description
java.lang.String description
detail
java.lang.Throwable detail
serialVersionUID: -4792272186565640701L
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- required method for serialization support.
-
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
- required method for serialization support.
-
- Throws:
java.io.IOException
gtype
int gtype
linfo
int linfo
srid
int srid
x
double x
y
double y
z
double z
elemInfo
int[] elemInfo
ordinates
double[] ordinates
mbr
double[] mbr
dim
int dim
Package oracle.spatial.network |
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.lang.ClassNotFoundException,
java.io.IOException
-
- Throws:
java.lang.ClassNotFoundException
java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
-
- Throws:
java.io.IOException
p_tableName
java.lang.String p_tableName
p_columnName
java.lang.String p_columnName
p_srid
int p_srid
p_noOfDims
int p_noOfDims
p_network
Network p_network
p_mustAvoidNodes
java.util.Vector<E> p_mustAvoidNodes
p_mustAvoidLinks
java.util.Vector<E> p_mustAvoidLinks
p_maxCost
double p_maxCost
p_maxDistance
double p_maxDistance
p_maxMBR
MBR p_maxMBR
p_maxDepth
int p_maxDepth
p_maxDuration
double p_maxDuration
Package oracle.spatial.topo |
id
int id
originNode
int originNode
endNode
int endNode
boundedFaceL
int boundedFaceL
boundedFaceR
int boundedFaceR
nextEdgeL
int nextEdgeL
prevEdgeL
int prevEdgeL
nextEdgeR
int nextEdgeR
prevEdgeR
int prevEdgeR
coords
Point2DD[] coords
id
int id
boundaryEdge
int boundaryEdge
islandEdges
int[] islandEdges
islandNodes
int[] islandNodes
mbr
Point2DD[] mbr
id
int id
startEdge
int startEdge
containFace
int containFace
coord
Point2DD coord
x
double x
y
double y
t
TopoMap t
Package oracle.spatial.util |
m_oracleErrorMessage
java.lang.String m_oracleErrorMessage
m_specifics
java.lang.String m_specifics
m_context
java.lang.String m_context
nDimensions
int nDimensions
nodeSize
int nodeSize
minFill
int minFill
nodeCount
int nodeCount
leafCount
int leafCount
entryCount
int entryCount
levels
int levels
mbh
oracle.spatial.util.RTree.Span[] mbh
root
oracle.spatial.util.RTree.TreeNode root
Copyright © 2006, Oracle. All Rights Reserved.