com.hardcode.gdbms.engine.data.edition
Class MetadataEditionSupport.SpatialModifiedDriverMetadata

java.lang.Object
  extended by com.hardcode.gdbms.engine.data.edition.MetadataEditionSupport.ModifiedDriverMetadata
      extended by com.hardcode.gdbms.engine.data.edition.MetadataEditionSupport.SpatialModifiedDriverMetadata
All Implemented Interfaces:
DriverMetadata, SpatialDriverMetadata
Enclosing class:
MetadataEditionSupport

public class MetadataEditionSupport.SpatialModifiedDriverMetadata
extends MetadataEditionSupport.ModifiedDriverMetadata
implements SpatialDriverMetadata


Constructor Summary
MetadataEditionSupport.SpatialModifiedDriverMetadata()
           
 
Method Summary
 java.lang.String getGeometryFieldName()
           
 int getGeometryType()
          Gets the type of the geometry
 
Methods inherited from class com.hardcode.gdbms.engine.data.edition.MetadataEditionSupport.ModifiedDriverMetadata
getFieldCount, getFieldName, getFieldParam, getFieldParams, getFieldType, getParamNames, getParamValues, getPrimaryKeys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.hardcode.gdbms.engine.data.metadata.DriverMetadata
getFieldCount, getFieldName, getFieldParam, getFieldParams, getFieldType, getParamNames, getParamValues, getPrimaryKeys
 

Constructor Detail

MetadataEditionSupport.SpatialModifiedDriverMetadata

public MetadataEditionSupport.SpatialModifiedDriverMetadata()
Method Detail

getGeometryFieldName

public java.lang.String getGeometryFieldName()
                                      throws DriverException
Specified by:
getGeometryFieldName in interface SpatialDriverMetadata
Throws:
DriverException

getGeometryType

public int getGeometryType()
                    throws DriverException
Description copied from interface: SpatialDriverMetadata
Gets the type of the geometry

Specified by:
getGeometryType in interface SpatialDriverMetadata
Returns:
Throws:
DriverException


Copyright © 2005-2006 . All Rights Reserved.