Azavea.Open.DAO.Criteria.Spatial.ContainsExpression.ContainsExpression C# (CSharp) Method

ContainsExpression() public method

The feature completely contains the criteria shape.
public ContainsExpression ( string property, IGeometry shape ) : GeoAPI.Geometries
property string The data class' property/field being compared. /// May not be null.
shape IGeometry This is what you want records' shapes to contain.
return GeoAPI.Geometries
        public ContainsExpression(string property, IGeometry shape)
            : this(property, shape, true)
        {
        }

Same methods

ContainsExpression::ContainsExpression ( string property, IGeometry shape, bool trueOrNot ) : GeoAPI.Geometries