Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/gml.R
\name{OGS6_gml}
\alias{OGS6_gml}
\title{OGS6_gml}
\description{
Constructor for the OGS6_gml base class
}
\section{Active bindings}{
\if{html}{\out{<div class="r6-active-bindings">}}
\describe{
\item{\code{gml_path}}{Getter for private parameter '.gml_path'}
\item{\code{name}}{Access to private parameter '.name'}
\item{\code{points}}{Access to private parameter '.points'}
\item{\code{polylines}}{Access to private parameter '.polylines'}
\item{\code{surfaces}}{Access to private parameter '.surfaces'}
\item{\code{is_subclass}}{Getter for private parameter '.is_subclass'}
\item{\code{attr_names}}{Getter for private parameter '.attr_names'}
\item{\code{flatten_on_exp}}{Getter for private parameter '.flatten_on_exp'}
}
\if{html}{\out{</div>}}
}
\section{Methods}{
\subsection{Public methods}{
\itemize{
\item \href{#method-new}{\code{OGS6_gml$new()}}
\item \href{#method-clone}{\code{OGS6_gml$clone()}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-new"></a>}}
\if{latex}{\out{\hypertarget{method-new}{}}}
\subsection{Method \code{new()}}{
Creates new OGS6_gml object
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{OGS6_gml$new(
gml_path = NULL,
name = NULL,
points = NULL,
polylines = NULL,
surfaces = NULL
)}\if{html}{\out{</div>}}
}
\subsection{Arguments}{
\if{html}{\out{<div class="arguments">}}
\describe{
\item{\code{gml_path}}{string: Optional: Path to .gml file}
\item{\code{name}}{string: Geometry name}
\item{\code{points}}{tibble: Must have 3 vectors named 'x', 'y' and 'z', may
have optional 'name' vector}
\item{\code{polylines}}{list(list("foo", c(1, 2))):}
\item{\code{surfaces}}{list(list("foo", c(1, 2, 3), c(2, 3, 4))):}
}
\if{html}{\out{</div>}}
}
}
\if{html}{\out{<hr>}}
\if{html}{\out{<a id="method-clone"></a>}}
\if{latex}{\out{\hypertarget{method-clone}{}}}
\subsection{Method \code{clone()}}{
The objects of this class are cloneable with this method.
\subsection{Usage}{
\if{html}{\out{<div class="r">}}\preformatted{OGS6_gml$clone(deep = FALSE)}\if{html}{\out{</div>}}
}
\subsection{Arguments}{
\if{html}{\out{<div class="arguments">}}
\describe{
\item{\code{deep}}{Whether to make a deep clone.}
}
\if{html}{\out{</div>}}
}
}
}