Package org.gdal.ogr
Class GeomFieldDefn
java.lang.Object
org.gdal.ogr.GeomFieldDefn
-
Constructor Summary
ConstructorsConstructorDescriptionGeomFieldDefn
(String name_null_ok) GeomFieldDefn
(String name_null_ok, int field_type) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
boolean
int
GetName()
int
hashCode()
int
int
void
SetIgnored
(int bIgnored) void
void
SetNullable
(int bNullable) void
void
SetType
(int type)
-
Constructor Details
-
GeomFieldDefn
-
GeomFieldDefn
-
GeomFieldDefn
public GeomFieldDefn()
-
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
public int hashCode() -
GetName
-
GetNameRef
-
SetName
-
GetFieldType
public int GetFieldType() -
SetType
public void SetType(int type) -
GetSpatialRef
-
SetSpatialRef
-
IsIgnored
public int IsIgnored() -
SetIgnored
public void SetIgnored(int bIgnored) -
IsNullable
public int IsNullable() -
SetNullable
public void SetNullable(int bNullable)
-