- geoH2Table(Connection, String, String, String, String) - 类 中的静态方法org.wowtools.georewrite.GeoSqlRewriterFunction
-
处理GeoSqlRewriter重写的sql并返回结果集
- GeoSqlQueryer - org.wowtools.georewrite中的类
-
geosql查询器
- GeoSqlQueryer(String, HashMap<String, GeoSqlQueryer.ColumnDefinition>) - 类 的构造器org.wowtools.georewrite.GeoSqlQueryer
-
若需要使用buildSimpleResultSetByColumns方法来构造一个SimpleResultSet对象作为返回,
需要通过此构造方法,显式地指定可能会查询到的字段及其类型
- GeoSqlQueryer(String) - 类 的构造器org.wowtools.georewrite.GeoSqlQueryer
-
若query方法的实现中不使用buildSimpleResultSetByColumns方法来构造一个SimpleResultSet对象作为返回,
则无需指定可能会查询到的字段及其类型,使用此构造方法即可
- GeoSqlQueryer.ColumnDefinition - org.wowtools.georewrite中的类
-
结果集列定义
- GeoSqlQueryer.ObjGetter<T> - org.wowtools.georewrite中的接口
-
列对象获取器,便于在循环对象前把 if ("SHAPE".equals(columnName) xxx这样的逻辑先做掉
- GeoSqlRewriter - org.wowtools.georewrite中的类
-
将geoserver发送给h2的sql进行改写
sql格式形如:SELECT "fid","SHAPE" as "SHAPE" FROM "WWWW" WHERE ("TCODE" = 'BS' AND "TCODE" IS NOT NULL AND ST_Intersects("SHAPE",ST_GeomFromText('POLYGON ((82.96875 16.3916015625, 82.96875 33.6181640625, 117.0703125 33.6181640625, 117.0703125 16.3916015625, 82.96875 16.3916015625))', null)))
- GeoSqlRewriter() - 类 的构造器org.wowtools.georewrite.GeoSqlRewriter
-
- GeoSqlRewriterFunction - org.wowtools.georewrite中的类
-
本项目中用到的自定义函数
- GeoSqlRewriterFunction() - 类 的构造器org.wowtools.georewrite.GeoSqlRewriterFunction
-
- get() - 类 中的方法org.khelekore.prtree.DistanceResult
-
Get the object
- get(MBR, PointND) - 类 中的静态方法org.khelekore.prtree.MinDist
-
Calculate the MINDIST between the given MBRND and the given point
- get(double, double, double, double, double, double) - 类 中的静态方法org.khelekore.prtree.MinDist2D
-
Calculate the MINDIST between the given rectangle and the given point
- get(T, int, String) - 接口 中的方法org.wowtools.georewrite.GeoSqlQueryer.ObjGetter
-
获取列值
- getColumnInfo() - 类 中的方法org.wowtools.georewrite.GeoSqlQueryer
-
- getConnection() - 类 中的方法org.wowtools.georewrite.GwH2Manager
-
获取内存模式的数据库连接
- getDataStore() - 类 中的方法org.wowtools.georewrite.GwH2Manager
-
获得一个geotools版的数据源,连接方式是通过tcp连接
- getDimensions() - 接口 中的方法org.khelekore.prtree.MBR
-
- getDimensions() - 接口 中的方法org.khelekore.prtree.MBRConverter
-
- getDimensions() - 接口 中的方法org.khelekore.prtree.PointND
-
- getDimensions() - 类 中的方法org.khelekore.prtree.SimpleMBR
-
- getDimensions() - 类 中的方法org.khelekore.prtree.SimplePointND
-
- getDimensions() - 类 中的方法org.wowtools.georewrite.PrtreeIndex.NodeConverter
-
- getDistance() - 类 中的方法org.khelekore.prtree.DistanceResult
-
Get the distance
- getGwConfig() - 类 中的方法org.wowtools.georewrite.GwH2Manager
-
获取配置信息
- getHeight() - 类 中的方法org.khelekore.prtree.PRTree
-
Get the height of this tree.
- getMax(int) - 接口 中的方法org.khelekore.prtree.MBR
-
Get the maximum value for the given axis
- getMax(int, T) - 接口 中的方法org.khelekore.prtree.MBRConverter
-
Get the maximum coordinate value for the given t
- getMax(int) - 类 中的方法org.khelekore.prtree.SimpleMBR
-
- getMax(int, PrtreeIndex<T>.PrtreeLeafNode) - 类 中的方法org.wowtools.georewrite.PrtreeIndex.NodeConverter
-
- getMaxX() - 接口 中的方法org.khelekore.prtree.MBR2D
-
Get the maximum x value
- getMaxX() - 类 中的方法org.khelekore.prtree.SimpleMBR2D
-
- getMaxY() - 接口 中的方法org.khelekore.prtree.MBR2D
-
Get the maximum y value
- getMaxY() - 类 中的方法org.khelekore.prtree.SimpleMBR2D
-
- getMBR() - 类 中的方法org.khelekore.prtree.PRTree
-
Get an N dimensional minimum bounding box of the data stored
in this tree.
- getMBR2D() - 类 中的方法org.khelekore.prtree.PRTree
-
Get a 2 dimensional minimum bounding rectangle of the data
stored in this tree.
- getMin(int) - 接口 中的方法org.khelekore.prtree.MBR
-
Get the minimum value for the given axis
- getMin(int, T) - 接口 中的方法org.khelekore.prtree.MBRConverter
-
Get the minimum coordinate value for the given t.
- getMin(int) - 类 中的方法org.khelekore.prtree.SimpleMBR
-
- getMin(int, PrtreeIndex<T>.PrtreeLeafNode) - 类 中的方法org.wowtools.georewrite.PrtreeIndex.NodeConverter
-
- getMinX() - 接口 中的方法org.khelekore.prtree.MBR2D
-
Get the minimum x value
- getMinX() - 类 中的方法org.khelekore.prtree.SimpleMBR2D
-
- getMinY() - 接口 中的方法org.khelekore.prtree.MBR2D
-
Get the minimum y value
- getMinY() - 类 中的方法org.khelekore.prtree.SimpleMBR2D
-
- getNumberOfLeaves() - 类 中的方法org.khelekore.prtree.PRTree
-
Get the number of data leafs in this tree.
- getOrd(int) - 接口 中的方法org.khelekore.prtree.PointND
-
- getOrd(int) - 类 中的方法org.khelekore.prtree.SimplePointND
-
- getTableName() - 类 中的方法org.wowtools.georewrite.GeoSqlQueryer
-
- GwH2Manager - org.wowtools.georewrite中的类
-
- GwH2Manager(Class<?>) - 类 的构造器org.wowtools.georewrite.GwH2Manager
-