com.esri.core.geometry
Class GeometryUtil
java.lang.Object
com.esri.core.geometry.GeometryUtil
public class GeometryUtil
- extends Object
Some geometry utility methods for Android OS.
Method Summary |
static void |
segmentToPath(android.graphics.Path ret,
Polygon path,
android.graphics.Matrix matrix)
Segment to path. |
static void |
segmentToPath(android.graphics.Path ret,
Polyline path,
android.graphics.Matrix matrix)
Segment to path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeometryUtil
public GeometryUtil()
segmentToPath
public static final void segmentToPath(android.graphics.Path ret,
Polygon path,
android.graphics.Matrix matrix)
- Segment to path.
- Parameters:
ret
- the retpath
- the pathmatrix
- the matrix- Since:
- 1.0
segmentToPath
public static final void segmentToPath(android.graphics.Path ret,
Polyline path,
android.graphics.Matrix matrix)
- Segment to path.
- Parameters:
ret
- the retpath
- the pathmatrix
- the matrix- Since:
- 1.0
Copyright © 2010. All Rights Reserved.