Uses of Class
mil.nga.geopackage.user.ColumnRange
-
Packages that use ColumnRange Package Description mil.nga.geopackage.user -
-
Uses of ColumnRange in mil.nga.geopackage.user
Methods in mil.nga.geopackage.user that return ColumnRange Modifier and Type Method Description ColumnRangeUserCoreDao. getXRange(GeometryEnvelope envelope)Get the x column range of the geometry envelopeColumnRangeUserCoreDao. getXRange(GeometryEnvelope envelope, Double tolerance)Get the x column range of the geometry envelopeColumnRangeUserCoreDao. getYRange(GeometryEnvelope envelope)Get the y column range of the geometry envelopeColumnRangeUserCoreDao. getYRange(GeometryEnvelope envelope, Double tolerance)Get the y column range of the geometry envelopeMethods in mil.nga.geopackage.user with parameters of type ColumnRange Modifier and Type Method Description StringUserCoreDao. buildWhere(String minField, String maxField, ColumnRange range)Build where statement for a range on a minimum and maximum columnStringUserCoreDao. buildWhere(String minField1, String maxField1, ColumnRange range1, String minField2, String maxField2, ColumnRange range2)Build where statement for ranges on minimum and maximum columnsStringUserCoreDao. buildWhere(String field, ColumnRange range)Build where statement for a range on a columnStringUserCoreDao. buildWhere(String field1, ColumnRange range1, String field2, ColumnRange range2)Build where statement for ranges on columnsString[]UserCoreDao. buildWhereArgs(ColumnRange range)Build where (or selection) args for the rangeString[]UserCoreDao. buildWhereArgs(ColumnRange range1, ColumnRange range2)Build where (or selection) args for the ranges
-