成员变量
String
# static readonly Contains
SpatialRelation.Contains,包含。计划废弃,请使用 SpatialRelation.contains 代替
- Default Value:
- 'Contains'
String
# static readonly Disjoint
SpatialRelation.Disjoint,相离。计划废弃,请使用 SpatialRelation.disjoint 代替
- Default Value:
- 'Disjoint'
String
# static readonly EnvelopeIntersects
SpatialRelation.EnvelopeIntersects,外包矩形相交。计划废弃,请使用 SpatialRelation.envelopeIntersects 代替
- Default Value:
- 'EnvelopeIntersects'
String
# static readonly envelopeIntersects
SpatialRelation.envelopeIntersects: 'EnvelopeIntersects',外包矩形相交
- Default Value:
- 'EnvelopeIntersects'
String
# static readonly Intersects
SpatialRelation.Intersects,相交。计划废弃,请使用 SpatialRelation.intersects 代替
- Default Value:
- 'Intersects'
String
# static readonly intersects
SpatialRelation.intersects: 'Intersects',相交
- Default Value:
- 'Intersects'