Uses of Class
org.apache.sis.internal.feature.AbstractGeometry
Packages that use AbstractGeometry
Package
Description
A set of helper classes for the SIS implementation.
Centralizes usages ERSI geometry API by Apache SIS.
Centralizes usages of some (not all) Java2D geometry API by Apache SIS.
Methods specific to the Java Topology Suite (JTS).
-
Uses of AbstractGeometry in org.apache.sis.internal.feature
Subclasses of AbstractGeometry in org.apache.sis.internal.featureModifier and TypeClassDescriptionclassA geometry wrapper with a field for CRS information.classWraps a JTS, ESRI or Java2D geometry behind aGeometryinterface. -
Uses of AbstractGeometry in org.apache.sis.internal.feature.esri
Subclasses of AbstractGeometry in org.apache.sis.internal.feature.esriModifier and TypeClassDescription(package private) final classThe wrapper of ERSI geometries. -
Uses of AbstractGeometry in org.apache.sis.internal.feature.j2d
Subclasses of AbstractGeometry in org.apache.sis.internal.feature.j2dModifier and TypeClassDescriptionclassA shape made of straight lines.(package private) final classCollection of polylines or polygons as a Java2DShape.(package private) final classThe wrapper of Java2D points.(package private) final classA polygons as a Java2DShape.(package private) classA polylines or polygons as a Java2DShape.(package private) final classThe wrapper of Java2D geometries. -
Uses of AbstractGeometry in org.apache.sis.internal.feature.jts
Subclasses of AbstractGeometry in org.apache.sis.internal.feature.jtsModifier and TypeClassDescription(package private) final classThe wrapper of Java Topology Suite (JTS) geometries.