FileGdbDriverCreateLayer Method

Overload List
  NameDescription
Public methodCreateLayer(String)
Creates the layer and opens it for appending.
(Inherited from FileDriver.)
Public methodCreateLayer(AbstractPath)
Creates the layer and opens it for appending.
(Inherited from FileDriver.)
Public methodCreateLayer(String, DriverOptions)
Creates the layer and opens it for appending.
(Inherited from FileDriver.)
Public methodCreateLayer(String, SpatialReferenceSystem)
Creates the layer and opens it for appending.
(Inherited from FileDriver.)
Public methodCreateLayer(String, FileGdbOptions)
Creates a layer and opens it for adding new features.
Public methodCreateLayer(AbstractPath, DriverOptions)
Creates the layer and opens it for appending.
(Inherited from FileDriver.)
Public methodCreateLayer(AbstractPath, SpatialReferenceSystem)
Creates the layer and opens it for appending.
(Inherited from FileDriver.)
Public methodCreateLayer(String, DriverOptions, SpatialReferenceSystem)
Creates the layer and opens it for appending.
(Inherited from FileDriver.)
Public methodCreateLayer(String, FileGdbOptions, SpatialReferenceSystem)
Creates a layer and opens it for appending.
Public methodCreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem)
Creates a layer and opens it for appending.
(Overrides FileDriverCreateLayer(AbstractPath, DriverOptions, SpatialReferenceSystem).)
Public methodCreateLayer(AbstractPath, FileGdbOptions, SpatialReferenceSystem)
Creates a layer and opens it for appending.
See Also