MCPcopy Index your code

hub / github.com/airbusgeo/godal / types & classes

Types & classes271 in github.com/airbusgeo/godal

↓ 19 callersTypeAliasColorInterp
ColorInterp is a band's color interpretation
godal.go:111
↓ 19 callersTypeAliasGeometryType
GeometryType is a geometry type
godal.go:2431
↓ 15 callersTypeAliasDataType
DataType is a pixel data types
godal.go:39
↓ 13 callersTypeAliasFieldType
FieldType is a vector field (attribute/column) type
godal.go:2471
↓ 6 callersTypeAliasErrorCategory
ErrorCategory wraps GDAL's error types
godal.go:72
↓ 5 callersTypeAliasDriverName
DriverName is GDAL driver
driver.go:18
↓ 4 callersTypeAliasbufHandler
godal_test.go:3433
↓ 2 callersTypeAliasLibVersion
LibVersion is the GDAL lib versioning scheme
godal.go:1586
↓ 1 callersTypeAliasPaletteInterp
PaletteInterp defines the color interpretation of a ColorTable
godal.go:667
↓ 1 callersTypeAliassignificantDigits
options.go:1577
InterfaceAddGeometryOption
AddGeometryOption is an option passed to Geometry.AddGeometry() Available options are: - ErrLogger
options.go:429
StructBand
Band is a wrapper around a GDALRasterBandH
godal.go:158
InterfaceBandCreateMaskOption
BandCreateMaskOption is an option that can be passed to Band.CreateMask() Available BandCreateMaskOptions are: - ConfigOption - ErrLogger
options.go:131
InterfaceBandIOOption
BandIOOption is an option to modify the default behavior of band.IO Available BandIOOptions are: - PixelStride - LineStride - Window - Resampling - C
options.go:154
StructBandStructure
BandStructure implements Structure for a Band
structure.go:67
StructBlock
Block is a window inside a dataset, starting at pixel X0,Y0 and spanning W,H pixels.
structure.go:19
InterfaceBoundsOption
BoundsOption is an option that can be passed to Dataset.Bounds or Geometry.Bounds Available options are: - *SpatialRef - ErrLogger
srs.go:57
StructBucket
Bucket is a histogram entry. It spans [Min,Max] and contains Count entries.
histogram.go:24
InterfaceBufferOption
BufferOption is an option passed to Geometry.Buffer() Available options are: - ErrLogger
options.go:445
InterfaceBuildOverviewsOption
BuildOverviewsOption is an option to specify how overview building should behave. Available BuildOverviewsOptions are: - ConfigOption - Resampling -
options.go:291
InterfaceBuildVRTOption
BuildVRTOption is an option that can be passed to BuildVRT Available BuildVRTOptions are: - ConfigOption - DriverOpenOption - Bands - Resampling
options.go:1606
InterfaceClearOverviewsOption
ClearOverviewsOption is an option passed to Dataset.ClearOverviews Available options are: - ErrLogger
options.go:302
InterfaceClearStatisticsOption
ClearStatistics is an option passed to Dataset.ClearStatistics Available options are: -ErrLogger
statistics.go:55
InterfaceCloseOption
CloseOption is an option passed to Dataset.Close() Available options are: - ErrLogger
options.go:384
InterfaceCloseResultSetOption
CloseResultSetOption is an option that can be passed to ResultSet.Close There are currently no options available
options.go:1730
StructColorTable
ColorTable is a color table associated with a Band
godal.go:681
InterfaceCommitTransactionOption
CommitTransactionOption is an option that can be passed to Dataset.CommitTransaction There are currently no options available
options.go:1780
InterfaceCopyLayerOption
CopyLayerOption is an option that can be passed to Dataset.CreateLayer()
options.go:1549
InterfaceCreateFeatureOption
CreateFeatureOption is an option that can be passed to Layer.CreateFeature Available options are: - none yet
options.go:1518
InterfaceCreateLayerOption
CreateLayerOption is an option that can be passed to Dataset.CreateLayer()
options.go:1540
InterfaceCreateSpatialRefOption
CreateSpatialRefOption is an option that can be passed when creating a new spatial reference object Available options are: - ErrLogger
srs.go:70
StructDataset
Dataset is a wrapper around a GDALDatasetH
godal.go:1518
InterfaceDatasetCreateMaskOption
DatasetCreateMaskOption is an option that can be passed to Dataset.CreateMaskBand() Available DatasetCreateMaskOptions are: - ConfigOption
options.go:223
InterfaceDatasetCreateOption
DatasetCreateOption is an option that can be passed to Create() Available DatasetCreateOptions are: - CreationOption - ConfigOption - ErrLogger
options.go:347
InterfaceDatasetIOOption
DatasetIOOption is an option to modify the default behavior of dataset.IO Available DatasetIOOptions are: - PixelStride - LineStride - BandStride - W
options.go:331
StructDatasetStructure
DatasetStructure implements Structure for a Dataset
structure.go:75
InterfaceDatasetTranslateOption
DatasetTranslateOption is an option that can be passed to Dataset.Translate() Available DatasetTranslateOptions are: - ConfigOption - CreationOption
options.go:240
InterfaceDatasetVectorTranslateOption
DatasetVectorTranslateOption is an option that can be passed to Dataset.Warp() Available Options are: - CreationOption - ConfigOption - DriverName
options.go:1506
InterfaceDatasetWarpIntoOption
DatasetWarpIntoOption is an option that can be passed to Dataset.WarpInto() Available DatasetWarpIntoOption is: - ConfigOption
options.go:265
InterfaceDatasetWarpOption
DatasetWarpOption is an option that can be passed to Dataset.Warp() Available DatasetWarpOptions are: - ConfigOption - CreationOption - DriverName
options.go:257
InterfaceDeleteFeatureOption
DeleteFeatureOption is an option passed to Layer.DeleteFeature() Available options are: - ErrLogger
options.go:591
InterfaceDemOption
DemOption is an option that can be passed to Dataset.Dem()
options.go:1287
InterfaceDifferenceOption
DifferenceOption is an option passed to Geometry.Difference() Available options are: - ErrLogger
options.go:453
StructDriver
Driver is a gdal format driver
godal.go:1389
TypeAliasEmulateTx
EmulateTx By default, GDAL only allows transactions deemed by its maintainers to be sufficiently efficienct However it is possible to force the driver
options.go:1737
FuncTypeErrorHandler
ErrorHandler is a function that can be used to override godal's default behavior of treating all messages with severity >= CE_Warning as errors. When
errors.go:37
InterfaceExecuteSQLOption
ExecuteSQLOption is an option that can be passed to Dataset.ExecuteSQL Available options are: - SQLDialect - SpatialFilterOption
options.go:1719
StructFeature
Feature is a Layer feature
godal.go:2912
InterfaceFeatureCountOption
FeatureCountOption is an option passed to Layer.FeatureCount() Available options are: - ErrLogger
options.go:396
StructField
Field is a Feature attribute
godal.go:3057
StructFieldDefinition
FieldDefinition defines a single attribute
godal.go:2503
InterfaceFillBandOption
FillBandOption is an option that can be passed to Band.Fill() Available FillBandOptions are: - ErrLogger
options.go:117
InterfaceFillNoDataOption
FillNoDataOption is an option that can be passed to band.FillNoData Available FillNoDataOptions are: - MaxDistance(int): The maximum distance (in pix
options.go:174
StructGCP
GCP mirrors the structure of the GDAL_GCP type
godal.go:4297
InterfaceGCPsToGeoTransformOption
GCPsToGeoTransformOption is an option that can be passed to GCPsToGeoTransform()
options.go:1428
InterfaceGMLExportOption
GMLExportOption is an option passed to Geometry.GML() Available options are: - CreationOption - ErrLogger
options.go:1573
InterfaceGeoJSONOption
GeoJSONOption is an option that can be passed to Geometry.GeoJSON
options.go:1559
StructGeometry
Geometry wraps a OGRGeometryH
godal.go:2667
InterfaceGeometryReprojectOption
GeometryReprojectOption is an option passed to Geometry.Reproject() Available options are: - ErrLogger
options.go:626
InterfaceGeometryTransformOption
GeometryTransformOption is an option passed to Geometry.Transform() Available options are: - ErrLogger
options.go:615
InterfaceGeometryWKBOption
GeometryWKBOption is an option passed to Geometry.WKB() Available options are: - ErrLogger
options.go:555
InterfaceGeometryWKTOption
GeometryWKTOption is an option passed to Geometry.WKT() Available options are: - ErrLogger
options.go:544
InterfaceGetGeoTransformOption
GetGeoTransformOption is an option that can be passed to Dataset.GeoTransform() Available GetGeoTransformOptions are: - ErrLogger
options.go:23
InterfaceGridCreateOption
GridCreateOption is an option that can be passed to GridCreate Available options are: - none yet
options.go:1260
InterfaceGridOption
GridOption is an option that can be passed to Dataset.Grid()
options.go:1269
StructHistogram
Histogram is a band's histogram.
histogram.go:18
InterfaceHistogramOption
HistogramOption is an option that can be passed to Band.Histogram() Available HistogramOptions are: - Approximate() to allow the algorithm to operate
histogram.go:61
TypeAliasIOOperation
IOOperation determines wether Band.IO or Dataset.IO will read pixels into the provided buffer, or write pixels from the provided buffer
godal.go:1669
InterfaceIntersectionOption
IntersectionOption is an option passed to Geometry.Intersection() Available options are: - ErrLogger
options.go:477
InterfaceIntersectsOption
IntersectsOption is an option passed to Geometry.Intersects() Available options are: - ErrLogger
options.go:461
InterfaceKeyMultiReader
KeyMultiReader is an optional interface that can be implemented by KeyReaderAtSizer that will be used (only?) by the GTiff driver when reading pixels.
godal.go:3790
InterfaceKeySizerReaderAt
KeySizerReaderAt is the interface expected when calling RegisterVSIHandler ReadAt() is a standard io.ReaderAt that takes a key (i.e. filename) as arg
godal.go:3782
StructLayer
Layer wraps an OGRLayerH
godal.go:2576
InterfaceMetadataOption
MetadataOption is an option that can be passed to metadata related calls Available MetadataOptions are: - Domain
options.go:683
InterfaceNearblackOption
NearblackOption is an option that can be passed to Dataset.Nearblack()
options.go:1278
InterfaceNewFeatureOption
NewFeatureOption is an option that can be passed to Layer.NewFeature Available options are: - none yet
options.go:1530
InterfaceNewGeometryOption
NewGeometryOption is an option passed when creating a geometry Available options are: - ErrLogger
options.go:567
InterfaceOpenOption
OpenOption is an option passed to Open() Available OpenOptions are: - Drivers - SiblingFiles - Shared - ConfigOption - Update - DriverOpenOption - Ra
options.go:372
InterfacePolygonizeOption
PolygonizeOption is an option to modify the default behavior of band.Polygonize Available PolygonizeOptions are: - EightConnected() to enable 8-conne
options.go:210
InterfaceRasterizeGeometryOption
RasterizeGeometryOption is an option that can be passed tp Dataset.RasterizeGeometry()
options.go:1474
InterfaceRasterizeIntoOption
RasterizeIntoOption is an option that can be passed to DatasetRasterizeInto() Available RasterizeOptions are: - ConfigOption - ErrLogger
options.go:1242
InterfaceRasterizeOption
RasterizeOption is an option that can be passed to Rasterize() Available RasterizeOptions are: - CreationOption - ConfigOption - DriverName - ErrLogg
options.go:1228
InterfaceRegisterPluginOption
RegisterPluginOption is an option that can be passed to RegisterPlugin()
options.go:1469
TypeAliasResamplingAlg
ResamplingAlg is a resampling method
godal.go:1679
StructResultSet
ResultSet is a Layer generated by Dataset.ExecuteSQL
godal.go:3424
InterfaceRollbackTransactionOption
RollbackTransactionOption is an option that can be passed to Dataset.RollbackTransaction There are currently no options available
options.go:1769
TypeAliasSQLDialect
SQLDialect is a SQL dialect that be passed to Dataset.ExecuteSQL Available options are: - OGRSQLDialect - SQLiteDialect - IndirectSQLiteDialect
options.go:1690
InterfaceSetColorInterpOption
SetColorInterpOption is an option that can be passed to Band.SetColorInterpretation() Available SetColorInterpOption are: - ErrLogger
options.go:91
InterfaceSetColorTableOption
SetColorTableOption is an option that can be passed to Band.SetColorTable() Available SetColorTableOption are: - ErrLogger
options.go:102
InterfaceSetDescriptionOption
SetDescriptionOption is an option that can be passed to SetDescription Available SetDescriptionOptions are: - ErrLogger
options.go:668
InterfaceSetFieldValueOption
SetFieldValueOption is an option passed to Feature.SetFieldValue() Available options are: - ErrLogger
options.go:509
InterfaceSetGCPsOption
SetGCPsOption is an option that can be passed to Dataset.SetGCPs()
options.go:1419
InterfaceSetGeoTransformOption
SetGeoTransformOption is an option that can be passed to Dataset.SetGeoTransform() Available SetGeoTransformOptions are: - ErrLogger
options.go:34
InterfaceSetGeometryColumnNameOption
SetGeometryColumnNameOption is an option passed to Layer.SetGeometryColumnName() or Feature.SetGeometryColumnName() Available options are: - ErrLogge
options.go:603
InterfaceSetGeometryOption
SetGeometryOption is an option passed to Feature.SetGeometry() Available options are: - ErrLogger
options.go:497
InterfaceSetNoDataOption
SetNoDataOption is an option that can be passed to Band.SetNodata(), Band.ClearNodata(), Dataset.SetNodata() Available SetNoDataOptions are: - ErrLog
options.go:68
InterfaceSetProjectionOption
SetProjectionOption is an option that can be passed to Dataset.SetProjection Available SetProjection are: - ErrLogger
options.go:45
InterfaceSetScaleOffsetOption
SetScaleOffsetOption is an option that can be passed to Band.SetScaleOffset(), Band.ClearScaleOffset(), Dataset.SetScaleOffset() Available SetScaleOf
options.go:80
InterfaceSetSpatialRefOption
SetSpatialRefOption is an option that can be passed to Dataset.SetSpatialRef Available SetProjection are: - ErrLogger
options.go:56
InterfaceSetStatisticsOption
SetStatistics is an option that can passed to Band.SetStatistics() Available options are: -ErrLogger
statistics.go:44
next →1–100 of 271, ranked by callers