Uses of Class
org.apache.parquet.format.GeospatialStatistics
-
Packages that use GeospatialStatistics Package Description org.apache.parquet.format -
-
Uses of GeospatialStatistics in org.apache.parquet.format
Fields in org.apache.parquet.format declared as GeospatialStatistics Modifier and Type Field Description GeospatialStatisticsColumnMetaData. geospatial_statisticsOptional statistics specific for Geometry and Geography logical typesMethods in org.apache.parquet.format that return GeospatialStatistics Modifier and Type Method Description GeospatialStatisticsGeospatialStatistics. deepCopy()GeospatialStatisticsColumnMetaData. getGeospatial_statistics()Optional statistics specific for Geometry and Geography logical typesGeospatialStatisticsGeospatialStatistics. setBbox(BoundingBox bbox)A bounding box of geospatial instancesGeospatialStatisticsGeospatialStatistics. setGeospatial_types(List<Integer> geospatial_types)Geospatial type codes of all instances, or an empty list if not knownMethods in org.apache.parquet.format with parameters of type GeospatialStatistics Modifier and Type Method Description intGeospatialStatistics. compareTo(GeospatialStatistics other)booleanGeospatialStatistics. equals(GeospatialStatistics that)ColumnMetaDataColumnMetaData. setGeospatial_statistics(GeospatialStatistics geospatial_statistics)Optional statistics specific for Geometry and Geography logical typesConstructors in org.apache.parquet.format with parameters of type GeospatialStatistics Constructor Description GeospatialStatistics(GeospatialStatistics other)Performs a deep copy on other.
-