Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


Serialized Form

Class oracle.spatial.geometry.BufferGeometry extends JGeometry implements Serializable

Serialized Fields

conn

java.sql.Connection conn

pstmt

java.sql.PreparedStatement pstmt

Class oracle.spatial.geometry.DataException extends java.lang.Exception implements Serializable

Serialized Fields

description

java.lang.String description

detail

java.lang.Throwable detail

Class oracle.spatial.topo.Edge extends java.lang.Object implements Serializable

Serialized Fields

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

Class oracle.spatial.topo.Face extends java.lang.Object implements Serializable

Serialized Fields

id

int id

boundaryEdge

int boundaryEdge

islandEdges

int[] islandEdges

islandNodes

int[] islandNodes

mbr

Point2DD[] mbr

Class oracle.spatial.util.GeometryExceptionWithContext extends java.lang.Exception implements Serializable

Serialized Fields

m_oracleErrorMessage

java.lang.String m_oracleErrorMessage

m_specifics

java.lang.String m_specifics

m_context

java.lang.String m_context

Class oracle.spatial.network.GeometryMetadata extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException

Serialized Fields

p_tableName

java.lang.String p_tableName

p_columnName

java.lang.String p_columnName

p_srid

int p_srid

p_noOfDims

int p_noOfDims

Class oracle.spatial.topo.InvalidTopoOperationException extends java.lang.Exception implements Serializable

Class oracle.spatial.geometry.JGeometry extends java.lang.Object implements Serializable

serialVersionUID: -4792272186565640701l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
required method for serialization support.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
required method for serialization support.

Serialized Fields

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

Class oracle.spatial.network.NetworkDataException extends java.lang.Exception implements Serializable

Class oracle.spatial.topo.Node extends java.lang.Object implements Serializable

Serialized Fields

id

int id

startEdge

int startEdge

containFace

int containFace

coord

Point2DD coord

Class oracle.spatial.topo.Point2DD extends java.lang.Object implements Serializable

Serialized Fields

x

double x

y

double y

Class oracle.spatial.util.RTree extends java.lang.Object implements Serializable

Serialized Fields

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

Class oracle.spatial.util.RTree.RTreePlot extends java.awt.Frame implements Serializable

Class oracle.spatial.network.SystemConstraint extends java.lang.Object implements Serializable

Serialized Fields

p_network

Network p_network

p_mustAvoidNodes

java.util.Vector p_mustAvoidNodes

p_mustAvoidLinks

java.util.Vector 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

Class oracle.spatial.topo.TopoDataException extends java.lang.Exception implements Serializable

Class oracle.spatial.topo.TopoEntityNotFoundException extends java.lang.Exception implements Serializable

Class oracle.spatial.topo.TopoFrame extends java.awt.Frame implements Serializable

Serialized Fields

t

TopoMap t

Class oracle.spatial.topo.TopoValidationException extends java.lang.Exception implements Serializable

Oracle® Spatial Java API Reference
10g Release 2 (10.2)

B14373-01


Copyright © 2005, Oracle. All Rights Reserved.