Package org.gdal.ogr
Class GeomFieldDefn
- java.lang.Object
-
- org.gdal.ogr.GeomFieldDefn
-
public class GeomFieldDefn extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GeomFieldDefn()
GeomFieldDefn(java.lang.String name_null_ok)
GeomFieldDefn(java.lang.String name_null_ok, int field_type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
boolean
equals(java.lang.Object obj)
GeomCoordinatePrecision
GetCoordinatePrecision()
java.lang.String
GetName()
byte[]
GetNameAsByteArray()
java.lang.String
GetNameRef()
SpatialReference
GetSpatialRef()
int
GetType()
int
hashCode()
int
IsIgnored()
int
IsNullable()
void
SetCoordinatePrecision(GeomCoordinatePrecision coordPrec)
void
SetIgnored(int bIgnored)
void
SetName(java.lang.String name)
void
SetNullable(int bNullable)
void
SetSpatialRef(SpatialReference srs)
void
SetType(int type)
-
-
-
Method Detail
-
delete
public void delete()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
GetName
public java.lang.String GetName()
-
GetNameAsByteArray
public byte[] GetNameAsByteArray()
-
GetNameRef
public java.lang.String GetNameRef()
-
SetName
public void SetName(java.lang.String name)
-
GetType
public int GetType()
-
SetType
public void SetType(int type)
-
GetSpatialRef
public SpatialReference GetSpatialRef()
-
SetSpatialRef
public void SetSpatialRef(SpatialReference srs)
-
IsIgnored
public int IsIgnored()
-
SetIgnored
public void SetIgnored(int bIgnored)
-
IsNullable
public int IsNullable()
-
SetNullable
public void SetNullable(int bNullable)
-
GetCoordinatePrecision
public GeomCoordinatePrecision GetCoordinatePrecision()
-
SetCoordinatePrecision
public void SetCoordinatePrecision(GeomCoordinatePrecision coordPrec)
-
-