| Package | Description |
|---|---|
| com.esri.core.geometry |
| Modifier and Type | Method and Description |
|---|---|
abstract RasterizedGeometry2D.HitType |
RasterizedGeometry2D.queryEnvelopeInGeometry(Envelope2D env)
Test an envelope against the RasterizedGeometry.
|
abstract RasterizedGeometry2D.HitType |
RasterizedGeometry2D.queryPointInGeometry(double x,
double y)
Test a point against the RasterizedGeometry
|
static RasterizedGeometry2D.HitType |
RasterizedGeometry2D.HitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RasterizedGeometry2D.HitType[] |
RasterizedGeometry2D.HitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.