mapnik
Class AttributeDescriptor
java.lang.Object
mapnik.AttributeDescriptor
public class AttributeDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
AttributeDescriptor
public AttributeDescriptor()
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