oracle.spatial.geometry
Class BufferGeometry
java.lang.Object
oracle.spatial.geometry.JGeometry
oracle.spatial.geometry.BufferGeometry
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class BufferGeometry
- extends JGeometry
- See Also:
- Serialized Form
Constructor Summary |
BufferGeometry(int gtype, int srid, int[] elemInfo, double[] ordinates, java.sql.Connection conn)
|
Methods inherited from class oracle.spatial.geometry.JGeometry |
clone, computeArc, createCircle, createCircle, createLinearLineString, createLinearMultiLineString, createLinearPolygon, createLinearPolygon, createLRSLinearLineString, createLRSLinearMultiLineString, createLRSLinearPolygon, createLRSLinearPolygon, createLRSPoint, createMultiPoint, createPoint, createShape, equals, getDimensions, getElemInfo, getFirstPoint, getJavaPoint, getJavaPoints, getLabelPoint, getLastPoint, getMBR, getNumPoints, getOrdinatesArray, getOrdinatesOfElements, getPoint, getSize, getSRID, getType, hasCircularArcs, isCircle, isGeodeticMBR, isLRSGeometry, isMultiPoint, isPoint, isRectangle, linearizeArc, linearizeArc, linearizeArc, load, monoMeasure, setSRID, setType, store, toString |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
BufferGeometry
public BufferGeometry(int gtype,
int srid,
int[] elemInfo,
double[] ordinates,
java.sql.Connection conn)
throws java.sql.SQLException,
java.lang.ClassNotFoundException
buffer
public JGeometry buffer(double bufferWidth)
throws java.lang.Exception,
java.sql.SQLException
-
- Throws:
java.lang.Exception
java.sql.SQLException
finalize
protected void finalize()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
Copyright © 2005, Oracle. All Rights Reserved.