Uses of Class
org.geotools.data.geoparquet.GeoParquetMetadata
-
Packages that use GeoParquetMetadata Package Description org.geotools.data.geoparquet -
-
Uses of GeoParquetMetadata in org.geotools.data.geoparquet
Subclasses of GeoParquetMetadata in org.geotools.data.geoparquet Modifier and Type Class Description class
GeoParquetMetadataV1_1_0
Represents the geospatial metadata for a GeoParquet file conforming to version 1.1.0 of the GeoParquet specification.class
GeoParquetMetadataV1_2_0Dev
Represents the geospatial metadata for a GeoParquet file conforming to version 1.2.0-dev of the GeoParquet specification.Methods in org.geotools.data.geoparquet that return GeoParquetMetadata Modifier and Type Method Description static GeoParquetMetadata
GeoParquetMetadata. readValue(String geo)
Methods in org.geotools.data.geoparquet that return types with arguments of type GeoParquetMetadata Modifier and Type Method Description Map<String,GeoParquetMetadata>
GeoParquetDialect. loadGeoparquetMetadata(Connection cx)
Constructor parameters in org.geotools.data.geoparquet with type arguments of type GeoParquetMetadata Constructor Description GeoparquetDatasetMetadata(Map<String,GeoParquetMetadata> md)
Creates a new dataset metadata instance from a map of individual file metadata.
-