public class Geometries extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Geometries.Geom
Geometry.
|
static class |
Geometries.Type
Geometry types, with the names and codes assigned by OGC.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Geometries.Geom |
bind(com.esri.core.geometry.Geometry geometry,
int srid) |
static Geometries.Geom |
makeLine(Iterable<? extends Geometries.Geom> geoms) |
static Geometries.Type |
type(com.esri.core.geometry.Geometry g)
Returns the OGC type of a geometry.
|
protected static Geometries.Geom bind(com.esri.core.geometry.Geometry geometry, int srid)
public static Geometries.Geom makeLine(Iterable<? extends Geometries.Geom> geoms)
public static Geometries.Type type(com.esri.core.geometry.Geometry g)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.