C# Класс 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.
Наследование: AbstractSingleShapeExpression
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Distance double

Открытые методы

Метод Описание
ToString ( ) : string

Защищенные методы

Метод Описание
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.

Описание методов

AbstractDistanceSphereExpression() защищенный Метод

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
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

Distance публичное свойство

The distance we're comparing against.
public double Distance
Результат double