|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.vpf.VPFColumn
public class VPFColumn
A column in a VPF File.
Field Summary |
---|
Constructor Summary | |
---|---|
VPFColumn(java.lang.String name,
char type,
int elementsNumber,
char keyType,
java.lang.String colDesc,
java.lang.String valDescTableName,
java.lang.String thematicIdx,
java.lang.String narrTable)
Constructor with all of the elements of a VPF column |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Class |
getColumnClass()
Retrieves the class for the column, based on a char value. |
java.lang.Object |
getDefaultValue()
|
int |
getElementsNumber()
Returns the elementsNumber field |
org.opengis.feature.type.GeometryDescriptor |
getGeometryAttributeType()
Identifies and returns the GeometryAttributeType, or null if none exists. |
java.lang.String |
getLocalName()
|
int |
getMaxOccurs()
|
int |
getMinOccurs()
|
org.opengis.feature.type.Name |
getName()
|
java.lang.String |
getNarrTable()
Gets the value of narrTable |
java.lang.String |
getThematicIdx()
Gets the value of thematicIdx |
org.opengis.feature.type.AttributeType |
getType()
|
char |
getTypeChar()
Returns the typeChar field |
java.util.Map<java.lang.Object,java.lang.Object> |
getUserData()
|
java.lang.String |
getValDescTableName()
Gets the value of valDescTableName |
int |
hashCode()
|
boolean |
isAttemptLookup()
|
boolean |
isGeometry()
|
boolean |
isNillable()
|
org.opengis.feature.type.PropertyType |
type()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VPFColumn(java.lang.String name, char type, int elementsNumber, char keyType, java.lang.String colDesc, java.lang.String valDescTableName, java.lang.String thematicIdx, java.lang.String narrTable)
name
- type
- elementsNumber
- keyType
- colDesc
- valDescTableName
- thematicIdx
- narrTable
- Method Detail |
---|
public java.lang.Class getColumnClass()
public java.lang.String getLocalName()
getLocalName
in interface org.opengis.feature.type.AttributeDescriptor
public java.lang.String getNarrTable()
public java.lang.String getThematicIdx()
public java.lang.String getValDescTableName()
public boolean isGeometry()
public boolean isNillable()
isNillable
in interface org.opengis.feature.type.PropertyDescriptor
public char getTypeChar()
public int getElementsNumber()
public org.opengis.feature.type.GeometryDescriptor getGeometryAttributeType()
GeometryAttributeType
valuepublic boolean isAttemptLookup()
public int getMinOccurs()
getMinOccurs
in interface org.opengis.feature.type.PropertyDescriptor
public int getMaxOccurs()
getMaxOccurs
in interface org.opengis.feature.type.PropertyDescriptor
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public org.opengis.feature.type.AttributeType getType()
getType
in interface org.opengis.feature.type.AttributeDescriptor
getType
in interface org.opengis.feature.type.PropertyDescriptor
public org.opengis.feature.type.Name getName()
getName
in interface org.opengis.feature.type.PropertyDescriptor
public java.lang.Object getDefaultValue()
getDefaultValue
in interface org.opengis.feature.type.AttributeDescriptor
public java.util.Map<java.lang.Object,java.lang.Object> getUserData()
getUserData
in interface org.opengis.feature.type.PropertyDescriptor
public org.opengis.feature.type.PropertyType type()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |