| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final double |
DEFAULT_UNBOUNDED_CRS_INTERVAL |
4.0075017E7 |
public static final int |
LATITUDE_BITS |
31 |
public static final int |
LONGITUDE_BITS |
31 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final double |
DEFAULT_UNBOUNDED_CRS_INTERVAL |
4.0075017E7 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final long |
MILLIS_PER_DAY |
86400000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_GEOMETRY_FIELD_NAME |
"default_geom_dimension" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_FIELD_ID |
"default_time_dimension" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"SPATIAL" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"TIME_RANGE" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_CRS_STR |
"EPSG:4326" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final byte |
EMPTY_GEOMETRY |
16 |
public static final byte |
EXTENDED_DIMENSIONS |
8 |
public static final byte |
GEOMETRYCOLLECTION_TYPE |
7 |
public static final byte |
LINESTRING_TYPE |
2 |
public static final byte |
MAX_COORD_PRECISION |
7 |
public static final byte |
MAX_EXTENDED_PRECISION |
3 |
public static final byte |
MIN_COORD_PRECISION |
-8 |
public static final byte |
MIN_EXTENDED_PRECISION |
-4 |
public static final byte |
MULTILINESTRING_TYPE |
5 |
public static final byte |
MULTIPOINT_TYPE |
4 |
public static final byte |
MULTIPOLYGON_TYPE |
6 |
public static final byte |
POINT_TYPE |
1 |
public static final byte |
POLYGON_TYPE |
3 |
Copyright © 2013–2021. All rights reserved.