C# 클래스 Azavea.Open.DAO.Criteria.Spatial.AbstractDistanceExpression

Base class for comparing linear distance between the given shape and the feature against a cutoff.
상속: AbstractSingleShapeExpression
파일 보기 프로젝트 열기: azavea/net-dao

공개 프로퍼티들

프로퍼티 타입 설명
Distance double

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
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.

메소드 상세

AbstractDistanceExpression() 보호된 메소드

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
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Distance 공개적으로 프로퍼티

The distance we're comparing against.
public double Distance
리턴 double