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

Base class for comparing curved distance along a spherical surface between the given shape and the feature, against a cutoff.
Inheritance: AbstractSingleShapeExpression
Datei anzeigen Open project: azavea/net-dao

Public Properties

Property Type Description
Distance double

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
AbstractDistanceSphereExpression ( string property, IGeometry shape, double distance, bool trueOrNot ) : System

Base class for comparing curved distance along a spherical surface between the given shape and the feature, against a cutoff.

Method Details

AbstractDistanceSphereExpression() protected method

Base class for comparing curved distance along a spherical surface between the given shape and the feature, against a cutoff.
protected AbstractDistanceSphereExpression ( 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
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Distance public_oe property

The distance we're comparing against.
public double Distance
return double