Uses of Class
org.apache.sis.internal.referencing.j2d.AbstractShape
Packages that use AbstractShape
Package
Description
Centralizes usages of some (not all) Java2D geometry API by Apache SIS.
Methods specific to the Java Topology Suite (JTS).
-
Uses of AbstractShape in org.apache.sis.internal.feature.j2d
Subclasses of AbstractShape in org.apache.sis.internal.feature.j2dModifier and TypeClassDescriptionfinal class
A shape that apply a simple decimation on-the-fly for faster drawing.final class
An empty shape.(package private) class
A wrapper that delegate allShape
methods to a source shape. -
Uses of AbstractShape in org.apache.sis.internal.feature.jts
Subclasses of AbstractShape in org.apache.sis.internal.feature.jtsModifier and TypeClassDescription(package private) final class
A thin wrapper that adapts a JTS geometry to theShape
interface so that the geometry can be used by Java 2D without copying coordinate values.