C# Class Azavea.Open.DAO.Criteria.Spatial.AbstractSingleShapeExpression

Base class for expressions that have a single geometry criteria.
Inheritance: AbstractSinglePropertyExpression
Afficher le fichier Open project: azavea/net-dao

Méthodes publiques

Свойство Type Description
Shape IGeometry

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
AbstractSingleShapeExpression ( string property, IGeometry shape, bool trueOrNot ) : System

Create an expression on a single property relating to a single shape.

Method Details

AbstractSingleShapeExpression() protected méthode

Create an expression on a single property relating to a single shape.
protected AbstractSingleShapeExpression ( string property, IGeometry shape, bool trueOrNot ) : System
property string The data class' property/field being compared. /// May not be null.
shape IGeometry This is what you want records' shapes to relate to.
trueOrNot bool True means look for matches (I.E. does relate), /// False means look for non-matches (I.E. does not relate)
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Shape public_oe property

This is what you want records' shapes to relate to.
public IGeometry Shape
Résultat IGeometry