Package hec.rss.model
Class GeometryContainsWorldPointPredicate
java.lang.Object
hec.rss.model.GeometryContainsWorldPointPredicate
- All Implemented Interfaces:
Predicate<hec.map.WorldPt>
public class GeometryContainsWorldPointPredicate
extends Object
implements Predicate<hec.map.WorldPt>
Simple predicate class that will test a World Line to see if it is contained by the supplied Geometry.
-
Constructor Summary
ConstructorsConstructorDescriptionGeometryContainsWorldPointPredicate(com.vividsolutions.jts.geom.Geometry geometry, com.vividsolutions.jts.geom.GeometryFactory gf) -
Method Summary
-
Constructor Details
-
GeometryContainsWorldPointPredicate
public GeometryContainsWorldPointPredicate(com.vividsolutions.jts.geom.Geometry geometry, com.vividsolutions.jts.geom.GeometryFactory gf)
-
-
Method Details