<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Buenas,</p>
    <p>No estoy seguro, pero creo que lo que necesitas es esto, es
      código Jython pero no creo que tengas problema de entenderlo:</p>
    <p><a class="moz-txt-link-freetext" href="http://downloads.gvsig.org/download/gvsig-desktop-testing/dists/2.3.0/javadocs/html/org/gvsig/geoprocess/lib/sextante/dataObjects/FlyrVectIVectorLayer.html">http://downloads.gvsig.org/download/gvsig-desktop-testing/dists/2.3.0/javadocs/html/org/gvsig/geoprocess/lib/sextante/dataObjects/FlyrVectIVectorLayer.html</a></p>
    <p><span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93); font-family: Consolas, &quot;Liberation Mono&quot;, Menlo, Courier, monospace; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);">from</span><span style="color: rgb(51, 51, 51); font-family: Consolas, &quot;Liberation Mono&quot;, Menlo, Courier, monospace; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);"> org.gvsig.geoprocess.lib.sextante.dataObjects </span><span class="pl-k" style="box-sizing: border-box; color: rgb(167, 29, 93); font-family: Consolas, &quot;Liberation Mono&quot;, Menlo, Courier, monospace; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255);">import</span><span style="color: rgb(51, 51, 51); font-family: Consolas, &quot;Liberation Mono&quot;, Menlo, Courier, monospace; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; line-height: 20px; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: pre; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline !important; float: none; background-color: rgb(255, 255, 255);"> FlyrVectIVectorLayer</span></p>
    <p> def __createSextanteLayer(self, layer):<br>
            """ gvsig layer -&gt; SEXTANTE """<br>
            slayer = FlyrVectIVectorLayer()<br>
            slayer.create(layer)<br>
            return slayer <br>
    </p>
    <p><br>
    </p>
    <p>Este método create admite como parámetro layer de tipo FlyrVect</p>
    <p>Un saludo,</p>
    <p>Óscar</p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 21/09/2016 1:46, maru.cristiani
      wrote:<br>
    </div>
    <blockquote cite="mid:1474415210752-5286994.post@n6.nabble.com"
      type="cite">
      <pre wrap="">Hola, intentamos usar la libreria Sextante pero no logramos hacer que
compile.

No logramos hacer ejecutar un geoproceso, en particular UnionAlgorithm.

Nos estaria faltando que a partir de un FeatureStore poder obtener un
IVectorLayer que es lo que se utiliza para el geoprocesamiento

Alguien se encontro con este problema?

Gracias!!



--
View this message in context: <a class="moz-txt-link-freetext" href="http://osgeo-org.1560.x6.nabble.com/Merge-de-varios-shp-en-uno-solo-tp5280720p5286994.html">http://osgeo-org.1560.x6.nabble.com/Merge-de-varios-shp-en-uno-solo-tp5280720p5286994.html</a>
Sent from the gvSIG desarrolladores mailing list archive at Nabble.com.
_______________________________________________
gvSIG_desarrolladores mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gvSIG_desarrolladores@listserv.gva.es">gvSIG_desarrolladores@listserv.gva.es</a>
Para ver histórico de mensajes, editar sus preferencias de usuario o darse de baja en esta lista, acuda a la siguiente dirección: <a class="moz-txt-link-freetext" href="https://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores">https://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_desarrolladores</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>