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

B14373-01


oracle.spatial.geometry
Class BufferGeometry

java.lang.Object
  extended byoracle.spatial.geometry.JGeometry
      extended byoracle.spatial.geometry.BufferGeometry

All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class BufferGeometry
extends JGeometry
See Also:
Serialized Form

Nested Class Summary
class BufferGeometry.Sausage
class BufferGeometry.Vertex

Nested classes inherited from class oracle.spatial.geometry.JGeometry
JGeometry.Point

Field Summary

Fields inherited from class oracle.spatial.geometry.JGeometry
GTYPE_COLLECTION, GTYPE_CURVE, GTYPE_MULTICURVE, GTYPE_MULTIPOINT, GTYPE_MULTIPOLYGON, GTYPE_POINT, GTYPE_POLYGON

Constructor Summary
BufferGeometry(int gtype, int srid, int[] elemInfo, double[] ordinates, java.sql.Connection conn)

Method Summary
JGeometry buffer(double bufferWidth)
protected void finalize()
static void main(java.lang.String[] args)

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

Constructor Detail

BufferGeometry

public BufferGeometry(int gtype,
                      int srid,
                      int[] elemInfo,
                      double[] ordinates,
                      java.sql.Connection conn)
               throws java.sql.SQLException,
                      java.lang.ClassNotFoundException

Method Detail

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

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

B14373-01


Copyright © 2005, Oracle. All Rights Reserved.