Package org.gdal.ogr
Class FieldDefn
java.lang.Object
org.gdal.ogr.FieldDefn
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()booleanintGetFieldTypeName(int type) intGetName()intintintGetWidth()inthashCode()intintintintIsUnique()voidSetAlternativeName(String alternativeName) voidSetDefault(String pszValue) voidSetDomainName(String name) voidSetIgnored(int bIgnored) voidSetJustify(int justify) voidvoidSetNullable(int bNullable) voidSetPrecision(int precision) voidSetSubType(int type) voidSetType(int type) voidSetUnique(int bUnique) voidSetWidth(int width)
-
Constructor Details
-
FieldDefn
-
FieldDefn
-
FieldDefn
public FieldDefn()
-
-
Method Details
-
delete
public void delete() -
equals
-
hashCode
public int hashCode() -
GetName
-
GetNameRef
-
SetName
-
GetAlternativeName
-
GetAlternativeNameRef
-
SetAlternativeName
-
GetFieldType
public int GetFieldType() -
SetType
public void SetType(int type) -
GetSubType
public int GetSubType() -
SetSubType
public void SetSubType(int type) -
GetJustify
public int GetJustify() -
SetJustify
public void SetJustify(int justify) -
GetWidth
public int GetWidth() -
SetWidth
public void SetWidth(int width) -
GetPrecision
public int GetPrecision() -
SetPrecision
public void SetPrecision(int precision) -
GetTypeName
-
GetFieldTypeName
-
IsIgnored
public int IsIgnored() -
SetIgnored
public void SetIgnored(int bIgnored) -
IsNullable
public int IsNullable() -
SetNullable
public void SetNullable(int bNullable) -
IsUnique
public int IsUnique() -
SetUnique
public void SetUnique(int bUnique) -
GetDefault
-
SetDefault
-
IsDefaultDriverSpecific
public int IsDefaultDriverSpecific() -
GetDomainName
-
SetDomainName
-