org.estouro.ui.extensionSystem.jumpAdapter
Class FeatureSchemaAdapter

java.lang.Object
  extended by com.vividsolutions.jump.feature.FeatureSchema
      extended by org.estouro.ui.extensionSystem.jumpAdapter.FeatureSchemaAdapter
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class FeatureSchemaAdapter
extends com.vividsolutions.jump.feature.FeatureSchema

See Also:
Serialized Form

Constructor Summary
FeatureSchemaAdapter(com.hardcode.gdbms.engine.data.SpatialDataSource ds)
           
 
Method Summary
 int getAttributeCount()
           
 int getAttributeIndex(java.lang.String attributeName)
           
 java.lang.String getAttributeName(int attributeIndex)
           
 com.hardcode.gdbms.engine.data.SpatialDataSource getDs()
           
 int getGeometryIndex()
           
 
Methods inherited from class com.vividsolutions.jump.feature.FeatureSchema
addAttribute, clone, equals, equals, getAttributeType, getAttributeType, getCoordinateSystem, hasAttribute, setCoordinateSystem
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureSchemaAdapter

public FeatureSchemaAdapter(com.hardcode.gdbms.engine.data.SpatialDataSource ds)
Method Detail

getAttributeCount

public int getAttributeCount()
Overrides:
getAttributeCount in class com.vividsolutions.jump.feature.FeatureSchema

getAttributeName

public java.lang.String getAttributeName(int attributeIndex)
Overrides:
getAttributeName in class com.vividsolutions.jump.feature.FeatureSchema

getAttributeIndex

public int getAttributeIndex(java.lang.String attributeName)
Overrides:
getAttributeIndex in class com.vividsolutions.jump.feature.FeatureSchema

getGeometryIndex

public int getGeometryIndex()
Overrides:
getGeometryIndex in class com.vividsolutions.jump.feature.FeatureSchema

getDs

public com.hardcode.gdbms.engine.data.SpatialDataSource getDs()


Copyright © 2005-2006 Fernando González Cortés. All Rights Reserved.