ShapefileSchema.ShapefileSchema Constructors
Initializes a new instance of the ShapefileSchema class.
Overload List
Name | Description | |
---|---|---|
Public method | ShapefileSchema() | Initializes a new instance of the ShapefileSchema class. |
Public method | ShapefileSchema(GeometryType type) | Initializes a new instance of the ShapefileSchema class with the given geometry type. |
Public method | ShapefileSchema(GeometryType type, ShapefileAttributeCollection attributes) | Initializes a new instance of the ShapefileSchema class with the given geometry type and attribute list. |
Public method | ShapefileSchema(GeometryType type, IEnumerable< ShapefileAttribute > attributes) | Initializes a new instance of the ShapefileSchema class with the given geometry type and attribute list. |
ShapefileSchema()
Initializes a new instance of the ShapefileSchema class.Syntax
public ShapefileSchema ()
ShapefileSchema(GeometryType type)
Initializes a new instance of the ShapefileSchema class with the given geometry type.Syntax
public ShapefileSchema (
GeometryType type
)
Parameters
type
Type: GeometryType
The type of geometries that will be written to the Shapefile.
The type of geometries that will be written to the Shapefile.
ShapefileSchema(GeometryType type, ShapefileAttributeCollection attributes)
Initializes a new instance of the ShapefileSchema class with the given geometry type and attribute list.Syntax
public ShapefileSchema (
GeometryType type,
ShapefileAttributeCollection attributes
)
Parameters
type
Type: GeometryType
The type of geometries that will be written to the Shapefile.
The type of geometries that will be written to the Shapefile.
attributes
Type: A collection of ShapefileAttribute elements.
The list of attributes that will be written to the Shapefile.
The list of attributes that will be written to the Shapefile.
ShapefileSchema(GeometryType type, IEnumerable< ShapefileAttribute > attributes)
Initializes a new instance of the ShapefileSchema class with the given geometry type and attribute list.Syntax
public ShapefileSchema (
GeometryType type,
IEnumerable< ShapefileAttribute > attributes
)
Parameters
type
Type: GeometryType
The type of geometries that will be written to the Shapefile.
The type of geometries that will be written to the Shapefile.
attributes
Type: A collection of ShapefileAttribute elements.
The list of attributes that will be written to the Shapefile.
The list of attributes that will be written to the Shapefile.
Platforms
Windows, Linux, Android