Home
last modified time | relevance | path

Searched refs:kmlfile (Results 1 – 25 of 27) sorted by relevance

12

/dports/science/libkml/libkml-1.3.0/tests/swig/
H A Dkmlengine_test.py171 assert kmlfile
172 object = kmlfile.GetObjectById(id)
182 assert kmlfile
183 root = kmlfile.get_root()
197 assert kmlfile
198 object = kmlfile.GetObjectById(id)
218 assert kmlfile
219 root = kmlfile.get_root()
233 assert kmlfile
234 (ok, xml) = kmlfile.SerializeToString()
[all …]
/dports/astro/R-cran-maptools/maptools/man/
H A DkmlPolygons.Rd11 kmlPolygons(obj=NULL, kmlfile=NULL,
18 …\item{kmlfile}{if not \code{NULL} the name as character string of the kml file to be written to wo…
30 …bject into KML polygon. If \code{kmlfile} is not \code{NULL} the result will be written into that …
42 …ntaining the generated lines of the KML file as character vectors if \code{kmlfile} is \code{NULL}.
58 kmlfile <- paste(td, "worldPolitical.kml", sep="/")
60 kmlPolygons(wrld_simpl, kmlfile = kmlfile, name = "KML Polygons",
69 kmlfile <- paste(td, "worldPoliticalSubset.kml", sep="/")
70 kmlPolygons(wrld_simpl_subset, kmlfile = kmlfile,
76 kmlfile <- paste(td, "worldPoliticalandSubset.kml", sep="/")
77 kmlPolygons(wrld_simpl_subset, kmlfile = kmlfile,
H A DkmlLines.Rd9 kmlLines(obj=NULL, kmlfile=NULL,
16 \item{kmlfile}{if not \code{NULL} the name as character string of the kml file to be written}
27 …bject into KML line(s). If \code{kmlfile} is not \code{NULL} the result will be written into that …
37 …ntaining the generated lines of the KML file as character vectors if \code{kmlfile} is \code{NULL}.
57 kmlfile <- paste(td, "rivers.kml", sep="/")
58 kmlLines(rivers, kmlfile = kmlfile, name = "R Lines",
H A DkmlPoints.Rd9 kmlPoints(obj=NULL, kmlfile=NULL, kmlname="", kmldescription="",
16 \item{kmlfile}{if not \code{NULL} the name as character string of the kml file to be written}
25 …ch with a single Point. If \code{kmlfile} is not \code{NULL} the result will be written into that …
35 …ntaining the generated lines of the KML file as character vectors if \code{kmlfile} is \code{NULL}.
52 kmlfile <- paste(td, "OregonSplashDams.kml", sep="/")
61 kmlPoints(SplashDams, kmlfile=kmlfile, name=name, description=description,
H A DkmlPolygon.Rd11 kmlPolygon(obj=NULL, kmlfile=NULL,
18 \item{kmlfile}{if not \code{NULL} the name as character string of the kml file to be written}
30 …bject into KML polygon. If \code{kmlfile} is not \code{NULL} the result will be written into that …
42 …ntaining the generated lines of the KML file as character vectors if \code{kmlfile} is \code{NULL}.
60 kmlPolygon(sw, kmlfile=tf, name="South Africa", col="#df0000aa", lwd=5,
H A DkmlLine.Rd9 kmlLine(obj=NULL, kmlfile=NULL,
16 \item{kmlfile}{if not \code{NULL} the name as character string of the kml file to be written}
27 …bject into KML line(s). If \code{kmlfile} is not \code{NULL} the result will be written into that …
37 …ntaining the generated lines of the KML file as character vectors if \code{kmlfile} is \code{NULL}.
H A DgetKMLcoordinates.Rd11 getKMLcoordinates(kmlfile, ignoreAltitude=FALSE)
15 \item{kmlfile}{connection object or a character string of the KML file}
31 kmlPolygon(sw, kmlfile=tf, name="South Africa", col="#df0000aa", lwd=5,
H A DkmlOverlay.Rd9 kmlOverlay(obj, kmlfile = NULL, imagefile = NULL, name = "R image")
14 \item{kmlfile}{if not NULL the name of the kml file to be written}
/dports/math/R-cran-raster/raster/R/
H A Dkml.R69 kmlfile <- kmzfile <- filename functionVar
70 extension(kmlfile) <- '.kml'
72 if (file.exists(kmlfile)) {
74 file.remove(kmlfile)
102 f <- file(kmlfile, 'wt', encoding='UTF-8')
106 .zipKML(kmlfile, imagefile, zip, overwrite=overwrite)
H A Dkml_multiple.R79 kmlfile <- filename functionVar
80 extension(kmlfile) <- '.kml'
81 if (file.exists(kmlfile)) {
83 file.remove(kmlfile)
124 cat(paste(kml, sep="", collapse="\n"), file=kmlfile, sep = "")
125 .zipKML(kmlfile, imagefile, zip, overwrite=overwrite)
/dports/science/libkml/libkml-1.3.0/examples/helloworld/
H A Dsimplifylines.cc110 static LineStringPtr CreateSimplifiedLineString(const KmlFilePtr& kmlfile, in CreateSimplifiedLineString() argument
115 LineStringVisitor linestring_visitor(kmlfile, concatenated_coordinates); in CreateSimplifiedLineString()
117 kmlengine::GetRootFeature(kmlfile->get_root()), linestring_visitor); in CreateSimplifiedLineString()
135 KmlFilePtr kmlfile = KmlFile::CreateFromImport(kml); in WriteFile() local
136 if (!kmlfile) { in WriteFile()
141 kmlfile->SerializeToString(&kml_data); in WriteFile()
H A Dsortplacemarks.cc54 static FeaturePtr GetKmlFileRootFeature(const char* kmlfile);
74 static FeaturePtr GetKmlFileRootFeature(const char* kmlfile) { in GetKmlFileRootFeature() argument
77 if (!kmlbase::File::ReadFileToString(kmlfile, &file_data)) { in GetKmlFileRootFeature()
78 cout << kmlfile << " read failed" << endl; in GetKmlFileRootFeature()
85 KmzFilePtr kmz_file = KmzFile::OpenFromString(kmlfile); in GetKmlFileRootFeature()
H A Dhellohref.cc196 static void HandleFile(const char* kmlfile) { in HandleFile() argument
197 cout << kmlfile << endl; in HandleFile()
199 bool status = kmlbase::File::ReadFileToString(kmlfile, &kml); in HandleFile()
218 const char* kmlfile = argv[1]; in main() local
219 HandleFile(kmlfile); in main()
H A Dchecklinks.cc80 const char* kmlfile = argv[1]; in main() local
84 if (!kmlbase::File::ReadFileToString(kmlfile, &file_data)) { in main()
85 cout << kmlfile << " read failed" << endl; in main()
/dports/astro/R-cran-maptools/maptools/R/
H A DgetKMLcoordinates.R2 getKMLcoordinates <- function(kmlfile, ignoreAltitude = FALSE) { argument
3 if (missing(kmlfile))
5 kml <- paste(readLines(kmlfile, encoding = "UTF-8"),
H A DkmlLine.R2 kmlLine <- function(obj = NULL, kmlfile = NULL, name = "R Line", argument
66 if (!is.null(kmlfile))
68 sep = "", collapse = "\n"), "\n", file = kmlfile, sep = "")
H A DkmlPoints.R2 kmlPoints <- function (obj = NULL, kmlfile = NULL, kmlname = "", kmldescription = "", argument
84 if (!is.null(kmlfile))
86 collapse = "\n"), "\n", file = kmlfile, sep = "")
H A DkmlLines.R3 kmlLines <- function(obj = NULL, kmlfile = NULL, name = "R Lines", argument
96 if (!is.null(kmlfile))
98 sep = "", collapse = "\n"), "\n", file = kmlfile, sep = "")
H A DkmlPolygons.R3 kmlPolygons <- function(obj = NULL, kmlfile = NULL, name = "KML Polygons", argument
114 if (!is.null(kmlfile))
116 sep = "", collapse = "\n"), "\n", file = kmlfile, sep = "")
H A DkmlPolygon.R2 kmlPolygon <- function(obj = NULL, kmlfile = NULL, name = "R Polygon", argument
90 if (!is.null(kmlfile))
92 sep = "", collapse = "\n"), "\n", file = kmlfile, sep = "")
H A DGE_png.R80 kmlOverlay <- function(obj, kmlfile=NULL, imagefile=NULL, name="R image") { argument
110 if (!is.null(kmlfile)) cat(paste(x, sep="", collapse="\n"),
111 file=kmlfile, sep="")
/dports/science/libkml/libkml-1.3.0/examples/gx/
H A Dfeaturetour.cc105 KmlFilePtr kmlfile = KmlFile::CreateFromImport(kml); in WriteTour() local
106 if (!kmlfile) { in WriteTour()
112 kmlfile->SerializeToString(&kml_data); in WriteTour()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/maps/
H A Dlibkml.py76 fdir, self.kmlfile = os.path.split(fname)
82 self.name = self.kmlfile
/dports/science/healpix/Healpix_3.50/src/idl/visu/
H A Dcartgoogle.pro228 if (iend gt 0) then kmlfile = strmid(img_file,0,iend) +'.kml' else kmlfile = img_file +'.kml'
229 write_kml_file, img_file, kmlfile, title=titleplot, subtitle=subtitle
/dports/comms/splat/splat-1.4.2/
H A Dsplat.cpp3918 kmlfile[x]='.'; in WritePPM()
3921 kmlfile[x+1]='k'; in WritePPM()
3924 kmlfile[x+2]='m'; in WritePPM()
3927 kmlfile[x+3]='l'; in WritePPM()
3930 kmlfile[x+4]=0; in WritePPM()
4210 kmlfile[x]='.'; in WritePPMLR()
4222 kmlfile[x+4]=0; in WritePPMLR()
4688 kmlfile[x]='.'; in WritePPMSS()
4700 kmlfile[x+4]=0; in WritePPMSS()
5202 kmlfile[x]='.'; in WritePPMDBM()
[all …]

12