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

Base class for expressions that have a single geometry criteria.
상속: AbstractSinglePropertyExpression
파일 보기 프로젝트 열기: azavea/net-dao

공개 프로퍼티들

프로퍼티 타입 설명
Shape IGeometry

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
AbstractSingleShapeExpression ( string property, IGeometry shape, bool trueOrNot ) : System

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

메소드 상세

AbstractSingleShapeExpression() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Shape 공개적으로 프로퍼티

This is what you want records' shapes to relate to.
public IGeometry Shape
리턴 IGeometry