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

Base class for comparing linear distance between the given shape and the feature against a cutoff.
Inheritance: AbstractSingleShapeExpression
Afficher le fichier Open project: azavea/net-dao

Méthodes publiques

Свойство Type Description
Distance double

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
AbstractDistanceExpression ( string property, IGeometry shape, double distance, bool trueOrNot ) : System

Base class for comparing linear distance between the given shape and the feature against a cutoff.

Method Details

AbstractDistanceExpression() protected méthode

Base class for comparing linear distance between the given shape and the feature against a cutoff.
protected AbstractDistanceExpression ( string property, IGeometry shape, double distance, bool trueOrNot ) : System
property string The data class' property/field being compared. /// May not be null.
shape IGeometry The shape we're measuring distance from.
distance double The distance we're comparing against.
trueOrNot bool True means look for matches, /// False means look for non-matches
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Distance public_oe property

The distance we're comparing against.
public double Distance
Résultat double