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 TypeClassDescriptionclass
A geometry wrapper with a field for CRS information.class
Wraps a JTS, ESRI or Java2D geometry behind aGeometry
interface. -
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 class
The 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 TypeClassDescriptionclass
A shape made of straight lines.(package private) final class
Collection of polylines or polygons as a Java2DShape
.(package private) final class
The wrapper of Java2D points.(package private) final class
A polygons as a Java2DShape
.(package private) class
A polylines or polygons as a Java2DShape
.(package private) final class
The 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 class
The wrapper of Java Topology Suite (JTS) geometries.