| Package | Description |
|---|---|
| com.geoway.adf.gis.geodb.filter |
| Modifier and Type | Method and Description |
|---|---|
static SpatialRelationType |
SpatialRelationType.getByValue(Integer value) |
SpatialRelationType |
ISpatialFilter.getSpatialRel()
获取空间关系
|
SpatialRelationType |
SpatialQueryFilter.getSpatialRel()
空间关系
|
SpatialRelationType[] |
ISpatialFilter.getSpatialRels()
获取空间关系列表
|
SpatialRelationType[] |
SpatialQueryFilter.getSpatialRels()
空间关系列表
|
static SpatialRelationType |
SpatialRelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpatialRelationType[] |
SpatialRelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISpatialFilter.setSpatialRel(SpatialRelationType spatialRel)
设置空间关系
|
void |
SpatialQueryFilter.setSpatialRel(SpatialRelationType spatialRel)
空间关系
|
void |
ISpatialFilter.setSpatialRels(SpatialRelationType[] spatialRels)
设置空间关系列表
|
void |
SpatialQueryFilter.setSpatialRels(SpatialRelationType[] spatialRels)
空间关系列表
|
Copyright © 2025. All rights reserved.