- CanConvertTo(ExtendedDataType) - Method in class org.gdal.gdal.ExtendedDataType
-
- CE_Debug - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
Debug error == 1 (message class).
- CE_Debug_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CE_Failure - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
Failure error == 3 (message class and error return code).
- CE_Failure_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CE_Fatal - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
Fatal error == 4 (message class).
- CE_Fatal_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CE_None - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
No error == 0 (message class and error return code).
- CE_None_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CE_Warning - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
Warning error == 2 (message class and error return code).
- CE_Warning_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- Centroid() - Method in class org.gdal.ogr.Geometry
-
Compute the geometry centroid.
- ChangeAllBlockState() - Method in class org.gdal.gnm.GenericNetwork
-
- ChangeAllBlockState(boolean) - Method in class org.gdal.gnm.GenericNetwork
-
- ChangeBlockState(long, boolean) - Method in class org.gdal.gnm.GenericNetwork
-
- ChangesAreWrittenToFile() - Method in class org.gdal.gdal.RasterAttributeTable
-
- 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.
- ClearStatistics() - Method in class org.gdal.gdal.Dataset
-
- Clip(Layer, Layer) - Method in class org.gdal.ogr.Layer
-
Clip off areas that are not covered by the method layer.
- Clip(Layer, Layer, Vector) - Method in class org.gdal.ogr.Layer
-
Clip off areas that are not covered by the method layer.
- Clip(Layer, Layer, Vector, ProgressCallback) - Method in class org.gdal.ogr.Layer
-
Clip off areas that are not covered by the method layer.
- 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.ogr.Feature
-
- clone() - Method in class org.gdal.ogr.Geometry
-
- clone() - Method in class org.gdal.osr.SpatialReference
-
- Clone() - Method in class org.gdal.gdal.ColorTable
-
Make a copy of a color table.
- 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
-
Duplicate feature.
- Clone() - Method in class org.gdal.ogr.Geometry
-
Make a copy of this object.
- 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() - Constructor for class org.gdal.gdal.ColorTable
-
Construct a new color table.
- ColorTable(int) - Constructor for class org.gdal.gdal.ColorTable
-
Construct a new color table.
- ColorTable_Clone(long, ColorTable) - Static method in class org.gdal.gdal.gdalJNI
-
- ColorTable_CreateColorRamp(long, ColorTable, int, Color, int, Color) - Static method in class org.gdal.gdal.gdalJNI
-
- ColorTable_GetColorEntry(long, ColorTable, int) - Static method in class org.gdal.gdal.gdalJNI
-
- ColorTable_GetCount(long, ColorTable) - Static method in class org.gdal.gdal.gdalJNI
-
- ColorTable_GetPaletteInterpretation(long, ColorTable) - Static method in class org.gdal.gdal.gdalJNI
-
- ColorTable_SetColorEntry(long, ColorTable, int, Color) - Static method in class org.gdal.gdal.gdalJNI
-
- CommitTransaction() - Method in class org.gdal.gdal.Dataset
-
- CommitTransaction() - Method in class org.gdal.gnm.Network
-
- CommitTransaction() - Method in class org.gdal.ogr.DataSource
-
- CommitTransaction() - Method in class org.gdal.ogr.Layer
-
For datasources which support transactions, CommitTransaction commits a
transaction.
- ComputeBandStats(double[]) - Method in class org.gdal.gdal.Band
-
Compute mean and standard deviation values.
- ComputeBandStats(double[], int) - Method in class org.gdal.gdal.Band
-
Compute mean and standard deviation values.
- ComputeMedianCutPCT(Band, Band, Band, int, ColorTable) - Static method in class org.gdal.gdal.gdal
-
Compute optimal PCT for RGB image.
- ComputeMedianCutPCT(Band, Band, Band, int, ColorTable, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
Compute optimal PCT for RGB image.
- ComputeMedianCutPCT__SWIG_0(long, Band, long, Band, long, Band, int, long, ColorTable, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- ComputeMedianCutPCT__SWIG_2(long, Band, long, Band, long, Band, int, long, ColorTable) - Static method in class org.gdal.gdal.gdalJNI
-
- 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.
- 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, 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__SWIG_0(long, Band, long, Band, Vector, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- ComputeProximity__SWIG_2(long, Band, long, Band, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- ComputeProximity__SWIG_3(long, Band, long, Band) - Static method in class org.gdal.gdal.gdalJNI
-
- ComputeRasterMinMax(double[]) - Method in class org.gdal.gdal.Band
-
Compute the min/max values for a band.
- ComputeRasterMinMax(double[], int) - Method in class org.gdal.gdal.Band
-
Compute the min/max values for a band.
- ComputeStatistics() - Method in class org.gdal.gdal.MDArray
-
- ComputeStatistics(boolean) - 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, double[], double[], double[], double[]) - Method in class org.gdal.gdal.Band
-
Compute image statistics.
- ComputeStatistics(boolean, double[], double[], double[], double[], ProgressCallback) - Method in class org.gdal.gdal.Band
-
Compute image statistics.
- ComputeStatistics(Dataset) - Method in class org.gdal.gdal.MDArray
-
- ComputeStatistics(Dataset, boolean) - Method in class org.gdal.gdal.MDArray
-
- ComputeStatistics(Dataset, boolean, ProgressCallback) - Method in class org.gdal.gdal.MDArray
-
- ConnectFeatures(long, long, long, double, double, int) - Method in class org.gdal.gnm.GenericNetwork
-
- ConnectPointsByLines(Vector, double, double, double, int) - Method in class org.gdal.gnm.GenericNetwork
-
- Contains(Geometry) - Method in class org.gdal.ogr.Geometry
-
Test for containment.
- Contains(Geometry) - Method in class org.gdal.ogr.PreparedGeometry
-
- ContourGenerate(Band, double, double, double[], int, double, Layer, int, int) - Static method in class org.gdal.gdal.gdal
-
- ContourGenerate(Band, double, double, double[], int, double, Layer, int, int, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
- ContourGenerate__SWIG_0(long, Band, double, double, double[], int, double, long, Layer, int, int, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- ContourGenerate__SWIG_2(long, Band, double, double, double[], int, double, long, Layer, int, int) - Static method in class org.gdal.gdal.gdalJNI
-
- ContourGenerateEx(Band, Layer) - Static method in class org.gdal.gdal.gdal
-
- ContourGenerateEx(Band, Layer, Vector) - Static method in class org.gdal.gdal.gdal
-
- ContourGenerateEx(Band, Layer, Vector, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
- ContourGenerateEx__SWIG_0(long, Band, long, Layer, Vector, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- ContourGenerateEx__SWIG_2(long, Band, long, Layer, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- ContourGenerateEx__SWIG_3(long, Band, long, Layer) - Static method in class org.gdal.gdal.gdalJNI
-
- ConvertToOtherProjection(String) - Method in class org.gdal.osr.SpatialReference
-
- ConvertToOtherProjection(String, Vector) - Method in class org.gdal.osr.SpatialReference
-
- ConvexHull() - Method in class org.gdal.ogr.Geometry
-
Compute convex hull.
- CoordinateDimension() - Method in class org.gdal.ogr.Geometry
-
- CoordinateTransformation - Class in org.gdal.osr
-
Object for transforming between coordinate systems.
- CoordinateTransformation(SpatialReference, SpatialReference) - Constructor for class org.gdal.osr.CoordinateTransformation
-
Deprecated.
- CoordinateTransformation(SpatialReference, SpatialReference, CoordinateTransformationOptions) - Constructor for class org.gdal.osr.CoordinateTransformation
-
- CoordinateTransformation_TransformPoint__SWIG_0(long, CoordinateTransformation, double[]) - Static method in class org.gdal.osr.osrJNI
-
- CoordinateTransformation_TransformPoint__SWIG_2(long, CoordinateTransformation, double[], double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- CoordinateTransformation_TransformPoint__SWIG_3(long, CoordinateTransformation, double[], double, double) - Static method in class org.gdal.osr.osrJNI
-
- CoordinateTransformation_TransformPoint__SWIG_4(long, CoordinateTransformation, double[], double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- CoordinateTransformation_TransformPoints(long, CoordinateTransformation, double[][]) - Static method in class org.gdal.osr.osrJNI
-
- CoordinateTransformation_TransformPointsWithErrorCodes(long, CoordinateTransformation, double[][]) - Static method in class org.gdal.osr.osrJNI
-
- CoordinateTransformationOptions - Class in org.gdal.osr
-
- CoordinateTransformationOptions() - Constructor for class org.gdal.osr.CoordinateTransformationOptions
-
- CoordinateTransformationOptions_SetAreaOfInterest(long, CoordinateTransformationOptions, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- CoordinateTransformationOptions_SetOperation(long, CoordinateTransformationOptions, String) - Static method in class org.gdal.osr.osrJNI
-
- CopyDataSource(DataSource, String) - Method in class org.gdal.ogr.Driver
-
Creates a new datasource by copying all the layers from the
source datasource.
- CopyDataSource(DataSource, String, Vector) - Method in class org.gdal.ogr.Driver
-
Creates a new datasource by copying all the layers from the
source datasource.
- CopyFiles(String, String) - Method in class org.gdal.gdal.Driver
-
- CopyGeogCSFrom(SpatialReference) - Method in class org.gdal.osr.SpatialReference
-
Copy GEOGCS from another OGRSpatialReference.
- CopyLayer(Layer, String) - Method in class org.gdal.gdal.Dataset
-
- CopyLayer(Layer, String) - Method in class org.gdal.gnm.Network
-
- CopyLayer(Layer, String) - Method in class org.gdal.ogr.DataSource
-
Duplicate an existing layer.
- CopyLayer(Layer, String, Vector) - Method in class org.gdal.gdal.Dataset
-
- CopyLayer(Layer, String, Vector) - Method in class org.gdal.gnm.Network
-
- CopyLayer(Layer, String, Vector) - Method in class org.gdal.ogr.DataSource
-
Duplicate an existing layer.
- CPLBinaryToHex(byte[]) - Static method in class org.gdal.gdal.gdal
-
- CPLBinaryToHex(byte[]) - Static method in class org.gdal.gdal.gdalJNI
-
- CPLE_AppDefined - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_AppDefined == 1 (error code).
- CPLE_AppDefined_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_AssertionFailed - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_AssertionFailed == 7 (error code).
- CPLE_AssertionFailed_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_AWSAccessDenied - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- CPLE_AWSAccessDenied_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_AWSBucketNotFound - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- CPLE_AWSBucketNotFound_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_AWSInvalidCredentials - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- CPLE_AWSInvalidCredentials_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_AWSObjectNotFound - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- CPLE_AWSObjectNotFound_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_AWSSignatureDoesNotMatch - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- CPLE_AWSSignatureDoesNotMatch_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_FileIO - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_FileIO == 3 (error code).
- CPLE_FileIO_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_HttpResponse - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- CPLE_HttpResponse_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_IllegalArg - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_IllegalArg == 5 (error code).
- CPLE_IllegalArg_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_None - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_None == 0 (error code).
- CPLE_None_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_NotSupported - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_NotSupported == 6 (error code).
- CPLE_NotSupported_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_NoWriteAccess - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_NoWriteAccess == 8 (error code).
- CPLE_NoWriteAccess_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_ObjectNull - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_ObjectNull == 10 (error code).
- CPLE_ObjectNull_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_OpenFailed - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_OpenFailed == 4 (error code).
- CPLE_OpenFailed_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_OutOfMemory - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_OutOfMemory == 2 (error code).
- CPLE_OutOfMemory_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLE_UserInterrupt - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLE_UserInterrupt == 9 (error code).
- CPLE_UserInterrupt_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLES_BackslashQuotable - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLES_BackslashQuotable(0).
- CPLES_BackslashQuotable_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLES_CSV - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLES_CSV(4).
- CPLES_CSV_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLES_SQL - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLES_SQL(3).
- CPLES_SQL_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLES_URL - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLES_URL(2).
- CPLES_URL_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLES_XML - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
CPLES_XML(1).
- CPLES_XML_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- CPLHexToBinary(String) - Static method in class org.gdal.gdal.gdal
-
- CPLHexToBinary(String) - Static method in class org.gdal.gdal.gdalJNI
-
- Create(int) - Static method in class org.gdal.gdal.ExtendedDataType
-
- Create(String, 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, int, int) - Method in class org.gdal.gdal.Driver
-
Create a new dataset with this driver.
- 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, int, Vector) - 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, long, ExtendedDataType) - Static method in class org.gdal.gdal.EDTComponent
-
- CreateAttribute(String, int, SWIGTYPE_p_GUIntBig, ExtendedDataType) - Method in class org.gdal.gdal.Group
-
- CreateAttribute(String, int, SWIGTYPE_p_GUIntBig, ExtendedDataType) - Method in class org.gdal.gdal.MDArray
-
- CreateAttribute(String, int, SWIGTYPE_p_GUIntBig, ExtendedDataType, Vector) - Method in class org.gdal.gdal.Group
-
- CreateAttribute(String, int, SWIGTYPE_p_GUIntBig, ExtendedDataType, Vector) - Method in class org.gdal.gdal.MDArray
-
- 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.
- CreateCoordinateTransformation(SpatialReference, SpatialReference) - Static method in class org.gdal.osr.CoordinateTransformation
-
Create transformation object.
- CreateCoordinateTransformation(SpatialReference, SpatialReference) - Static method in class org.gdal.osr.osr
-
Create transformation object.
- CreateCoordinateTransformation(SpatialReference, SpatialReference, CoordinateTransformationOptions) - Static method in class org.gdal.osr.osr
-
- CreateCoordinateTransformation__SWIG_0(long, SpatialReference, long, SpatialReference, long, CoordinateTransformationOptions) - Static method in class org.gdal.osr.osrJNI
-
- CreateCoordinateTransformation__SWIG_1(long, SpatialReference, long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- CreateCopy(String, Dataset) - 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, int, String[]) - 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, Vector, ProgressCallback) - 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, Vector) - Method in class org.gdal.gdal.Driver
-
Create a copy of a dataset.
- CreateDataSource(String) - Method in class org.gdal.ogr.Driver
-
Attempt to create a new data source based on the passed driver.
- CreateDataSource(String, Vector) - Method in class org.gdal.ogr.Driver
-
Attempt to create a new data source based on the passed driver.
- CreateDimension(String, String, String, BigInteger) - Method in class org.gdal.gdal.Group
-
- CreateDimension(String, String, String, BigInteger, Vector) - Method in class org.gdal.gdal.Group
-
- CreateFeature(Feature) - Method in class org.gdal.ogr.Layer
-
Create and write a new feature within a layer.
- CreateField(FieldDefn) - Method in class org.gdal.ogr.Layer
-
Create a new field on a layer.
- CreateField(FieldDefn, int) - 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.
- CreateGeometryFromEsriJson(String) - Static method in class org.gdal.ogr.ogr
-
- CreateGeometryFromEsriJson(String) - Static method in class org.gdal.ogr.ogrJNI
-
- CreateGeometryFromGML(String) - Static method in class org.gdal.ogr.ogr
-
Create a new Geometry from a GML string.
- CreateGeometryFromGML(String) - Static method in class org.gdal.ogr.ogrJNI
-
- CreateGeometryFromJson(String) - Static method in class org.gdal.ogr.ogr
-
Create a new Geometry from a GeoJSON string.
- CreateGeometryFromJson(String) - Static method in class org.gdal.ogr.ogrJNI
-
- CreateGeometryFromWkb(byte[]) - Static method in class org.gdal.ogr.ogr
-
Create a new Geometry from a well known binary (wkb) content.
- CreateGeometryFromWkb(byte[], SpatialReference) - Static method in class org.gdal.ogr.ogr
-
Create a new Geometry from a well known binary (wkb) content.
- CreateGeometryFromWkb__SWIG_0(byte[], long, SpatialReference) - Static method in class org.gdal.ogr.ogrJNI
-
- CreateGeometryFromWkb__SWIG_1(byte[]) - Static method in class org.gdal.ogr.ogrJNI
-
- CreateGeometryFromWkt(String) - Static method in class org.gdal.ogr.ogr
-
Create a new Geometry from a well known text (wkt) string.
- CreateGeometryFromWkt(String, SpatialReference) - Static method in class org.gdal.ogr.ogr
-
Create a new Geometry from a well known text (wkt) content.
- CreateGeometryFromWkt__SWIG_0(String, long, SpatialReference) - Static method in class org.gdal.ogr.ogrJNI
-
- CreateGeometryFromWkt__SWIG_1(String) - Static method in class org.gdal.ogr.ogrJNI
-
- CreateGeomField(GeomFieldDefn) - Method in class org.gdal.ogr.Layer
-
- CreateGeomField(GeomFieldDefn, int) - Method in class org.gdal.ogr.Layer
-
- CreateGroup(String) - Method in class org.gdal.gdal.Group
-
- CreateGroup(String, Vector) - Method in class org.gdal.gdal.Group
-
- CreateLayer(String) - Method in class org.gdal.gdal.Dataset
-
- CreateLayer(String) - Method in class org.gdal.gnm.Network
-
- CreateLayer(String) - Method in class org.gdal.ogr.DataSource
-
Create a new layer on the data source with the indicated name.
- CreateLayer(String, SpatialReference) - Method in class org.gdal.gdal.Dataset
-
- CreateLayer(String, SpatialReference) - Method in class org.gdal.gnm.Network
-
- 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, SpatialReference, int) - Method in class org.gdal.gdal.Dataset
-
- CreateLayer(String, SpatialReference, int) - Method in class org.gdal.gnm.Network
-
- 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, int, Vector) - Method in class org.gdal.gdal.Dataset
-
- CreateLayer(String, SpatialReference, int, Vector) - Method in class org.gdal.gnm.Network
-
- 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.
- 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.
- CreateMultiDimensional(String) - Method in class org.gdal.gdal.Driver
-
- CreateMultiDimensional(String, Vector) - Method in class org.gdal.gdal.Driver
-
- CreateMultiDimensional(String, Vector, Vector) - Method in class org.gdal.gdal.Driver
-
- CreatePansharpenedVRT(String, long, Band, Band[]) - Static method in class org.gdal.gdal.gdalJNI
-
- CreatePansharpenedVRT(String, Band, Band[]) - Static method in class org.gdal.gdal.gdal
-
- CreatePreparedGeometry() - Method in class org.gdal.ogr.Geometry
-
- CreateRule(String) - Method in class org.gdal.gnm.GenericNetwork
-
- CreateString() - Static method in class org.gdal.gdal.ExtendedDataType
-
- CreateString(long) - Static method in class org.gdal.gdal.ExtendedDataType
-
- 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_Attribute_get() - Static method in class org.gdal.gdal.gdalJNI
-
- CXT_Attribute_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- 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_Comment_get() - Static method in class org.gdal.gdal.gdalJNI
-
- CXT_Comment_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- 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_Element_get() - Static method in class org.gdal.gdal.gdalJNI
-
- CXT_Element_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- 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_Literal_get() - Static method in class org.gdal.gdal.gdalJNI
-
- CXT_Literal_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- 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
- CXT_Text_get() - Static method in class org.gdal.gdal.gdalJNI
-
- CXT_Text_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- 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_ReadOnly_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GA_Update - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GA_Update : flag used for opening a dataset in update mode with gdal.Open()
- GA_Update_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GARIO_COMPLETE - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GARIO_COMPLETE_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GARIO_ERROR - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GARIO_ERROR_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GARIO_PENDING - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GARIO_PENDING_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GARIO_UPDATE - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GARIO_UPDATE_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GATConnectedComponents - Static variable in class org.gdal.gnm.GraphAlgorithm
-
- GATConnectedComponents_get() - Static method in class org.gdal.gnm.gnmJNI
-
- GATDijkstraShortestPath - Static variable in class org.gdal.gnm.GraphAlgorithm
-
- GATDijkstraShortestPath_get() - Static method in class org.gdal.gnm.gnmJNI
-
- GATKShortestPath - Static variable in class org.gdal.gnm.GraphAlgorithm
-
- GATKShortestPath_get() - Static method in class org.gdal.gnm.gnmJNI
-
- 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_AlphaBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_BlackBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_BlackBand(13) : Black band of CMYK image (color interpretation)
- GCI_BlackBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_BlueBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_BlueBand(5) : Blue band of RGBA image (color interpretation)
- GCI_BlueBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_CyanBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_CyanBand(10) : Cyan band of CMYK image (color interpretation)
- GCI_CyanBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_GrayIndex - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_GrayIndex(1) : greyscale (color interpretation)
- GCI_GrayIndex_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_GreenBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_GreenBand(4) : Green band of RGBA image (color interpretation)
- GCI_GreenBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_HueBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_HueBand(7) : Hue band of HLS image (color interpretation)
- GCI_HueBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_LightnessBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_LightnessBand(9) : Lightness band of HLS image (color interpretation)
- GCI_LightnessBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_MagentaBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_MagentaBand(11) : Magenta band of CMYK image (color interpretation)
- GCI_MagentaBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_PaletteIndex - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_PaletteIndex(2) : paletted with color table (color interpretation)
- GCI_PaletteIndex_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_RedBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_RedBand(3) : Red band of RGBA image (color interpretation)
- GCI_RedBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_SaturationBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_SaturationBand(8) : Saturation band of HLS image (color interpretation)
- GCI_SaturationBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_Undefined - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_Undefined(0) : undefined (color interpretation)
- GCI_Undefined_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_YCbCr_CbBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_YCbCr_CbBand(15) : Cb Luminance (color interpretation)
- GCI_YCbCr_CbBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_YCbCr_CrBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_YCbCr_CrBand(16) : Cr Luminance (color interpretation)
- GCI_YCbCr_CrBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_YCbCr_YBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_YCbCr_YBand(14) : Y Luminance (color interpretation)
- GCI_YCbCr_YBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCI_YellowBand - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GCI_YellowBand(12) : Yellow band of CMYK image (color interpretation)
- GCI_YellowBand_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GCP - Class in org.gdal.gdal
-
- GCP(double, double, double, double) - Constructor for class org.gdal.gdal.GCP
-
- GCP(double, 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
-
- GCP(double, double, double, double, String, String) - Constructor for class org.gdal.gdal.GCP
-
- GCP_GCPLine_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_GCPLine_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_GCPPixel_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_GCPPixel_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_GCPX_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_GCPX_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_GCPY_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_GCPY_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_GCPZ_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_GCPZ_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_Id_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_Id_set(long, GCP, String) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_Info_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GCP_Info_set(long, GCP, String) - Static method in class org.gdal.gdal.gdalJNI
-
- GCPsToGeoTransform(GCP[], double[]) - Static method in class org.gdal.gdal.gdal
-
Generate Geotransform from GCPs.
- GCPsToGeoTransform(GCP[], double[], int) - Static method in class org.gdal.gdal.gdal
-
Generate Geotransform from GCPs.
- GCPsToGeoTransform__SWIG_0(GCP[], double[], int) - Static method in class org.gdal.gdal.gdalJNI
-
- GCPsToGeoTransform__SWIG_1(GCP[], double[]) - Static method in class org.gdal.gdal.gdalJNI
-
- gdal - Class in org.gdal.gdal
-
Class gdal is an uninstanciable class providing various utility functions as static methods.
- GDAL_DATA_COVERAGE_STATUS_DATA - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DATA_COVERAGE_STATUS_DATA_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DATA_COVERAGE_STATUS_EMPTY - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DATA_COVERAGE_STATUS_EMPTY_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DATA_COVERAGE_STATUS_UNIMPLEMENTED - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DATA_COVERAGE_STATUS_UNIMPLEMENTED_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DCAP_CREATE - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DCAP_CREATE_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DCAP_CREATECOPY - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DCAP_CREATECOPY_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DCAP_OPEN - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DCAP_OPEN_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DCAP_VIRTUALIO - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DCAP_VIRTUALIO_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DMD_CREATIONDATATYPES - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DMD_CREATIONDATATYPES_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DMD_CREATIONFIELDDATATYPES - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DMD_CREATIONFIELDDATATYPES_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DMD_CREATIONOPTIONLIST - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DMD_CREATIONOPTIONLIST_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DMD_EXTENSION - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DMD_EXTENSION_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DMD_EXTENSIONS - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DMD_EXTENSIONS_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DMD_HELPTOPIC - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DMD_HELPTOPIC_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DMD_LONGNAME - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DMD_LONGNAME_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DMD_MIMETYPE - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DMD_MIMETYPE_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_DMD_SUBDATASETS - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GDAL_DMD_SUBDATASETS_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDAL_GCP_GCPLine_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPLine_get(GCP) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_GCPLine_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPLine_set(GCP, double) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_GCPPixel_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPPixel_get(GCP) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_GCPPixel_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPPixel_set(GCP, double) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_GCPX_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPX_get(GCP) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_GCPX_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPX_set(GCP, double) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_GCPY_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPY_get(GCP) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_GCPY_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPY_set(GCP, double) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_GCPZ_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPZ_get(GCP) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_GCPZ_set(long, GCP, double) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_GCPZ_set(GCP, double) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_Id_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_Id_get(GCP) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_Id_set(long, GCP, String) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_Id_set(GCP, String) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_Info_get(long, GCP) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_Info_get(GCP) - Static method in class org.gdal.gdal.gdal
-
- GDAL_GCP_Info_set(long, GCP, String) - Static method in class org.gdal.gdal.gdalJNI
-
- GDAL_GCP_Info_set(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.
- gdalconstJNI - Class in org.gdal.gdalconst
-
- gdalconstJNI() - Constructor for class org.gdal.gdalconst.gdalconstJNI
-
- GDALDestroyDriverManager() - Static method in class org.gdal.gdal.gdal
-
- GDALDestroyDriverManager() - Static method in class org.gdal.gdal.gdalJNI
-
- GDALInfo(long, Dataset, long, InfoOptions) - Static method in class org.gdal.gdal.gdalJNI
-
- GDALInfo(Dataset, InfoOptions) - Static method in class org.gdal.gdal.gdal
-
- gdalJNI - Class in org.gdal.gdal
-
- gdalJNI() - Constructor for class org.gdal.gdal.gdalJNI
-
- GDALMultiDimInfo(long, Dataset, long, MultiDimInfoOptions) - Static method in class org.gdal.gdal.gdalJNI
-
- GDALMultiDimInfo(Dataset, MultiDimInfoOptions) - 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_Byte_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_CFloat32 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_CFloat32(10) : Complex Float32 (data type)
- GDT_CFloat32_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_CFloat64 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_CFloat64(11) : Complex Float64 (data type)
- GDT_CFloat64_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_CInt16 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_CInt16(8) : Complex Int16 (data type)
- GDT_CInt16_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_CInt32 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_CInt32(9) : Complex Int32 (data type)
- GDT_CInt32_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_Float32 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_Float32(6) : Thirty two bit floating point (data type)
- GDT_Float32_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_Float64 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_Float64(7) : Sixty four bit floating point (data type)
- GDT_Float64_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_Int16 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_Int16(3) : Sixteen bit signed integer (data type)
- GDT_Int16_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_Int32 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_Int32(5) : Thirty two bit signed integer (data type)
- GDT_Int32_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_TypeCount - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_TypeCount(12) : Maximum type (data type)
- GDT_TypeCount_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_UInt16 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_UInt16(2) : Sixteen bit unsigned integer (data type)
- GDT_UInt16_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_UInt32 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_UInt32(4) : Thirty two bit unsigned integer (data type)
- GDT_UInt32_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GDT_Unknown - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GDT_Unknown(0) : Unknown (data type)
- GDT_Unknown_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GEDTC_COMPOUND - Static variable in class org.gdal.gdal.ExtendedDataTypeClass
-
- GEDTC_NUMERIC - Static variable in class org.gdal.gdal.ExtendedDataTypeClass
-
- GEDTC_STRING - Static variable in class org.gdal.gdal.ExtendedDataTypeClass
-
- GeneralCmdLineProcessor(String[]) - Static method in class org.gdal.gdal.gdal
-
General utility option processing.
- GeneralCmdLineProcessor(String[]) - Static method in class org.gdal.ogr.ogr
-
General utility option processing.
- GeneralCmdLineProcessor(String[], int) - Static method in class org.gdal.gdal.gdal
-
General utility option processing.
- GeneralCmdLineProcessor(String[], int) - Static method in class org.gdal.ogr.ogr
-
General utility option processing.
- GeneralCmdLineProcessor(Vector) - Static method in class org.gdal.gdal.gdal
-
- GeneralCmdLineProcessor(Vector) - Static method in class org.gdal.ogr.ogr
-
General utility option processing.
- GeneralCmdLineProcessor(Vector, int) - Static method in class org.gdal.gdal.gdal
-
- GeneralCmdLineProcessor(Vector, int) - Static method in class org.gdal.ogr.ogr
-
General utility option processing.
- GeneralCmdLineProcessor__SWIG_0(Vector, int) - Static method in class org.gdal.gdal.gdalJNI
-
- GeneralCmdLineProcessor__SWIG_0(Vector, int) - Static method in class org.gdal.ogr.ogrJNI
-
- GeneralCmdLineProcessor__SWIG_1(Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- GeneralCmdLineProcessor__SWIG_1(Vector) - Static method in class org.gdal.ogr.ogrJNI
-
- GenericNetwork - Class in org.gdal.gnm
-
- GenericNetwork_ChangeAllBlockState__SWIG_0(long, GenericNetwork, boolean) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_ChangeAllBlockState__SWIG_1(long, GenericNetwork) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_ChangeBlockState(long, GenericNetwork, long, boolean) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_ConnectFeatures(long, GenericNetwork, long, long, long, double, double, int) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_ConnectPointsByLines(long, GenericNetwork, Vector, double, double, double, int) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_CreateRule(long, GenericNetwork, String) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_DeleteAllRules(long, GenericNetwork) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_DeleteRule(long, GenericNetwork, String) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_DisconnectFeatures(long, GenericNetwork, long, long, long) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_DisconnectFeaturesWithId(long, GenericNetwork, long) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_GetRules(long, GenericNetwork) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_ReconnectFeatures(long, GenericNetwork, long, long, long, double, double, int) - Static method in class org.gdal.gnm.gnmJNI
-
- GenericNetwork_SWIGUpcast(long) - Static method in class org.gdal.gnm.gnmJNI
-
- Geometry - Class in org.gdal.ogr
-
Abstract base class for all geometry classes.
- Geometry(int) - Constructor for class org.gdal.ogr.Geometry
-
Create an empty geometry of desired type.
- Geometry(int, String, byte[], String) - Constructor for class org.gdal.ogr.Geometry
-
- Geometry_AddGeometry(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_AddGeometryDirectly(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_AddPoint__SWIG_0(long, Geometry, double, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_AddPoint__SWIG_1(long, Geometry, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_AddPoint_2D(long, Geometry, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_AddPointM(long, Geometry, double, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_AddPointZM(long, Geometry, double, double, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Area(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_AssignSpatialReference(long, Geometry, long, SpatialReference) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Boundary(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Buffer__SWIG_0(long, Geometry, double, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Buffer__SWIG_1(long, Geometry, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Centroid(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Clone(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_CloseRings(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Contains(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ConvexHull(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_CoordinateDimension(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_CreatePreparedGeometry(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Crosses(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_DelaunayTriangulation__SWIG_0(long, Geometry, double, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_DelaunayTriangulation__SWIG_1(long, Geometry, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_DelaunayTriangulation__SWIG_2(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Difference(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Disjoint(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Distance(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Distance3D(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Empty(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Equal(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Equals(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToGML__SWIG_0(long, Geometry, Vector) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToGML__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToIsoWkb__SWIG_0(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToIsoWkb__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToIsoWkt(long, Geometry, String[]) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToJson__SWIG_0(long, Geometry, Vector) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToJson__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToKML__SWIG_0(long, Geometry, String) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToKML__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToWkb__SWIG_0(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToWkb__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToWkt__SWIG_0(long, Geometry, String[]) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_ExportToWkt__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_FlattenTo2D(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetArea(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetBoundary(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetCoordinateDimension(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetCurveGeometry__SWIG_0(long, Geometry, Vector) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetCurveGeometry__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetDimension(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetEnvelope(long, Geometry, double[]) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetEnvelope3D(long, Geometry, double[]) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetGeometryCount(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetGeometryName(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetGeometryRef(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetGeometryType(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetLinearGeometry__SWIG_0(long, Geometry, double, Vector) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetLinearGeometry__SWIG_1(long, Geometry, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetLinearGeometry__SWIG_2(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetM__SWIG_0(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetM__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetPoint(long, Geometry, int, double[]) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetPoint_2D(long, Geometry, int, double[]) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetPointCount(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetPoints__SWIG_0(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetPoints__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetPointZM(long, Geometry, int, double[]) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetSpatialReference(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetX__SWIG_0(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetX__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetY__SWIG_0(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetY__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetZ__SWIG_0(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_GetZ__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_HasCurveGeometry__SWIG_0(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_HasCurveGeometry__SWIG_1(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Intersect(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Intersection(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Intersects(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Is3D(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_IsEmpty(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_IsMeasured(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_IsRing(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_IsSimple(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_IsValid(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Length(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_MakeValid(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Overlaps(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_PointOnSurface(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Polygonize(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_RemoveGeometry(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_RemoveLowerDimensionSubGeoms(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Segmentize(long, Geometry, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Set3D(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SetCoordinateDimension(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SetMeasured(long, Geometry, int) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SetPoint__SWIG_0(long, Geometry, int, double, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SetPoint__SWIG_1(long, Geometry, int, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SetPoint_2D(long, Geometry, int, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SetPointM(long, Geometry, int, double, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SetPointZM(long, Geometry, int, double, double, double, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Simplify(long, Geometry, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SimplifyPreserveTopology(long, Geometry, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SwapXY(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SymDifference(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_SymmetricDifference(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Touches(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Transform__SWIG_0(long, Geometry, long, CoordinateTransformation) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Transform__SWIG_1(long, Geometry, long, GeomTransformer) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_TransformTo(long, Geometry, long, SpatialReference) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Union(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_UnionCascaded(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Value(long, Geometry, double) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_Within(long, Geometry, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- Geometry_WkbSize(long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- GeometryTypeToName(int) - Static method in class org.gdal.ogr.ogr
-
Fetch a human readable name corresponding to an OGRwkBGeometryType value.
- GeometryTypeToName(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn - Class in org.gdal.ogr
-
- GeomFieldDefn() - Constructor for class org.gdal.ogr.GeomFieldDefn
-
- GeomFieldDefn(String) - Constructor for class org.gdal.ogr.GeomFieldDefn
-
- GeomFieldDefn(String, int) - Constructor for class org.gdal.ogr.GeomFieldDefn
-
- GeomFieldDefn_GetFieldType(long, GeomFieldDefn) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_GetName(long, GeomFieldDefn) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_GetNameRef(long, GeomFieldDefn) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_GetSpatialRef(long, GeomFieldDefn) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_IsIgnored(long, GeomFieldDefn) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_IsNullable(long, GeomFieldDefn) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_SetIgnored(long, GeomFieldDefn, int) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_SetName(long, GeomFieldDefn, String) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_SetNullable(long, GeomFieldDefn, int) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_SetSpatialRef(long, GeomFieldDefn, long, SpatialReference) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomFieldDefn_SetType(long, GeomFieldDefn, int) - Static method in class org.gdal.ogr.ogrJNI
-
- GeomTransformer - Class in org.gdal.ogr
-
- GeomTransformer(CoordinateTransformation) - Constructor for class org.gdal.ogr.GeomTransformer
-
- GeomTransformer(CoordinateTransformation, Vector) - Constructor for class org.gdal.ogr.GeomTransformer
-
- GeomTransformer_Transform(long, GeomTransformer, long, Geometry) - Static method in class org.gdal.ogr.ogrJNI
-
- GetActualURL(String) - Static method in class org.gdal.gdal.gdal
-
- GetActualURL(String) - Static method in class org.gdal.gdal.gdalJNI
-
- GetAlternativeName() - Method in class org.gdal.ogr.FieldDefn
-
- GetAlternativeNameRef() - Method in class org.gdal.ogr.FieldDefn
-
- GetAngularUnits() - Method in class org.gdal.osr.SpatialReference
-
Fetch angular geographic coordinate system units.
- GetAngularUnitsName() - Method in class org.gdal.osr.SpatialReference
-
Fetch angular geographic coordinate system units name.
- GetArea() - Method in class org.gdal.ogr.Geometry
-
Deprecated.
- GetAreaOfUse() - Method in class org.gdal.osr.SpatialReference
-
- GetAttribute(String) - Method in class org.gdal.gdal.Group
-
- GetAttribute(String) - Method in class org.gdal.gdal.MDArray
-
- GetAttrValue(String) - Method in class org.gdal.osr.SpatialReference
-
Fetch first attribute of named node.
- GetAttrValue(String, int) - Method in class org.gdal.osr.SpatialReference
-
Fetch indicated 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.
- GetAxesCount() - Method in class org.gdal.osr.SpatialReference
-
- GetAxisMappingStrategy() - Method in class org.gdal.osr.SpatialReference
-
- GetAxisName(String, int) - Method in class org.gdal.osr.SpatialReference
-
Get the axis name for a node.
- GetAxisOrientation(String, int) - Method in class org.gdal.osr.SpatialReference
-
Get the axis orientation 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
-
Deprecated.
- GetCacheMax() - Static method in class org.gdal.gdal.gdal
-
- GetCacheMax() - Static method in class org.gdal.gdal.gdalJNI
-
- GetCacheUsed() - Static method in class org.gdal.gdal.gdal
-
- GetCacheUsed() - Static method in class org.gdal.gdal.gdalJNI
-
- GetCategoryNames() - Method in class org.gdal.gdal.Band
-
Fetch the list of category names for this raster.
- getChild() - Method in class org.gdal.gdal.XMLNode
-
- GetClass() - Method in class org.gdal.gdal.ExtendedDataType
-
- 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
-
- GetColorInterpretationName(int) - Static method in class org.gdal.gdal.gdalJNI
-
- 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) - Static method in class org.gdal.gdal.gdal
-
Get the value of a configuration option.
- GetConfigOption(String, String) - Static method in class org.gdal.gdal.gdal
-
Get the value of a configuration option.
- GetConfigOption__SWIG_0(String, String) - Static method in class org.gdal.gdal.gdalJNI
-
- GetConfigOption__SWIG_1(String) - Static method in class org.gdal.gdal.gdalJNI
-
- 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.
- GetCurveGeometry() - Method in class org.gdal.ogr.Geometry
-
- GetCurveGeometry(Vector) - Method in class org.gdal.ogr.Geometry
-
- GetDataAxisToSRSAxisMapping(SWIGTYPE_p_int, SWIGTYPE_p_p_int) - Method in class org.gdal.osr.SpatialReference
-
- GetDataset() - Method in class org.gdal.gdal.Band
-
- getDataType() - Method in class org.gdal.gdal.Band
-
Return the data type of the band.
- GetDataType() - Method in class org.gdal.gdal.Attribute
-
- GetDataType() - Method in class org.gdal.gdal.MDArray
-
- GetDataTypeByName(String) - Static method in class org.gdal.gdal.gdal
-
- GetDataTypeByName(String) - Static method in class org.gdal.gdal.gdalJNI
-
- GetDataTypeName(int) - Static method in class org.gdal.gdal.gdal
-
- GetDataTypeName(int) - Static method in class org.gdal.gdal.gdalJNI
-
- GetDataTypeSize(int) - Static method in class org.gdal.gdal.gdal
-
- GetDataTypeSize(int) - Static method in class org.gdal.gdal.gdalJNI
-
- GetDefault() - Method in class org.gdal.ogr.FieldDefn
-
- GetDefaultHistogram(double[], double[], int[][]) - 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[][], boolean, ProgressCallback) - 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.
- GetDimensionCount() - Method in class org.gdal.gdal.Attribute
-
- GetDimensionCount() - Method in class org.gdal.gdal.MDArray
-
- GetDirection() - Method in class org.gdal.gdal.Dimension
-
- GetDriver() - Method in class org.gdal.gdal.Dataset
-
Fetch the driver to which this dataset relates.
- 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.gdal.gdal
-
- GetDriver(int) - Static method in class org.gdal.gdal.gdalJNI
-
- GetDriver(int) - Static method in class org.gdal.ogr.ogr
-
Fetch the indicated driver.
- GetDriver(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GetDriverByName(String) - Static method in class org.gdal.gdal.gdal
-
- GetDriverByName(String) - Static method in class org.gdal.gdal.gdalJNI
-
- GetDriverByName(String) - Static method in class org.gdal.ogr.ogr
-
Fetch the indicated driver.
- GetDriverByName(String) - Static method in class org.gdal.ogr.ogrJNI
-
- GetDriverCount() - Static method in class org.gdal.gdal.gdal
-
- GetDriverCount() - Static method in class org.gdal.gdal.gdalJNI
-
- GetDriverCount() - Static method in class org.gdal.ogr.ogr
-
Fetch the number of registered drivers.
- GetDriverCount() - Static method in class org.gdal.ogr.ogrJNI
-
- getEast_lon_degree() - Method in class org.gdal.osr.AreaOfUse
-
- GetEnvelope(double[]) - Method in class org.gdal.ogr.Geometry
-
Computes and returns the bounding envelope for this geometry.
- GetEnvelope3D(double[]) - Method in class org.gdal.ogr.Geometry
-
Computes and returns the 3D bounding envelope for this geometry.
- GetErrorCounter() - Static method in class org.gdal.gdal.gdal
-
- GetErrorCounter() - Static method in class org.gdal.gdal.gdalJNI
-
- GetExtent() - Method in class org.gdal.ogr.Layer
-
Fetch the extent of this layer.
- GetExtent(boolean) - 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(long) - Method in class org.gdal.ogr.Layer
-
Fetch a feature by its identifier.
- GetFeatureByGlobalFID(long) - Method in class org.gdal.gnm.Network
-
- GetFeatureCount() - Method in class org.gdal.ogr.Layer
-
Fetch the feature count in this layer.
- GetFeatureCount(int) - 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.
- GetFieldAsBinary(int) - Method in class org.gdal.ogr.Feature
-
- GetFieldAsBinary(String) - Method in class org.gdal.ogr.Feature
-
- GetFieldAsDateTime(int, int[], int[], int[], int[], int[], float[], int[]) - Method in class org.gdal.ogr.Feature
-
Fetch field value as date and time.
- GetFieldAsDateTime(String, int[], int[], int[], int[], int[], float[], int[]) - Method in class org.gdal.ogr.Feature
-
- 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.
- GetFieldAsInteger64(int) - Method in class org.gdal.ogr.Feature
-
- GetFieldAsInteger64(String) - Method in class org.gdal.ogr.Feature
-
- 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.
- GetFieldSubTypeName(int) - Static method in class org.gdal.ogr.ogr
-
- GetFieldSubTypeName(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GetFieldType() - Method in class org.gdal.gdal.Dimension
-
- GetFieldType() - Method in class org.gdal.gdal.EDTComponent
-
- GetFieldType() - Method in class org.gdal.ogr.FieldDefn
-
Return the field type
- GetFieldType() - Method in class org.gdal.ogr.GeomFieldDefn
-
- 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.
- 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.
- GetFieldTypeName(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GetFileList() - Method in class org.gdal.gdal.Dataset
-
Fetch files forming dataset.
- GetFileList() - Method in class org.gdal.gnm.Network
-
- GetFileSystemOptions(String) - Static method in class org.gdal.gdal.gdal
-
- GetFileSystemOptions(String) - Static method in class org.gdal.gdal.gdalJNI
-
- GetFileSystemsPrefixes() - Static method in class org.gdal.gdal.gdal
-
- GetFileSystemsPrefixes() - Static method in class org.gdal.gdal.gdalJNI
-
- GetFullName() - Method in class org.gdal.gdal.Attribute
-
- GetFullName() - Method in class org.gdal.gdal.Dimension
-
- GetFullName() - Method in class org.gdal.gdal.Group
-
- GetFullName() - Method in class org.gdal.gdal.MDArray
-
- 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.
- GetGCPSpatialRef() - Method in class org.gdal.gdal.Dataset
-
- 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.
- GetGeomFieldCount() - Method in class org.gdal.ogr.Feature
-
- GetGeomFieldCount() - Method in class org.gdal.ogr.FeatureDefn
-
- GetGeomFieldDefn(int) - Method in class org.gdal.ogr.FeatureDefn
-
- GetGeomFieldDefnRef(int) - Method in class org.gdal.ogr.Feature
-
- GetGeomFieldDefnRef(String) - Method in class org.gdal.ogr.Feature
-
- GetGeomFieldIndex(String) - Method in class org.gdal.ogr.Feature
-
- GetGeomFieldIndex(String) - Method in class org.gdal.ogr.FeatureDefn
-
- GetGeomFieldRef(int) - Method in class org.gdal.ogr.Feature
-
- GetGeomFieldRef(String) - Method in class org.gdal.ogr.Feature
-
- GetGeomType() - Method in class org.gdal.ogr.FeatureDefn
-
Fetch the geometry base type.
- GetGeomType() - Method in class org.gdal.ogr.Layer
-
Return the layer geometry 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.
- GetGroupNames() - Method in class org.gdal.gdal.Group
-
- GetGroupNames(Vector) - Method in class org.gdal.gdal.Group
-
- getHelpTopic() - Method in class org.gdal.gdal.Driver
-
Return the URL to the help that describes the driver.
- GetHistogram(double, double, int[]) - 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[], boolean, boolean, ProgressCallback) - 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
-
- GetIndexingVariable() - Method in class org.gdal.gdal.Dimension
-
- getInfo() - Method in class org.gdal.gdal.GCP
-
- GetInvFlattening() - Method in class org.gdal.osr.SpatialReference
-
- GetJPEG2000StructureAsString(String) - Static method in class org.gdal.gdal.gdal
-
- GetJPEG2000StructureAsString(String, Vector) - Static method in class org.gdal.gdal.gdal
-
- GetJPEG2000StructureAsString__SWIG_0(String, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- GetJPEG2000StructureAsString__SWIG_1(String) - Static method in class org.gdal.gdal.gdalJNI
-
- 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.
- GetLastErrorMsg() - Static method in class org.gdal.gdal.gdalJNI
-
- GetLastErrorNo() - Static method in class org.gdal.gdal.gdal
-
Fetch the last error number.
- GetLastErrorNo() - Static method in class org.gdal.gdal.gdalJNI
-
- GetLastErrorType() - Static method in class org.gdal.gdal.gdal
-
Fetch the last error type.
- GetLastErrorType() - Static method in class org.gdal.gdal.gdalJNI
-
- GetLastStyleName() - Method in class org.gdal.ogr.StyleTable
-
- GetLayer(int) - Method in class org.gdal.gdal.Dataset
-
- GetLayer(int) - Method in class org.gdal.ogr.DataSource
-
Fetch a layer by index.
- GetLayer(String) - Method in class org.gdal.gdal.Dataset
-
- GetLayer(String) - Method in class org.gdal.ogr.DataSource
-
Fetch a layer by name.
- GetLayerByIndex(int) - Method in class org.gdal.gdal.Dataset
-
- GetLayerByIndex(int) - Method in class org.gdal.gnm.Network
-
- GetLayerByIndex(int) - Method in class org.gdal.ogr.DataSource
-
Fetch a layer by index.
- GetLayerByName(String) - Method in class org.gdal.gdal.Dataset
-
- GetLayerByName(String) - Method in class org.gdal.gnm.Network
-
- GetLayerByName(String) - Method in class org.gdal.ogr.DataSource
-
Fetch a layer by name.
- GetLayerCount() - Method in class org.gdal.gdal.Dataset
-
- GetLayerCount() - Method in class org.gdal.gnm.Network
-
- 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.
- GetLinearGeometry() - Method in class org.gdal.ogr.Geometry
-
- GetLinearGeometry(double) - Method in class org.gdal.ogr.Geometry
-
- GetLinearGeometry(double, Vector) - Method in class org.gdal.ogr.Geometry
-
- 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.
- GetM() - Method in class org.gdal.ogr.Geometry
-
- GetM(int) - Method in class org.gdal.ogr.Geometry
-
- GetMask() - Method in class org.gdal.gdal.MDArray
-
- GetMask(Vector) - Method in class org.gdal.gdal.MDArray
-
- 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.
- getMax() - Method in class org.gdal.gdal.Statistics
-
- GetMaximum(Double[]) - Method in class org.gdal.gdal.Band
-
Fetch the maximum value for this band.
- GetMaxStringLength() - Method in class org.gdal.gdal.ExtendedDataType
-
- GetMDArrayNames() - Method in class org.gdal.gdal.Group
-
- GetMDArrayNames(Vector) - Method in class org.gdal.gdal.Group
-
- getMean() - Method in class org.gdal.gdal.Statistics
-
- GetMetadata_Dict() - Method in class org.gdal.gdal.MajorObject
-
Fetch metadata.
- GetMetadata_Dict(String) - Method in class org.gdal.gdal.MajorObject
-
Fetch metadata.
- GetMetadata_List() - Method in class org.gdal.gdal.MajorObject
-
Fetch metadata.
- GetMetadata_List(String) - Method in class org.gdal.gdal.MajorObject
-
Fetch metadata.
- GetMetadataDomainList() - Method in class org.gdal.gdal.MajorObject
-
- GetMetadataItem(String) - Method in class org.gdal.gdal.MajorObject
-
Fetch single metadata item.
- GetMetadataItem(String, String) - Method in class org.gdal.gdal.MajorObject
-
Fetch single metadata item.
- getMin() - Method in class org.gdal.gdal.Statistics
-
- 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.Driver
-
Fetch name of driver (file format).
- getName() - Method in class org.gdal.osr.AreaOfUse
-
- GetName() - Method in class org.gdal.gdal.Attribute
-
- GetName() - Method in class org.gdal.gdal.Dimension
-
- GetName() - Method in class org.gdal.gdal.EDTComponent
-
- GetName() - Method in class org.gdal.gdal.ExtendedDataType
-
- GetName() - Method in class org.gdal.gdal.Group
-
- GetName() - Method in class org.gdal.gdal.MDArray
-
- GetName() - Method in class org.gdal.gnm.Network
-
- 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.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.GeomFieldDefn
-
- GetName() - Method in class org.gdal.ogr.Layer
-
Return the layer name.
- GetName() - Method in class org.gdal.osr.SpatialReference
-
- 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.
- GetNameRef() - Method in class org.gdal.ogr.GeomFieldDefn
-
- GetNativeData() - Method in class org.gdal.ogr.Feature
-
- GetNativeMediaType() - Method in class org.gdal.ogr.Feature
-
- getNext() - Method in class org.gdal.gdal.XMLNode
-
- GetNextFeature() - Method in class org.gdal.gdal.Dataset
-
- GetNextFeature() - Method in class org.gdal.ogr.Layer
-
Fetch the next available feature from this layer.
- GetNextStyle() - Method in class org.gdal.ogr.StyleTable
-
- GetNoDataValue(Double[]) - Method in class org.gdal.gdal.Band
-
Fetch the no data value for this band.
- GetNoDataValueAsDouble(Double[]) - Method in class org.gdal.gdal.MDArray
-
- GetNonLinearGeometriesEnabledFlag() - Static method in class org.gdal.ogr.ogr
-
- GetNonLinearGeometriesEnabledFlag() - Static method in class org.gdal.ogr.ogrJNI
-
- GetNormProjParm(String) - Method in class org.gdal.osr.SpatialReference
-
Fetch a normalized projection parameter value.
- GetNormProjParm(String, double) - Method in class org.gdal.osr.SpatialReference
-
Fetch a normalized projection parameter value.
- getNorth_lat_degree() - Method in class org.gdal.osr.AreaOfUse
-
- GetNumericDataType() - Method in class org.gdal.gdal.ExtendedDataType
-
- GetOffset() - Method in class org.gdal.gdal.EDTComponent
-
- GetOffset(Double[]) - Method in class org.gdal.gdal.Band
-
Fetch the raster value offset.
- GetOffset(Double[]) - Method in class org.gdal.gdal.MDArray
-
- GetOffsetStorageType() - Method in class org.gdal.gdal.MDArray
-
- GetOpenDS(int) - Static method in class org.gdal.ogr.ogr
-
Return the iDS th datasource opened.
- GetOpenDS(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GetOpenDSCount() - Static method in class org.gdal.ogr.ogr
-
Return the number of opened datasources.
- GetOpenDSCount() - Static method in class org.gdal.ogr.ogrJNI
-
- 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
-
- GetPaletteInterpretationName(int) - Static method in class org.gdal.gdal.gdalJNI
-
- GetPath(long, long, GraphAlgorithm) - Method in class org.gdal.gnm.Network
-
- GetPath(long, long, GraphAlgorithm, Vector) - Method in class org.gdal.gnm.Network
-
- 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.
- GetPoints() - Method in class org.gdal.ogr.Geometry
-
Returns all points of a point or a line string.
- GetPoints(int) - Method in class org.gdal.ogr.Geometry
-
Returns all points of a point or a line string.
- GetPointZM(int, double[]) - Method in class org.gdal.ogr.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.
- GetProjection() - Method in class org.gdal.gnm.Network
-
- GetProjectionRef() - Method in class org.gdal.gdal.Dataset
-
Fetch the projection definition string for this dataset.
- GetProjectionRef() - Method in class org.gdal.gnm.Network
-
- GetProjParm(String) - Method in class org.gdal.osr.SpatialReference
-
Fetch a projection parameter value.
- GetProjParm(String, double) - Method in class org.gdal.osr.SpatialReference
-
Fetch a projection parameter value.
- GetPROJSearchPaths() - Static method in class org.gdal.osr.osr
-
- GetPROJSearchPaths() - Static method in class org.gdal.osr.osrJNI
-
- GetPROJVersionMajor() - Static method in class org.gdal.osr.osr
-
- GetPROJVersionMajor() - Static method in class org.gdal.osr.osrJNI
-
- GetPROJVersionMicro() - Static method in class org.gdal.osr.osr
-
- GetPROJVersionMicro() - Static method in class org.gdal.osr.osrJNI
-
- GetPROJVersionMinor() - Static method in class org.gdal.osr.osr
-
- GetPROJVersionMinor() - Static method in class org.gdal.osr.osrJNI
-
- 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.
- GetRootGroup() - Method in class org.gdal.gdal.Dataset
-
- 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.
- GetRules() - Method in class org.gdal.gnm.GenericNetwork
-
- GetScale(Double[]) - Method in class org.gdal.gdal.Band
-
Fetch the raster value scale.
- GetScale(Double[]) - Method in class org.gdal.gdal.MDArray
-
- GetScaleStorageType() - Method in class org.gdal.gdal.MDArray
-
- GetSemiMajor() - Method in class org.gdal.osr.SpatialReference
-
- GetSemiMinor() - Method in class org.gdal.osr.SpatialReference
-
- getShortName() - Method in class org.gdal.gdal.Driver
-
Return the short name of a driver.
- GetSignedURL(String) - Static method in class org.gdal.gdal.gdal
-
- GetSignedURL(String, Vector) - Static method in class org.gdal.gdal.gdal
-
- GetSignedURL__SWIG_0(String, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- GetSignedURL__SWIG_1(String) - Static method in class org.gdal.gdal.gdalJNI
-
- GetSize() - Method in class org.gdal.gdal.Dimension
-
- GetSize() - Method in class org.gdal.gdal.ExtendedDataType
-
- getSouth_lat_degree() - Method in class org.gdal.osr.AreaOfUse
-
- GetSpatialFilter() - Method in class org.gdal.ogr.Layer
-
Return the current spatial filter for this layer.
- GetSpatialRef() - Method in class org.gdal.gdal.Dataset
-
- GetSpatialRef() - Method in class org.gdal.gdal.MDArray
-
- GetSpatialRef() - Method in class org.gdal.ogr.GeomFieldDefn
-
- 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() - Method in class org.gdal.gdal.MDArray
-
- 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.
- GetStatistics(Dataset) - Method in class org.gdal.gdal.MDArray
-
- GetStatistics(Dataset, boolean) - Method in class org.gdal.gdal.MDArray
-
- GetStatistics(Dataset, boolean, boolean) - Method in class org.gdal.gdal.MDArray
-
- GetStatistics(Dataset, boolean, boolean, ProgressCallback) - Method in class org.gdal.gdal.MDArray
-
- getStd_dev() - Method in class org.gdal.gdal.Statistics
-
- GetStructuralInfo() - Method in class org.gdal.gdal.Group
-
- GetStructuralInfo() - Method in class org.gdal.gdal.MDArray
-
- GetStyleString() - Method in class org.gdal.ogr.Feature
-
Fetch style string for this feature.
- GetStyleTable() - Method in class org.gdal.gdal.Dataset
-
- GetStyleTable() - Method in class org.gdal.ogr.DataSource
-
- GetStyleTable() - Method in class org.gdal.ogr.Layer
-
- GetSubType() - Method in class org.gdal.ogr.FieldDefn
-
- GetSummaryRefCount() - Method in class org.gdal.ogr.DataSource
-
Fetch reference count of datasource and all owned layers.
- GetTableType() - Method in class org.gdal.gdal.RasterAttributeTable
-
- GetTargetLinearUnits(String) - Method in class org.gdal.osr.SpatialReference
-
- GetTotalElementsCount() - Method in class org.gdal.gdal.Attribute
-
- GetTotalElementsCount() - Method in class org.gdal.gdal.MDArray
-
- 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.
- GetUnit() - Method in class org.gdal.gdal.MDArray
-
- GetUnitType() - Method in class org.gdal.gdal.Band
-
Return raster unit type.
- GetUnscaled() - Method in class org.gdal.gdal.MDArray
-
- 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
-
- GetUserInputAsWKT__SWIG_0(String) - Static method in class org.gdal.osr.osrJNI
-
- GetUserInputAsWKT__SWIG_1(String, String[]) - Static method in class org.gdal.osr.osrJNI
-
- GetUTMZone() - Method in class org.gdal.osr.SpatialReference
-
Get UTM zone information.
- getValid_count() - Method in class org.gdal.gdal.Statistics
-
- 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.
- GetVersion() - Method in class org.gdal.gnm.Network
-
- GetView(String) - Method in class org.gdal.gdal.MDArray
-
- 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
-
- GetWellKnownGeogCSAsWKT__SWIG_0(String) - Static method in class org.gdal.osr.osrJNI
-
- GetWellKnownGeogCSAsWKT__SWIG_1(String, String[]) - Static method in class org.gdal.osr.osrJNI
-
- getWest_lon_degree() - Method in class org.gdal.osr.AreaOfUse
-
- GetWidth() - Method in class org.gdal.ogr.FieldDefn
-
Get the formatting width for this field.
- GetX() - Method in class org.gdal.ogr.Geometry
-
Fetch the x coordinate of the first point from a geometry.
- GetX(int) - Method in class org.gdal.ogr.Geometry
-
Fetch the x coordinate of a 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() - Method in class org.gdal.ogr.Geometry
-
Fetch the y coordinate of the first point from a geometry.
- GetY(int) - Method in class org.gdal.ogr.Geometry
-
Fetch the y coordinate of a 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() - Method in class org.gdal.ogr.Geometry
-
Fetch the z coordinate of the first point from a geometry.
- GetZ(int) - Method in class org.gdal.ogr.Geometry
-
Fetch the z coordinate of a point from a geometry.
- GF_Read_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GF_Write_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFT_Integer - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFT_Integer_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFT_Real - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFT_Real_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFT_String - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFT_String_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_Alpha - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_Alpha_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_AlphaMax - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_AlphaMax_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_AlphaMin - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_AlphaMin_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_Blue - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_Blue_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_BlueMax - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_BlueMax_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_BlueMin - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_BlueMin_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_Generic - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_Generic_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_Green - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_Green_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_GreenMax - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_GreenMax_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_GreenMin - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_GreenMin_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_Max - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_Max_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_MaxCount - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_MaxCount_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_Min - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_Min_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_MinMax - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_MinMax_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_Name - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_Name_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_PixelCount - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_PixelCount_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_Red - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_Red_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_RedMax - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_RedMax_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GFU_RedMin - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GFU_RedMin_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GMF_ALL_VALID - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GMF_ALL_VALID(0x01) (mask band flag).
- GMF_ALL_VALID_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GMF_ALPHA - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GMF_ALPHA(0x04) (mask band flag).
- GMF_ALPHA_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GMF_NODATA - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GMF_NODATA(0x08) (mask band flag).
- GMF_NODATA_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GMF_PER_DATASET - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GMF_PER_DATASET(0x02) (mask band flag).
- GMF_PER_DATASET_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- gnm - Class in org.gdal.gnm
-
- gnm() - Constructor for class org.gdal.gnm.gnm
-
- GNM_EDGE_DIR_BOTH - Static variable in interface org.gdal.gnm.gnmConstants
-
- GNM_EDGE_DIR_BOTH_get() - Static method in class org.gdal.gnm.gnmJNI
-
- GNM_EDGE_DIR_SRCTOTGT - Static variable in interface org.gdal.gnm.gnmConstants
-
- GNM_EDGE_DIR_SRCTOTGT_get() - Static method in class org.gdal.gnm.gnmJNI
-
- GNM_EDGE_DIR_TGTTOSRC - Static variable in interface org.gdal.gnm.gnmConstants
-
- GNM_EDGE_DIR_TGTTOSRC_get() - Static method in class org.gdal.gnm.gnmJNI
-
- gnmConstants - Interface in org.gdal.gnm
-
- gnmJNI - Class in org.gdal.gnm
-
- gnmJNI() - Constructor for class org.gdal.gnm.gnmJNI
-
- GOA2GetAccessToken(String, String) - Static method in class org.gdal.gdal.gdal
-
- GOA2GetAccessToken(String, String) - Static method in class org.gdal.gdal.gdalJNI
-
- GOA2GetAuthorizationURL(String) - Static method in class org.gdal.gdal.gdal
-
- GOA2GetAuthorizationURL(String) - Static method in class org.gdal.gdal.gdalJNI
-
- GOA2GetRefreshToken(String, String) - Static method in class org.gdal.gdal.gdal
-
- GOA2GetRefreshToken(String, String) - Static method in class org.gdal.gdal.gdalJNI
-
- GPI_CMYK - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GPI_CMYK(2) (palette interpretation).
- GPI_CMYK_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GPI_Gray - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GPI_Gray(0) (palette interpretation).
- GPI_Gray_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GPI_HLS - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GPI_HLS(3) (palette interpretation).
- GPI_HLS_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GPI_RGB - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GPI_RGB(1) (palette interpretation).
- GPI_RGB_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Average - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRA_Average_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Bilinear - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GRA_Bilinear(1) : Bilinear (2x2 kernel) (warping algorithm)
- GRA_Bilinear_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Cubic - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GRA_Cubic(2) : Cubic Convolution Approximation (4x4 kernel) (warping algorithm)
- GRA_Cubic_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_CubicSpline - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GRA_CubicSpline(3) : Cubic B-Spline Approximation (4x4 kernel) (warping algorithm)
- GRA_CubicSpline_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Lanczos - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GRA_Lanczos(4) : Lanczos windowed sinc interpolation (6x6 kernel) (warping algorithm)
- GRA_Lanczos_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Max - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRA_Max_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Med - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRA_Med_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Min - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRA_Min_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Mode - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRA_Mode_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_NearestNeighbour - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
GRA_NearestNeighbour(0) : Nearest neighbour (select on one input pixel) (warping algorithm)
- GRA_NearestNeighbour_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Q1 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRA_Q1_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_Q3 - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRA_Q3_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRA_RMS - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRA_RMS_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GraphAlgorithm - Class in org.gdal.gnm
-
- Grid(String, Dataset, GridOptions) - Static method in class org.gdal.gdal.gdal
-
- Grid(String, Dataset, GridOptions, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
- Grid__SWIG_0(String, long, Dataset, long, GridOptions, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- Grid__SWIG_2(String, long, Dataset, long, GridOptions) - Static method in class org.gdal.gdal.gdalJNI
-
- GridCreate(String, double[][], double, double, double, double, int, int, int, ByteBuffer) - Static method in class org.gdal.gdal.gdal
-
- GridCreate(String, double[][], double, double, double, double, int, int, int, ByteBuffer, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
- GridCreate__SWIG_0(String, double[][], double, double, double, double, int, int, int, ByteBuffer, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- GridCreate__SWIG_2(String, double[][], double, double, double, double, int, int, int, ByteBuffer) - Static method in class org.gdal.gdal.gdalJNI
-
- GridOptions - Class in org.gdal.gdal
-
- GridOptions(Vector) - Constructor for class org.gdal.gdal.GridOptions
-
- GRIORA_Average - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRIORA_Average_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRIORA_Bilinear - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRIORA_Bilinear_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRIORA_Cubic - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRIORA_Cubic_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRIORA_CubicSpline - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRIORA_CubicSpline_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRIORA_Gauss - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRIORA_Gauss_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRIORA_Lanczos - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRIORA_Lanczos_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRIORA_Mode - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRIORA_Mode_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRIORA_NearestNeighbour - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRIORA_NearestNeighbour_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRIORA_RMS - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRIORA_RMS_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- Group - Class in org.gdal.gdal
-
- Group_CreateAttribute__SWIG_0(long, Group, String, int, long, long, ExtendedDataType, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_CreateAttribute__SWIG_1(long, Group, String, int, long, long, ExtendedDataType) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_CreateDimension__SWIG_0(long, Group, String, String, String, BigInteger, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_CreateDimension__SWIG_1(long, Group, String, String, String, BigInteger) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_CreateGroup__SWIG_0(long, Group, String, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_CreateGroup__SWIG_1(long, Group, String) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_GetAttribute(long, Group, String) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_GetFullName(long, Group) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_GetGroupNames__SWIG_0(long, Group, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_GetGroupNames__SWIG_1(long, Group) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_GetMDArrayNames__SWIG_0(long, Group, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_GetMDArrayNames__SWIG_1(long, Group) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_GetName(long, Group) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_GetStructuralInfo(long, Group) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_OpenGroup__SWIG_0(long, Group, String, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_OpenGroup__SWIG_1(long, Group, String) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_OpenGroupFromFullname__SWIG_0(long, Group, String, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_OpenGroupFromFullname__SWIG_1(long, Group, String) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_OpenMDArray__SWIG_0(long, Group, String, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_OpenMDArray__SWIG_1(long, Group, String) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_OpenMDArrayFromFullname__SWIG_0(long, Group, String, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_OpenMDArrayFromFullname__SWIG_1(long, Group, String) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_ResolveMDArray__SWIG_0(long, Group, String, String, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- Group_ResolveMDArray__SWIG_1(long, Group, String, String) - Static method in class org.gdal.gdal.gdalJNI
-
- GRTT_ATHEMATIC - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRTT_ATHEMATIC_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GRTT_THEMATIC - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GRTT_THEMATIC_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GT_Flatten(int) - Static method in class org.gdal.ogr.ogr
-
- GT_Flatten(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_GetCollection(int) - Static method in class org.gdal.ogr.ogr
-
- GT_GetCollection(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_GetCurve(int) - Static method in class org.gdal.ogr.ogr
-
- GT_GetCurve(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_GetLinear(int) - Static method in class org.gdal.ogr.ogr
-
- GT_GetLinear(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_HasM(int) - Static method in class org.gdal.ogr.ogr
-
- GT_HasM(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_HasZ(int) - Static method in class org.gdal.ogr.ogr
-
- GT_HasZ(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_IsCurve(int) - Static method in class org.gdal.ogr.ogr
-
- GT_IsCurve(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_IsNonLinear(int) - Static method in class org.gdal.ogr.ogr
-
- GT_IsNonLinear(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_IsSubClassOf(int, int) - Static method in class org.gdal.ogr.ogr
-
- GT_IsSubClassOf(int, int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_IsSurface(int) - Static method in class org.gdal.ogr.ogr
-
- GT_IsSurface(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_SetM(int) - Static method in class org.gdal.ogr.ogr
-
- GT_SetM(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_SetModifier(int, int) - Static method in class org.gdal.ogr.ogr
-
- GT_SetModifier(int, int, int) - Static method in class org.gdal.ogr.ogr
-
- GT_SetModifier__SWIG_0(int, int, int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_SetModifier__SWIG_1(int, int) - Static method in class org.gdal.ogr.ogrJNI
-
- GT_SetZ(int) - Static method in class org.gdal.ogr.ogr
-
- GT_SetZ(int) - Static method in class org.gdal.ogr.ogrJNI
-
- GTO_BIT - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GTO_BIT_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GTO_BSQ - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GTO_BSQ_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GTO_TIP - Static variable in interface org.gdal.gdalconst.gdalconstConstants
-
- GTO_TIP_get() - Static method in class org.gdal.gdalconst.gdalconstJNI
-
- GVM_Diagonal - Static variable in class org.gdal.gdal.ViewshedMode
-
- GVM_Diagonal_get() - Static method in class org.gdal.gdal.gdalJNI
-
- GVM_Edge - Static variable in class org.gdal.gdal.ViewshedMode
-
- GVM_Edge_get() - Static method in class org.gdal.gdal.gdalJNI
-
- GVM_Max - Static variable in class org.gdal.gdal.ViewshedMode
-
- GVM_Max_get() - Static method in class org.gdal.gdal.gdalJNI
-
- GVM_Min - Static variable in class org.gdal.gdal.ViewshedMode
-
- GVM_Min_get() - Static method in class org.gdal.gdal.gdalJNI
-
- GVOT_MIN_TARGET_HEIGHT_FROM_DEM - Static variable in class org.gdal.gdal.ViewshedOutputType
-
- GVOT_MIN_TARGET_HEIGHT_FROM_DEM_get() - Static method in class org.gdal.gdal.gdalJNI
-
- GVOT_MIN_TARGET_HEIGHT_FROM_GROUND - Static variable in class org.gdal.gdal.ViewshedOutputType
-
- GVOT_MIN_TARGET_HEIGHT_FROM_GROUND_get() - Static method in class org.gdal.gdal.gdalJNI
-
- GVOT_NORMAL - Static variable in class org.gdal.gdal.ViewshedOutputType
-
- GVOT_NORMAL_get() - Static method in class org.gdal.gdal.gdalJNI
-
- 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.
- RasterAttributeTable_ChangesAreWrittenToFile(long, RasterAttributeTable) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_Clone(long, RasterAttributeTable) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_CreateColumn(long, RasterAttributeTable, String, int, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_DumpReadable(long, RasterAttributeTable) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetColOfUsage(long, RasterAttributeTable, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetColumnCount(long, RasterAttributeTable) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetLinearBinning(long, RasterAttributeTable, double[], double[]) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetNameOfCol(long, RasterAttributeTable, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetRowCount(long, RasterAttributeTable) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetRowOfValue(long, RasterAttributeTable, double) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetTableType(long, RasterAttributeTable) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetTypeOfCol(long, RasterAttributeTable, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetUsageOfCol(long, RasterAttributeTable, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetValueAsDouble(long, RasterAttributeTable, int, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetValueAsInt(long, RasterAttributeTable, int, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_GetValueAsString(long, RasterAttributeTable, int, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_SetLinearBinning(long, RasterAttributeTable, double, double) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_SetRowCount(long, RasterAttributeTable, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_SetTableType(long, RasterAttributeTable, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_SetValueAsDouble(long, RasterAttributeTable, int, int, double) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_SetValueAsInt(long, RasterAttributeTable, int, int, int) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterAttributeTable_SetValueAsString(long, RasterAttributeTable, int, int, String) - Static method in class org.gdal.gdal.gdalJNI
-
- Rasterize(String, Dataset, RasterizeOptions) - Static method in class org.gdal.gdal.gdal
-
- Rasterize(String, Dataset, RasterizeOptions, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
- Rasterize(Dataset, Dataset, RasterizeOptions) - Static method in class org.gdal.gdal.gdal
-
- Rasterize(Dataset, Dataset, RasterizeOptions, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
- Rasterize__SWIG_0(long, Dataset, long, Dataset, long, RasterizeOptions, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- Rasterize__SWIG_2(long, Dataset, long, Dataset, long, RasterizeOptions) - Static method in class org.gdal.gdal.gdalJNI
-
- Rasterize__SWIG_3(String, long, Dataset, long, RasterizeOptions, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- Rasterize__SWIG_5(String, long, Dataset, long, RasterizeOptions) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterizeLayer(Dataset, int[], Layer) - Static method in class org.gdal.gdal.gdal
-
- RasterizeLayer(Dataset, int[], Layer, double[]) - Static method in class org.gdal.gdal.gdal
-
- RasterizeLayer(Dataset, int[], Layer, double[], Vector) - Static method in class org.gdal.gdal.gdal
-
- RasterizeLayer(Dataset, int[], Layer, double[], Vector, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
- RasterizeLayer__SWIG_0(long, Dataset, int[], long, Layer, double[], Vector, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterizeLayer__SWIG_2(long, Dataset, int[], long, Layer, double[], Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterizeLayer__SWIG_3(long, Dataset, int[], long, Layer, double[]) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterizeLayer__SWIG_5(long, Dataset, int[], long, Layer) - Static method in class org.gdal.gdal.gdalJNI
-
- RasterizeOptions - Class in org.gdal.gdal
-
- RasterizeOptions(Vector) - Constructor for class org.gdal.gdal.RasterizeOptions
-
- ReadAsDouble() - Method in class org.gdal.gdal.Attribute
-
- ReadAsInt() - Method in class org.gdal.gdal.Attribute
-
- ReadAsString() - Method in class org.gdal.gdal.Attribute
-
- ReadAsStringArray() - Method in class org.gdal.gdal.Attribute
-
- 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
-
Read names in a directory.
- ReadDir(String, int) - Static method in class org.gdal.gdal.gdal
-
- ReadDir__SWIG_0(String, int) - Static method in class org.gdal.gdal.gdalJNI
-
- ReadDir__SWIG_1(String) - Static method in class org.gdal.gdal.gdalJNI
-
- ReadDirRecursive(String) - Static method in class org.gdal.gdal.gdal
-
- ReadDirRecursive(String) - Static method in class org.gdal.gdal.gdalJNI
-
- 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, double[]) - 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[]) - Method in class org.gdal.gdal.Band
-
Read a region of image data for this band.
- 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, int, double[]) - 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, 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, 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, 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, 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, double[], 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, 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, 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, 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, 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, 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[], 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, 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, 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, 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, int) - 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_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) - 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, 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[]) - 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[], 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, 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, 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.
- ReconnectFeatures(long, long, long, double, double, int) - Method in class org.gdal.gnm.GenericNetwork
-
- RegenerateOverview(Band, Band) - 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, String, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
Generate downsampled overview.
- RegenerateOverview__SWIG_0(long, Band, long, Band, String, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- RegenerateOverview__SWIG_2(long, Band, long, Band, String) - Static method in class org.gdal.gdal.gdalJNI
-
- RegenerateOverview__SWIG_3(long, Band, long, Band) - Static method in class org.gdal.gdal.gdalJNI
-
- RegenerateOverviews(Band, Band[]) - 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[], String, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
Generate downsampled overviews.
- RegenerateOverviews__SWIG_0(long, Band, Band[], String, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- RegenerateOverviews__SWIG_2(long, Band, Band[], String) - Static method in class org.gdal.gdal.gdalJNI
-
- RegenerateOverviews__SWIG_3(long, Band, Band[]) - Static method in class org.gdal.gdal.gdalJNI
-
- Register() - Method in class org.gdal.gdal.Driver
-
Register a driver for use.
- Register() - Method in class org.gdal.ogr.Driver
-
Add a driver to the list of registered drivers.
- RegisterAll() - Static method in class org.gdal.ogr.ogr
-
Register all known configured OGR drivers.
- RegisterAll() - Static method in class org.gdal.ogr.ogrJNI
-
- ReleaseResultSet(Layer) - Method in class org.gdal.gdal.Dataset
-
- ReleaseResultSet(Layer) - Method in class org.gdal.ogr.DataSource
-
Release results of ExecuteSQL().
- RemoveGeometry(int) - Method in class org.gdal.ogr.Geometry
-
- RemoveLowerDimensionSubGeoms() - Method in class org.gdal.ogr.Geometry
-
- Rename(String, String) - Method in class org.gdal.gdal.Driver
-
Rename a dataset.
- Rename(String, String) - Static method in class org.gdal.gdal.gdal
-
Rename a file.
- Rename(String, String) - Static method in class org.gdal.gdal.gdalJNI
-
- ReorderField(int, int) - Method in class org.gdal.ogr.Layer
-
Reorder an existing field on a layer.
- ReorderFields(int[]) - Method in class org.gdal.ogr.Layer
-
Reorder all the fields of a layer.
- ReprojectImage(Dataset, Dataset) - 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, String, String) - 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, int, double) - 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, double, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
Reproject image.
- ReprojectImage(Dataset, Dataset, String, String, int, double, double, ProgressCallback, Vector) - Static method in class org.gdal.gdal.gdal
-
- ReprojectImage__SWIG_0(long, Dataset, long, Dataset, String, String, int, double, double, ProgressCallback, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- ReprojectImage__SWIG_1(long, Dataset, long, Dataset, String, String, int, double, double, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- ReprojectImage__SWIG_3(long, Dataset, long, Dataset, String, String, int, double, double) - Static method in class org.gdal.gdal.gdalJNI
-
- ReprojectImage__SWIG_4(long, Dataset, long, Dataset, String, String, int, double) - Static method in class org.gdal.gdal.gdalJNI
-
- ReprojectImage__SWIG_5(long, Dataset, long, Dataset, String, String, int) - Static method in class org.gdal.gdal.gdalJNI
-
- ReprojectImage__SWIG_6(long, Dataset, long, Dataset, String, String) - Static method in class org.gdal.gdal.gdalJNI
-
- ReprojectImage__SWIG_7(long, Dataset, long, Dataset, String) - Static method in class org.gdal.gdal.gdalJNI
-
- ReprojectImage__SWIG_8(long, Dataset, long, Dataset) - Static method in class org.gdal.gdal.gdalJNI
-
- ResetReading() - Method in class org.gdal.gdal.Dataset
-
- ResetReading() - Method in class org.gdal.ogr.Layer
-
Reset feature reading to start on the first feature.
- ResetStyleStringReading() - Method in class org.gdal.ogr.StyleTable
-
- ResolveMDArray(String, String) - Method in class org.gdal.gdal.Group
-
- ResolveMDArray(String, String, Vector) - Method in class org.gdal.gdal.Group
-
- Rmdir(String) - Static method in class org.gdal.gdal.gdal
-
Delete a directory.
- Rmdir(String) - Static method in class org.gdal.gdal.gdalJNI
-
- RmdirRecursive(String) - Static method in class org.gdal.gdal.gdal
-
- RmdirRecursive(String) - Static method in class org.gdal.gdal.gdalJNI
-
- RollbackTransaction() - Method in class org.gdal.gdal.Dataset
-
- RollbackTransaction() - Method in class org.gdal.gnm.Network
-
- RollbackTransaction() - Method in class org.gdal.ogr.DataSource
-
- 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
-
- run(double, String) - Method in class org.gdal.gnm.ProgressCallback
-
Callback method called from long processing from GDAL methods.
- run(double, String) - Method in class org.gdal.gnm.TermProgressCallback
-
- run(double, String) - Method in class org.gdal.ogr.ProgressCallback
-
Callback method called from long processing from GDAL methods.
- run(double, String) - Method in class org.gdal.ogr.TermProgressCallback
-
- SaveStyleTable(String) - Method in class org.gdal.ogr.StyleTable
-
- 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() - Method in class org.gdal.gdal.XMLNode
-
- SerializeXMLTree(long, XMLNode) - Static method in class org.gdal.gdal.gdalJNI
-
- SerializeXMLTree(XMLNode) - Static method in class org.gdal.gdal.gdal
-
- Set3D(int) - Method in class org.gdal.ogr.Geometry
-
- 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
-
- SetAlternativeName(String) - Method in class org.gdal.ogr.FieldDefn
-
- SetAngularUnits(String, double) - Method in class org.gdal.osr.SpatialReference
-
Set the angular units for the geographic coordinate system.
- SetAreaOfInterest(double, double, double, double) - Method in class org.gdal.osr.CoordinateTransformationOptions
-
- 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.
- SetAxisMappingStrategy(int) - Method in class org.gdal.osr.SpatialReference
-
- SetBonne(double, double, double, double) - Method in class org.gdal.osr.SpatialReference
-
- SetCacheMax(int) - Static method in class org.gdal.gdal.gdal
-
- SetCacheMax(int) - Static method in class org.gdal.gdal.gdalJNI
-
- SetCategoryNames(Vector) - Method in class org.gdal.gdal.Band
-
Set the category names for this band.
- 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.
- SetCompoundCS(String, SpatialReference, SpatialReference) - Method in class org.gdal.osr.SpatialReference
-
- SetConfigOption(String, String) - Static method in class org.gdal.gdal.gdal
-
Set a configuration option for GDAL/OGR use.
- SetConfigOption(String, String) - Static method in class org.gdal.gdal.gdalJNI
-
- 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
-
- SetCurrentErrorHandlerCatchDebug(int) - Static method in class org.gdal.gdal.gdal
-
- SetCurrentErrorHandlerCatchDebug(int) - Static method in class org.gdal.gdal.gdalJNI
-
- SetDataAxisToSRSAxisMapping(int[]) - Method in class org.gdal.osr.SpatialReference
-
- SetDefault(String) - Method in class org.gdal.ogr.FieldDefn
-
- 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
-
- SetErrorHandler() - Static method in class org.gdal.gdal.gdal
-
Set a quiet global error handler.
- SetErrorHandler(SWIGTYPE_p_CPLErrorHandler) - Static method in class org.gdal.gdal.gdal
-
- SetErrorHandler(SWIGTYPE_p_CPLErrorHandler, SWIGTYPE_p_void) - Static method in class org.gdal.gdal.gdal
-
- SetErrorHandler__SWIG_0(long, long) - Static method in class org.gdal.gdal.gdalJNI
-
- SetErrorHandler__SWIG_1(long) - Static method in class org.gdal.gdal.gdalJNI
-
- SetErrorHandler__SWIG_2() - Static method in class org.gdal.gdal.gdalJNI
-
- SetFeature(Feature) - Method in class org.gdal.ogr.Layer
-
Rewrite an existing feature.
- SetFID(long) - Method in class org.gdal.ogr.Feature
-
Set the feature identifier.
- SetField(int, double) - Method in class org.gdal.ogr.Feature
-
Set field to double value.
- SetField(int, int) - Method in class org.gdal.ogr.Feature
-
Set field to integer value.
- SetField(int, int, int, int, int, int, float, int) - Method in class org.gdal.ogr.Feature
-
Set field to date.
- SetField(int, String) - Method in class org.gdal.ogr.Feature
-
Set field to string value.
- SetField(String, double) - Method in class org.gdal.ogr.Feature
-
Set field to double value.
- SetField(String, int) - Method in class org.gdal.ogr.Feature
-
Set field to integer value.
- SetField(String, int, int, int, int, int, float, int) - Method in class org.gdal.ogr.Feature
-
Set field to date.
- SetField(String, String) - Method in class org.gdal.ogr.Feature
-
Set field to string value.
- SetFieldBinaryFromHexString(int, String) - Method in class org.gdal.ogr.Feature
-
- SetFieldBinaryFromHexString(String, String) - Method in class org.gdal.ogr.Feature
-
- SetFieldDoubleList(int, double[]) - Method in class org.gdal.ogr.Feature
-
Set field to list of doubles value.
- SetFieldInteger64(int, long) - Method in class org.gdal.ogr.Feature
-
- SetFieldIntegerList(int, int[]) - Method in class org.gdal.ogr.Feature
-
Set field to list of integers value.
- SetFieldNull(int) - Method in class org.gdal.ogr.Feature
-
- SetFieldNull(String) - Method in class org.gdal.ogr.Feature
-
- SetFieldStringList(int, Vector) - Method in class org.gdal.ogr.Feature
-
Set field to list of strings value.
- SetFrom(Feature) - Method in class org.gdal.ogr.Feature
-
Set one feature from another.
- SetFrom(Feature, int) - 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.
- SetFromWithMap(Feature, int, int[]) - Method in class org.gdal.ogr.Feature
-
Set one feature from another.
- 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.
- SetGCPs2(GCP[], SpatialReference) - Method in class org.gdal.gdal.Dataset
-
- 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.
- SetGenerate_DB2_V72_BYTE_ORDER(int) - Static method in class org.gdal.ogr.ogrJNI
-
- SetGeocCS() - Method in class org.gdal.osr.SpatialReference
-
Set the user visible GEOCCS name.
- SetGeocCS(String) - Method in class org.gdal.osr.SpatialReference
-
Set the user visible GEOCCS name.
- SetGeogCS(String, String, String, double, 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, 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, String, 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.
- SetGeometryIgnored(int) - Method in class org.gdal.ogr.FeatureDefn
-
Set whether the geometry can be omitted when fetching features.
- SetGeomField(int, Geometry) - Method in class org.gdal.ogr.Feature
-
- SetGeomField(String, Geometry) - Method in class org.gdal.ogr.Feature
-
- SetGeomFieldDirectly(int, Geometry) - Method in class org.gdal.ogr.Feature
-
- SetGeomFieldDirectly(String, Geometry) - Method in class org.gdal.ogr.Feature
-
- 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
-
- SetIGH() - Method in class org.gdal.osr.SpatialReference
-
- SetIgnored(int) - Method in class org.gdal.ogr.FieldDefn
-
Set whether this field should be omitted when fetching features.
- SetIgnored(int) - Method in class org.gdal.ogr.GeomFieldDefn
-
- SetIgnoredFields(Vector) - Method in class org.gdal.ogr.Layer
-
Set which fields can be omitted when retrieving features from the layer.
- SetIndexingVariable(MDArray) - Method in class org.gdal.gdal.Dimension
-
- 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
-
- SetMeasured(int) - Method in class org.gdal.ogr.Geometry
-
- SetMercator(double, double, double, double, double) - Method in class org.gdal.osr.SpatialReference
-
- SetMercator2SP(double, double, double, double, double) - Method in class org.gdal.osr.SpatialReference
-
- SetMetadata(String) - Method in class org.gdal.gdal.MajorObject
-
Set metadata.
- SetMetadata(String, String) - Method in class org.gdal.gdal.MajorObject
-
Set metadata.
- SetMetadata(Hashtable) - Method in class org.gdal.gdal.MajorObject
-
Set metadata.
- SetMetadata(Hashtable, String) - Method in class org.gdal.gdal.MajorObject
-
Set metadata.
- SetMetadata(Vector) - Method in class org.gdal.gdal.MajorObject
-
Set metadata.
- SetMetadata(Vector, String) - Method in class org.gdal.gdal.MajorObject
-
Set metadata.
- SetMetadataItem(String, String) - Method in class org.gdal.gdal.MajorObject
-
Set single metadata item.
- SetMetadataItem(String, 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.
- SetName(String) - Method in class org.gdal.ogr.GeomFieldDefn
-
- SetNativeData(String) - Method in class org.gdal.ogr.Feature
-
- SetNativeMediaType(String) - Method in class org.gdal.ogr.Feature
-
- SetNextByIndex(long) - 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.
- SetNoDataValueDouble(double) - Method in class org.gdal.gdal.MDArray
-
- SetNonLinearGeometriesEnabledFlag(int) - Static method in class org.gdal.ogr.ogr
-
- SetNonLinearGeometriesEnabledFlag(int) - Static method in class org.gdal.ogr.ogrJNI
-
- SetNormProjParm(String, double) - Method in class org.gdal.osr.SpatialReference
-
Set a projection parameter with a normalized value.
- SetNullable(int) - Method in class org.gdal.ogr.FieldDefn
-
- SetNullable(int) - Method in class org.gdal.ogr.GeomFieldDefn
-
- SetNZMG(double, double, double, double) - Method in class org.gdal.osr.SpatialReference
-
- SetOffset(double) - Method in class org.gdal.gdal.Band
-
Set scaling offset.
- SetOffset(double) - Method in class org.gdal.gdal.MDArray
-
- SetOffset(double, int) - Method in class org.gdal.gdal.MDArray
-
- SetOperation(String) - Method in class org.gdal.osr.CoordinateTransformationOptions
-
- 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) - Method in class org.gdal.ogr.Geometry
-
Set the location of a vertex in a point or linestring geometry.
- 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_2D(int, double, double) - Method in class org.gdal.ogr.Geometry
-
Set the location of a vertex in a point or linestring geometry.
- SetPointM(int, double, double, double) - Method in class org.gdal.ogr.Geometry
-
- SetPointZM(int, double, double, double, double) - Method in class org.gdal.ogr.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() - Method in class org.gdal.osr.SpatialReference
-
Set the user visible PROJCS name.
- SetProjCS(String) - 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.
- SetPROJSearchPath(String) - Static method in class org.gdal.osr.osr
-
- SetPROJSearchPath(String) - Static method in class org.gdal.osr.osrJNI
-
- SetPROJSearchPaths(Vector) - Static method in class org.gdal.osr.osr
-
- SetPROJSearchPaths(Vector) - Static method in class org.gdal.osr.osrJNI
-
- 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.
- SetScale(double) - Method in class org.gdal.gdal.Band
-
Set scaling ratio.
- SetScale(double) - Method in class org.gdal.gdal.MDArray
-
- SetScale(double, int) - Method in class org.gdal.gdal.MDArray
-
- SetSinusoidal(double, double, double) - Method in class org.gdal.osr.SpatialReference
-
- SetSOC(double, double, double, double) - Method in class org.gdal.osr.SpatialReference
-
- SetSpatialFilter(int, Geometry) - Method in class org.gdal.ogr.Layer
-
- 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.
- SetSpatialFilterRect(int, double, double, double, double) - Method in class org.gdal.ogr.Layer
-
- SetSpatialRef(SpatialReference) - Method in class org.gdal.gdal.Dataset
-
- SetSpatialRef(SpatialReference) - Method in class org.gdal.gdal.MDArray
-
- SetSpatialRef(SpatialReference) - Method in class org.gdal.ogr.GeomFieldDefn
-
- SetStatePlane(int) - 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, int, String) - Method in class org.gdal.osr.SpatialReference
-
Set State Plane projection definition.
- SetStatePlane(int, int, String, double) - 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
-
- SetStyleIgnored(int) - Method in class org.gdal.ogr.FeatureDefn
-
Set whether the style can be omitted when fetching features.
- SetStyleString(String) - Method in class org.gdal.ogr.Feature
-
Set feature style string.
- SetStyleTable(StyleTable) - Method in class org.gdal.gdal.Dataset
-
- SetStyleTable(StyleTable) - Method in class org.gdal.ogr.DataSource
-
- SetStyleTable(StyleTable) - Method in class org.gdal.ogr.Layer
-
- SetSubType(int) - Method in class org.gdal.ogr.FieldDefn
-
- SetTableType(int) - Method in class org.gdal.gdal.RasterAttributeTable
-
- SetTargetLinearUnits(String, String, double) - Method in class org.gdal.osr.SpatialReference
-
Set the linear units for the projection.
- 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.
- SetType(int) - Method in class org.gdal.ogr.GeomFieldDefn
-
- SetUnique(int) - Method in class org.gdal.ogr.FieldDefn
-
- SetUnit(String) - Method in class org.gdal.gdal.MDArray
-
- SetUnitType(String) - Method in class org.gdal.gdal.Band
-
Set unit type.
- SetUTM(int) - Method in class org.gdal.osr.SpatialReference
-
Set UTM projection definition.
- SetUTM(int, 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
-
- SetVertCS() - Method in class org.gdal.osr.SpatialReference
-
- SetVertCS(String) - Method in class org.gdal.osr.SpatialReference
-
- SetVertCS(String, String) - Method in class org.gdal.osr.SpatialReference
-
- SetVertCS(String, String, int) - Method in class org.gdal.osr.SpatialReference
-
Set the user visible VERT_CS name.
- SetVerticalPerspective(double, double, double, 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) - 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, int, Vector) - Static method in class org.gdal.gdal.gdal
-
Removes small raster polygons.
- SieveFilter(Band, Band, Band, int, int, Vector, ProgressCallback) - Static method in class org.gdal.gdal.gdal
-
Removes small raster polygons.
- SieveFilter__SWIG_0(long, Band, long, Band, long, Band, int, int, Vector, ProgressCallback) - Static method in class org.gdal.gdal.gdalJNI
-
- SieveFilter__SWIG_2(long, Band, long, Band, long, Band, int, int, Vector) - Static method in class org.gdal.gdal.gdalJNI
-
- SieveFilter__SWIG_3(long, Band, long, Band, long, Band, int, int) - Static method in class org.gdal.gdal.gdalJNI
-
- SieveFilter__SWIG_4(long, Band, long, Band, long, Band, int) - Static method in class org.gdal.gdal.gdalJNI
-
- Simplify(double) - Method in class org.gdal.ogr.Geometry
-
Simplify the geometry.
- SimplifyPreserveTopology(double) - Method in class org.gdal.ogr.Geometry
-
Simplify the geometry while preserving topology.
- SpatialReference - Class in org.gdal.osr
-
This class represents an OpenGIS Spatial Reference System, and contains
methods for converting between this object organization and well known
text (WKT) format.
- SpatialReference() - Constructor for class org.gdal.osr.SpatialReference
-
Constructor.
- SpatialReference(String) - Constructor for class org.gdal.osr.SpatialReference
-
Constructor.
- SpatialReference___str__(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_AddGuessedTOWGS84(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_AutoIdentifyEPSG(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_Clone(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_CloneGeogCS(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ConvertToOtherProjection__SWIG_0(long, SpatialReference, String, Vector) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ConvertToOtherProjection__SWIG_1(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_CopyGeogCSFrom(long, SpatialReference, long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_DemoteTo2D__SWIG_0(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_DemoteTo2D__SWIG_1(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_EPSGTreatsAsLatLong(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_EPSGTreatsAsNorthingEasting(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToMICoordSys(long, SpatialReference, String[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToPCI(long, SpatialReference, String[], String[], double[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToPrettyWkt__SWIG_0(long, SpatialReference, String[], int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToPrettyWkt__SWIG_1(long, SpatialReference, String[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToProj4(long, SpatialReference, String[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToPROJJSON__SWIG_0(long, SpatialReference, String[], Vector) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToPROJJSON__SWIG_1(long, SpatialReference, String[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToUSGS(long, SpatialReference, int[], int[], double[], int[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToWkt__SWIG_0(long, SpatialReference, String[], Vector) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToWkt__SWIG_1(long, SpatialReference, String[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToXML__SWIG_0(long, SpatialReference, String[], String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ExportToXML__SWIG_1(long, SpatialReference, String[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAngularUnits(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAngularUnitsName(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAreaOfUse(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAttrValue__SWIG_0(long, SpatialReference, String, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAttrValue__SWIG_1(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAuthorityCode(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAuthorityName(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAxesCount(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAxisMappingStrategy(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAxisName(long, SpatialReference, String, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetAxisOrientation(long, SpatialReference, String, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetDataAxisToSRSAxisMapping(long, SpatialReference, long, long) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetInvFlattening(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetLinearUnits(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetLinearUnitsName(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetName(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetNormProjParm__SWIG_0(long, SpatialReference, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetNormProjParm__SWIG_1(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetProjParm__SWIG_0(long, SpatialReference, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetProjParm__SWIG_1(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetSemiMajor(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetSemiMinor(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetTargetLinearUnits(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetTOWGS84(long, SpatialReference, double[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_GetUTMZone(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_HasTOWGS84(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromEPSG(long, SpatialReference, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromEPSGA(long, SpatialReference, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromERM(long, SpatialReference, String, String, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromESRI(long, SpatialReference, Vector) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromMICoordSys(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromOzi(long, SpatialReference, Vector) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromPCI__SWIG_0(long, SpatialReference, String, String, double[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromPCI__SWIG_1(long, SpatialReference, String, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromPCI__SWIG_2(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromProj4(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromUrl(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromUSGS__SWIG_0(long, SpatialReference, int, int, double[], int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromUSGS__SWIG_1(long, SpatialReference, int, int, double[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromUSGS__SWIG_2(long, SpatialReference, int, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromUSGS__SWIG_3(long, SpatialReference, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromWkt(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_ImportFromXML(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsCompound(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsDerivedGeographic(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsGeocentric(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsGeographic(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsLocal(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsProjected(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsSame__SWIG_0(long, SpatialReference, long, SpatialReference, Vector) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsSame__SWIG_1(long, SpatialReference, long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsSameGeogCS(long, SpatialReference, long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsSameVertCS(long, SpatialReference, long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_IsVertical(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_MorphFromESRI(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_MorphToESRI(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_PromoteTo3D__SWIG_0(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_PromoteTo3D__SWIG_1(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetACEA(long, SpatialReference, double, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetAE(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetAngularUnits(long, SpatialReference, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetAttrValue(long, SpatialReference, String, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetAuthority(long, SpatialReference, String, String, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetAxisMappingStrategy(long, SpatialReference, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetBonne(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetCEA(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetCompoundCS(long, SpatialReference, String, long, SpatialReference, long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetCS(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetDataAxisToSRSAxisMapping(long, SpatialReference, int[]) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetEC(long, SpatialReference, double, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetEckertIV(long, SpatialReference, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetEckertVI(long, SpatialReference, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetEquirectangular(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetEquirectangular2(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetFromUserInput(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGaussSchreiberTMercator(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGeocCS__SWIG_0(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGeocCS__SWIG_1(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGeogCS__SWIG_0(long, SpatialReference, String, String, String, double, double, String, double, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGeogCS__SWIG_1(long, SpatialReference, String, String, String, double, double, String, double, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGeogCS__SWIG_2(long, SpatialReference, String, String, String, double, double, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGeogCS__SWIG_3(long, SpatialReference, String, String, String, double, double, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGeogCS__SWIG_4(long, SpatialReference, String, String, String, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGEOS(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGH(long, SpatialReference, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGnomonic(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetGS(long, SpatialReference, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetHOM(long, SpatialReference, double, double, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetHOM2PNO(long, SpatialReference, double, double, double, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetIGH(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetKrovak(long, SpatialReference, double, double, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetLAEA(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetLCC(long, SpatialReference, double, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetLCC1SP(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetLCCB(long, SpatialReference, double, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetLinearUnits(long, SpatialReference, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetLinearUnitsAndUpdateParameters(long, SpatialReference, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetLocalCS(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetMC(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetMercator(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetMercator2SP(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetMollweide(long, SpatialReference, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetNormProjParm(long, SpatialReference, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetNZMG(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetOrthographic(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetOS(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetPolyconic(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetProjCS__SWIG_0(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetProjCS__SWIG_1(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetProjection(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetProjParm(long, SpatialReference, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetPS(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetRobinson(long, SpatialReference, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetSinusoidal(long, SpatialReference, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetSOC(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetStatePlane__SWIG_0(long, SpatialReference, int, int, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetStatePlane__SWIG_1(long, SpatialReference, int, int, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetStatePlane__SWIG_2(long, SpatialReference, int, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetStatePlane__SWIG_3(long, SpatialReference, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetStereographic(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetTargetLinearUnits(long, SpatialReference, String, String, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetTM(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetTMG(long, SpatialReference, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetTMSO(long, SpatialReference, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetTMVariant(long, SpatialReference, String, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetTOWGS84(long, SpatialReference, double, double, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetUTM__SWIG_0(long, SpatialReference, int, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetUTM__SWIG_1(long, SpatialReference, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetVDG(long, SpatialReference, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetVertCS__SWIG_0(long, SpatialReference, String, String, int) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetVertCS__SWIG_1(long, SpatialReference, String, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetVertCS__SWIG_2(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetVertCS__SWIG_3(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetVerticalPerspective(long, SpatialReference, double, double, double, double, double, double) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_SetWellKnownGeogCS(long, SpatialReference, String) - Static method in class org.gdal.osr.osrJNI
-
- SpatialReference_Validate(long, SpatialReference) - Static method in class org.gdal.osr.osrJNI
-
- 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_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_PEG_POINT_HEADING - Static variable in interface org.gdal.osr.osrConstants
-
- SRS_PP_PEG_POINT_HEIGHT - Static variable in interface org.gdal.osr.osrConstants
-
- SRS_PP_PEG_POINT_LATITUDE - Static variable in interface org.gdal.osr.osrConstants
-
- SRS_PP_PEG_POINT_LONGITUDE - 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_AITOFF - 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_CRASTER_PARABOLIC - 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_AZIMUTH_CENTER - 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_IGH - 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_LOXIMUTHAL - 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_MERCATOR_AUXILIARY_SPHERE - 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_QSC - Static variable in interface org.gdal.osr.osrConstants
-
- SRS_PT_QUARTIC_AUTHALIC - Static variable in interface org.gdal.osr.osrConstants
-
- SRS_PT_ROBINSON - Static variable in interface org.gdal.osr.osrConstants
-
- SRS_PT_SCH - Static variable in interface org.gdal.osr.osrC