Set the Id and The_Geom property.

Namespace: FlightPlan.Optimizer.Wfs.FeatureTypes
Assembly: FlightPlanOptimizer (in FlightPlanOptimizer.exe) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected void SetProperties(
	string id,
	string the_geom
)
Visual Basic
Protected Sub SetProperties ( _
	id As String, _
	the_geom As String _
)
Visual C++
protected:
void SetProperties(
	String^ id, 
	String^ the_geom
)

Parameters

id
Type: System..::..String

[Missing <param name="id"/> documentation for "M:FlightPlan.Optimizer.Wfs.FeatureTypes.AbstractFeatureType.SetProperties(System.String,System.String)"]

the_geom
Type: System..::..String

[Missing <param name="the_geom"/> documentation for "M:FlightPlan.Optimizer.Wfs.FeatureTypes.AbstractFeatureType.SetProperties(System.String,System.String)"]

See Also