Package oracle.sdoapi.geom

Interface Summary
CircularArc CircularArc is an interface that represents a circular arc segment with two end points and circular interpolation.
CoordPoint CoordPoint is a helper interface that represents a coordinate point.
Curve Curve is an interface that represents a OGC specified curve.
CurvePolygon CurvePolygon is an interface that represents a generic curve polygon regardless of interpolation type (OGC polygon type is actually a special case of curve polygon with linear interpolation between points).
CurveString CurveString is an interface that represents a generic string of curves regardless of interpolation type (OGC line string type is actually a special case of curve string with linear interpolation between points).
Envelope Envelope is a helper interface that represents a OGC specified envelope, which is usually an aligned Minimum Bounding Rectangle of a geometry object.
Geometry Geometry is an interface that represents a OGC specified geometry.
GeometryCollection GeometryCollection is an interface that represents geometry collection as OGC specified.
GeometryFactory An interface including all functions needed for creating geometry objects.
LinearSegment LinearSegment is an interface that represents a segment with two or more points and linear interpolation between points.
LineString LineString is an interface that represents a OGC specified line string.
MultiCurve MultiCurve is an interface that represents a collection of multiple curve as OGC specified.
MultiCurvePolygon MultiCurvePolygon is an interface that represents a collection of multiple curve polygons (As you will see, a curve polygon is a generic geometry polygon regardless of interpolation such as linear or circular).
MultiCurveString MultiCurveString is an interface that represents a collection of multiple curve strings (As you will see, a curve string is a generic geometry string regardless of interpolation such as linear or circular).
MultiLineString MultiLineString is an interface that represents a collection of multiple line strings as OGC specified.
MultiPoint MultiPoint is an interface that represents a OGC specified point collection.
MultiPolygon MultiPolygon is an interface that represents a OGC specified polygon collection.
MultiSurface MultiSurface is an interface that represents a collection of multiple surfaces.
Point Point is an interface that represents a OGC geometric point, which is a 0 demensional geometry representing a single location.
Polygon Polygon is an interface that represents a OGC linear polygon, which is a planar surface defined by one exterior boundary (exterior ring) and zero or more interior boundaries (interior rings or holes).
Segment Segment is a helper interface that represents a part of geometry.
Surface Surface is an interface that represents a OGC specified geometry surface, which is an arbitrary 2 dimensional geometric object.
 

Class Summary
CoordPointImpl CoordPointImpl is a helper class that represents a coordinate point.
EnvelopeImpl EnvelopeImpl is a helper class that represents a 2D OGC specified envelope, that is, a Minimum Bounding Rectangle of a geometry object.
 

Exception Summary
InvalidGeometryException InvalidGeometryException is an exception class that is thrown when an invalid geometry is detected.