Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
void |
circle(double p1x,
double p1y,
double p2x,
double p2y,
double p3x,
double p3y) |
void |
finish() |
void |
linestring(java.util.List<oracle.spatial.geometry.JGeometry.LineStringInfo> lineinfo) |
void |
point(double x,
double y) |
void |
ring(boolean interior,
java.util.List<oracle.spatial.geometry.JGeometry.LineStringInfo> lineinfo) |
-
-
Method Detail
-
circle
void circle(double p1x,
double p1y,
double p2x,
double p2y,
double p3x,
double p3y)
throws java.lang.Exception
- Throws:
java.lang.Exception
Oracle® Spatial and Graph Java API Reference
Release 19.1, E94803-01
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2007, 2019, Oracle and/or its affiliates. All Rights Reserved.