JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.locationtech.jts:jts-core 1.18.1
org.locationtech.jts.geom.util
GeometryMapper
MapOp
Contents
Description
Method Summary
Method Details
map(Geometry)
Hide sidebar
Show sidebar
Interface GeometryMapper.MapOp
Enclosing class:
GeometryMapper
public static interface
GeometryMapper.MapOp
An interface for geometry functions used for mapping.
Author:
Martin Davis
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Geometry
map
(
Geometry
g)
Computes a new geometry value.
Method Details
map
Geometry
map
(
Geometry
g)
Computes a new geometry value.
Parameters:
g
- the input geometry
Returns:
a result geometry