프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
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 |