A B C D E F G H I J L M N O P R S T V X Y Z

A

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.
anyInteract(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns whether two 3-D geometries anyInteract or not.
anyInteract2(J3D_Geometry, boolean[], boolean[], boolean[], double) - Method in class oracle.spatial.geometry.J3D_Geometry
 
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.
area(double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the total planar surface area of a 3-D geometry.

B

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.
byteArrayToHexString(byte[]) - Static method in class oracle.spatial.geometry.JGeometry
 

C

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.
clone() - Method in class oracle.spatial.geometry.JGeometry
constructs an instance that is a clone of this JGeometry.
closeCoords(double[], int) - Static method in class oracle.spatial.geometry.JGeometry
 
closestPoints(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the closest points of approach between two 3-D geometries.
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.
computeArcMBR(double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
 
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.
createDBDescriptors(Connection) - Static method in class oracle.spatial.geometry.JGeometry
Load the SQL type information required to store a JGeometry object back into database.
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.
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.
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.
createLRSPoint(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
 
createMultiPoint(Object[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry that is a multi-point geometry.
createPoint(double[], int, int) - Static method in class oracle.spatial.geometry.JGeometry
 
createRTree2(RTree, ArrayList, ArrayList) - Static method in class oracle.spatial.geometry.J3D_Geometry
 
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.

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
 
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
 
description - Variable in exception oracle.spatial.geometry.DataException
 
detail - Variable in exception oracle.spatial.geometry.DataException
 
dim - Variable in class oracle.spatial.geometry.JGeometry
 
dim - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
distance(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the minimum distance between two 3-D geometries.
distCpa(J3D_Geometry, 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) - Method in class oracle.spatial.geometry.J3D_Geometry
 

E

ei - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
eitpr - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
EITPR_ARC - Static variable in class oracle.spatial.geometry.JGeometry
 
EITPR_CIRCLE - Static variable in class oracle.spatial.geometry.JGeometry
 
EITPR_GEODETICMBR - Static variable in class oracle.spatial.geometry.JGeometry
 
EITPR_LINEAR - Static variable in class oracle.spatial.geometry.JGeometry
 
EITPR_RECTANGLE - Static variable in class oracle.spatial.geometry.JGeometry
 
EITPR_UNKNOWN - Static variable in class oracle.spatial.geometry.JGeometry
interpretation of the point(s) in an element.
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
 
elemInfo - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
elemInfo - Variable in class oracle.spatial.geometry.JGeometry
 
elemInfoDesc - Static variable in class oracle.spatial.geometry.JGeometry
 
ENGLISH - Static variable in class oracle.spatial.geometry.J3D_Geometry
 
equals(Object) - Method in class oracle.spatial.geometry.JGeometry
Deprecated. This function has been moved to oracle.spatial.util.GML. public static JGeometry fromNodeToGeometry(Node nd) throws DataException { return GML.fromNodeToGeometry(nd); }
equals(JGeometry.Point) - Method in class oracle.spatial.geometry.JGeometry.Point
 
equals(JPoint2DD) - Method in class oracle.spatial.geometry.JPoint2DD
 
ETOPO_EXTERIOR - Static variable in class oracle.spatial.geometry.JGeometry
 
ETOPO_INTERIOR - Static variable in class oracle.spatial.geometry.JGeometry
 
ETOPO_NA - Static variable in class oracle.spatial.geometry.JGeometry
interior/exterior tag of ring element.
ETOPO_UNKNOWN - Static variable in class oracle.spatial.geometry.JGeometry
 
etype - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
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_COMPOUNDCURVE - Static variable in class oracle.spatial.geometry.JGeometry
 
ETYPE_COMPOUNDRING - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_COMPOUNDRING - Static variable in class oracle.spatial.geometry.JGeometry
 
ETYPE_CURVE - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_CURVE - Static variable in class oracle.spatial.geometry.JGeometry
 
ETYPE_POINT - Static variable in class oracle.spatial.geometry.ElementExtractor
 
ETYPE_POINT - Static variable in class oracle.spatial.geometry.JGeometry
 
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_RING - Static variable in class oracle.spatial.geometry.JGeometry
 
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
 
ETYPE_UNKNOWN - Static variable in class oracle.spatial.geometry.JGeometry
element types
expandCircle(double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
 
expandGeom(J3D_Geometry) - Static method in class oracle.spatial.geometry.J3D_Geometry
Returns the expanded geometry.
expandMBR(double[], double, double) - Static method in class oracle.spatial.geometry.JGeometry
 
expandMBR(double[], double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
 
expandMBR(double[], double[], int) - Method in class oracle.spatial.geometry.JGeometry
 
expandMBR(double[], double[], int, int, int) - Method in class oracle.spatial.geometry.JGeometry
 
expandSolid(J3D_Geometry) - Method in class oracle.spatial.geometry.ElementExtractor
 
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(JGeometry, double, double, Connection, double, int) - Static method in class oracle.spatial.geometry.J3D_Geometry
 
extrusion2(JGeometry, double[], double[], Connection, double, int) - Static method in class oracle.spatial.geometry.J3D_Geometry
 

F

finalize() - Method in class oracle.spatial.geometry.JGeometry
 

G

geomDesc - Static variable in class oracle.spatial.geometry.JGeometry
 
getAreaPolygon() - Method in class oracle.spatial.geometry.J3D_Geometry
 
getArray() - Method in class oracle.spatial.geometry.JPoint2DD
 
getDimensions() - Method in class oracle.spatial.geometry.JGeometry
Gets the dimensionality of this geometry.
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(int) - Method in class oracle.spatial.geometry.JGeometry
 
getElemInfo() - Method in class oracle.spatial.geometry.JGeometry
Gets the reference to the element infomation array of this JGeometry.
getElemInfoOfElement(int, int) - Method in class oracle.spatial.geometry.JGeometry
 
getFirstEtype() - Method in class oracle.spatial.geometry.J3D_Geometry
END OF INSIDE3D
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
 
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.
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.
getLabelByElement(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Computes the corresponding sub-geometry's label within the geometry.
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.
getLastPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the last coordinate of the geometry.
getLRMDimension() - Method in class oracle.spatial.geometry.JGeometry
Gets the dimension index for LRS measure.
getMBH(J3D_Geometry) - Static method in class oracle.spatial.geometry.J3D_Geometry
 
getMBR() - Method in class oracle.spatial.geometry.JGeometry
Gets the MBR of this geometry.
getNumPoints() - Method in class oracle.spatial.geometry.JGeometry
Gets the number of points or verticies in this geometry.
getOracleDescriptors(Connection) - 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.
getOrdinatesArray() - Method in class oracle.spatial.geometry.JGeometry
Gets the reference to the ordinate array of this JGeometry.
getOrdinatesOfElement(int, int) - Method in class oracle.spatial.geometry.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.
getPoint() - Method in class oracle.spatial.geometry.JGeometry
Gets the coordinate of this point geometry.
getSize() - Method in class oracle.spatial.geometry.JGeometry
Gets an estimated size of the geometry in bytes.
getSRID() - Method in class oracle.spatial.geometry.JGeometry
Gets the geometry SRID.
getType() - Method in class oracle.spatial.geometry.JGeometry
Gets the geometry type.
getX() - Method in class oracle.spatial.geometry.JGeometry.Point
 
getX() - Method in class oracle.spatial.geometry.JPoint2DD
 
getY() - Method in class oracle.spatial.geometry.JGeometry.Point
 
getY() - Method in class oracle.spatial.geometry.JPoint2DD
 
gtransH - Variable in class oracle.spatial.geometry.JGeometry
 
gtype - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
gtype - Variable in class oracle.spatial.geometry.JGeometry
 
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

hasCircularArcs() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is a compound one.

I

INNER_OUTER - Static variable in class oracle.spatial.geometry.ElementExtractor
 
inside3d(J3D_Geometry, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns whether the first geometry is inside the solid (second geometry) or not.
isCircle() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry represents a circle.
isCompound - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
isCompoundElement(int) - Method in class oracle.spatial.geometry.JGeometry
 
isFirstElemOfCompound - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
isGeodeticMBR() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry represents a geodetic MBR.
isLRSGeometry() - Method in class oracle.spatial.geometry.JGeometry
Checks if this is a LRS (Linear Reference System) geometry.
isMultiPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of Multi-Point type.
isOptimizedPoint() - Method in class oracle.spatial.geometry.JGeometry
 
isOrientedMultiPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of Multi-Point type and oriented.
isOrientedPoint - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
isOrientedPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of point type and oriented.
isPoint() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry is of point type.
isRectangle() - Method in class oracle.spatial.geometry.JGeometry
Checks if this geometry represents a rectangle.
isSimpleElement(int) - Method in class oracle.spatial.geometry.JGeometry
 

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
 
JGeometry - Class in oracle.spatial.geometry
A Java class that maps Oracle Spatial's SQL type MDSYS.SDO_GEOMETRY.
JGeometry(int, int) - Constructor for class oracle.spatial.geometry.JGeometry
Constructs an empty geometry with given type and srid.
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.ElementIterator - Class in oracle.spatial.geometry
 
JGeometry.ElementIterator(JGeometry) - Constructor for class oracle.spatial.geometry.JGeometry.ElementIterator
 
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.
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
 

L

lastElem - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
length(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 geometry.
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.
linfo - Variable in class oracle.spatial.geometry.JGeometry
 
load(STRUCT) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry instance from a STRUCT object representing a geometry column in a JDBC result set.
load(byte[]) - Static method in class oracle.spatial.geometry.JGeometry
Creates a JGeometry instance from a SQL image of a SDO_GEOMETRY object.
LOWER_LEVEL - Static variable in class oracle.spatial.geometry.ElementExtractor
 
lttpH - Variable in class oracle.spatial.geometry.JGeometry
 

M

makeElementGeometry(int, int, int, int, int) - Method in class oracle.spatial.geometry.JGeometry
 
mbr - Variable in class oracle.spatial.geometry.JGeometry
 
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
MULTICOMP_TOSIMPLE - Static variable in class oracle.spatial.geometry.ElementExtractor
 

N

nCoord - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
next() - Method in class oracle.spatial.geometry.JGeometry.ElementIterator
 
next_ord_offset - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
nextei - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
nextElement(int[]) - Method in class oracle.spatial.geometry.ElementExtractor
Returns the next element of J3D_Geometry.
nSubElement - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 

O

oracle.spatial.geometry - package oracle.spatial.geometry
 
ord_offset - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
ordinates - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
ordinates - Variable in class oracle.spatial.geometry.JGeometry
 
ordinatesDesc - Static variable in class oracle.spatial.geometry.JGeometry
 
orient_offset - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
orientation(double, double, double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
The orientation of the the triangle.
original_etype - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 

P

pointDesc - Static variable in class oracle.spatial.geometry.JGeometry
 
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.
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.
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.
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.

R

reFormulateArc(double[]) - Static method in class oracle.spatial.geometry.JGeometry
In order to create arc shape, Recalculate centerX, centerY, radius, startAngle, midAngle and endAngle.
remove_etype0(int[], double[], ArrayList, ArrayList) - Static method in class oracle.spatial.geometry.JGeometry
 
reOrientCurves() - Method in class oracle.spatial.geometry.JGeometry
 

S

set(double, double) - Method in class oracle.spatial.geometry.JGeometry.Point
 
setLRMDimension(int) - Method in class oracle.spatial.geometry.JGeometry
Sets the dimension index for LRS measure.
setSRID(int) - Method in class oracle.spatial.geometry.JGeometry
Sets the srid for this geometry.
setType(int) - Method in class oracle.spatial.geometry.JGeometry
Sets the geometry type for this geometry.
setX(double) - Method in class oracle.spatial.geometry.JPoint2DD
 
setY(double) - Method in class oracle.spatial.geometry.JPoint2DD
 
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.
srid - Variable in class oracle.spatial.geometry.JGeometry
 
store(JGeometry, Connection) - Static method in class oracle.spatial.geometry.JGeometry
Converts the given geometry object into an Oracle JDBC STRUCT object.
store(JGeometry, Connection, boolean) - Static method in class oracle.spatial.geometry.JGeometry
 
store(JGeometry, Connection, Object[]) - Static method in class oracle.spatial.geometry.JGeometry
Converts the given geometry object into an Oracle JDBC STRUCT object.
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
Converts a JGeometry instance to an Oracle JDBC STRUCT object using the SdoPickler.
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.

T

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
 
thetaInArc(double, double, double, double) - Static method in class oracle.spatial.geometry.JGeometry
 
top_etype - Variable in class oracle.spatial.geometry.JGeometry.ElementIterator
 
toString() - Method in exception oracle.spatial.geometry.DataException
 
toString() - Method in class oracle.spatial.geometry.JGeometry
 
toString() - Method in class oracle.spatial.geometry.JPoint2DD
 
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.

V

validate(boolean, double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns whether a 3-D geometry is valid or not.
volume(double) - Method in class oracle.spatial.geometry.J3D_Geometry
Returns the volume of a 3-D geometry.

X

x - Variable in class oracle.spatial.geometry.JGeometry
 
x - Variable in class oracle.spatial.geometry.JPoint2DD
 

Y

y - Variable in class oracle.spatial.geometry.JGeometry
 
y - Variable in class oracle.spatial.geometry.JPoint2DD
 

Z

z - Variable in class oracle.spatial.geometry.JGeometry
 

A B C D E F G H I J L M N O P R S T V X Y Z