Class GmlHelper
Assembly: FpAssistantCoreScl.dll
Syntax
Constructors
View Source
GmlHelper()
Declaration
Methods
View Source
AddFeatureMemberGeoMapElement(string, GeoMapElement, GmlDimension)
Add a GeoMapElement as a feature
Declaration
public void AddFeatureMemberGeoMapElement(string featureName, GeoMapElement geoMapElement, GmlDimension gmlDimension)
Parameters
Type |
Name |
Description |
string |
featureName |
Name of GML feature to add
|
GeoMapElement |
geoMapElement |
GeoMapElement to add to the GML
|
GmlDimension |
gmlDimension |
2D or 3D data of the GeoMapElement into the GML
|
View Source
AddFeatureMemberGeoMapElements(string, GeoMapElementCollection, GmlDimension)
Declaration
public void AddFeatureMemberGeoMapElements(string featureName, GeoMapElementCollection geoMapElementCollection, GmlDimension gmlDimension)
Parameters
View Source
CompleteXml()
Declaration
public void CompleteXml()
View Source
CreateGml(string, string, GeoMapElementCollection)
Declaration
public static bool CreateGml(string filename, string featureName, GeoMapElementCollection geoMapElementCollection)
Parameters
Returns
View Source
GetXml()
Declaration
Returns
View Source
Save(string)
Declaration
public void Save(string filename)
Parameters
Type |
Name |
Description |
string |
filename |
|