Create a GeoScript Geometry equivalent to a given JTS Geometry and annotated with a Projection.
Create a GeoScript Geometry equivalent to a given JTS Geometry and annotated with a Projection. The coordinates of the original Geometry are assumed to be in the provided projection.
Create a GeoScript Geometry equivalent to a given JTS Geometry.
Create a GeoScript Geometry equivalent to a given JTS Geometry.
Find the class binding that should be used in the underlying GeoTools methods when dealing with a particular GeoScript geometry class.
Find the class binding that should be used in the underlying GeoTools methods when dealing with a particular GeoScript geometry class. Note that if you just want to unwrap a Geometry instance, you can simple use geom.underlying.
Find the class binding that should be used in GeoScript wrapper objects for the given Geometry.
Find the class binding that should be used in GeoScript wrapper objects for the given Geometry. Note that if you just want to wrap an existing JTS Geometry instance, you can simply use Geometry.apply().
The Geometry object contains several methods for dealing with Geometry objects, including translating from JTS Geometries to GeoScript Geometries.