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 TypeMethodDescriptionvoiddelete()booleanGetName()intGetType()inthashCode()intintvoidSetCoordinatePrecision(GeomCoordinatePrecision coordPrec) voidSetIgnored(int bIgnored) voidvoidSetNullable(int bNullable) voidvoidSetType(int type)
-
Constructor Details
-
GeomFieldDefn
-
GeomFieldDefn
-
GeomFieldDefn
public GeomFieldDefn()
-
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
-
GetName
-
GetNameRef
-
SetName
-
GetType
public int GetType() -
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) -
GetCoordinatePrecision
-
SetCoordinatePrecision
-