new SpatialRelation()
base/enum/SpatialRelation.js, line 1
空间判定规则枚举类
Members
-
SpatialRelation.ContainsString
-
SpatialRelation.Contains,包含。计划废弃,请使用 SpatialRelation.contains 代替
- Default Value: 'Contains'
SpatialRelation.containsString
SpatialRelation.contains: 'Contains',包含
- Default Value: 'Contains'
SpatialRelation.DisjointString
SpatialRelation.Disjoint,相离。计划废弃,请使用 SpatialRelation.disjoint 代替
- Default Value: 'Disjoint'
SpatialRelation.disjointString
SpatialRelation.disjoint: 'Disjoint',相离
- Default Value: 'Disjoint'
SpatialRelation.EnvelopeIntersectsString
SpatialRelation.EnvelopeIntersects,外包矩形相交。计划废弃,请使用 SpatialRelation.envelopeIntersects 代替
- Default Value: 'EnvelopeIntersects'
SpatialRelation.envelopeIntersectsString
SpatialRelation.envelopeIntersects: 'EnvelopeIntersects',外包矩形相交
- Default Value: 'EnvelopeIntersects'
SpatialRelation.IntersectsString
SpatialRelation.Intersects,相交。计划废弃,请使用 SpatialRelation.intersects 代替
- Default Value: 'Intersects'
SpatialRelation.intersectsString
SpatialRelation.intersects: 'Intersects',相交
- Default Value: 'Intersects'