VectorLayerCreate Method

Overload List
  NameDescription
Public methodStatic memberCreate(String, FileDriver)
Creates the layer and opens it for adding new features.
Public methodStatic memberCreate(AbstractPath, FileDriver)
Creates the layer and opens it for adding new features.
Public methodStatic memberCreate(String, FileDriver, DriverOptions)
Creates the layer and opens it for adding new features.
Public methodStatic memberCreate(String, FileDriver, SpatialReferenceSystem)
Creates the layer and opens it for appending.
Public methodStatic memberCreate(AbstractPath, FileDriver, DriverOptions)
Creates the layer and opens it for adding new features.
Public methodStatic memberCreate(AbstractPath, FileDriver, SpatialReferenceSystem)
Creates the layer and opens it for appending.
Public methodStatic memberCreate(String, FileDriver, DriverOptions, SpatialReferenceSystem)
Creates the layer and opens it for appending.
Public methodStatic memberCreate(AbstractPath, FileDriver, DriverOptions, SpatialReferenceSystem)
Creates the layer and opens it for appending.
See Also