Serialized Form
-
Package org.heigit.bigspatialdata.oshdb.util
-
Class org.heigit.bigspatialdata.oshdb.util.CellId extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
long id
-
zoomLevel
int zoomLevel
-
-
Class org.heigit.bigspatialdata.oshdb.util.OSHDBBoundingBox extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
maxLat
long maxLat
-
maxLon
long maxLon
-
minLat
long minLat
-
minLon
long minLon
-
-
Class org.heigit.bigspatialdata.oshdb.util.OSHDBRole extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
role
int role
-
-
Class org.heigit.bigspatialdata.oshdb.util.OSHDBTag extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
int key
-
value
int value
-
-
Class org.heigit.bigspatialdata.oshdb.util.OSHDBTagKey extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
key
int key
-
-
Class org.heigit.bigspatialdata.oshdb.util.OSHDBTimestamp extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
tstamp
long tstamp
-
-
-
Package org.heigit.bigspatialdata.oshdb.util.celliterator
-
Class org.heigit.bigspatialdata.oshdb.util.celliterator.CellIterator extends Object implements Serializable
-
Serialized Fields
-
bboxInPolygon
FastBboxInPolygon bboxInPolygon
-
bboxOutsidePolygon
FastBboxOutsidePolygon bboxOutsidePolygon
-
boundingBox
OSHDBBoundingBox boundingBox
-
fastPolygonClipper
FastPolygonOperations fastPolygonClipper
-
includeOldStyleMultipolygons
boolean includeOldStyleMultipolygons
-
isBoundByPolygon
boolean isBoundByPolygon
-
oshEntityPreFilter
CellIterator.OSHEntityFilter oshEntityPreFilter
-
osmEntityFilter
CellIterator.OSMEntityFilter osmEntityFilter
-
tagInterpreter
TagInterpreter tagInterpreter
-
timestamps
TreeSet<OSHDBTimestamp> timestamps
-
-
-
-
Package org.heigit.bigspatialdata.oshdb.util.exceptions
-
Class org.heigit.bigspatialdata.oshdb.util.exceptions.OSHDBInvalidTimestampException extends RuntimeException implements Serializable
-
Class org.heigit.bigspatialdata.oshdb.util.exceptions.OSHDBKeytablesNotFoundException extends Exception implements Serializable
-
Class org.heigit.bigspatialdata.oshdb.util.exceptions.OSHDBTableNotFoundException extends RuntimeException implements Serializable
-
Class org.heigit.bigspatialdata.oshdb.util.exceptions.OSHDBTagOrRoleNotFoundException extends RuntimeException implements Serializable
-
Class org.heigit.bigspatialdata.oshdb.util.exceptions.OSHDBTimeoutException extends RuntimeException implements Serializable
-
-
Package org.heigit.bigspatialdata.oshdb.util.geometry.fip
-
Class org.heigit.bigspatialdata.oshdb.util.geometry.fip.FastBboxInPolygon extends org.heigit.bigspatialdata.oshdb.util.geometry.fip.FastInPolygon implements Serializable
-
Serialized Fields
-
innerBboxes
Collection<org.locationtech.jts.geom.Envelope> innerBboxes
-
-
-
Class org.heigit.bigspatialdata.oshdb.util.geometry.fip.FastBboxOutsidePolygon extends org.heigit.bigspatialdata.oshdb.util.geometry.fip.FastInPolygon implements Serializable
-
Serialized Fields
-
outerBboxes
Collection<org.locationtech.jts.geom.Envelope> outerBboxes
-
-
-
Class org.heigit.bigspatialdata.oshdb.util.geometry.fip.FastPointInPolygon extends org.heigit.bigspatialdata.oshdb.util.geometry.fip.FastInPolygon implements Serializable
-
Class org.heigit.bigspatialdata.oshdb.util.geometry.fip.FastPolygonOperations extends Object implements Serializable
-
Serialized Fields
-
blocks
ArrayList<org.locationtech.jts.geom.Geometry> blocks
-
env
org.locationtech.jts.geom.Envelope env
-
envHeight
double envHeight
-
envWidth
double envWidth
-
numBands
int numBands
-
-
-
-
Package org.heigit.bigspatialdata.oshdb.util.taginterpreter
-
Class org.heigit.bigspatialdata.oshdb.util.taginterpreter.DefaultTagInterpreter extends org.heigit.bigspatialdata.oshdb.util.taginterpreter.BaseTagInterpreter implements Serializable
-
Serialized Fields
-
typeBoundaryValue
int typeBoundaryValue
-
typeKey
int typeKey
-
typeMultipolygonValue
int typeMultipolygonValue
-
typeRouteValue
int typeRouteValue
-
-
-
Class org.heigit.bigspatialdata.oshdb.util.taginterpreter.InvertedHashSet extends HashSet<E> implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.heigit.bigspatialdata.oshdb.util.time
-
Class org.heigit.bigspatialdata.oshdb.util.time.OSHDBTimestampException extends RuntimeException implements Serializable
-
Class org.heigit.bigspatialdata.oshdb.util.time.OSHDBTimestampIllegalArgumentException extends OSHDBTimestampException implements Serializable
-
Class org.heigit.bigspatialdata.oshdb.util.time.OSHDBTimestampInterval extends Object implements Serializable
-
Serialized Fields
-
fromTimestamp
OSHDBTimestamp fromTimestamp
-
toTimestamp
OSHDBTimestamp toTimestamp
-
-
-
Class org.heigit.bigspatialdata.oshdb.util.time.OSHDBTimestampParseException extends OSHDBTimestampException implements Serializable
-
Class org.heigit.bigspatialdata.oshdb.util.time.OSHDBTimestamps extends Object implements Serializable
-
Serialized Fields
-
end
ZonedDateTime end
-
fromEnd
boolean fromEnd
-
period
String period
-
start
ZonedDateTime start
-
-
-