mapnik
Class AttributeDescriptor

java.lang.Object
  extended by mapnik.AttributeDescriptor

public class AttributeDescriptor
extends java.lang.Object


Field Summary
static int TYPE_DOUBLE
           
static int TYPE_FLOAT
           
static int TYPE_GEOMETRY
           
static int TYPE_INTEGER
           
static int TYPE_OBJECT
           
static int TYPE_STRING
           
 
Constructor Summary
AttributeDescriptor()
           
 
Method Summary
 java.lang.String getName()
           
 int getPrecision()
           
 int getSize()
           
 int getType()
           
 boolean isPrimaryKey()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_INTEGER

public static final int TYPE_INTEGER
See Also:
Constant Field Values

TYPE_FLOAT

public static final int TYPE_FLOAT
See Also:
Constant Field Values

TYPE_DOUBLE

public static final int TYPE_DOUBLE
See Also:
Constant Field Values

TYPE_STRING

public static final int TYPE_STRING
See Also:
Constant Field Values

TYPE_GEOMETRY

public static final int TYPE_GEOMETRY
See Also:
Constant Field Values

TYPE_OBJECT

public static final int TYPE_OBJECT
See Also:
Constant Field Values
Constructor Detail

AttributeDescriptor

public AttributeDescriptor()
Method Detail

getName

public java.lang.String getName()

getType

public int getType()

isPrimaryKey

public boolean isPrimaryKey()

getSize

public int getSize()

getPrecision

public int getPrecision()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object