670671672673674675676677678679680
// Return false, if the point doesn´t lie in the envelope of this object if (!((EnvelopeImpl)this.getEnvelope()).intersects(position)) return false; GeometryImpl point = new PointImpl( position ); return point.within(this); } /* * (non-Javadoc) *