public class FilterDTO extends Object
| Constructor and Description |
|---|
FilterDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCondition()
属性过滤条件
|
String |
getGeometry()
Deprecated.
|
List<String> |
getGeometryList()
提取空间过滤几何wkt列表
|
Integer |
getGeometrySrid()
几何过滤条件所属空间参考
|
com.geoway.adf.gis.geodb.filter.SpatialRelationType |
getRelation()
空间关系
|
int |
hashCode() |
void |
setCondition(String condition)
属性过滤条件
|
void |
setGeometry(String geometry)
Deprecated.
|
void |
setGeometryList(List<String> geometryList)
提取空间过滤几何wkt列表
|
void |
setGeometrySrid(Integer geometrySrid)
几何过滤条件所属空间参考
|
void |
setRelation(com.geoway.adf.gis.geodb.filter.SpatialRelationType relation)
空间关系
|
String |
toString() |
public String getCondition()
@Deprecated public String getGeometry()
public Integer getGeometrySrid()
public com.geoway.adf.gis.geodb.filter.SpatialRelationType getRelation()
public void setCondition(String condition)
@Deprecated public void setGeometry(String geometry)
public void setGeometrySrid(Integer geometrySrid)
public void setRelation(com.geoway.adf.gis.geodb.filter.SpatialRelationType relation)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.