Package org.apache.sis.internal.feature.jts
package org.apache.sis.internal.feature.jts
Methods specific to the Java Topology Suite (JTS).
Do not use!
This package is for internal use by SIS only. Classes in this package
may change in incompatible ways in any future version without notice.
- Since:
- 1.0
- Version:
- 1.2
-
ClassesClassDescriptionThe factory of geometry objects backed by Java Topology Suite (JTS).Helper objects needed during the execution of a filtering operation.A geometry transformer which uses a
MathTransform
for changing coordinate values.An operation transforming a geometry into another geometry.Utilities for Java Topology Suite (JTS) objects.A JTS coordinate sequence which stores coordinates in a singlefloat[]
ordouble[]
array.Coordinate sequence storing values in a packeddouble[]
array.Coordinate sequence storing values in a packedfloat[]
array.A factory of JTS coordinate sequence storing coordinates in a singlefloat[]
ordouble[]
array.Java2D path iterator for JTS geometry.An iterator over the coordinate sequences of a geometry collection.An iterator over the coordinate sequences of a polygon.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.Converts a Java2DShape
to a JTSGeometry
.The wrapper of Java Topology Suite (JTS) geometries.