Feature.Feature Constructors
Initializes a new instance of the Feature class.
Overload List
Name | Description | |
---|---|---|
Public method | Feature(Geometry geometry, Crs crs) | Initializes a new Feature that uses the specified geometry and coordinate reference system. |
Public method | Feature(Geometry geometry, Crs crs, AttributeSet attributes) | Initializes a new Feature that uses the specified geometry, coordinate reference system and attributes. |
Public method | Feature(Geometry geometry, Crs crs, AttributeSet attributes, Id id) | Initializes a new Feature that uses the specified geometry, coordinate reference system, attributes and id. |
Public method | Feature(Geometry geometry, Crs crs, Id id) | Initializes a new Feature that uses the specified geometry, coordinate reference system and id. |
Feature(Geometry geometry, Crs crs)
Initializes a new Feature that uses the specified geometry and coordinate reference system.Syntax
public Feature (
Geometry geometry,
Crs crs
)
Parameters
Feature(Geometry geometry, Crs crs, AttributeSet attributes)
Initializes a new Feature that uses the specified geometry, coordinate reference system and attributes.Syntax
public Feature (
Geometry geometry,
Crs crs,
AttributeSet attributes
)
Parameters
attributes
Type: AttributeSet
An AttributeSet whose contents is copied into the attribute set of the new Feature.
An AttributeSet whose contents is copied into the attribute set of the new Feature.
Feature(Geometry geometry, Crs crs, AttributeSet attributes, Id id)
Initializes a new Feature that uses the specified geometry, coordinate reference system, attributes and id.Syntax
public Feature (
Geometry geometry,
Crs crs,
AttributeSet attributes,
Id id
)
Parameters
attributes
Type: AttributeSet
An AttributeSet whose contents is copied into the attribute set of the new Feature.
An AttributeSet whose contents is copied into the attribute set of the new Feature.
Feature(Geometry geometry, Crs crs, Id id)
Initializes a new Feature that uses the specified geometry, coordinate reference system and id.Syntax
public Feature (
Geometry geometry,
Crs crs,
Id id
)
Parameters
Platforms
Windows, Linux, Android