We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So why output is ( Input is ZRange(4299856006940196864,4299856006956974079)) :
t understand this function** :
false positives, but require more processing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
org.geotools.util.factory.Hints$ClassKey@325bb9a6 = SimpleFeatureType ais-quickstart ShipName:String,CallSign:String,IMO:String,MMSI:String:cardinality=high,ShipTypeCN:String,ShipTypeEN:String,NavStatusCN:String,NavStatusEN:String,Length:Double,Width:Double,Draught:Double,Heading:Double,Course:String,Speed:String,Lon:String,Lat:String,Rot:String,Dest:String,ETA:String,Receivedtime(UTC+8):String,UnixTime:String,Lon_d:String,Lat_d:String,dtg:Date,*geom:Point:srid=4326
org.geotools.util.factory.Hints$ClassKey@f478a81 = z3:6:geom:dtg
System defaults:
FORCE_LONGITUDE_FIRST_AXIS_ORDER = true
,Some(Z3IndexValues(org.locationtech.geomesa.curve.Z3SFC@28fd3dc1,FilterValues(List(POLYGON ((118.180168 24.060873, 118.28798 24.060873, 118.28798 24.149692, 118.180168 24.149692, 118.180168 24.060873))),true,false),List((118.180168,24.060873,118.28798,24.149692)),FilterValues(List([2017-01-01T07:14:01Z,2017-01-01T08:19:59Z]),true,false),Map(2452 -> List((285241,289199))),List())))
So why output is ( Input is ZRange(4299856006940196864,4299856006956974079)) :
t understand this function** :
/*/
def zranges(zbounds: Array[ZRange],
precision: Int = 64,
maxRanges: Option[Int] = None,
maxRecurse: Option[Int] = Some(ZN.DefaultRecurse)): Seq[IndexRange] = {
.......
}`
The text was updated successfully, but these errors were encountered: