<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
<font class="Apple-style-span" face="Tahoma" size="2">Hi,</font><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; ">I have a populated topology 'union_cty_topo' and am confused about the syntax</div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; ">for createtopogeom to create face, line, and point layers.</div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div style="font-family: Tahoma; font-size: 10pt; "><div>update union_cty_topo.summit_fa  --a desired face layer</div><div><br></div><div>set g = createtopogeom(</div><div><br></div><div>'union_cty_topo', -- topo name</div><div><br></div><div>3, --type(areal-ie.POLYGON</div><div><br></div><div>2, -- layer id</div><div><br></div><div>foo.sfaces --face)</div><div><br></div><div>From (select topology.topoelementarray_agg(array[face_id,3]) as sfaces from union_cty_topo.face) as foo;</div></div><div style="font-family: Tahoma; font-size: 10pt; "><br></div><div><font class="Apple-style-span" face="Tahoma" size="2">Query returned successfully: 0 rows affected, 953 ms execution time.</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">0 rows affected is the case.  So, I have essentially mumbled something not objectionable or error</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">inducing, but it did not populate my topogeometry (g) in summit_fa nor relation.  The problem is not with topology</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">which works great, probably just my grasp of alias.</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">Thanks</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">Chris</font></div><div><font class="Apple-style-span" face="Tahoma" size="2"><br></font></div><div><font class="Apple-style-span" face="Tahoma" size="2">spacing because strk hates my mail client - hopefully it is readable</font></div>                                     </div></body>
</html>