File: ogr-package-info.java

package info (click to toggle)
gdal 3.2.2%2Bdfsg-2%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,324 kB
  • sloc: cpp: 1,120,467; ansic: 184,132; python: 25,552; perl: 7,931; sh: 7,217; java: 5,382; xml: 3,609; cs: 2,418; yacc: 1,081; makefile: 519; sql: 112
file content (6 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
/**
  * Provides the classes necessary to handle OGR vector datasources.
  *
  * This package provides the classes for the Driver, DataSource, Layer, Feature, Geometry... objects that are used for handling OGR vector datasources.
  */
package org.gdal.ogr;