Show / Hide Table of Contents

Class GmlHelper

Helper for GML creation

Inheritance
System.Object
GmlHelper
Namespace: FpAssistantCore.Geographical
Assembly: FpAssistantCoreScl.dll
Syntax
public class GmlHelper : object

Constructors

View Source

GmlHelper()

Declaration
public GmlHelper()

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
System.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
Type Name Description
System.String featureName
GeoMapElementCollection geoMapElementCollection
GmlDimension gmlDimension
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
Type Name Description
System.String filename
System.String featureName
GeoMapElementCollection geoMapElementCollection
Returns
Type Description
System.Boolean
View Source

GetXml()

Declaration
public string GetXml()
Returns
Type Description
System.String
View Source

Save(String)

Declaration
public void Save(string filename)
Parameters
Type Name Description
System.String filename
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited