com.esri.core.geometry
Class GeometryUtil

java.lang.Object
  extended by com.esri.core.geometry.GeometryUtil

public class GeometryUtil
extends Object

Some geometry utility methods for Android OS.


Constructor Summary
GeometryUtil()
           
 
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
 

Constructor Detail

GeometryUtil

public GeometryUtil()
Method Detail

segmentToPath

public static final void segmentToPath(android.graphics.Path ret,
                                       Polygon path,
                                       android.graphics.Matrix matrix)
Segment to path.

Parameters:
ret - the ret
path - the path
matrix - 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 ret
path - the path
matrix - the matrix
Since:
1.0


Copyright © 2010. All Rights Reserved.