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 classA shape that apply a simple decimation on-the-fly for faster drawing.final classAn empty shape.(package private) classA wrapper that delegate allShapemethods 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 classA thin wrapper that adapts a JTS geometry to theShapeinterface so that the geometry can be used by Java 2D without copying coordinate values.