Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
_
A
AddBand(int, Vector)
- Method in class org.gdal.gdal.
Dataset
Add a band to a dataset.
AddBand(int)
- Method in class org.gdal.gdal.
Dataset
Add a band to a dataset.
AddBand()
- Method in class org.gdal.gdal.
Dataset
Add a band to a dataset.
AddFieldDefn(FieldDefn)
- Method in class org.gdal.ogr.
FeatureDefn
Add a new field definition.
AddGeometry(Geometry)
- Method in class org.gdal.ogr.
Geometry
Add a geometry to the container.
AddGeometryDirectly(Geometry)
- Method in class org.gdal.ogr.
Geometry
Add a geometry directly to the container.
AddPoint(double, double, double)
- Method in class org.gdal.ogr.
Geometry
Add a point to a geometry (line string or point).
AddPoint(double, double)
- Method in class org.gdal.ogr.
Geometry
Add a point to a geometry (line string or point).
AddPoint_2D(double, double)
- Method in class org.gdal.ogr.
Geometry
Add a point to a geometry (line string or point).
AddXMLChild(XMLNode)
- Method in class org.gdal.gdal.
XMLNode
AddXMLSibling(XMLNode)
- Method in class org.gdal.gdal.
XMLNode
AllRegister()
- Static method in class org.gdal.gdal.
gdal
Register all known configured GDAL drivers.
ApplyGeoTransform(double[], double, double, double[], double[])
- Static method in class org.gdal.gdal.
gdal
Apply GeoTransform to x/y coordinate.
AssignSpatialReference(SpatialReference)
- Method in class org.gdal.ogr.
Geometry
Assign spatial reference to this object.
AutoCreateWarpedVRT(Dataset, String, String, int, double)
- Static method in class org.gdal.gdal.
gdal
Create virtual warped dataset automatically.
AutoCreateWarpedVRT(Dataset, String, String, int)
- Static method in class org.gdal.gdal.
gdal
Create virtual warped dataset automatically.
AutoCreateWarpedVRT(Dataset, String, String)
- Static method in class org.gdal.gdal.
gdal
Create virtual warped dataset automatically.
AutoCreateWarpedVRT(Dataset, String)
- Static method in class org.gdal.gdal.
gdal
Create virtual warped dataset automatically.
AutoCreateWarpedVRT(Dataset)
- Static method in class org.gdal.gdal.
gdal
Create virtual warped dataset automatically.
AutoIdentifyEPSG()
- Method in class org.gdal.osr.
SpatialReference
Set EPSG authority info if possible.
B
Band
- Class in
org.gdal.gdal
Class Band is an uninstanciable class providing various methods to access a single raster band (or channel).
Buffer(double, int)
- Method in class org.gdal.ogr.
Geometry
Compute buffer of geometry.
Buffer(double)
- Method in class org.gdal.ogr.
Geometry
Compute buffer of geometry.
BuildOverviews(int[], ProgressCallback)
- Method in class org.gdal.gdal.
Dataset
Build raster overview(s).
BuildOverviews(int[])
- Method in class org.gdal.gdal.
Dataset
Build raster overview(s).
BuildOverviews(String, int[], ProgressCallback)
- Method in class org.gdal.gdal.
Dataset
Build raster overview(s).
BuildOverviews(String, int[])
- Method in class org.gdal.gdal.
Dataset
Build raster overview(s).
BuildPolygonFromEdges(Geometry, int, int, double)
- Static method in class org.gdal.ogr.
ogr
Build a ring from a bunch of arcs.
BuildPolygonFromEdges(Geometry, int, int)
- Static method in class org.gdal.ogr.
ogr
Build a ring from a bunch of arcs.
BuildPolygonFromEdges(Geometry, int)
- Static method in class org.gdal.ogr.
ogr
Build a ring from a bunch of arcs.
BuildPolygonFromEdges(Geometry)
- Static method in class org.gdal.ogr.
ogr
C
CE_Debug
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
Debug error == 1 (message class).
CE_Failure
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
Failure error == 3 (message class and error return code).
CE_Fatal
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
Fatal error == 4 (message class).
CE_None
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
No error == 0 (message class and error return code).
CE_Warning
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
Warning error == 2 (message class and error return code).
Centroid()
- Method in class org.gdal.ogr.
Geometry
Compute and return centroid of surface.
Checksum()
- Method in class org.gdal.gdal.
Band
Compute checksum for while image.
Checksum(int, int, int, int)
- Method in class org.gdal.gdal.
Band
Compute checksum for image region.
clone()
- Method in class org.gdal.gdal.
ColorTable
Make a copy of a color table.
Clone()
- Method in class org.gdal.gdal.
ColorTable
Make a copy of a color table.
clone()
- Method in class org.gdal.gdal.
RasterAttributeTable
Clone()
- Method in class org.gdal.gdal.
RasterAttributeTable
Copy Raster Attribute Table.
Clone()
- Method in class org.gdal.gdal.
XMLNode
clone()
- Method in class org.gdal.ogr.
Feature
Clone()
- Method in class org.gdal.ogr.
Feature
Duplicate feature.
clone()
- Method in class org.gdal.ogr.
Geometry
Clone()
- Method in class org.gdal.ogr.
Geometry
Make a copy of this object.
clone()
- Method in class org.gdal.osr.
SpatialReference
Clone()
- Method in class org.gdal.osr.
SpatialReference
Make a duplicate of this SpatialReference object.
CloneGeogCS()
- Method in class org.gdal.osr.
SpatialReference
Make a duplicate of the GEOGCS node of this SpatialReference object.
CloseRings()
- Method in class org.gdal.ogr.
Geometry
Force rings to be closed.
ColorTable
- Class in
org.gdal.gdal
Class ColorTable represents a color table / palette.
ColorTable(int)
- Constructor for class org.gdal.gdal.
ColorTable
Construct a new color table.
ColorTable()
- Constructor for class org.gdal.gdal.
ColorTable
Construct a new color table.
CommitTransaction()
- Method in class org.gdal.ogr.
Layer
For datasources which support transactions, CommitTransaction commits a transaction.
ComputeBandStats(double[], int)
- Method in class org.gdal.gdal.
Band
Compute mean and standard deviation values.
ComputeBandStats(double[])
- Method in class org.gdal.gdal.
Band
Compute mean and standard deviation values.
ComputeMedianCutPCT(Band, Band, Band, int, ColorTable, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
Compute optimal PCT for RGB image.
ComputeMedianCutPCT(Band, Band, Band, int, ColorTable)
- Static method in class org.gdal.gdal.
gdal
Compute optimal PCT for RGB image.
ComputeProximity(Band, Band, Vector, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
Compute the proximity of all pixels in the image to a set of pixels in the source image.
ComputeProximity(Band, Band, Vector)
- Static method in class org.gdal.gdal.
gdal
Compute the proximity of all pixels in the image to a set of pixels in the source image.
ComputeProximity(Band, Band)
- Static method in class org.gdal.gdal.
gdal
Compute the proximity of all pixels in the image to a set of pixels in the source image.
ComputeRasterMinMax(double[], int)
- Method in class org.gdal.gdal.
Band
Compute the min/max values for a band.
ComputeRasterMinMax(double[])
- Method in class org.gdal.gdal.
Band
Compute the min/max values for a band.
ComputeStatistics(boolean, double[], double[], double[], double[], ProgressCallback)
- Method in class org.gdal.gdal.
Band
Compute image statistics.
ComputeStatistics(boolean, double[], double[], double[], double[])
- Method in class org.gdal.gdal.
Band
Compute image statistics.
ComputeStatistics(boolean, double[], double[])
- Method in class org.gdal.gdal.
Band
Compute image statistics.
ComputeStatistics(boolean)
- Method in class org.gdal.gdal.
Band
Compute image statistics.
Contains(Geometry)
- Method in class org.gdal.ogr.
Geometry
Test for containment.
ConvexHull()
- Method in class org.gdal.ogr.
Geometry
Compute convex hull.
CoordinateTransformation
- Class in
org.gdal.osr
Object for transforming between coordinate systems.
CoordinateTransformation(SpatialReference, SpatialReference)
- Constructor for class org.gdal.osr.
CoordinateTransformation
Create transformation object.
CopyDataSource(DataSource, String, Vector)
- Method in class org.gdal.ogr.
Driver
Creates a new datasource by copying all the layers from the source datasource.
CopyDataSource(DataSource, String)
- Method in class org.gdal.ogr.
Driver
Creates a new datasource by copying all the layers from the source datasource.
CopyGeogCSFrom(SpatialReference)
- Method in class org.gdal.osr.
SpatialReference
Copy GEOGCS from another OGRSpatialReference.
CopyLayer(Layer, String, Vector)
- Method in class org.gdal.ogr.
DataSource
Duplicate an existing layer.
CopyLayer(Layer, String)
- Method in class org.gdal.ogr.
DataSource
Duplicate an existing layer.
CPLBinaryToHex(byte[])
- Static method in class org.gdal.gdal.
gdal
CPLE_AppDefined
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_AppDefined == 1 (error code).
CPLE_AssertionFailed
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_AssertionFailed == 7 (error code).
CPLE_FileIO
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_FileIO == 3 (error code).
CPLE_IllegalArg
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_IllegalArg == 5 (error code).
CPLE_None
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_None == 0 (error code).
CPLE_NotSupported
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_NotSupported == 6 (error code).
CPLE_NoWriteAccess
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_NoWriteAccess == 8 (error code).
CPLE_OpenFailed
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_OpenFailed == 4 (error code).
CPLE_OutOfMemory
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_OutOfMemory == 2 (error code).
CPLE_UserInterrupt
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLE_UserInterrupt == 9 (error code).
CPLES_BackslashQuotable
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLES_BackslashQuotable(0).
CPLES_CSV
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLES_CSV(4).
CPLES_SQL
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLES_SQL(3).
CPLES_URL
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLES_URL(2).
CPLES_XML
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CPLES_XML(1).
CPLHexToBinary(String)
- Static method in class org.gdal.gdal.
gdal
Create(String, int, int, int, int, String[])
- Method in class org.gdal.gdal.
Driver
Create a new dataset with this driver.
Create(String, int, int, int, String[])
- Method in class org.gdal.gdal.
Driver
Create a new dataset with this driver.
Create(String, int, int, int, int, Vector)
- Method in class org.gdal.gdal.
Driver
Create a new dataset with this driver.
Create(String, int, int, int, int)
- Method in class org.gdal.gdal.
Driver
Create a new dataset with this driver.
Create(String, int, int, int)
- Method in class org.gdal.gdal.
Driver
Create a new dataset with this driver.
Create(String, int, int)
- Method in class org.gdal.gdal.
Driver
Create a new dataset with this driver.
CreateColorRamp(int, Color, int, Color)
- Method in class org.gdal.gdal.
ColorTable
Create color ramp.
CreateColumn(String, int, int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Create new column.
CreateCopy(String, Dataset, int, String[])
- Method in class org.gdal.gdal.
Driver
Create a copy of a dataset.
CreateCopy(String, Dataset, Vector)
- Method in class org.gdal.gdal.
Driver
Create a copy of a dataset.
CreateCopy(String, Dataset, String[])
- Method in class org.gdal.gdal.
Driver
Create a copy of a dataset.
CreateCopy(String, Dataset, int, Vector, ProgressCallback)
- Method in class org.gdal.gdal.
Driver
Create a copy of a dataset.
CreateCopy(String, Dataset, int, Vector)
- Method in class org.gdal.gdal.
Driver
Create a copy of a dataset.
CreateCopy(String, Dataset, int)
- Method in class org.gdal.gdal.
Driver
Create a copy of a dataset.
CreateCopy(String, Dataset)
- Method in class org.gdal.gdal.
Driver
Create a copy of a dataset.
CreateDataSource(String, Vector)
- Method in class org.gdal.ogr.
Driver
Attempt to create a new data source based on the passed driver.
CreateDataSource(String)
- Method in class org.gdal.ogr.
Driver
Attempt to create a new data source based on the passed driver.
CreateFeature(Feature)
- Method in class org.gdal.ogr.
Layer
Create and write a new feature within a layer.
CreateField(FieldDefn, int)
- Method in class org.gdal.ogr.
Layer
Create a new field on a layer.
CreateField(FieldDefn)
- Method in class org.gdal.ogr.
Layer
Create a new field on a layer.
CreateFromGML(String)
- Static method in class org.gdal.ogr.
Geometry
Create geometry from GML.
CreateFromJson(String)
- Static method in class org.gdal.ogr.
Geometry
Create geometry from GeoJSON.
CreateFromWkb(byte[])
- Static method in class org.gdal.ogr.
Geometry
Create a geometry object of the appropriate type from it's well known binary representation.
CreateFromWkt(String)
- Static method in class org.gdal.ogr.
Geometry
Create a geometry object of the appropriate type from it's well known text representation.
CreateGeometryFromGML(String)
- Static method in class org.gdal.ogr.
ogr
Create a new Geometry from a GML string.
CreateGeometryFromJson(String)
- Static method in class org.gdal.ogr.
ogr
Create a new Geometry from a GeoJSON string.
CreateGeometryFromWkb(byte[], SpatialReference)
- Static method in class org.gdal.ogr.
ogr
Create a new Geometry from a well known binary (wkb) content.
CreateGeometryFromWkb(byte[])
- Static method in class org.gdal.ogr.
ogr
Create a new Geometry from a well known binary (wkb) content.
CreateGeometryFromWkt(String, SpatialReference)
- Static method in class org.gdal.ogr.
ogr
Create a new Geometry from a well known text (wkt) content.
CreateGeometryFromWkt(String)
- Static method in class org.gdal.ogr.
ogr
Create a new Geometry from a well known text (wkt) string.
CreateLayer(String, SpatialReference, int, Vector)
- Method in class org.gdal.ogr.
DataSource
Create a new layer on the data source with the indicated name, coordinate system, geometry type.
CreateLayer(String, SpatialReference, int)
- Method in class org.gdal.ogr.
DataSource
Create a new layer on the data source with the indicated name, coordinate system, geometry type.
CreateLayer(String, SpatialReference)
- Method in class org.gdal.ogr.
DataSource
Create a new layer on the data source with the indicated name, coordinate system.
CreateLayer(String)
- Method in class org.gdal.ogr.
DataSource
Create a new layer on the data source with the indicated name.
CreateMaskBand(int)
- Method in class org.gdal.gdal.
Band
Adds a mask band to the current band.
CreateMaskBand(int)
- Method in class org.gdal.gdal.
Dataset
Adds a mask band to the current band.
Crosses(Geometry)
- Method in class org.gdal.ogr.
Geometry
Test for crossing.
CXT_Attribute
- Static variable in class org.gdal.gdal.
XMLNodeType
CXT_Attribute
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CXT_Attribute(2) : node is an attribute.
CXT_Comment
- Static variable in class org.gdal.gdal.
XMLNodeType
CXT_Comment
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CXT_Comment(3) : node is a XML comment.
CXT_Element
- Static variable in class org.gdal.gdal.
XMLNodeType
CXT_Element
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CTX_Element(0) : node is an element.
CXT_Literal
- Static variable in class org.gdal.gdal.
XMLNodeType
CXT_Literal
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CXT_Literal(4) : node is a special literal.
CXT_Text
- Static variable in class org.gdal.gdal.
XMLNodeType
CXT_Text
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
CXT_Text(1) : node is a raw text value
D
Dataset
- Class in
org.gdal.gdal
Class Dataset is an uninstanciable class providing various methods to access a set of associated raster bands, usually from one file.
DataSource
- Class in
org.gdal.ogr
This class represents a data source.
DataTypeIsComplex(int)
- Static method in class org.gdal.gdal.
gdal
Is data type complex?
DCAP_CREATE
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
DCAP_CREATE_COPY.
DCAP_CREATECOPY
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
DCAP_CREATE_COPY.
DCAP_VIRTUALIO
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
DCAP_VIRTUALIO.
Debug(String, String)
- Static method in class org.gdal.gdal.
gdal
Display a debugging message.
DecToDMS(double, String, int)
- Static method in class org.gdal.gdal.
gdal
DecToDMS(double, String)
- Static method in class org.gdal.gdal.
gdal
DecToPackedDMS(double)
- Static method in class org.gdal.gdal.
gdal
delete()
- Method in class org.gdal.gdal.
Band
Deprecated.
Do not do anything...
delete()
- Method in class org.gdal.gdal.
ColorTable
delete()
- Method in class org.gdal.gdal.
Dataset
Frees the native resource associated to a Dataset object and close the file.
delete()
- Method in class org.gdal.gdal.
Driver
Deprecated.
Do not do anything...
Delete(String)
- Method in class org.gdal.gdal.
Driver
Delete named dataset.
delete()
- Method in class org.gdal.gdal.
GCP
delete()
- Method in class org.gdal.gdal.
MajorObject
delete()
- Method in class org.gdal.gdal.
ProgressCallback
delete()
- Method in class org.gdal.gdal.
RasterAttributeTable
delete()
- Method in class org.gdal.gdal.
TermProgressCallback
delete()
- Method in class org.gdal.gdal.
Transformer
delete()
- Method in class org.gdal.gdal.
XMLNode
delete()
- Method in class org.gdal.ogr.
DataSource
Frees the native resource associated to a DataSource object and close the file.
delete()
- Method in class org.gdal.ogr.
Driver
Deprecated.
Do not do anything...
delete()
- Method in class org.gdal.ogr.
Feature
Delete (in memory) a feature.
delete()
- Method in class org.gdal.ogr.
FeatureDefn
delete()
- Method in class org.gdal.ogr.
FieldDefn
delete()
- Method in class org.gdal.ogr.
Geometry
Delete a geometry.
delete()
- Method in class org.gdal.ogr.
Layer
Deprecated.
Do not do anything...
delete()
- Method in class org.gdal.osr.
CoordinateTransformation
delete()
- Method in class org.gdal.osr.
SpatialReference
DeleteDataSource(String)
- Method in class org.gdal.ogr.
Driver
Destroy a datasource.
DeleteFeature(int)
- Method in class org.gdal.ogr.
Layer
Delete feature from layer.
DeleteLayer(int)
- Method in class org.gdal.ogr.
DataSource
Delete the indicated layer from the datasource.
Deregister()
- Method in class org.gdal.gdal.
Driver
Deregister the driver.
Difference(Geometry)
- Method in class org.gdal.ogr.
Geometry
Compute difference.
Disjoint(Geometry)
- Method in class org.gdal.ogr.
Geometry
Test for disjointness.
Distance(Geometry)
- Method in class org.gdal.ogr.
Geometry
Compute distance between two geometries.
DitherRGB2PCT(Band, Band, Band, Band, ColorTable, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
24bit to 8bit conversion with dithering.
DitherRGB2PCT(Band, Band, Band, Band, ColorTable)
- Static method in class org.gdal.gdal.
gdal
24bit to 8bit conversion with dithering.
DMD_CREATIONDATATYPES
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
DMD_CREATIONDATATYPES.
DMD_CREATIONOPTIONLIST
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
DMD_CREATIONOPTIONLIST.
DMD_EXTENSION
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
DMD_EXTENSION.
DMD_HELPTOPIC
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
DMD_HELPTOPIC.
DMD_LONGNAME
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
DMD_LONGNAME.
DMD_MIMETYPE
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
DMD_MIMETYPE.
DontUseExceptions()
- Static method in class org.gdal.ogr.
ogr
Use return code instead of exceptions.
DontUseExceptions()
- Static method in class org.gdal.osr.
osr
Use return code instead of exceptions.
Driver
- Class in
org.gdal.gdal
Class Driver is an uninstanciable class providing various methods for a format specific driver.
Driver
- Class in
org.gdal.ogr
Class Driver is an uninstanciable class providing various methods to represents an operational format driver.
DumpReadable()
- Method in class org.gdal.ogr.
Feature
Dump this feature in a human readable form.
E
Empty()
- Method in class org.gdal.ogr.
Geometry
Clear geometry information.
EPSGTreatsAsLatLong()
- Method in class org.gdal.osr.
SpatialReference
Equal(Feature)
- Method in class org.gdal.ogr.
Feature
Test if two features are the same.
Equal(Geometry)
- Method in class org.gdal.ogr.
Geometry
Returns two if two geometries are equivalent.
equals(Object)
- Method in class org.gdal.gdal.
Transformer
equals(Object)
- Method in class org.gdal.gdal.
XMLNode
equals(Object)
- Method in class org.gdal.ogr.
DataSource
equals(Object)
- Method in class org.gdal.ogr.
Driver
equals(Object)
- Method in class org.gdal.ogr.
Feature
equals(Object)
- Method in class org.gdal.ogr.
FeatureDefn
equals(Object)
- Method in class org.gdal.ogr.
FieldDefn
equals(Object)
- Method in class org.gdal.ogr.
Geometry
equals(Object)
- Method in class org.gdal.ogr.
Layer
equals(Object)
- Method in class org.gdal.osr.
SpatialReference
Error(int, int, String)
- Static method in class org.gdal.gdal.
gdal
Report an error.
ErrorReset()
- Static method in class org.gdal.gdal.
gdal
Erase any traces of previous errors.
EscapeString(byte[], int)
- Static method in class org.gdal.gdal.
gdal
Apply escaping to string to preserve special characters.
EscapeString(String, int)
- Static method in class org.gdal.gdal.
gdal
Apply escaping to string to preserve special characters.
ExecuteSQL(String, Geometry, String)
- Method in class org.gdal.ogr.
DataSource
Execute an SQL statement against the data store.
ExecuteSQL(String, Geometry)
- Method in class org.gdal.ogr.
DataSource
Execute an SQL statement against the data store.
ExecuteSQL(String)
- Method in class org.gdal.ogr.
DataSource
Execute an SQL statement against the data store.
ExportToGML()
- Method in class org.gdal.ogr.
Geometry
Convert a geometry into GML format.
ExportToJson()
- Method in class org.gdal.ogr.
Geometry
Convert a geometry into GeoJSON format.
ExportToKML(String)
- Method in class org.gdal.ogr.
Geometry
Convert a geometry into KML format.
ExportToKML()
- Method in class org.gdal.ogr.
Geometry
Convert a geometry into KML format.
ExportToMICoordSys()
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in Mapinfo style CoordSys format.
ExportToMICoordSys(String[])
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in Mapinfo style CoordSys format.
ExportToPCI(String[], String[], double[])
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in PCI projection definition.
ExportToPrettyWkt(int)
- Method in class org.gdal.osr.
SpatialReference
Convert this SRS into a a nicely formatted WKT string for display to a person.
ExportToPrettyWkt()
- Method in class org.gdal.osr.
SpatialReference
Convert this SRS into a a nicely formatted WKT string for display to a person.
ExportToPrettyWkt(String[], int)
- Method in class org.gdal.osr.
SpatialReference
Convert this SRS into a a nicely formatted WKT string for display to a person.
ExportToPrettyWkt(String[])
- Method in class org.gdal.osr.
SpatialReference
Convert this SRS into a a nicely formatted WKT string for display to a person.
ExportToProj4()
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in PROJ.4 format.
ExportToProj4(String[])
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in PROJ.4 format.
ExportToUSGS(int[], int[], double[], int[])
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in USGS GCTP projection definition.
ExportToWkb(byte[], int)
- Method in class org.gdal.ogr.
Geometry
Convert a geometry into well known binary format.
ExportToWkb(int)
- Method in class org.gdal.ogr.
Geometry
Convert a geometry into well known binary format.
ExportToWkb()
- Method in class org.gdal.ogr.
Geometry
Convert a geometry into well known binary format.
ExportToWkt(String[])
- Method in class org.gdal.ogr.
Geometry
Convert a geometry into well known text format.
ExportToWkt()
- Method in class org.gdal.ogr.
Geometry
Convert a geometry into well known text format.
ExportToWkt()
- Method in class org.gdal.osr.
SpatialReference
Convert this SRS into WKT format.
ExportToWkt(String[])
- Method in class org.gdal.osr.
SpatialReference
Convert this SRS into WKT format.
ExportToXML(String)
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in XML format.
ExportToXML()
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in XML format.
ExportToXML(String[], String)
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in XML format.
ExportToXML(String[])
- Method in class org.gdal.osr.
SpatialReference
Export coordinate system in XML format.
F
Feature
- Class in
org.gdal.ogr
A simple feature, including geometry and attributes.
Feature(FeatureDefn)
- Constructor for class org.gdal.ogr.
Feature
Constructor.
FeatureDefn
- Class in
org.gdal.ogr
Definition of a feature class or feature layer.
FeatureDefn(String)
- Constructor for class org.gdal.ogr.
FeatureDefn
Constructor.
FeatureDefn()
- Constructor for class org.gdal.ogr.
FeatureDefn
Constructor.
FieldDefn
- Class in
org.gdal.ogr
Definition of an attribute of a FeatureDefn.
FieldDefn(String, int)
- Constructor for class org.gdal.ogr.
FieldDefn
Constructor.
FieldDefn(String)
- Constructor for class org.gdal.ogr.
FieldDefn
Constructor.
FieldDefn()
- Constructor for class org.gdal.ogr.
FieldDefn
Constructor.
FileFromMemBuffer(String, byte[])
- Static method in class org.gdal.gdal.
gdal
Create memory "file" from a buffer.
Fill(double, double)
- Method in class org.gdal.gdal.
Band
Fill this band with a constant value.
Fill(double)
- Method in class org.gdal.gdal.
Band
Fill this band with a constant value.
FillNodata(Band, Band, double, int, Vector, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
Fill selected raster regions by interpolation from the edges.
FillNodata(Band, Band, double, int, Vector)
- Static method in class org.gdal.gdal.
gdal
Fill selected raster regions by interpolation from the edges.
FillNodata(Band, Band, double, int)
- Static method in class org.gdal.gdal.
gdal
Fill selected raster regions by interpolation from the edges.
FinderClean()
- Static method in class org.gdal.gdal.
gdal
FindFile(String, String)
- Static method in class org.gdal.gdal.
gdal
Fixup()
- Method in class org.gdal.osr.
SpatialReference
Fixup as needed.
FixupOrdering()
- Method in class org.gdal.osr.
SpatialReference
Correct parameter ordering to match CT Specification.
FlattenTo2D()
- Method in class org.gdal.ogr.
Geometry
Convert geometry to strictly 2D.
FlushCache()
- Method in class org.gdal.gdal.
Band
Flush raster data cache.
FlushCache()
- Method in class org.gdal.gdal.
Dataset
Flush all write cached data to disk.
G
GA_ReadOnly
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GA_ReadOnly : flag used for opening a dataset in read-only mode with gdal.Open()
GA_Update
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GA_Update : flag used for opening a dataset in update mode with gdal.Open()
GCI_AlphaBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_AlphaBand(6) : Alpha band of RGBA image (0=transparent, 255=opaque) (color interpretation)
GCI_BlackBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_BlackBand(13) : Black band of CMYK image (color interpretation)
GCI_BlueBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_BlueBand(5) : Blue band of RGBA image (color interpretation)
GCI_CyanBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_CyanBand(10) : Cyan band of CMYK image (color interpretation)
GCI_GrayIndex
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_GrayIndex(1) : greyscale (color interpretation)
GCI_GreenBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_GreenBand(4) : Green band of RGBA image (color interpretation)
GCI_HueBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_HueBand(7) : Hue band of HLS image (color interpretation)
GCI_LightnessBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_LightnessBand(9) : Lightness band of HLS image (color interpretation)
GCI_MagentaBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_MagentaBand(11) : Magenta band of CMYK image (color interpretation)
GCI_PaletteIndex
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_PaletteIndex(2) : paletted with color table (color interpretation)
GCI_RedBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_RedBand(3) : Red band of RGBA image (color interpretation)
GCI_SaturationBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_SaturationBand(8) : Saturation band of HLS image (color interpretation)
GCI_Undefined
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_Undefined(0) : undefined (color interpretation)
GCI_YCbCr_CbBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_YCbCr_CbBand(15) : Cb Luminance (color interpretation)
GCI_YCbCr_CrBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_YCbCr_CrBand(16) : Cr Luminance (color interpretation)
GCI_YCbCr_YBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_YCbCr_YBand(14) : Y Luminance (color interpretation)
GCI_YellowBand
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GCI_YellowBand(12) : Yellow band of CMYK image (color interpretation)
GCP
- Class in
org.gdal.gdal
GCP(double, double, double, double, double)
- Constructor for class org.gdal.gdal.
GCP
GCP(double, double, double, double, String, String)
- Constructor for class org.gdal.gdal.
GCP
GCP(double, double, double, double)
- Constructor for class org.gdal.gdal.
GCP
GCP(double, double, double, double, double, String, String)
- Constructor for class org.gdal.gdal.
GCP
GCPsToGeoTransform(GCP[], double[], int)
- Static method in class org.gdal.gdal.
gdal
Generate Geotransform from GCPs.
GCPsToGeoTransform(GCP[], double[])
- Static method in class org.gdal.gdal.
gdal
Generate Geotransform from GCPs.
gdal
- Class in
org.gdal.gdal
Class gdal is an uninstanciable class providing various utility functions as static methods.
GDAL_GCP_GCPLine_get(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_GCPLine_set(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_GCPPixel_get(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_GCPPixel_set(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_GCPX_get(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_GCPX_set(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_GCPY_get(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_GCPY_set(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_GCPZ_get(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_GCPZ_set(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_get_GCPLine(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_get_GCPPixel(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_get_GCPX(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_get_GCPY(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_get_GCPZ(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_get_Id(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_get_Info(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_Id_get(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_Id_set(GCP, String)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_Info_get(GCP)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_Info_set(GCP, String)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_set_GCPLine(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_set_GCPPixel(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_set_GCPX(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_set_GCPY(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_set_GCPZ(GCP, double)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_set_Id(GCP, String)
- Static method in class org.gdal.gdal.
gdal
GDAL_GCP_set_Info(GCP, String)
- Static method in class org.gdal.gdal.
gdal
gdalconst
- Class in
org.gdal.gdalconst
gdalconstConstants
- Interface in
org.gdal.gdalconst
Various constants used by the org.gdal.gdal package.
GDALDestroyDriverManager()
- Static method in class org.gdal.gdal.
gdal
GDT_Byte
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_Byte(1) : Eight bit unsigned integer (data type)
GDT_CFloat32
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_CFloat32(10) : Complex Float32 (data type)
GDT_CFloat64
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_CFloat64(11) : Complex Float64 (data type)
GDT_CInt16
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_CInt16(8) : Complex Int16 (data type)
GDT_CInt32
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_CInt32(9) : Complex Int32 (data type)
GDT_Float32
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_Float32(6) : Thirty two bit floating point (data type)
GDT_Float64
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_Float64(7) : Sixty four bit floating point (data type)
GDT_Int16
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_Int16(3) : Sixteen bit signed integer (data type)
GDT_Int32
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_Int32(5) : Thirty two bit signed integer (data type)
GDT_TypeCount
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_TypeCount(12) : Maximum type (data type)
GDT_UInt16
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_UInt16(2) : Sixteen bit unsigned integer (data type)
GDT_UInt32
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_UInt32(4) : Thirty two bit unsigned integer (data type)
GDT_Unknown
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GDT_Unknown(0) : Unknown (data type)
GeneralCmdLineProcessor(String[], int)
- Static method in class org.gdal.gdal.
gdal
General utility option processing.
GeneralCmdLineProcessor(String[])
- Static method in class org.gdal.gdal.
gdal
General utility option processing.
GeneralCmdLineProcessor(Vector, int)
- Static method in class org.gdal.gdal.
gdal
General utility option processing.
GeneralCmdLineProcessor(Vector)
- Static method in class org.gdal.gdal.
gdal
General utility option processing.
GeneralCmdLineProcessor(Vector, int)
- Static method in class org.gdal.ogr.
ogr
General utility option processing.
GeneralCmdLineProcessor(Vector)
- Static method in class org.gdal.ogr.
ogr
General utility option processing.
GeneralCmdLineProcessor(String[], int)
- Static method in class org.gdal.ogr.
ogr
General utility option processing.
GeneralCmdLineProcessor(String[])
- Static method in class org.gdal.ogr.
ogr
General utility option processing.
Geometry
- Class in
org.gdal.ogr
Abstract base class for all geometry classes.
Geometry(int, String, byte[], String)
- Constructor for class org.gdal.ogr.
Geometry
Deprecated.
Use referenced methods instead.
Geometry(int)
- Constructor for class org.gdal.ogr.
Geometry
Create an empty geometry of desired type.
GeometryTypeToName(int)
- Static method in class org.gdal.ogr.
ogr
Fetch a human readable name corresponding to an OGRwkBGeometryType value.
GetAngularUnits()
- Method in class org.gdal.osr.
SpatialReference
Fetch angular geographic coordinate system units.
GetArea()
- Method in class org.gdal.ogr.
Geometry
Compute geometry area.
GetAttrValue(String, int)
- Method in class org.gdal.osr.
SpatialReference
Fetch indicated attribute of named node.
GetAttrValue(String)
- Method in class org.gdal.osr.
SpatialReference
Fetch first attribute of named node.
GetAuthorityCode(String)
- Method in class org.gdal.osr.
SpatialReference
Get the authority code for a node.
GetAuthorityName(String)
- Method in class org.gdal.osr.
SpatialReference
Get the authority name for a node.
GetBand()
- Method in class org.gdal.gdal.
Band
Fetch the band number.
GetBlockSize(int[], int[])
- Method in class org.gdal.gdal.
Band
Fetch the "natural" block size of this band.
GetBlockXSize()
- Method in class org.gdal.gdal.
Band
Fetch the "natural" block width of this band
GetBlockYSize()
- Method in class org.gdal.gdal.
Band
Fetch the "natural" block height of this band
GetBoundary()
- Method in class org.gdal.ogr.
Geometry
Compute boundary.
GetCacheMax()
- Static method in class org.gdal.gdal.
gdal
Get maximum cache memory.
GetCacheUsed()
- Static method in class org.gdal.gdal.
gdal
Get cache memory used.
getChild()
- Method in class org.gdal.gdal.
XMLNode
GetColOfUsage(int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Fetch column index for given usage.
GetColorEntry(int)
- Method in class org.gdal.gdal.
ColorTable
Fetch a color entry from table.
GetColorInterpretation()
- Method in class org.gdal.gdal.
Band
How should this band be interpreted as color?
GetColorInterpretationName(int)
- Static method in class org.gdal.gdal.
gdal
Get name of color interpretation.
GetColorTable()
- Method in class org.gdal.gdal.
Band
Fetch the color table associated with band.
GetColumnCount()
- Method in class org.gdal.gdal.
RasterAttributeTable
Fetch table column count.
GetConfigOption(String, String)
- Static method in class org.gdal.gdal.
gdal
Get the value of a configuration option.
GetConfigOption(String)
- Static method in class org.gdal.gdal.
gdal
Get the value of a configuration option.
GetCoordinateDimension()
- Method in class org.gdal.ogr.
Geometry
Get the dimension of the coordinates in this object.
GetCount()
- Method in class org.gdal.gdal.
ColorTable
Get number of color entries in table.
getDataType()
- Method in class org.gdal.gdal.
Band
Return the data type of the band.
GetDataTypeByName(String)
- Static method in class org.gdal.gdal.
gdal
Get data type by symbolic name.
GetDataTypeName(int)
- Static method in class org.gdal.gdal.
gdal
Get name of data type.
GetDataTypeSize(int)
- Static method in class org.gdal.gdal.
gdal
Get data type size in bits.
GetDefaultHistogram(double[], double[], int[][], boolean, ProgressCallback)
- Method in class org.gdal.gdal.
Band
Fetch default raster histogram.
GetDefaultHistogram(double[], double[], int[][], boolean)
- Method in class org.gdal.gdal.
Band
Fetch default raster histogram.
GetDefaultHistogram(double[], double[], int[][])
- Method in class org.gdal.gdal.
Band
Fetch default raster histogram.
GetDefaultRAT()
- Method in class org.gdal.gdal.
Band
Fetch default Raster Attribute Table.
GetDefnRef()
- Method in class org.gdal.ogr.
Feature
Fetch feature definition.
GetDescription()
- Method in class org.gdal.gdal.
MajorObject
Fetch object description.
GetDimension()
- Method in class org.gdal.ogr.
Geometry
Get the dimension of this object.
GetDriver()
- Method in class org.gdal.gdal.
Dataset
Fetch the driver to which this dataset relates.
GetDriver(int)
- Static method in class org.gdal.gdal.
gdal
Fetch driver by index.
GetDriver()
- Method in class org.gdal.ogr.
DataSource
Returns the driver that the dataset was opened with.
GetDriver(int)
- Static method in class org.gdal.ogr.
ogr
Fetch the indicated driver.
GetDriverByName(String)
- Static method in class org.gdal.gdal.
gdal
Fetch a driver based on the short name.
GetDriverByName(String)
- Static method in class org.gdal.ogr.
ogr
Fetch the indicated driver.
GetDriverCount()
- Static method in class org.gdal.gdal.
gdal
Fetch the number of registered drivers.
GetDriverCount()
- Static method in class org.gdal.ogr.
ogr
Fetch the number of registered drivers.
GetEnvelope(double[])
- Method in class org.gdal.ogr.
Geometry
Computes and returns the bounding envelope for this geometry.
GetExtent(boolean)
- Method in class org.gdal.ogr.
Layer
Fetch the extent of this layer.
GetExtent()
- Method in class org.gdal.ogr.
Layer
Fetch the extent of this layer.
GetExtent(double[], int)
- Method in class org.gdal.ogr.
Layer
Fetch the extent of this layer.
GetFeature(int)
- Method in class org.gdal.ogr.
Layer
Fetch a feature by its identifier.
GetFeatureCount(int)
- Method in class org.gdal.ogr.
Layer
Fetch the feature count in this layer.
GetFeatureCount()
- Method in class org.gdal.ogr.
Layer
Fetch the feature count in this layer.
GetFeaturesRead()
- Method in class org.gdal.ogr.
Layer
Return the total number of features read.
GetFID()
- Method in class org.gdal.ogr.
Feature
Get feature identifier.
GetFIDColumn()
- Method in class org.gdal.ogr.
Layer
Returns the name of the FID column.
GetFieldAsDateTime(int, int[], int[], int[], int[], int[], int[], int[])
- Method in class org.gdal.ogr.
Feature
Fetch field value as date and time.
GetFieldAsDouble(int)
- Method in class org.gdal.ogr.
Feature
Fetch field value as a double.
GetFieldAsDouble(String)
- Method in class org.gdal.ogr.
Feature
Fetch field value as a double.
GetFieldAsDoubleList(int)
- Method in class org.gdal.ogr.
Feature
Fetch field value as a list of doubles.
GetFieldAsInteger(int)
- Method in class org.gdal.ogr.
Feature
Fetch field value as integer.
GetFieldAsInteger(String)
- Method in class org.gdal.ogr.
Feature
Fetch field value as integer.
GetFieldAsIntegerList(int)
- Method in class org.gdal.ogr.
Feature
Fetch field value as a list of integers.
GetFieldAsString(int)
- Method in class org.gdal.ogr.
Feature
Fetch field value as a string.
GetFieldAsString(String)
- Method in class org.gdal.ogr.
Feature
Fetch field value as a string.
GetFieldAsStringList(int)
- Method in class org.gdal.ogr.
Feature
Fetch field value as a list of strings.
GetFieldCount()
- Method in class org.gdal.ogr.
Feature
Fetch number of fields on this feature.
GetFieldCount()
- Method in class org.gdal.ogr.
FeatureDefn
Fetch number of fields on this feature.
GetFieldDefn(int)
- Method in class org.gdal.ogr.
FeatureDefn
Fetch field definition.
GetFieldDefnRef(int)
- Method in class org.gdal.ogr.
Feature
Fetch definition for this field.
GetFieldDefnRef(String)
- Method in class org.gdal.ogr.
Feature
Fetch definition for this field.
GetFieldIndex(String)
- Method in class org.gdal.ogr.
Feature
Fetch the field index given field name.
GetFieldIndex(String)
- Method in class org.gdal.ogr.
FeatureDefn
Find field by name.
GetFieldType(int)
- Method in class org.gdal.ogr.
Feature
Fetch the field type.
GetFieldType(String)
- Method in class org.gdal.ogr.
Feature
Fetch the field type.
GetFieldType()
- Method in class org.gdal.ogr.
FieldDefn
Return the field type
GetFieldTypeName(int)
- Method in class org.gdal.ogr.
FieldDefn
Fetch human readable name for a field type.
GetFieldTypeName(int)
- Static method in class org.gdal.ogr.
ogr
Fetch human readable name for a field type.
GetFileList()
- Method in class org.gdal.gdal.
Dataset
Fetch files forming dataset.
GetGCPCount()
- Method in class org.gdal.gdal.
Dataset
Get number of GCPs.
getGCPLine()
- Method in class org.gdal.gdal.
GCP
getGCPPixel()
- Method in class org.gdal.gdal.
GCP
GetGCPProjection()
- Method in class org.gdal.gdal.
Dataset
Get output projection for GCPs.
GetGCPs()
- Method in class org.gdal.gdal.
Dataset
Fetch GCPs.
GetGCPs(Vector)
- Method in class org.gdal.gdal.
Dataset
Fetch GCPs.
getGCPX()
- Method in class org.gdal.gdal.
GCP
getGCPY()
- Method in class org.gdal.gdal.
GCP
getGCPZ()
- Method in class org.gdal.gdal.
GCP
GetGeometryColumn()
- Method in class org.gdal.ogr.
Layer
Returns the name of the geometry column.
GetGeometryCount()
- Method in class org.gdal.ogr.
Geometry
Fetch the number of elements in a geometry or number of geometries in container.
GetGeometryName()
- Method in class org.gdal.ogr.
Geometry
Fetch WKT name for geometry type.
GetGeometryRef()
- Method in class org.gdal.ogr.
Feature
Fetch pointer to feature geometry.
GetGeometryRef(int)
- Method in class org.gdal.ogr.
Geometry
Fetch geometry from a geometry container.
GetGeometryType()
- Method in class org.gdal.ogr.
Geometry
Fetch geometry type.
GetGeomType()
- Method in class org.gdal.ogr.
FeatureDefn
Fetch the geometry base type.
GetGeoTransform()
- Method in class org.gdal.gdal.
Dataset
Fetch the affine transformation coefficients.
GetGeoTransform(double[])
- Method in class org.gdal.gdal.
Dataset
Fetch the affine transformation coefficients.
getHelpTopic()
- Method in class org.gdal.gdal.
Driver
Return the URL to the help that describes the driver That URL is relative to the GDAL documentation directory.
GetHistogram(double, double, int[], boolean, boolean, ProgressCallback)
- Method in class org.gdal.gdal.
Band
Compute raster histogram.
GetHistogram(double, double, int[], boolean, boolean)
- Method in class org.gdal.gdal.
Band
Compute raster histogram.
GetHistogram(double, double, int[])
- Method in class org.gdal.gdal.
Band
Compute raster histogram.
GetHistogram(int[])
- Method in class org.gdal.gdal.
Band
Compute raster histogram.
getId()
- Method in class org.gdal.gdal.
GCP
getIndexColorModel(int)
- Method in class org.gdal.gdal.
ColorTable
getInfo()
- Method in class org.gdal.gdal.
GCP
GetJustify()
- Method in class org.gdal.ogr.
FieldDefn
Get the justification for this field.
GetLastErrorMsg()
- Static method in class org.gdal.gdal.
gdal
Get the last error message.
GetLastErrorNo()
- Static method in class org.gdal.gdal.
gdal
Fetch the last error number.
GetLastErrorType()
- Static method in class org.gdal.gdal.
gdal
Fetch the last error type.
GetLayer(int)
- Method in class org.gdal.ogr.
DataSource
Fetch a layer by index.
GetLayer(String)
- Method in class org.gdal.ogr.
DataSource
Fetch a layer by name.
GetLayerByIndex(int)
- Method in class org.gdal.ogr.
DataSource
Fetch a layer by index.
GetLayerByName(String)
- Method in class org.gdal.ogr.
DataSource
Fetch a layer by name.
GetLayerCount()
- Method in class org.gdal.ogr.
DataSource
Get the number of layers in this data source.
GetLayerDefn()
- Method in class org.gdal.ogr.
Layer
Fetch the schema information for this layer.
GetLinearBinning(double[], double[])
- Method in class org.gdal.gdal.
RasterAttributeTable
Get linear binning information.
GetLinearUnits()
- Method in class org.gdal.osr.
SpatialReference
Fetch linear projection units.
GetLinearUnitsName()
- Method in class org.gdal.osr.
SpatialReference
Fetch linear projection units name.
getLongName()
- Method in class org.gdal.gdal.
Driver
Return the long name of a driver For the GeoTIFF driver, this is "GeoTIFF"
GetMaskBand()
- Method in class org.gdal.gdal.
Band
Return the mask band associated with the band.
GetMaskFlags()
- Method in class org.gdal.gdal.
Band
Return the status flags of the mask band associated with the band.
GetMaximum(Double[])
- Method in class org.gdal.gdal.
Band
Fetch the maximum value for this band.
GetMetadata_Dict(String)
- Method in class org.gdal.gdal.
MajorObject
Fetch metadata.
GetMetadata_Dict()
- Method in class org.gdal.gdal.
MajorObject
Fetch metadata.
GetMetadata_List(String)
- Method in class org.gdal.gdal.
MajorObject
Fetch metadata.
GetMetadata_List()
- Method in class org.gdal.gdal.
MajorObject
Fetch metadata.
GetMetadataItem(String, String)
- Method in class org.gdal.gdal.
MajorObject
Fetch single metadata item.
GetMetadataItem(String)
- Method in class org.gdal.gdal.
MajorObject
Fetch single metadata item.
GetMinimum(Double[])
- Method in class org.gdal.gdal.
Band
Fetch the minimum value for this band.
getName()
- Method in class org.gdal.ogr.
DataSource
Returns the name of the data source.
GetName()
- Method in class org.gdal.ogr.
DataSource
Returns the name of the data source.
getName()
- Method in class org.gdal.ogr.
Driver
Fetch name of driver (file format).
GetName()
- Method in class org.gdal.ogr.
Driver
Fetch name of driver (file format).
GetName()
- Method in class org.gdal.ogr.
FeatureDefn
Get name of this FeatureDefn.
GetName()
- Method in class org.gdal.ogr.
FieldDefn
Fetch name of this field.
GetName()
- Method in class org.gdal.ogr.
Layer
Return the layer name.
GetNameOfCol(int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Fetch name of indicated column.
GetNameRef()
- Method in class org.gdal.ogr.
FieldDefn
Fetch name of this field.
getNext()
- Method in class org.gdal.gdal.
XMLNode
GetNextFeature()
- Method in class org.gdal.ogr.
Layer
Fetch the next available feature from this layer.
GetNoDataValue(Double[])
- Method in class org.gdal.gdal.
Band
Fetch the no data value for this band.
GetNormProjParm(String, double)
- Method in class org.gdal.osr.
SpatialReference
Fetch a normalized projection parameter value.
GetNormProjParm(String)
- Method in class org.gdal.osr.
SpatialReference
Fetch a normalized projection parameter value.
GetOffset(Double[])
- Method in class org.gdal.gdal.
Band
Fetch the raster value offset.
GetOpenDS(int)
- Static method in class org.gdal.ogr.
ogr
Return the iDS th datasource opened.
GetOpenDSCount()
- Static method in class org.gdal.ogr.
ogr
Return the number of opened datasources.
GetOverview(int)
- Method in class org.gdal.gdal.
Band
Fetch overview raster band object.
GetOverviewCount()
- Method in class org.gdal.gdal.
Band
Return the number of overview layers available.
GetPaletteInterpretation()
- Method in class org.gdal.gdal.
ColorTable
Fetch palette interpretation.
GetPaletteInterpretationName(int)
- Static method in class org.gdal.gdal.
gdal
Get name of palette interpretation.
GetPoint(int)
- Method in class org.gdal.ogr.
Geometry
Fetch a point in line string or a point geometry.
GetPoint(int, double[])
- Method in class org.gdal.ogr.
Geometry
Fetch a point in line string or a point geometry.
GetPoint_2D(int)
- Method in class org.gdal.ogr.
Geometry
Fetch a point in line string or a point geometry.
GetPoint_2D(int, double[])
- Method in class org.gdal.ogr.
Geometry
Fetch a point in line string or a point geometry.
GetPointCount()
- Method in class org.gdal.ogr.
Geometry
Fetch number of points from a geometry.
GetPrecision()
- Method in class org.gdal.ogr.
FieldDefn
Get the formatting precision for this field.
GetProjection()
- Method in class org.gdal.gdal.
Dataset
Fetch the projection definition string for this dataset.
GetProjectionMethodParameterList(String, String[])
- Static method in class org.gdal.osr.
osr
GetProjectionMethodParamInfo(String, String, String[], String[], double[])
- Static method in class org.gdal.osr.
osr
GetProjectionMethods()
- Static method in class org.gdal.osr.
osr
GetProjectionRef()
- Method in class org.gdal.gdal.
Dataset
Fetch the projection definition string for this dataset.
GetProjParm(String, double)
- Method in class org.gdal.osr.
SpatialReference
Fetch a projection parameter value.
GetProjParm(String)
- Method in class org.gdal.osr.
SpatialReference
Fetch a projection parameter value.
GetRasterBand(int)
- Method in class org.gdal.gdal.
Dataset
Fetch a band object for a dataset.
GetRasterCategoryNames()
- Method in class org.gdal.gdal.
Band
Fetch the list of category names for this raster.
GetRasterColorInterpretation()
- Method in class org.gdal.gdal.
Band
How should this band be interpreted as color?
GetRasterColorTable()
- Method in class org.gdal.gdal.
Band
Fetch the color table associated with band.
GetRasterCount()
- Method in class org.gdal.gdal.
Dataset
Fetch the number of raster bands on this dataset.
getRasterCount()
- Method in class org.gdal.gdal.
Dataset
Fetch the number of raster bands on this dataset.
GetRasterDataType()
- Method in class org.gdal.gdal.
Band
Return the data type of the band.
GetRasterXSize()
- Method in class org.gdal.gdal.
Dataset
Fetch raster width in pixels.
getRasterXSize()
- Method in class org.gdal.gdal.
Dataset
Fetch raster width in pixels.
GetRasterYSize()
- Method in class org.gdal.gdal.
Dataset
Fetch raster height in pixels.
getRasterYSize()
- Method in class org.gdal.gdal.
Dataset
Fetch raster height in pixels.
GetRefCount()
- Method in class org.gdal.ogr.
DataSource
Fetch reference count.
GetRefCount()
- Method in class org.gdal.ogr.
Layer
Fetch reference count.
GetReferenceCount()
- Method in class org.gdal.ogr.
FeatureDefn
Fetch current reference count.
GetRowCount()
- Method in class org.gdal.gdal.
RasterAttributeTable
Fetch row count.
GetRowOfValue(double)
- Method in class org.gdal.gdal.
RasterAttributeTable
Get row for pixel value.
GetScale(Double[])
- Method in class org.gdal.gdal.
Band
Fetch the raster value scale.
getShortName()
- Method in class org.gdal.gdal.
Driver
Return the short name of a driver.
GetSpatialFilter()
- Method in class org.gdal.ogr.
Layer
Return the current spatial filter for this layer.
GetSpatialRef()
- Method in class org.gdal.ogr.
Layer
Fetch the spatial reference system for this layer.
GetSpatialReference()
- Method in class org.gdal.ogr.
Geometry
Returns spatial reference system for object.
GetStatistics(boolean, boolean, double[], double[], double[], double[])
- Method in class org.gdal.gdal.
Band
Fetch image statistics.
GetStatistics(int, int, double[], double[], double[], double[])
- Method in class org.gdal.gdal.
Band
Fetch image statistics.
GetStyleString()
- Method in class org.gdal.ogr.
Feature
Fetch style string for this feature.
GetSummaryRefCount()
- Method in class org.gdal.ogr.
DataSource
Fetch reference count of datasource and all owned layers.
GetTOWGS84()
- Method in class org.gdal.osr.
SpatialReference
Fetch TOWGS84 parameters, if available.
GetTOWGS84(double[])
- Method in class org.gdal.osr.
SpatialReference
Fetch TOWGS84 parameters, if available.
getType()
- Method in class org.gdal.gdal.
XMLNode
GetTypeName()
- Method in class org.gdal.ogr.
FieldDefn
Fetch human readable name for the field
GetTypeOfCol(int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Fetch color type.
GetUnitType()
- Method in class org.gdal.gdal.
Band
Return raster unit type.
GetUsageOfCol(int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Fetch column usage value.
GetUserInputAsWKT(String)
- Static method in class org.gdal.osr.
osr
Utility function that returns the WKT definition of the SRS expressed as a user input.
GetUserInputAsWKT(String, String[])
- Static method in class org.gdal.osr.
osr
getValue()
- Method in class org.gdal.gdal.
XMLNode
GetValueAsDouble(int, int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Fetch field value as a double.
GetValueAsInt(int, int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Fetch field value as a integer.
GetValueAsString(int, int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Fetch field value as a string.
GetWellKnownGeogCSAsWKT(String)
- Static method in class org.gdal.osr.
osr
Utility function that returns the WKT definition of the SRS expressed as a well known Geog CS.
GetWellKnownGeogCSAsWKT(String, String[])
- Static method in class org.gdal.osr.
osr
GetWidth()
- Method in class org.gdal.ogr.
FieldDefn
Get the formatting width for this field.
GetX(int)
- Method in class org.gdal.ogr.
Geometry
Fetch the x coordinate of a point from a geometry.
GetX()
- Method in class org.gdal.ogr.
Geometry
Fetch the x coordinate of the first point from a geometry.
GetXMLNode(String)
- Method in class org.gdal.gdal.
XMLNode
GetXMLValue(String, String)
- Method in class org.gdal.gdal.
XMLNode
GetXSize()
- Method in class org.gdal.gdal.
Band
Fetch XSize of raster.
getXSize()
- Method in class org.gdal.gdal.
Band
Fetch XSize of raster.
GetY(int)
- Method in class org.gdal.ogr.
Geometry
Fetch the y coordinate of a point from a geometry.
GetY()
- Method in class org.gdal.ogr.
Geometry
Fetch the y coordinate of the first point from a geometry.
GetYSize()
- Method in class org.gdal.gdal.
Band
Fetch YSize of raster.
getYSize()
- Method in class org.gdal.gdal.
Band
Fetch YSize of raster.
GetZ(int)
- Method in class org.gdal.ogr.
Geometry
Fetch the z coordinate of a point from a geometry.
GetZ()
- Method in class org.gdal.ogr.
Geometry
Fetch the z coordinate of the first point from a geometry.
GFT_Integer
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFT_Real
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFT_String
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_Alpha
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_AlphaMax
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_AlphaMin
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_Blue
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_BlueMax
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_BlueMin
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_Generic
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_Green
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_GreenMax
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_GreenMin
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_Max
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_MaxCount
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_Min
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_MinMax
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_Name
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_PixelCount
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_Red
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_RedMax
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GFU_RedMin
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GMF_ALL_VALID
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GMF_ALL_VALID(0x01) (mask band flag).
GMF_ALPHA
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GMF_ALPHA(0x04) (mask band flag).
GMF_NODATA
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GMF_NODATA(0x08) (mask band flag).
GMF_PER_DATASET
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GMF_PER_DATASET(0x02) (mask band flag).
GPI_CMYK
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GPI_CMYK(2) (palette interpretation).
GPI_Gray
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GPI_Gray(0) (palette interpretation).
GPI_HLS
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GPI_HLS(3) (palette interpretation).
GPI_RGB
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GPI_RGB(1) (palette interpretation).
GRA_Bilinear
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GRA_Bilinear(1) : Bilinear (2x2 kernel) (warping algorithm)
GRA_Cubic
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GRA_Cubic(2) : Cubic Convolution Approximation (4x4 kernel) (warping algorithm)
GRA_CubicSpline
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GRA_CubicSpline(3) : Cubic B-Spline Approximation (4x4 kernel) (warping algorithm)
GRA_Lanczos
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GRA_Lanczos(4) : Lanczos windowed sinc interpolation (6x6 kernel) (warping algorithm)
GRA_NearestNeighbour
- Static variable in interface org.gdal.gdalconst.
gdalconstConstants
GRA_NearestNeighbour(0) : Nearest neighbour (select on one input pixel) (warping algorithm)
H
HasArbitraryOverviews()
- Method in class org.gdal.gdal.
Band
Check for arbitrary overviews.
hashCode()
- Method in class org.gdal.gdal.
Transformer
hashCode()
- Method in class org.gdal.gdal.
XMLNode
hashCode()
- Method in class org.gdal.ogr.
DataSource
hashCode()
- Method in class org.gdal.ogr.
Driver
hashCode()
- Method in class org.gdal.ogr.
Feature
hashCode()
- Method in class org.gdal.ogr.
FeatureDefn
hashCode()
- Method in class org.gdal.ogr.
FieldDefn
hashCode()
- Method in class org.gdal.ogr.
Geometry
hashCode()
- Method in class org.gdal.ogr.
Layer
hashCode()
- Method in class org.gdal.osr.
SpatialReference
I
IdentifyDriver(String, Vector)
- Static method in class org.gdal.gdal.
gdal
Identify the driver that can open a raster file.
IdentifyDriver(String)
- Static method in class org.gdal.gdal.
gdal
Identify the driver that can open a raster file.
ImportFromEPSG(int)
- Method in class org.gdal.osr.
SpatialReference
Initialize SRS based on EPSG GCS or PCS code.
ImportFromEPSGA(int)
- Method in class org.gdal.osr.
SpatialReference
ImportFromESRI(Vector)
- Method in class org.gdal.osr.
SpatialReference
Import coordinate system from ESRI .prj format(s).
ImportFromMICoordSys(String)
- Method in class org.gdal.osr.
SpatialReference
Import Mapinfo style CoordSys definition.
ImportFromPCI(String, String, double[])
- Method in class org.gdal.osr.
SpatialReference
Import coordinate system from PCI projection definition.
ImportFromPCI(String, String)
- Method in class org.gdal.osr.
SpatialReference
Import coordinate system from PCI projection definition.
ImportFromPCI(String)
- Method in class org.gdal.osr.
SpatialReference
Import coordinate system from PCI projection definition.
ImportFromProj4(String)
- Method in class org.gdal.osr.
SpatialReference
Import PROJ.4 coordinate string.
ImportFromUrl(String)
- Method in class org.gdal.osr.
SpatialReference
Set spatial reference from a URL.
ImportFromUSGS(int, int, double[], int)
- Method in class org.gdal.osr.
SpatialReference
Import coordinate system from USGS projection definition.
ImportFromUSGS(int, int, double[])
- Method in class org.gdal.osr.
SpatialReference
Import coordinate system from USGS projection definition.
ImportFromUSGS(int, int)
- Method in class org.gdal.osr.
SpatialReference
Import coordinate system from USGS projection definition.
ImportFromUSGS(int)
- Method in class org.gdal.osr.
SpatialReference
Import coordinate system from USGS projection definition.
ImportFromWkt(String)
- Method in class org.gdal.osr.
SpatialReference
Import from WKT string.
ImportFromXML(String)
- Method in class org.gdal.osr.
SpatialReference
Import coordinate system from XML format (GML only currently).
Intersect(Geometry)
- Method in class org.gdal.ogr.
Geometry
Do these features intersect?
Intersection(Geometry)
- Method in class org.gdal.ogr.
Geometry
Compute intersection.
InvGeoTransform(double[])
- Static method in class org.gdal.gdal.
gdal
Invert Geotransform.
InvGeoTransform(double[], double[])
- Static method in class org.gdal.gdal.
gdal
Invert Geotransform.
IsEmpty()
- Method in class org.gdal.ogr.
Geometry
Returns true (non-zero) if the object has no points.
IsFieldSet(int)
- Method in class org.gdal.ogr.
Feature
Test if a field has ever been assigned a value or not.
IsFieldSet(String)
- Method in class org.gdal.ogr.
Feature
Test if a field has ever been assigned a value or not.
IsGeographic()
- Method in class org.gdal.osr.
SpatialReference
Check if geographic coordinate system.
IsLocal()
- Method in class org.gdal.osr.
SpatialReference
Check if local coordinate system.
IsProjected()
- Method in class org.gdal.osr.
SpatialReference
Check if projected coordinate system.
IsRing()
- Method in class org.gdal.ogr.
Geometry
Test if the geometry is a ring.
IsSame(SpatialReference)
- Method in class org.gdal.osr.
SpatialReference
Do these two spatial references describe the same system ?
IsSameGeogCS(SpatialReference)
- Method in class org.gdal.osr.
SpatialReference
Do the GeogCS'es match?
IsSimple()
- Method in class org.gdal.ogr.
Geometry
Test if the geometry is simple.
IsValid()
- Method in class org.gdal.ogr.
Geometry
Test if the geometry is valid.
L
Layer
- Class in
org.gdal.ogr
This class represents a layer of simple features, with access methods.
M
MajorObject
- Class in
org.gdal.gdal
Class used for object with metadata.
MorphFromESRI()
- Method in class org.gdal.osr.
SpatialReference
Convert in place from ESRI WKT format.
MorphToESRI()
- Method in class org.gdal.osr.
SpatialReference
Convert in place to ESRI WKT format.
N
NullFID
- Static variable in interface org.gdal.ogr.
ogrConstants
O
ODrCCreateDataSource
- Static variable in interface org.gdal.ogr.
ogrConstants
ODrCDeleteDataSource
- Static variable in interface org.gdal.ogr.
ogrConstants
ODsCCreateLayer
- Static variable in interface org.gdal.ogr.
ogrConstants
ODsCDeleteLayer
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTBinary
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTDate
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTDateTime
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTInteger
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTIntegerList
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTReal
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTRealList
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTString
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTStringList
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTTime
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTWideString
- Static variable in interface org.gdal.ogr.
ogrConstants
OFTWideStringList
- Static variable in interface org.gdal.ogr.
ogrConstants
ogr
- Class in
org.gdal.ogr
Class ogr is an uninstanciable class providing various utility functions as static methods.
ogrConstants
- Interface in
org.gdal.ogr
OGRERR_CORRUPT_DATA
- Static variable in interface org.gdal.ogr.
ogrConstants
OGRERR_FAILURE
- Static variable in interface org.gdal.ogr.
ogrConstants
OGRERR_NONE
- Static variable in interface org.gdal.ogr.
ogrConstants
OGRERR_NOT_ENOUGH_DATA
- Static variable in interface org.gdal.ogr.
ogrConstants
OGRERR_NOT_ENOUGH_MEMORY
- Static variable in interface org.gdal.ogr.
ogrConstants
OGRERR_UNSUPPORTED_GEOMETRY_TYPE
- Static variable in interface org.gdal.ogr.
ogrConstants
OGRERR_UNSUPPORTED_OPERATION
- Static variable in interface org.gdal.ogr.
ogrConstants
OGRERR_UNSUPPORTED_SRS
- Static variable in interface org.gdal.ogr.
ogrConstants
OJLeft
- Static variable in interface org.gdal.ogr.
ogrConstants
OJRight
- Static variable in interface org.gdal.ogr.
ogrConstants
OJUndefined
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCCreateField
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCDeleteFeature
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCFastFeatureCount
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCFastGetExtent
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCFastSetNextByIndex
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCFastSpatialFilter
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCRandomRead
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCRandomWrite
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCSequentialWrite
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCStringsAsUTF8
- Static variable in interface org.gdal.ogr.
ogrConstants
OLCTransactions
- Static variable in interface org.gdal.ogr.
ogrConstants
Open(String, int)
- Static method in class org.gdal.gdal.
gdal
Open a raster file as a Dataset object.
Open(String)
- Static method in class org.gdal.gdal.
gdal
Open a raster file as a Dataset object.
Open(String, int)
- Method in class org.gdal.ogr.
Driver
Attempt to open file with this driver.
Open(String)
- Method in class org.gdal.ogr.
Driver
Attempt to open file with this driver.
Open(String, int)
- Static method in class org.gdal.ogr.
ogr
Open a file / data source with one of the registered drivers.
Open(String)
- Static method in class org.gdal.ogr.
ogr
Open a file / data source with one of the registered drivers.
Open(String, boolean)
- Static method in class org.gdal.ogr.
ogr
Open a file / data source with one of the registered drivers.
OpenShared(String, int)
- Static method in class org.gdal.gdal.
gdal
Open a raster file as a GDALDataset.
OpenShared(String)
- Static method in class org.gdal.gdal.
gdal
Open a raster file as a Dataset object.
OpenShared(String, int)
- Static method in class org.gdal.ogr.
ogr
Open a file / data source with one of the registered drivers.
OpenShared(String)
- Static method in class org.gdal.ogr.
ogr
Open a file / data source with one of the registered drivers.
org.gdal.gdal
- package org.gdal.gdal
Provides the classes necessary to handle GDAL rasters.
org.gdal.gdalconst
- package org.gdal.gdalconst
Various constants used by the org.gdal.gdal package.
org.gdal.ogr
- package org.gdal.ogr
Provides the classes necessary to handle OGR vector datasources.
org.gdal.osr
- package org.gdal.osr
Provides the classes necessary to handle spatial reference systems and transformation between them.
osr
- Class in
org.gdal.osr
Class with static methods for utility functions.
osrConstants
- Interface in
org.gdal.osr
Overlaps(Geometry)
- Method in class org.gdal.ogr.
Geometry
Test for overlap.
P
PackedDMSToDec(double)
- Static method in class org.gdal.gdal.
gdal
ParseXMLFile(String)
- Static method in class org.gdal.gdal.
XMLNode
ParseXMLString(String)
- Static method in class org.gdal.gdal.
gdal
Parse an XML string into tree form.
Polygonize(Band, Band, Layer, int, Vector, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
Create polygon coverage from raster data.
Polygonize(Band, Band, Layer, int, Vector)
- Static method in class org.gdal.gdal.
gdal
Create polygon coverage from raster data.
Polygonize(Band, Band, Layer, int)
- Static method in class org.gdal.gdal.
gdal
Create polygon coverage from raster data.
PopErrorHandler()
- Static method in class org.gdal.gdal.
gdal
Pop error handler off stack.
PopFinderLocation()
- Static method in class org.gdal.gdal.
gdal
ProgressCallback
- Class in
org.gdal.gdal
Class used to report progression of long operations.
ProgressCallback()
- Constructor for class org.gdal.gdal.
ProgressCallback
PushErrorHandler(String)
- Static method in class org.gdal.gdal.
gdal
Push a new error handler.
PushErrorHandler()
- Static method in class org.gdal.gdal.
gdal
Push the quiet error handler.
PushFinderLocation(String)
- Static method in class org.gdal.gdal.
gdal
R
RasterAttributeTable
- Class in
org.gdal.gdal
The RasterAttributeTable (or RAT) class is used to encapsulate a table used to provide attribute information about pixel values.
RasterAttributeTable()
- Constructor for class org.gdal.gdal.
RasterAttributeTable
Construct empty table.
RasterizeLayer(Dataset, int[], Layer, double[], Vector, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
Burn geometries from the specified layer into raster.
RasterizeLayer(Dataset, int[], Layer, double[], Vector)
- Static method in class org.gdal.gdal.
gdal
Burn geometries from the specified layer into raster.
RasterizeLayer(Dataset, int[], Layer, double[])
- Static method in class org.gdal.gdal.
gdal
Burn geometries from the specified layer into raster.
RasterizeLayer(Dataset, int[], Layer)
- Static method in class org.gdal.gdal.
gdal
Burn geometries from the specified layer into raster.
ReadBlock_Direct(int, int, ByteBuffer)
- Method in class org.gdal.gdal.
Band
Read a block of image data efficiently.
ReadDir(String)
- Static method in class org.gdal.gdal.
gdal
ReadRaster(int, int, int, int, int, byte[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, byte[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, short[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, short[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, float[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, float[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, double[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, double[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, byte[], int, int)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, byte[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, short[], int, int)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, short[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, int[], int, int)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, int[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, float[], int, int)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, float[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, double[], int, int)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, double[])
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster(int, int, int, int, int, int, int, byte[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster(int, int, int, int, int, int, int, byte[], int[])
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster(int, int, int, int, int, int, int, short[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster(int, int, int, int, int, int, int, short[], int[])
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster(int, int, int, int, int, int, int, int[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster(int, int, int, int, int, int, int, int[], int[])
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster(int, int, int, int, int, int, int, float[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster(int, int, int, int, int, int, int, float[], int[])
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster(int, int, int, int, int, int, int, double[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster(int, int, int, int, int, int, int, double[], int[])
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster_Direct(int, int, int, int, int, int, ByteBuffer)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster_Direct(int, int, int, int, ByteBuffer)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster_Direct(int, int, int, int, int, int, int)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster_Direct(int, int, int, int, int)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster_Direct(int, int, int, int)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster_Direct(int, int, int, int, int, int, int, ByteBuffer, int, int)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster_Direct(int, int, int, int, int, int, int, ByteBuffer)
- Method in class org.gdal.gdal.
Band
Read a region of image data for this band.
ReadRaster_Direct(int, int, int, int, int, int, int, ByteBuffer, int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
ReadRaster_Direct(int, int, int, int, int, int, int, ByteBuffer, int[])
- Method in class org.gdal.gdal.
Dataset
Read a region of image data from multiple bands.
RegenerateOverview(Band, Band, String, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
Generate downsampled overview.
RegenerateOverview(Band, Band, String)
- Static method in class org.gdal.gdal.
gdal
Generate downsampled overview.
RegenerateOverview(Band, Band)
- Static method in class org.gdal.gdal.
gdal
Generate downsampled overview.
RegenerateOverviews(Band, Band[], String, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
Generate downsampled overviews.
RegenerateOverviews(Band, Band[], String)
- Static method in class org.gdal.gdal.
gdal
Generate downsampled overviews.
RegenerateOverviews(Band, Band[])
- Static method in class org.gdal.gdal.
gdal
Generate downsampled overviews.
Register()
- Method in class org.gdal.gdal.
Driver
Register a driver for use.
RegisterAll()
- Static method in class org.gdal.ogr.
ogr
Register all known configured OGR drivers.
ReleaseResultSet(Layer)
- Method in class org.gdal.ogr.
DataSource
Release results of ExecuteSQL().
Rename(String, String)
- Method in class org.gdal.gdal.
Driver
Rename a dataset.
ReprojectImage(Dataset, Dataset, String, String, int, double, double, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
Reproject image.
ReprojectImage(Dataset, Dataset, String, String, int, double, double)
- Static method in class org.gdal.gdal.
gdal
Reproject image.
ReprojectImage(Dataset, Dataset, String, String, int, double)
- Static method in class org.gdal.gdal.
gdal
Reproject image.
ReprojectImage(Dataset, Dataset, String, String, int)
- Static method in class org.gdal.gdal.
gdal
Reproject image.
ReprojectImage(Dataset, Dataset, String, String)
- Static method in class org.gdal.gdal.
gdal
Reproject image.
ReprojectImage(Dataset, Dataset, String)
- Static method in class org.gdal.gdal.
gdal
Reproject image.
ReprojectImage(Dataset, Dataset)
- Static method in class org.gdal.gdal.
gdal
Reproject image.
ResetReading()
- Method in class org.gdal.ogr.
Layer
Reset feature reading to start on the first feature.
RollbackTransaction()
- Method in class org.gdal.ogr.
Layer
For datasources which support transactions, RollbackTransaction will roll back a datasource to its state before the start of the current transaction.
run(double, String)
- Method in class org.gdal.gdal.
ProgressCallback
Callback method called from long processing from GDAL methods.
run(double, String)
- Method in class org.gdal.gdal.
TermProgressCallback
S
SearchXMLNode(String)
- Method in class org.gdal.gdal.
XMLNode
Segmentize(double)
- Method in class org.gdal.ogr.
Geometry
Modify the geometry such it has no segment longer then the given distance.
SerializeXMLTree(XMLNode)
- Static method in class org.gdal.gdal.
gdal
Convert tree into string document.
SerializeXMLTree()
- Method in class org.gdal.gdal.
XMLNode
SetACEA(double, double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetAE(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetAngularUnits(String, double)
- Method in class org.gdal.osr.
SpatialReference
Set the angular units for the geographic coordinate system.
SetAttributeFilter(String)
- Method in class org.gdal.ogr.
Layer
Set a new attribute query.
SetAttrValue(String, String)
- Method in class org.gdal.osr.
SpatialReference
Set attribute value in spatial reference.
SetAuthority(String, String, int)
- Method in class org.gdal.osr.
SpatialReference
Set the authority for a node.
SetBonne(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetCacheMax(int)
- Static method in class org.gdal.gdal.
gdal
Set maximum cache memory.
SetCEA(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetColorEntry(int, Color)
- Method in class org.gdal.gdal.
ColorTable
Set entry in color table.
SetColorInterpretation(int)
- Method in class org.gdal.gdal.
Band
Set color interpretation of a band.
SetColorTable(ColorTable)
- Method in class org.gdal.gdal.
Band
Set the raster color table.
SetConfigOption(String, String)
- Static method in class org.gdal.gdal.
gdal
Set a configuration option for GDAL/OGR use.
SetCoordinateDimension(int)
- Method in class org.gdal.ogr.
Geometry
Set the coordinate dimension.
SetCS(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetDefaultHistogram(double, double, int[])
- Method in class org.gdal.gdal.
Band
Set default histogram
SetDefaultRAT(RasterAttributeTable)
- Method in class org.gdal.gdal.
Band
Set default Raster Attribute Table.
SetDescription(String)
- Method in class org.gdal.gdal.
MajorObject
Set object description.
SetEC(double, double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetEckertIV(double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetEckertVI(double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetEquirectangular(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetEquirectangular2(double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetFeature(Feature)
- Method in class org.gdal.ogr.
Layer
Rewrite an existing feature.
SetFID(int)
- Method in class org.gdal.ogr.
Feature
Set the feature identifier.
SetField(int, String)
- Method in class org.gdal.ogr.
Feature
Set field to string value.
SetField(String, String)
- Method in class org.gdal.ogr.
Feature
Set field to string value.
SetField(int, int)
- Method in class org.gdal.ogr.
Feature
Set field to integer value.
SetField(String, int)
- Method in class org.gdal.ogr.
Feature
Set field to integer value.
SetField(int, double)
- Method in class org.gdal.ogr.
Feature
Set field to double value.
SetField(String, double)
- Method in class org.gdal.ogr.
Feature
Set field to double value.
SetField(int, int, int, int, int, int, int, int)
- Method in class org.gdal.ogr.
Feature
Set field to date.
SetField(String, int, int, int, int, int, int, int)
- Method in class org.gdal.ogr.
Feature
Set field to date.
SetFieldDoubleList(int, double[])
- Method in class org.gdal.ogr.
Feature
Set field to list of doubles value.
SetFieldIntegerList(int, int[])
- Method in class org.gdal.ogr.
Feature
Set field to list of integers value.
SetFieldStringList(int, Vector)
- Method in class org.gdal.ogr.
Feature
Set field to list of strings value.
SetFrom(Feature, int)
- Method in class org.gdal.ogr.
Feature
Set one feature from another.
SetFrom(Feature)
- Method in class org.gdal.ogr.
Feature
Set one feature from another.
SetFromUserInput(String)
- Method in class org.gdal.osr.
SpatialReference
Set spatial reference from various text formats.
SetGaussSchreiberTMercator(double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
setGCPLine(double)
- Method in class org.gdal.gdal.
GCP
setGCPPixel(double)
- Method in class org.gdal.gdal.
GCP
SetGCPs(GCP[], String)
- Method in class org.gdal.gdal.
Dataset
Assign GCPs.
setGCPX(double)
- Method in class org.gdal.gdal.
GCP
setGCPY(double)
- Method in class org.gdal.gdal.
GCP
setGCPZ(double)
- Method in class org.gdal.gdal.
GCP
SetGenerate_DB2_V72_BYTE_ORDER(int)
- Static method in class org.gdal.ogr.
ogr
Special entry point to enable the hack for generating DB2 V7.2 style WKB.
SetGeogCS(String, String, String, double, double, String, double, String, double)
- Method in class org.gdal.osr.
SpatialReference
Set geographic coordinate system.
SetGeogCS(String, String, String, double, double, String, double, String)
- Method in class org.gdal.osr.
SpatialReference
Set geographic coordinate system.
SetGeogCS(String, String, String, double, double, String, double)
- Method in class org.gdal.osr.
SpatialReference
Set geographic coordinate system.
SetGeogCS(String, String, String, double, double, String)
- Method in class org.gdal.osr.
SpatialReference
Set geographic coordinate system.
SetGeogCS(String, String, String, double, double)
- Method in class org.gdal.osr.
SpatialReference
Set geographic coordinate system.
SetGeometry(Geometry)
- Method in class org.gdal.ogr.
Feature
Set feature geometry.
SetGeometryDirectly(Geometry)
- Method in class org.gdal.ogr.
Feature
Set feature geometry.
SetGeomType(int)
- Method in class org.gdal.ogr.
FeatureDefn
Assign the base geometry type for this layer.
SetGEOS(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetGeoTransform(double[])
- Method in class org.gdal.gdal.
Dataset
Set the affine transformation coefficients.
SetGH(double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetGnomonic(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetGS(double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetHOM(double, double, double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetHOM2PNO(double, double, double, double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
setId(String)
- Method in class org.gdal.gdal.
GCP
setInfo(String)
- Method in class org.gdal.gdal.
GCP
SetJustify(int)
- Method in class org.gdal.ogr.
FieldDefn
Set the justification for this field.
SetKrovak(double, double, double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetLAEA(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetLCC(double, double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetLCC1SP(double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetLCCB(double, double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetLinearBinning(double, double)
- Method in class org.gdal.gdal.
RasterAttributeTable
Set linear binning information.
SetLinearUnits(String, double)
- Method in class org.gdal.osr.
SpatialReference
Set the linear units for the projection.
SetLinearUnitsAndUpdateParameters(String, double)
- Method in class org.gdal.osr.
SpatialReference
Set the linear units for the projection.
SetLocalCS(String)
- Method in class org.gdal.osr.
SpatialReference
Set the user visible LOCAL_CS name.
SetMC(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetMercator(double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetMetadata(Hashtable, String)
- Method in class org.gdal.gdal.
MajorObject
Set metadata.
SetMetadata(Hashtable)
- Method in class org.gdal.gdal.
MajorObject
Set metadata.
SetMetadata(Vector, String)
- Method in class org.gdal.gdal.
MajorObject
Set metadata.
SetMetadata(Vector)
- Method in class org.gdal.gdal.
MajorObject
Set metadata.
SetMetadata(String, String)
- Method in class org.gdal.gdal.
MajorObject
Set metadata.
SetMetadata(String)
- Method in class org.gdal.gdal.
MajorObject
Set metadata.
SetMetadataItem(String, String, String)
- Method in class org.gdal.gdal.
MajorObject
Set single metadata item.
SetMetadataItem(String, String)
- Method in class org.gdal.gdal.
MajorObject
Set single metadata item.
SetMollweide(double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetName(String)
- Method in class org.gdal.ogr.
FieldDefn
Reset the name of this field.
SetNextByIndex(int)
- Method in class org.gdal.ogr.
Layer
Move read cursor to the new_index'th feature in the current resultset.
SetNoDataValue(double)
- Method in class org.gdal.gdal.
Band
Set the no data value for this band.
SetNormProjParm(String, double)
- Method in class org.gdal.osr.
SpatialReference
Set a projection parameter with a normalized value.
SetNZMG(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetOrthographic(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetOS(double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetPoint(int, double, double, double)
- Method in class org.gdal.ogr.
Geometry
Set the location of a vertex in a point or linestring geometry.
SetPoint(int, double, double)
- Method in class org.gdal.ogr.
Geometry
Set the location of a vertex in a point or linestring geometry.
SetPoint_2D(int, double, double)
- Method in class org.gdal.ogr.
Geometry
Set the location of a vertex in a point or linestring geometry.
SetPolyconic(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetPrecision(int)
- Method in class org.gdal.ogr.
FieldDefn
Set the formatting precision for this field in characters.
SetProjCS(String)
- Method in class org.gdal.osr.
SpatialReference
Set the user visible PROJCS name.
SetProjCS()
- Method in class org.gdal.osr.
SpatialReference
Set the user visible PROJCS name.
SetProjection(String)
- Method in class org.gdal.gdal.
Dataset
Set the projection reference string for this dataset.
SetProjection(String)
- Method in class org.gdal.osr.
SpatialReference
Set a projection name.
SetProjParm(String, double)
- Method in class org.gdal.osr.
SpatialReference
Set a projection parameter value.
SetPS(double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetRasterCategoryNames(Vector)
- Method in class org.gdal.gdal.
Band
Set the category names for this band.
SetRasterColorInterpretation(int)
- Method in class org.gdal.gdal.
Band
Set color interpretation of a band.
SetRasterColorTable(ColorTable)
- Method in class org.gdal.gdal.
Band
Set the raster color table.
SetRobinson(double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetRowCount(int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Set row count.
SetSinusoidal(double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetSOC(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetSpatialFilter(Geometry)
- Method in class org.gdal.ogr.
Layer
Set a new spatial filter.
SetSpatialFilterRect(double, double, double, double)
- Method in class org.gdal.ogr.
Layer
Set a new rectangular spatial filter.
SetStatePlane(int, int, String, double)
- Method in class org.gdal.osr.
SpatialReference
Set State Plane projection definition.
SetStatePlane(int, int, String)
- Method in class org.gdal.osr.
SpatialReference
Set State Plane projection definition.
SetStatePlane(int, int)
- Method in class org.gdal.osr.
SpatialReference
Set State Plane projection definition.
SetStatePlane(int)
- Method in class org.gdal.osr.
SpatialReference
Set State Plane projection definition.
SetStatistics(double, double, double, double)
- Method in class org.gdal.gdal.
Band
Set statistics on band.
SetStereographic(double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetStyleString(String)
- Method in class org.gdal.ogr.
Feature
Set feature style string.
SetTM(double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetTMG(double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetTMSO(double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetTMVariant(String, double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetTOWGS84(double, double, double)
- Method in class org.gdal.osr.
SpatialReference
Set the Bursa-Wolf conversion to WGS84.
SetTOWGS84(double, double, double, double, double, double, double)
- Method in class org.gdal.osr.
SpatialReference
Set the Bursa-Wolf conversion to WGS84.
SetType(int)
- Method in class org.gdal.ogr.
FieldDefn
Set the type of this field.
SetUTM(int, int)
- Method in class org.gdal.osr.
SpatialReference
Set UTM projection definition.
SetUTM(int)
- Method in class org.gdal.osr.
SpatialReference
Set UTM projection definition.
SetValueAsDouble(int, int, double)
- Method in class org.gdal.gdal.
RasterAttributeTable
Set field value from double.
SetValueAsInt(int, int, int)
- Method in class org.gdal.gdal.
RasterAttributeTable
Set field value from integer.
SetValueAsString(int, int, String)
- Method in class org.gdal.gdal.
RasterAttributeTable
Set field value from string.
SetVDG(double, double, double)
- Method in class org.gdal.osr.
SpatialReference
SetWellKnownGeogCS(String)
- Method in class org.gdal.osr.
SpatialReference
Set a GeogCS based on well known name.
SetWidth(int)
- Method in class org.gdal.ogr.
FieldDefn
Set the formatting width for this field in characters.
SetXMLValue(String, String)
- Method in class org.gdal.gdal.
XMLNode
SieveFilter(Band, Band, Band, int, int, Vector, ProgressCallback)
- Static method in class org.gdal.gdal.
gdal
Removes small raster polygons.
SieveFilter(Band, Band, Band, int, int, Vector)
- Static method in class org.gdal.gdal.
gdal
Removes small raster polygons.
SieveFilter(Band, Band, Band, int, int)
- Static method in class org.gdal.gdal.
gdal
Removes small raster polygons.
SieveFilter(Band, Band, Band, int)
- Static method in class org.gdal.gdal.
gdal
Removes small raster polygons.
SpatialReference
- Class in
org.gdal.osr
This class respresents a OpenGIS Spatial Reference System, and contains methods for converting between this object organization and well known text (WKT) format.
SpatialReference(String)
- Constructor for class org.gdal.osr.
SpatialReference
Constructor.
SpatialReference()
- Constructor for class org.gdal.osr.
SpatialReference
Constructor.
SRS_DN_NAD27
- Static variable in interface org.gdal.osr.
osrConstants
SRS_DN_NAD83
- Static variable in interface org.gdal.osr.
osrConstants
SRS_DN_WGS72
- Static variable in interface org.gdal.osr.
osrConstants
SRS_DN_WGS84
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PM_GREENWICH
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_AZIMUTH
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_CENTRAL_MERIDIAN
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_FALSE_EASTING
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_FALSE_NORTHING
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_FIPSZONE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_HEIGHT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_HEMISPHERE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LANDSAT_NUMBER
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LATITUDE_OF_1ST_POINT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LATITUDE_OF_2ND_POINT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LATITUDE_OF_CENTER
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LATITUDE_OF_ORIGIN
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LATITUDE_OF_POINT_1
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LATITUDE_OF_POINT_2
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LATITUDE_OF_POINT_3
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LONGITUDE_OF_1ST_POINT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LONGITUDE_OF_2ND_POINT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LONGITUDE_OF_CENTER
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LONGITUDE_OF_ORIGIN
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LONGITUDE_OF_POINT_1
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LONGITUDE_OF_POINT_2
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_LONGITUDE_OF_POINT_3
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_PATH_NUMBER
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_PERSPECTIVE_POINT_HEIGHT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_PSEUDO_STD_PARALLEL_1
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_RECTIFIED_GRID_ANGLE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_SATELLITE_HEIGHT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_SCALE_FACTOR
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_STANDARD_PARALLEL_1
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_STANDARD_PARALLEL_2
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PP_ZONE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_ALBERS_CONIC_EQUAL_AREA
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_AZIMUTHAL_EQUIDISTANT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_BONNE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_CASSINI_SOLDNER
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_CYLINDRICAL_EQUAL_AREA
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_ECKERT_I
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_ECKERT_II
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_ECKERT_III
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_ECKERT_IV
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_ECKERT_V
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_ECKERT_VI
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_EQUIDISTANT_CONIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_EQUIRECTANGULAR
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_GALL_STEREOGRAPHIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_GAUSSSCHREIBERTMERCATOR
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_GEOSTATIONARY_SATELLITE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_GNOMONIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_GOODE_HOMOLOSINE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_HOTINE_OBLIQUE_MERCATOR
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_HOTINE_OBLIQUE_MERCATOR_TWO_POINT_NATURAL_ORIGIN
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_IMW_POLYCONIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_KROVAK
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_LABORDE_OBLIQUE_MERCATOR
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_LAMBERT_AZIMUTHAL_EQUAL_AREA
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_LAMBERT_CONFORMAL_CONIC_1SP
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_LAMBERT_CONFORMAL_CONIC_2SP_BELGIUM
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_MERCATOR_1SP
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_MERCATOR_2SP
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_MILLER_CYLINDRICAL
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_MOLLWEIDE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_NEW_ZEALAND_MAP_GRID
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_OBLIQUE_STEREOGRAPHIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_ORTHOGRAPHIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_POLAR_STEREOGRAPHIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_POLYCONIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_ROBINSON
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_SINUSOIDAL
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_STEREOGRAPHIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_SWISS_OBLIQUE_CYLINDRICAL
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TRANSVERSE_CYLINDRICAL_EQUAL_AREA
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TRANSVERSE_MERCATOR
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TRANSVERSE_MERCATOR_MI_21
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TRANSVERSE_MERCATOR_MI_22
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TRANSVERSE_MERCATOR_MI_23
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TRANSVERSE_MERCATOR_MI_24
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TRANSVERSE_MERCATOR_MI_25
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TRANSVERSE_MERCATOR_SOUTH_ORIENTED
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TUNISIA_MINING_GRID
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_TWO_POINT_EQUIDISTANT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_UNIVERSAL_POLAR_STEREOGRAPHIC
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_VANDERGRINTEN
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_VERTICAL_NEAR_SIDE_PERSPECTIVE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_WAGNER_I
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_WAGNER_II
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_WAGNER_III
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_WAGNER_IV
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_WAGNER_V
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_WAGNER_VI
- Static variable in interface org.gdal.osr.
osrConstants
SRS_PT_WAGNER_VII
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UA_DEGREE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UA_DEGREE_CONV
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UA_RADIAN
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_CHAIN
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_CHAIN_CONV
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_FOOT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_FOOT_CONV
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_LINK
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_LINK_CONV
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_METER
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_NAUTICAL_MILE
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_NAUTICAL_MILE_CONV
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_ROD
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_ROD_CONV
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_US_FOOT
- Static variable in interface org.gdal.osr.
osrConstants
SRS_UL_US_FOOT_CONV
- Static variable in interface org.gdal.osr.
osrConstants
SRS_WGS84_INVFLATTENING
- Static variable in interface org.gdal.osr.
osrConstants
SRS_WGS84_SEMIMAJOR
- Static variable in interface org.gdal.osr.
osrConstants
SRS_WKT_WGS84
- Static variable in interface org.gdal.osr.
osrConstants
StartTransaction()
- Method in class org.gdal.ogr.
Layer
For datasources which support transactions, StartTransaction creates a transaction.
StripCTParms()
- Method in class org.gdal.osr.
SpatialReference
Strip OGC CT Parameters.
StripXMLNamespace(String, int)
- Method in class org.gdal.gdal.
XMLNode
swigToEnum(int)
- Static method in class org.gdal.gdal.
XMLNodeType
swigValue()
- Method in class org.gdal.gdal.
XMLNodeType
SymmetricDifference(Geometry)
- Method in class org.gdal.ogr.
Geometry
Compute symmetric difference.
SyncToDisk()
- Method in class org.gdal.ogr.
Layer
Flush pending changes to disk.
T
TermProgressCallback
- Class in
org.gdal.gdal
Class used for simple progress report to terminal.
TermProgressCallback()
- Constructor for class org.gdal.gdal.
TermProgressCallback
TestCapability(String)
- Method in class org.gdal.ogr.
DataSource
Test if capability is available.
TestCapability(String)
- Method in class org.gdal.ogr.
Driver
Test if capability is available.
TestCapability(String)
- Method in class org.gdal.ogr.
Layer
Test if this layer supported the named capability.
toString()
- Method in class org.gdal.gdal.
XMLNode
toString()
- Method in class org.gdal.gdal.
XMLNodeType
toString()
- Method in class org.gdal.osr.
SpatialReference
Convert this SRS into a pretty WKT format.
Touches(Geometry)
- Method in class org.gdal.ogr.
Geometry
Test for touching.
Transform(CoordinateTransformation)
- Method in class org.gdal.ogr.
Geometry
Apply arbitrary coordinate transformation to geometry.
Transformer
- Class in
org.gdal.gdal
Class used for image to image transformer.
Transformer(Dataset, Dataset, Vector)
- Constructor for class org.gdal.gdal.
Transformer
Create image to image transformer.
TransformPoint(int, double[])
- Method in class org.gdal.gdal.
Transformer
Transform a 3D point.
TransformPoint(double[], int, double, double, double)
- Method in class org.gdal.gdal.
Transformer
Transform a 3D point.
TransformPoint(double[], int, double, double)
- Method in class org.gdal.gdal.
Transformer
Transform a 2D point.
TransformPoint(double, double, double)
- Method in class org.gdal.osr.
CoordinateTransformation
Transform point from source to destination space.
TransformPoint(double, double)
- Method in class org.gdal.osr.
CoordinateTransformation
Transform point from source to destination space.
TransformPoint(double[])
- Method in class org.gdal.osr.
CoordinateTransformation
Transform point from source to destination space.
TransformPoint(double[], double, double, double)
- Method in class org.gdal.osr.
CoordinateTransformation
Transform point from source to destination space.
TransformPoint(double[], double, double)
- Method in class org.gdal.osr.
CoordinateTransformation
Transform point from source to destination space.
TransformPoints(int, double[][], int[])
- Method in class org.gdal.gdal.
Transformer
Transform an array of coordinates.
TransformPoints(double[][])
- Method in class org.gdal.osr.
CoordinateTransformation
Transform points from source to destination space.
TransformTo(SpatialReference)
- Method in class org.gdal.ogr.
Geometry
Transform geometry to new spatial reference system.
U
Union(Geometry)
- Method in class org.gdal.ogr.
Geometry
Compute union.
Unlink(String)
- Static method in class org.gdal.gdal.
gdal
Delete a file.
UnsetField(int)
- Method in class org.gdal.ogr.
Feature
Clear a field, marking it as unset.
UnsetField(String)
- Method in class org.gdal.ogr.
Feature
Clear a field, marking it as unset.
UseExceptions()
- Static method in class org.gdal.ogr.
ogr
Use exceptions instead of error return codes.
UseExceptions()
- Static method in class org.gdal.osr.
osr
Use exceptions instead of error return codes.
V
Validate()
- Method in class org.gdal.osr.
SpatialReference
Validate SRS tokens.
VersionInfo(String)
- Static method in class org.gdal.gdal.
gdal
Get runtime version information.
VersionInfo()
- Static method in class org.gdal.gdal.
gdal
Get runtime version information.
W
Within(Geometry)
- Method in class org.gdal.ogr.
Geometry
Test for containment.
wkb25Bit
- Static variable in interface org.gdal.ogr.
ogrConstants
Deprecated.
This is a typo. Use wkb25DBit instead.
wkb25DBit
- Static variable in interface org.gdal.ogr.
ogrConstants
Bit mask to indicate that a geometry type is of 2.5D kind.
wkbFlatten(int)
- Static method in class org.gdal.ogr.
ogr
wkbGeometryCollection
- Static variable in interface org.gdal.ogr.
ogrConstants
Geometric object that is a collection of 1 or more geometric objects, standard WKB
wkbGeometryCollection25D
- Static variable in interface org.gdal.ogr.
ogrConstants
2.5D extension as per 99-402
wkbLinearRing
- Static variable in interface org.gdal.ogr.
ogrConstants
non-standard, just for Geometry() constructor
wkbLineString
- Static variable in interface org.gdal.ogr.
ogrConstants
1-dimensional geometric object with linear interpolation between Points, standard WKB
wkbLineString25D
- Static variable in interface org.gdal.ogr.
ogrConstants
2.5D extension as per 99-402
wkbMultiLineString
- Static variable in interface org.gdal.ogr.
ogrConstants
GeometryCollection of LineStrings, standard WKB
wkbMultiLineString25D
- Static variable in interface org.gdal.ogr.
ogrConstants
2.5D extension as per 99-402
wkbMultiPoint
- Static variable in interface org.gdal.ogr.
ogrConstants
GeometryCollection of Points, standard WKB
wkbMultiPoint25D
- Static variable in interface org.gdal.ogr.
ogrConstants
2.5D extension as per 99-402
wkbMultiPolygon
- Static variable in interface org.gdal.ogr.
ogrConstants
GeometryCollection of Polygons, standard WKB
wkbMultiPolygon25D
- Static variable in interface org.gdal.ogr.
ogrConstants
2.5D extension as per 99-402
wkbNDR
- Static variable in interface org.gdal.ogr.
ogrConstants
LSB/Intel/Vax: Least Significant Byte First
wkbNone
- Static variable in interface org.gdal.ogr.
ogrConstants
non-standard, for pure attribute records
wkbPoint
- Static variable in interface org.gdal.ogr.
ogrConstants
0-dimensional geometric object, standard WKB
wkbPoint25D
- Static variable in interface org.gdal.ogr.
ogrConstants
2.5D extension as per 99-402
wkbPolygon
- Static variable in interface org.gdal.ogr.
ogrConstants
Planar 2-dimensional geometric object defined by 1 exterior boundary and 0 or more interior boundaries, standard WKB
wkbPolygon25D
- Static variable in interface org.gdal.ogr.
ogrConstants
2.5D extension as per 99-402
WkbSize()
- Method in class org.gdal.ogr.
Geometry
Returns size of related binary representation.
wkbUnknown
- Static variable in interface org.gdal.ogr.
ogrConstants
Unknown type, non-standard
wkbXDR
- Static variable in interface org.gdal.ogr.
ogrConstants
MSB/Sun/Motoroloa: Most Significant Byte First
WriteBlock_Direct(int, int, ByteBuffer)
- Method in class org.gdal.gdal.
Band
Write a block of image data efficiently.
WriteRaster(int, int, int, int, int, byte[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, byte[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, short[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, short[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, float[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, float[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, double[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, double[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, byte[], int, int)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, byte[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, short[], int, int)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, short[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, int[], int, int)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, int[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, float[], int, int)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, float[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, double[], int, int)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, double[])
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster(int, int, int, int, int, int, int, byte[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster(int, int, int, int, int, int, int, byte[], int[])
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster(int, int, int, int, int, int, int, short[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster(int, int, int, int, int, int, int, short[], int[])
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster(int, int, int, int, int, int, int, int[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster(int, int, int, int, int, int, int, int[], int[])
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster(int, int, int, int, int, int, int, float[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster(int, int, int, int, int, int, int, float[], int[])
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster(int, int, int, int, int, int, int, double[], int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster(int, int, int, int, int, int, int, double[], int[])
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster_Direct(int, int, int, int, int, int, ByteBuffer)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster_Direct(int, int, int, int, int, ByteBuffer)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster_Direct(int, int, int, int, ByteBuffer)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster_Direct(int, int, int, int, int, int, int, ByteBuffer, int, int)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster_Direct(int, int, int, int, int, int, int, ByteBuffer)
- Method in class org.gdal.gdal.
Band
Write a region of image data for this band.
WriteRaster_Direct(int, int, int, int, int, int, int, ByteBuffer, int[], int, int, int)
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
WriteRaster_Direct(int, int, int, int, int, int, int, ByteBuffer, int[])
- Method in class org.gdal.gdal.
Dataset
Write a region of image data from multiple bands.
X
XMLNode
- Class in
org.gdal.gdal
XMLNode(String)
- Constructor for class org.gdal.gdal.
XMLNode
XMLNode(XMLNodeType, String)
- Constructor for class org.gdal.gdal.
XMLNode
XMLNodeType
- Class in
org.gdal.gdal
_
__str__()
- Method in class org.gdal.osr.
SpatialReference
Convert this SRS into a pretty WKT format.
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
_
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes