Package org.apache.sis.internal.feature
Class AbstractGeometry
java.lang.Object
org.apache.sis.internal.feature.AbstractGeometry
- Direct Known Subclasses:
FlatShape
,GeometryWrapper
Base class of all geometries in Apache SIS. A geometry may be either an implementation provided
directly by Apache SIS, or a wrapper around an external library such as Java Topology Suite (JTS)
or ESRI API.
In current version, this class is defined solely for tracking geometries implementations or wrappers
in Apache SIS code base. AbstractGeometry
API will be expanded in future versions, in particular
by implementing the Geometry
interface. This work is pending GeoAPI revisions
(as of GeoAPI 3.0, the Geometry
interface has not been updated to latest ISO standards).
- Since:
- 1.1
- Version:
- 1.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractGeometry
protected AbstractGeometry()Creates a new geometry.
-