Uses of Enum
com.esri.core.geometry.RasterizedGeometry2D.HitType
Packages that use RasterizedGeometry2D.HitType
-
Uses of RasterizedGeometry2D.HitType in com.esri.core.geometry
Methods in com.esri.core.geometry that return RasterizedGeometry2D.HitTypeModifier and TypeMethodDescriptionabstract RasterizedGeometry2D.HitType
RasterizedGeometry2D.queryEnvelopeInGeometry
(Envelope2D env) Test an envelope against the RasterizedGeometry.RasterizedGeometry2DImpl.queryEnvelopeInGeometry
(Envelope2D env) abstract RasterizedGeometry2D.HitType
RasterizedGeometry2D.queryPointInGeometry
(double x, double y) Test a point against the RasterizedGeometryRasterizedGeometry2DImpl.queryPointInGeometry
(double x, double y) static RasterizedGeometry2D.HitType
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.