public final class GeometryUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry,
com.esri.core.geometry.Envelope envelope) |
static boolean |
disjoint(com.esri.core.geometry.Envelope envelope,
com.esri.core.geometry.ogc.OGCGeometry ogcGeometry) |
static com.esri.core.geometry.Envelope |
getEnvelope(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry) |
static int |
getPointCount(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry) |
static boolean |
isEsriNaN(double d) |
static boolean |
isPointOrRectangle(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry,
com.esri.core.geometry.Envelope envelope) |
static double |
translateToAVNaN(double n)
Copy of com.esri.core.geometry.Interop.translateToAVNaN
|
public static double translateToAVNaN(double n)
JtsGeometrySerde#serialize must serialize NaN's the same way ESRI library does to achieve binary compatibility
public static boolean isEsriNaN(double d)
public static int getPointCount(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry)
public static com.esri.core.geometry.Envelope getEnvelope(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry)
public static boolean disjoint(com.esri.core.geometry.Envelope envelope,
com.esri.core.geometry.ogc.OGCGeometry ogcGeometry)
public static boolean contains(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry,
com.esri.core.geometry.Envelope envelope)
public static boolean isPointOrRectangle(com.esri.core.geometry.ogc.OGCGeometry ogcGeometry,
com.esri.core.geometry.Envelope envelope)
Copyright © 2012–2019. All rights reserved.