コード例 #1
0
        public string AsKml(Func <IRI.Msh.Common.Primitives.Point, IRI.Msh.Common.Primitives.Point> projectToGeodeticFunc = null)
        {
            //IRI.Ket.KmlFormat.Primitives.KmlType result = new KmlFormat.Primitives.KmlType();

            //IRI.Ket.KmlFormat.Primitives.DocumentType document = new KmlFormat.Primitives.DocumentType();

            //document.AbstractFeature = new KmlFormat.Primitives.AbstractFeatureType[] { this.AsPlacemark(projectToGeodeticFunc) };

            //result.KmlObjectExtensionGroup = new KmlFormat.Primitives.AbstractObjectType[] { document };

            //return IRI.Ket.IO.XmlStream.Parse(result);
            return(OgcKmlMapFunctions.AsKml(this.AsPlacemark(projectToGeodeticFunc)));
        }
コード例 #2
0
ファイル: PolyLineZ.cs プロジェクト: MohammadUT/IRI.Japey
 public string AsKml(Func <IRI.Ham.SpatialBase.Point, IRI.Ham.SpatialBase.Point> projectToGeodeticFunc = null)
 {
     return(OgcKmlMapFunctions.AsKml(this.AsPlacemark(projectToGeodeticFunc)));
 }
コード例 #3
0
 public string AsKml(Func <IRI.Msh.Common.Primitives.Point, IRI.Msh.Common.Primitives.Point> projectToGeodeticFunc = null)
 {
     return(OgcKmlMapFunctions.AsKml(this.AsPlacemark(projectToGeodeticFunc)));
 }