abstract RasterizedGeometry2D.HitType |
RasterizedGeometry2D.queryEnvelopeInGeometry(Envelope2D env) |
Test an envelope against the RasterizedGeometry.
|
RasterizedGeometry2D.HitType |
RasterizedGeometry2DImpl.queryEnvelopeInGeometry(Envelope2D env) |
|
abstract RasterizedGeometry2D.HitType |
RasterizedGeometry2D.queryPointInGeometry(double x,
double y) |
Test a point against the RasterizedGeometry
|
RasterizedGeometry2D.HitType |
RasterizedGeometry2DImpl.queryPointInGeometry(double x,
double y) |
|
static RasterizedGeometry2D.HitType |
RasterizedGeometry2D.HitType.valueOf(java.lang.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.
|