cambios revisa congunciones
parent
f1444fd25a
commit
dcc3040cef
|
|
@ -467,7 +467,7 @@ namespace OliviaAddInPro.Helper
|
||||||
{
|
{
|
||||||
ftclss = dtset.OpenDataset<FeatureClass>(ftclassName);
|
ftclss = dtset.OpenDataset<FeatureClass>(ftclassName);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch/* (Exception ex)*/
|
||||||
{
|
{
|
||||||
ftclss = null;
|
ftclss = null;
|
||||||
}
|
}
|
||||||
|
|
@ -478,7 +478,7 @@ namespace OliviaAddInPro.Helper
|
||||||
{
|
{
|
||||||
ftclss = gdb.OpenDataset<FeatureClass>(ftclassName);
|
ftclss = gdb.OpenDataset<FeatureClass>(ftclassName);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch /*(Exception ex)*/
|
||||||
{
|
{
|
||||||
ftclss = null;
|
ftclss = null;
|
||||||
}
|
}
|
||||||
|
|
@ -526,7 +526,7 @@ namespace OliviaAddInPro.Helper
|
||||||
{
|
{
|
||||||
ftclss = dtset.OpenDataset<FeatureClass>(ftclassName);
|
ftclss = dtset.OpenDataset<FeatureClass>(ftclassName);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch /*(Exception ex)*/
|
||||||
{
|
{
|
||||||
ftclss = null;
|
ftclss = null;
|
||||||
}
|
}
|
||||||
|
|
@ -537,7 +537,7 @@ namespace OliviaAddInPro.Helper
|
||||||
{
|
{
|
||||||
ftclss = gdb.OpenDataset<FeatureClass>(ftclassName);
|
ftclss = gdb.OpenDataset<FeatureClass>(ftclassName);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch /*(Exception ex)*/
|
||||||
{
|
{
|
||||||
ftclss = null;
|
ftclss = null;
|
||||||
}
|
}
|
||||||
|
|
@ -1759,7 +1759,7 @@ namespace OliviaAddInPro.Helper
|
||||||
{
|
{
|
||||||
Respuesta<ArcGIS.Core.Geometry.Geometry> resp = new Respuesta<ArcGIS.Core.Geometry.Geometry>();
|
Respuesta<ArcGIS.Core.Geometry.Geometry> resp = new Respuesta<ArcGIS.Core.Geometry.Geometry>();
|
||||||
double buffer = 0;//m de distancia desde la instalación
|
double buffer = 0;//m de distancia desde la instalación
|
||||||
bool repite = true;
|
//bool repite = true;
|
||||||
ArcGIS.Core.Geometry.Geometry geom_pto, geom_sal;
|
ArcGIS.Core.Geometry.Geometry geom_pto, geom_sal;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
@ -2070,7 +2070,7 @@ namespace OliviaAddInPro.Helper
|
||||||
MapView.Active.Map.RemoveLayer(lyr);
|
MapView.Active.Map.RemoveLayer(lyr);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch/*(Exception ex)*/
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
@ -2130,7 +2130,7 @@ namespace OliviaAddInPro.Helper
|
||||||
else
|
else
|
||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
catch(Exception ex)
|
catch/*(Exception ex)*/
|
||||||
{
|
{
|
||||||
return string.Empty;
|
return string.Empty;
|
||||||
}
|
}
|
||||||
|
|
@ -2218,7 +2218,7 @@ namespace OliviaAddInPro.Helper
|
||||||
return 0;
|
return 0;
|
||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch /*(Exception ex)*/
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
@ -2248,8 +2248,8 @@ namespace OliviaAddInPro.Helper
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
//comprueba si extiste ya el dataset
|
//comprueba si extiste ya el dataset
|
||||||
bool repite = false;
|
//bool repite = false;
|
||||||
bool crea = false;
|
//bool crea = false;
|
||||||
int idat = 1;
|
int idat = 1;
|
||||||
int r = 2;
|
int r = 2;
|
||||||
bool refspatdif = false;
|
bool refspatdif = false;
|
||||||
|
|
@ -2361,7 +2361,7 @@ namespace OliviaAddInPro.Helper
|
||||||
var environments = Geoprocessing.MakeEnvironmentArray(outputCoordinateSystem: spatref);
|
var environments = Geoprocessing.MakeEnvironmentArray(outputCoordinateSystem: spatref);
|
||||||
//CancelableProgressorSource cps = new CancelableProgressorSource();
|
//CancelableProgressorSource cps = new CancelableProgressorSource();
|
||||||
var _cts = new System.Threading.CancellationTokenSource();
|
var _cts = new System.Threading.CancellationTokenSource();
|
||||||
var completa = false;
|
//var completa = false;
|
||||||
var gpres = Geoprocessing.ExecuteToolAsync("FeatureClassToFeatureClass_conversion", args, environments, _cts.Token,
|
var gpres = Geoprocessing.ExecuteToolAsync("FeatureClassToFeatureClass_conversion", args, environments, _cts.Token,
|
||||||
(event_name, o) => // implement delegate and handle events
|
(event_name, o) => // implement delegate and handle events
|
||||||
{
|
{
|
||||||
|
|
@ -2676,7 +2676,7 @@ namespace OliviaAddInPro.Helper
|
||||||
featureLayer.SetRenderer(uniqueValueRenderer);
|
featureLayer.SetRenderer(uniqueValueRenderer);
|
||||||
|
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch /*(Exception ex)*/
|
||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,7 @@ namespace OliviaAddInPro.Model
|
||||||
|
|
||||||
Respuesta<bool> res = new Respuesta<bool> { Value=false};
|
Respuesta<bool> res = new Respuesta<bool> { Value=false};
|
||||||
Respuesta<TiposEjecucion> res2 = new Respuesta<TiposEjecucion> (){ Value = TiposEjecucion.FinEjecNOk };
|
Respuesta<TiposEjecucion> res2 = new Respuesta<TiposEjecucion> (){ Value = TiposEjecucion.FinEjecNOk };
|
||||||
|
Serv.TipoMv = TipoMV;
|
||||||
res = Serv.Ejecuta(modo);
|
res = Serv.Ejecuta(modo);
|
||||||
if (res.Value)
|
if (res.Value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -202,6 +202,8 @@ namespace OliviaAddInPro.Model
|
||||||
[Browsable(false)]
|
[Browsable(false)]
|
||||||
public List<OliviaConfNW> ListaNw { get; set; }
|
public List<OliviaConfNW> ListaNw { get; set; }
|
||||||
[Browsable(false)]
|
[Browsable(false)]
|
||||||
|
public List<OliviaConfMV> ListaMV { get; set; }
|
||||||
|
[Browsable(false)]
|
||||||
public int t_vaciado_max { get; set; }
|
public int t_vaciado_max { get; set; }
|
||||||
[Browsable(false)]
|
[Browsable(false)]
|
||||||
public int t_vaciado_min { get; set; }
|
public int t_vaciado_min { get; set; }
|
||||||
|
|
@ -244,7 +246,12 @@ namespace OliviaAddInPro.Model
|
||||||
[Description("Red de carreteras que se usa para la navegación")]
|
[Description("Red de carreteras que se usa para la navegación")]
|
||||||
[Editor(typeof(PropertyGridFilePickerLine), typeof(PropertyGridFilePickerLine))]
|
[Editor(typeof(PropertyGridFilePickerLine), typeof(PropertyGridFilePickerLine))]
|
||||||
public string Path_Eje_via { get; set; }
|
public string Path_Eje_via { get; set; }
|
||||||
|
[Category("General")]
|
||||||
|
[DisplayName("Conjunciones red de carreteras")]
|
||||||
|
[PropertyOrder(1)]
|
||||||
|
[Description("Conjunciones red de carreteras que se usa para la navegación")]
|
||||||
|
[Editor(typeof(PropertyGridFilePickerPto), typeof(PropertyGridFilePickerPto))]
|
||||||
|
public string Path_Conj_Eje_via { get; set; }
|
||||||
[Category("General")]
|
[Category("General")]
|
||||||
[DisplayName("Tipo Red de carreteras")]
|
[DisplayName("Tipo Red de carreteras")]
|
||||||
[PropertyOrder(1)]
|
[PropertyOrder(1)]
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
|
namespace OliviaAddInPro.Model
|
||||||
|
{
|
||||||
|
[Serializable]
|
||||||
|
public class OliviaConfMV
|
||||||
|
{
|
||||||
|
public OliviaConfMV()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
public string nombre { get; set; }
|
||||||
|
public string filtro_omitir { get; set; }
|
||||||
|
public string campo_prioridad { get; set; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -11,8 +11,8 @@ namespace OliviaAddInPro.Model
|
||||||
public class OliviaConfNW
|
public class OliviaConfNW
|
||||||
{
|
{
|
||||||
public OliviaConfNW()
|
public OliviaConfNW()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
public string nombre { get; set; }
|
public string nombre { get; set; }
|
||||||
public string campo_velocidad { get; set; }
|
public string campo_velocidad { get; set; }
|
||||||
|
|
@ -24,5 +24,6 @@ namespace OliviaAddInPro.Model
|
||||||
public string campo_elevacion_from { get; set; }
|
public string campo_elevacion_from { get; set; }
|
||||||
public bool comprueba_elevacion { get; set; }
|
public bool comprueba_elevacion { get; set; }
|
||||||
public bool revisa_topologia { get; set; }
|
public bool revisa_topologia { get; set; }
|
||||||
|
public bool revisa_conjunciones { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -142,6 +142,7 @@ namespace OliviaAddInPro.Model
|
||||||
public const string GG_pt = "path_temp";
|
public const string GG_pt = "path_temp";
|
||||||
public const string GG_pd = "path_data";
|
public const string GG_pd = "path_data";
|
||||||
public const string GG_pn = "path_nw";
|
public const string GG_pn = "path_nw";
|
||||||
|
public const string GG_pnj = "path_cnw";
|
||||||
public const string GG_pcar = "path_cart";
|
public const string GG_pcar = "path_cart";
|
||||||
public const string GG_pcfg = "path_cfgeo";
|
public const string GG_pcfg = "path_cfgeo";
|
||||||
public const string GG_strtto = "str_tto";
|
public const string GG_strtto = "str_tto";
|
||||||
|
|
@ -162,6 +163,7 @@ namespace OliviaAddInPro.Model
|
||||||
public const string GG_ais = "aislados";
|
public const string GG_ais = "aislados";
|
||||||
public const string GG_elev = "elevacion";
|
public const string GG_elev = "elevacion";
|
||||||
public const string GG_topo = "reviTopo";
|
public const string GG_topo = "reviTopo";
|
||||||
|
public const string GG_conj = "reviConj";
|
||||||
/**
|
/**
|
||||||
* Define las propiedades de limpieza a enviar a oliviatasks
|
* Define las propiedades de limpieza a enviar a oliviatasks
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -51,10 +51,12 @@ namespace OliviaAddInPro.Model
|
||||||
public static string DirData; //<Dir donde están los shapefiles data y nw
|
public static string DirData; //<Dir donde están los shapefiles data y nw
|
||||||
public static string PathData; //<Path del shp con datos a planificar, ya filtrados e intersecados con las zonas y niveles
|
public static string PathData; //<Path del shp con datos a planificar, ya filtrados e intersecados con las zonas y niveles
|
||||||
public static string PathNW; //<Path del shp con la red navegable
|
public static string PathNW; //<Path del shp con la red navegable
|
||||||
|
public static string PathNW_c; //<Path del shp con las conjunciones de la red navegable
|
||||||
//paths GDBs
|
//paths GDBs
|
||||||
public static string PathGdbGen; //<Path de la gdb general de la que se extraen los datos de interés
|
public static string PathGdbGen; //<Path de la gdb general de la que se extraen los datos de interés
|
||||||
public static string PathGdbNw; //<Path de la gdb referente a la red de carreteras de TOMTOM
|
public static string PathGdbNw; //<Path de la gdb referente a la red de carreteras de
|
||||||
|
public static string PathGdbNw_conj; //<Path de la gdb referente a las conjunciones de la red de carreteras
|
||||||
|
|
||||||
public static string PathSimbVSM; //<Path de la galeria de estilos aplicada por VSM
|
public static string PathSimbVSM; //<Path de la galeria de estilos aplicada por VSM
|
||||||
public static string PathSimbESRI; //<Path de la galeria de estilos de ESRI
|
public static string PathSimbESRI; //<Path de la galeria de estilos de ESRI
|
||||||
|
|
||||||
|
|
@ -84,8 +86,8 @@ namespace OliviaAddInPro.Model
|
||||||
public struct Capas
|
public struct Capas
|
||||||
{
|
{
|
||||||
public static string pathEjeVia;
|
public static string pathEjeVia;
|
||||||
public static string ftclass_ejes; //<Nombre de la capa de ejes de carretera
|
//public static string ftclass_ejes; //<Nombre de la capa de ejes de carretera
|
||||||
public static string ftclass_muni; //<Nombre de la capa de municipios de TOMTOM
|
//public static string ftclass_muni; //<Nombre de la capa de municipios de TOMTOM
|
||||||
};
|
};
|
||||||
private static TiposEjecucion tipoEjec;
|
private static TiposEjecucion tipoEjec;
|
||||||
public static Limpieza limp;
|
public static Limpieza limp;
|
||||||
|
|
@ -390,7 +392,7 @@ namespace OliviaAddInPro.Model
|
||||||
*/
|
*/
|
||||||
public static void OpenManual()
|
public static void OpenManual()
|
||||||
{
|
{
|
||||||
string[] archivos = null;
|
//string[] archivos = null;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
@ -430,6 +432,7 @@ namespace OliviaAddInPro.Model
|
||||||
|
|
||||||
Paths.PathGdbGen = c.PathGdbGen;
|
Paths.PathGdbGen = c.PathGdbGen;
|
||||||
Paths.PathGdbNw = c.Path_Eje_via;
|
Paths.PathGdbNw = c.Path_Eje_via;
|
||||||
|
Paths.PathGdbNw_conj = c.Path_Conj_Eje_via;
|
||||||
Paths.PathSimbVSM = c.PathSimbVSM;
|
Paths.PathSimbVSM = c.PathSimbVSM;
|
||||||
Paths.PathSimbESRI = c.PathSimbESRI;
|
Paths.PathSimbESRI = c.PathSimbESRI;
|
||||||
Conexion.Puerto = c.Puerto;
|
Conexion.Puerto = c.Puerto;
|
||||||
|
|
@ -441,6 +444,7 @@ namespace OliviaAddInPro.Model
|
||||||
//Capas.ftclass_ejes = c.eje_via;
|
//Capas.ftclass_ejes = c.eje_via;
|
||||||
//Capas.ftclass_muni = c.municipios;
|
//Capas.ftclass_muni = c.municipios;
|
||||||
Capas.pathEjeVia = c.Path_Eje_via;
|
Capas.pathEjeVia = c.Path_Eje_via;
|
||||||
|
//Capas.Path_Conj_Eje_via = c.Path_Conj_Eje_via;
|
||||||
///////////////////////////////////////
|
///////////////////////////////////////
|
||||||
//Capas, consultas, atributos y filtros de LIMPIEZA
|
//Capas, consultas, atributos y filtros de LIMPIEZA
|
||||||
LimpiezaDef.Campos.consulta_entidad = c.cons_tip_ent;
|
LimpiezaDef.Campos.consulta_entidad = c.cons_tip_ent;
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,7 @@ namespace OliviaAddInPro.Model
|
||||||
{
|
{
|
||||||
Respuesta<bool> res = new Respuesta<bool> { Value = false };
|
Respuesta<bool> res = new Respuesta<bool> { Value = false };
|
||||||
Respuesta<TiposEjecucion> res2 = new Respuesta<TiposEjecucion>() { Value = TiposEjecucion.FinEjecNOk };
|
Respuesta<TiposEjecucion> res2 = new Respuesta<TiposEjecucion>() { Value = TiposEjecucion.FinEjecNOk };
|
||||||
|
Serv.TipoMv = TipoMV;
|
||||||
res = Serv.Ejecuta(modo);
|
res = Serv.Ejecuta(modo);
|
||||||
if (res.Value)
|
if (res.Value)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,10 @@ namespace OliviaAddInPro.Model
|
||||||
* String para Tipo de tratamiento, se guarda como columna en el shp
|
* String para Tipo de tratamiento, se guarda como columna en el shp
|
||||||
*/
|
*/
|
||||||
public string TipoTtoStr { get; set; } = String.Empty;
|
public string TipoTtoStr { get; set; } = String.Empty;
|
||||||
|
/**
|
||||||
|
* Tipo modo de viaje
|
||||||
|
*/
|
||||||
|
public int TipoMV { get; set; } = 1;
|
||||||
/**
|
/**
|
||||||
* Capa de ámbitos
|
* Capa de ámbitos
|
||||||
*/
|
*/
|
||||||
|
|
@ -45,6 +49,7 @@ namespace OliviaAddInPro.Model
|
||||||
* Nombre dle shp exportado de nw
|
* Nombre dle shp exportado de nw
|
||||||
*/
|
*/
|
||||||
public string NombreShpExportNw { get; set; } = string.Empty;
|
public string NombreShpExportNw { get; set; } = string.Empty;
|
||||||
|
public string NombreShpExportNw_C { get; set; } = string.Empty;
|
||||||
/**
|
/**
|
||||||
* Velocidad de desplazamiento, en km/h. Si es 0, es determinada por la vía
|
* Velocidad de desplazamiento, en km/h. Si es 0, es determinada por la vía
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ namespace OliviaAddInPro.Services
|
||||||
public const string OlvRegKey = "SOFTWARE\\Narvaling\\Olivia_3_1";
|
public const string OlvRegKey = "SOFTWARE\\Narvaling\\Olivia_3_1";
|
||||||
public const string OlvRegName = "workdir";
|
public const string OlvRegName = "workdir";
|
||||||
public const string OlvConfigName = "olv.conf";
|
public const string OlvConfigName = "olv.conf";
|
||||||
public const string VersionConfiguracion = "1.1.0.0";
|
public const string VersionConfiguracion = "1.1.0.2";
|
||||||
public static ConfigServ Serv
|
public static ConfigServ Serv
|
||||||
{
|
{
|
||||||
get {
|
get {
|
||||||
|
|
@ -411,7 +411,8 @@ namespace OliviaAddInPro.Services
|
||||||
campo_elevacion_from= "$feature.F_ELEV",
|
campo_elevacion_from= "$feature.F_ELEV",
|
||||||
campo_elevacion_to= "$feature.T_ELEV",
|
campo_elevacion_to= "$feature.T_ELEV",
|
||||||
comprueba_elevacion =true,
|
comprueba_elevacion =true,
|
||||||
revisa_topologia=false
|
revisa_topologia=false,
|
||||||
|
revisa_conjunciones = false
|
||||||
});
|
});
|
||||||
c.ListaNw.Add(new OliviaConfNW()
|
c.ListaNw.Add(new OliviaConfNW()
|
||||||
{
|
{
|
||||||
|
|
@ -424,7 +425,44 @@ namespace OliviaAddInPro.Services
|
||||||
campo_elevacion_from = "IIf( $feature.F_ZLEV != null, $feature.F_ZLEV, 0)",
|
campo_elevacion_from = "IIf( $feature.F_ZLEV != null, $feature.F_ZLEV, 0)",
|
||||||
campo_elevacion_to = "IIf( $feature.T_ZLEV != null, $feature.T_ZLEV, 0)",
|
campo_elevacion_to = "IIf( $feature.T_ZLEV != null, $feature.T_ZLEV, 0)",
|
||||||
comprueba_elevacion = false,
|
comprueba_elevacion = false,
|
||||||
revisa_topologia = true
|
revisa_topologia = false,
|
||||||
|
revisa_conjunciones = true
|
||||||
|
});
|
||||||
|
c.ListaMV = new List<OliviaConfMV>();
|
||||||
|
c.ListaMV.Add(new OliviaConfMV()
|
||||||
|
{
|
||||||
|
nombre = "Default",
|
||||||
|
filtro_omitir = "",
|
||||||
|
campo_prioridad = "0"
|
||||||
|
|
||||||
|
});
|
||||||
|
c.ListaMV.Add(new OliviaConfMV()
|
||||||
|
{
|
||||||
|
nombre = "Peaton",
|
||||||
|
filtro_omitir = "",
|
||||||
|
campo_prioridad = "0"
|
||||||
|
|
||||||
|
});
|
||||||
|
c.ListaMV.Add(new OliviaConfMV()
|
||||||
|
{
|
||||||
|
nombre = "Vehiculo pequeño",
|
||||||
|
filtro_omitir = "",
|
||||||
|
campo_prioridad = "0"
|
||||||
|
|
||||||
|
});
|
||||||
|
c.ListaMV.Add(new OliviaConfMV()
|
||||||
|
{
|
||||||
|
nombre = "Vehiculo mediano",
|
||||||
|
filtro_omitir = "",
|
||||||
|
campo_prioridad = "0"
|
||||||
|
|
||||||
|
});
|
||||||
|
c.ListaMV.Add(new OliviaConfMV()
|
||||||
|
{
|
||||||
|
nombre = "Vehiculo grande",
|
||||||
|
filtro_omitir = "",
|
||||||
|
campo_prioridad = "0"
|
||||||
|
|
||||||
});
|
});
|
||||||
return c;
|
return c;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,7 @@ namespace OliviaAddInPro.Services
|
||||||
public string PREF_NAME_EXPORT = "data_";
|
public string PREF_NAME_EXPORT = "data_";
|
||||||
public string EXT_SHP = ".shp";
|
public string EXT_SHP = ".shp";
|
||||||
public string PREF_NAME_EXPORT_NW = "nw_";
|
public string PREF_NAME_EXPORT_NW = "nw_";
|
||||||
|
public string PREF_NAME_EXPORT_NW_CONJ = "nw_c_";
|
||||||
public string NAME_CSV = "_L";
|
public string NAME_CSV = "_L";
|
||||||
public string EXT_CSV = ".csv";
|
public string EXT_CSV = ".csv";
|
||||||
public string NAME_RUTA2 = "_R2";
|
public string NAME_RUTA2 = "_R2";
|
||||||
|
|
@ -42,9 +43,10 @@ namespace OliviaAddInPro.Services
|
||||||
public string NAME_INSTAL = "_I";
|
public string NAME_INSTAL = "_I";
|
||||||
public string NAME_INSTAL_OUT = "_Instalacion";
|
public string NAME_INSTAL_OUT = "_Instalacion";
|
||||||
|
|
||||||
|
public int TipoMv { get; set; }
|
||||||
public string ErrStr = "";
|
public string ErrStr = "";
|
||||||
SpatialQueryFilter filtroEspacial = null;
|
SpatialQueryFilter filtroEspacial = null;
|
||||||
SpatialReference spatRef = null;
|
//SpatialReference spatRef = null;
|
||||||
SpatialReference spatRefData = null;
|
SpatialReference spatRefData = null;
|
||||||
|
|
||||||
public TratamientoComun com;
|
public TratamientoComun com;
|
||||||
|
|
@ -59,6 +61,7 @@ namespace OliviaAddInPro.Services
|
||||||
ErrStr = string.Empty;
|
ErrStr = string.Empty;
|
||||||
OliviaGlob.Paths.PathData = string.Empty;
|
OliviaGlob.Paths.PathData = string.Empty;
|
||||||
OliviaGlob.Paths.PathNW = string.Empty;
|
OliviaGlob.Paths.PathNW = string.Empty;
|
||||||
|
OliviaGlob.Paths.PathNW_c= string.Empty;
|
||||||
if (com.ProgrSrc._ProgrSrc.Getcancelled())
|
if (com.ProgrSrc._ProgrSrc.Getcancelled())
|
||||||
{
|
{
|
||||||
ErrStr = Resource1.String_cancel_progreso;
|
ErrStr = Resource1.String_cancel_progreso;
|
||||||
|
|
@ -366,6 +369,22 @@ namespace OliviaAddInPro.Services
|
||||||
ErrStr = Resource1.String_cancel_progreso;
|
ErrStr = Resource1.String_cancel_progreso;
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
com.NombreShpExportNw_C = PREF_NAME_EXPORT_NW_CONJ + fechaHora + EXT_SHP;
|
||||||
|
OliviaGlob.Paths.PathNW_c = OliviaGlob.Paths.DirData + com.NombreShpExportNw_C;
|
||||||
|
if (ComunDef.CamposNW.config.revisa_conjunciones)
|
||||||
|
{
|
||||||
|
if (!HelperGdb.ExportShp2(OliviaGlob.Paths.PathGdbNw_conj, filtroEspacial, com.NombreShpExportNw_C, OliviaGlob.Paths.DirData, com.ProgrSrc._ProgrSrc, spatRefData, 100))
|
||||||
|
{
|
||||||
|
ErrStr = "Error al exportar la red navegable: " + HelperGdb.OutStr;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
if (com.ProgrSrc._ProgrSrc.Getcancelled())
|
||||||
|
{
|
||||||
|
ErrStr = Resource1.String_cancel_progreso;
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//prepara campos estandar
|
//prepara campos estandar
|
||||||
if(!EstandarizaCamposNW(OliviaGlob.Paths.DirData+com.NombreShpExportNw))
|
if(!EstandarizaCamposNW(OliviaGlob.Paths.DirData+com.NombreShpExportNw))
|
||||||
{
|
{
|
||||||
|
|
@ -685,7 +704,7 @@ namespace OliviaAddInPro.Services
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
//return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1140,6 +1159,11 @@ namespace OliviaAddInPro.Services
|
||||||
string capa_principal_nw = System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathNW);
|
string capa_principal_nw = System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathNW);
|
||||||
HelperGdb.CloseLayer(capa_principal_nw);
|
HelperGdb.CloseLayer(capa_principal_nw);
|
||||||
}
|
}
|
||||||
|
if (!string.IsNullOrEmpty(OliviaGlob.Paths.PathNW_c))
|
||||||
|
{
|
||||||
|
string capa_principal_nw_c = System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathNW_c);
|
||||||
|
HelperGdb.CloseLayer(capa_principal_nw_c);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ namespace OliviaAddInPro.Services
|
||||||
public static void BorraFiles()
|
public static void BorraFiles()
|
||||||
{
|
{
|
||||||
string[] list = null;
|
string[] list = null;
|
||||||
string capa_principal, capa_principal_nw;
|
string capa_principal, capa_principal_nw, capa_principal_nw_c;
|
||||||
if (!string.IsNullOrEmpty(OliviaGlob.Paths.PathData))
|
if (!string.IsNullOrEmpty(OliviaGlob.Paths.PathData))
|
||||||
capa_principal = System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathData);
|
capa_principal = System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathData);
|
||||||
else
|
else
|
||||||
|
|
@ -171,7 +171,10 @@ namespace OliviaAddInPro.Services
|
||||||
capa_principal_nw = System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathNW);
|
capa_principal_nw = System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathNW);
|
||||||
else
|
else
|
||||||
capa_principal_nw = null;
|
capa_principal_nw = null;
|
||||||
|
if (!string.IsNullOrEmpty(OliviaGlob.Paths.PathNW_c))
|
||||||
|
capa_principal_nw_c = System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathNW_c);
|
||||||
|
else
|
||||||
|
capa_principal_nw_c = null;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (capa_principal != null && HelperGdb.CloseLayer(capa_principal))
|
if (capa_principal != null && HelperGdb.CloseLayer(capa_principal))
|
||||||
|
|
@ -200,6 +203,19 @@ namespace OliviaAddInPro.Services
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (capa_principal_nw_c != null && HelperGdb.CloseLayer(capa_principal_nw_c))
|
||||||
|
{
|
||||||
|
list = System.IO.Directory.GetFiles(OliviaGlob.Paths.DirData, capa_principal_nw_c + "*");
|
||||||
|
if (list.Length > 0)
|
||||||
|
{
|
||||||
|
foreach (string f in list)
|
||||||
|
{
|
||||||
|
if (System.IO.Path.GetExtension(f) == ".lock")
|
||||||
|
continue;
|
||||||
|
System.IO.File.Delete(f);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
@ -218,7 +234,7 @@ namespace OliviaAddInPro.Services
|
||||||
System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathData) + inst.ServCom.NAME_CSV + ".*");
|
System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathData) + inst.ServCom.NAME_CSV + ".*");
|
||||||
|
|
||||||
string Title = "Directorio para guardar Secuencia de la Planificación";
|
string Title = "Directorio para guardar Secuencia de la Planificación";
|
||||||
string Filter = "Secuencia en formato CSV (*.csv)|*.csv";
|
//string Filter = "Secuencia en formato CSV (*.csv)|*.csv";
|
||||||
inst.decode_gdb(System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathData),
|
inst.decode_gdb(System.IO.Path.GetFileNameWithoutExtension(OliviaGlob.Paths.PathData),
|
||||||
out auxi, out nombre);
|
out auxi, out nombre);
|
||||||
if (!string.IsNullOrEmpty(pathImport))
|
if (!string.IsNullOrEmpty(pathImport))
|
||||||
|
|
|
||||||
|
|
@ -82,6 +82,7 @@ namespace OliviaAddInPro.Services.LanzaSrv
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GG_ais + GeneralDef.EjecGeoParamIgual + (limp.IgnoAis ? 1 : 0) + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_ais + GeneralDef.EjecGeoParamIgual + (limp.IgnoAis ? 1 : 0) + " " +
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GG_elev + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.comprueba_elevacion ? 1 : 0) + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_elev + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.comprueba_elevacion ? 1 : 0) + " " +
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GG_topo + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.revisa_topologia ? 1 : 0) + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_topo + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.revisa_topologia ? 1 : 0) + " " +
|
||||||
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_conj + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.revisa_conjunciones ? 1 : 0) + " " +
|
||||||
//campos del dbf de limpieza para leer
|
//campos del dbf de limpieza para leer
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GAA_obser + GeneralDef.EjecGeoParamIgual + LimpiezaDef.Campos.consulta_observ + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GAA_obser + GeneralDef.EjecGeoParamIgual + LimpiezaDef.Campos.consulta_observ + " " +
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GAA_anch_tip + GeneralDef.EjecGeoParamIgual + LimpiezaDef.Campos.consulta_anch_tip + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GAA_anch_tip + GeneralDef.EjecGeoParamIgual + LimpiezaDef.Campos.consulta_anch_tip + " " +
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,7 @@ namespace OliviaAddInPro.Services.LanzaSrv
|
||||||
//paths de archivos
|
//paths de archivos
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GG_pd + GeneralDef.EjecGeoParamIgual + OliviaGlob.Paths.PathData + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_pd + GeneralDef.EjecGeoParamIgual + OliviaGlob.Paths.PathData + " " +
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GG_pn + GeneralDef.EjecGeoParamIgual + OliviaGlob.Paths.PathNW + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_pn + GeneralDef.EjecGeoParamIgual + OliviaGlob.Paths.PathNW + " " +
|
||||||
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_pnj + GeneralDef.EjecGeoParamIgual + OliviaGlob.Paths.PathNW_c + " " +
|
||||||
//nombres de cols de sector y secuencia
|
//nombres de cols de sector y secuencia
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GTO_camp_sector + GeneralDef.EjecGeoParamIgual + ComunDef.CamposCom.consulta_sector + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GTO_camp_sector + GeneralDef.EjecGeoParamIgual + ComunDef.CamposCom.consulta_sector + " " +
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GTO_camp_secuencia + GeneralDef.EjecGeoParamIgual + ComunDef.CamposCom.consulta_secuen + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GTO_camp_secuencia + GeneralDef.EjecGeoParamIgual + ComunDef.CamposCom.consulta_secuen + " " +
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,7 @@ namespace OliviaAddInPro.Services.LanzaSrv
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GG_ais + GeneralDef.EjecGeoParamIgual + (reco.IgnoAis?1:0) + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_ais + GeneralDef.EjecGeoParamIgual + (reco.IgnoAis?1:0) + " " +
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GG_elev + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.comprueba_elevacion ? 1 : 0) + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_elev + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.comprueba_elevacion ? 1 : 0) + " " +
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GG_topo + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.revisa_topologia ? 1 : 0) + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_topo + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.revisa_topologia ? 1 : 0) + " " +
|
||||||
|
GeneralDef.EjecGeoParamSep + GeneralDef.GG_conj + GeneralDef.EjecGeoParamIgual + (ComunDef.CamposNW.config.revisa_conjunciones ? 1 : 0) + " " +
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GR_lateral + GeneralDef.EjecGeoParamIgual + reco.TipoLate + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GR_lateral + GeneralDef.EjecGeoParamIgual + reco.TipoLate + " " +
|
||||||
//mima de la nw
|
//mima de la nw
|
||||||
GeneralDef.EjecGeoParamSep + GeneralDef.GTO_mima_xmin + GeneralDef.EjecGeoParamIgual + reco.MimaNw.XMin + " " +
|
GeneralDef.EjecGeoParamSep + GeneralDef.GTO_mima_xmin + GeneralDef.EjecGeoParamIgual + reco.MimaNw.XMin + " " +
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ using OliviaAddInPro.Helper;
|
||||||
using OliviaAddInPro.Model;
|
using OliviaAddInPro.Model;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Collections.ObjectModel;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
|
@ -105,7 +106,14 @@ namespace OliviaAddInPro.Services
|
||||||
|
|
||||||
return consulta;
|
return consulta;
|
||||||
}
|
}
|
||||||
|
public ObservableCollection<string> GetNombreModosViajes()
|
||||||
|
{
|
||||||
|
|
||||||
|
var conf=ConfigServ.Serv.Leer();
|
||||||
|
if(conf.ListaMV==null || conf.ListaMV.Count<=0 )
|
||||||
|
return new ObservableCollection<string>();
|
||||||
|
return (ObservableCollection<string>)conf.ListaMV.Select(c => c.nombre);
|
||||||
|
}
|
||||||
/**
|
/**
|
||||||
* Comprueba lo necesario para ver si hay campos para la planificación
|
* Comprueba lo necesario para ver si hay campos para la planificación
|
||||||
*/
|
*/
|
||||||
|
|
@ -152,7 +160,7 @@ namespace OliviaAddInPro.Services
|
||||||
public bool CompruebaCamposLimp(string pathCapa)
|
public bool CompruebaCamposLimp(string pathCapa)
|
||||||
{
|
{
|
||||||
string[] camps = limp.GetCampos(pathCapa);
|
string[] camps = limp.GetCampos(pathCapa);
|
||||||
int res = 1;
|
//int res = 1;
|
||||||
if ((camps == null) || (HelperGdb.CheckFileds(pathCapa, camps) != 0))
|
if ((camps == null) || (HelperGdb.CheckFileds(pathCapa, camps) != 0))
|
||||||
{
|
{
|
||||||
ErrStr = HelperGdb.OutStr;
|
ErrStr = HelperGdb.OutStr;
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,11 @@ namespace OliviaAddInPro.Services
|
||||||
public class ProcesoEjecServ
|
public class ProcesoEjecServ
|
||||||
{
|
{
|
||||||
Cstr_socket soc = null;
|
Cstr_socket soc = null;
|
||||||
int m_out=0;
|
//int m_out=0;
|
||||||
int m_miliseconds=200;
|
int m_miliseconds=200;
|
||||||
int m_tm_progr=1000;
|
int m_tm_progr=1000;
|
||||||
int modo_fin = 0;
|
int modo_fin = 0;
|
||||||
bool cancela = false;
|
//bool cancela = false;
|
||||||
bool cancela_fin = false;
|
bool cancela_fin = false;
|
||||||
bool conectado = false;
|
bool conectado = false;
|
||||||
bool permu = false;
|
bool permu = false;
|
||||||
|
|
@ -509,7 +509,7 @@ namespace OliviaAddInPro.Services
|
||||||
*/
|
*/
|
||||||
private void pon_barstate(TiposActu actu)
|
private void pon_barstate(TiposActu actu)
|
||||||
{
|
{
|
||||||
int col = 1;
|
//int col = 1;
|
||||||
|
|
||||||
|
|
||||||
if ((actu == TiposActu.ActuMal) || (actu == TiposActu.ActuFinNOk))
|
if ((actu == TiposActu.ActuMal) || (actu == TiposActu.ActuFinNOk))
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,14 @@
|
||||||
|
<UserControl x:Class="OliviaAddInPro.View.Configuracion.PropertyGridFilePickerPto"
|
||||||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||||
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||||
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||||
|
xmlns:local="clr-namespace:OliviaAddInPro.View.Configuracion"
|
||||||
|
mc:Ignorable="d"
|
||||||
|
d:DesignHeight="450" d:DesignWidth="800"
|
||||||
|
x:Name="TheControl">
|
||||||
|
<DockPanel>
|
||||||
|
<Button x:Name="PickFileButton" Content="…" Click="PickFileButton_Click" DockPanel.Dock="Right" Width="15" />
|
||||||
|
<TextBox Text="{Binding ElementName=TheControl, Path=Value}" />
|
||||||
|
</DockPanel>
|
||||||
|
</UserControl>
|
||||||
|
|
@ -0,0 +1,65 @@
|
||||||
|
using Microsoft.Win32;
|
||||||
|
using OliviaAddInPro.Helper;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows;
|
||||||
|
using System.Windows.Controls;
|
||||||
|
using System.Windows.Data;
|
||||||
|
using System.Windows.Documents;
|
||||||
|
using System.Windows.Input;
|
||||||
|
using System.Windows.Media;
|
||||||
|
using System.Windows.Media.Imaging;
|
||||||
|
using System.Windows.Navigation;
|
||||||
|
using System.Windows.Shapes;
|
||||||
|
using Xceed.Wpf.Toolkit.PropertyGrid;
|
||||||
|
using Xceed.Wpf.Toolkit.PropertyGrid.Editors;
|
||||||
|
using static OliviaAddInPro.Helper.HelperGdb;
|
||||||
|
|
||||||
|
namespace OliviaAddInPro.View.Configuracion
|
||||||
|
{
|
||||||
|
/// <summary>
|
||||||
|
/// Lógica de interacción para PropertyGridFilePicker.xaml
|
||||||
|
/// </summary>
|
||||||
|
public partial class PropertyGridFilePickerPto : ITypeEditor
|
||||||
|
{
|
||||||
|
public PropertyGridFilePickerPto()
|
||||||
|
{
|
||||||
|
InitializeComponent();
|
||||||
|
}
|
||||||
|
public string Value
|
||||||
|
{
|
||||||
|
get { return (string)GetValue(ValueProperty); }
|
||||||
|
set { SetValue(ValueProperty, value); }
|
||||||
|
}
|
||||||
|
|
||||||
|
// Using a DependencyProperty as the backing store for Value. This enables animation, styling, binding, etc...
|
||||||
|
public static readonly DependencyProperty ValueProperty =
|
||||||
|
DependencyProperty.Register("Value", typeof(string), typeof(PropertyGridFilePickerPto), new PropertyMetadata(null));
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
public FrameworkElement ResolveEditor(PropertyItem propertyItem)
|
||||||
|
{
|
||||||
|
Binding binding = new Binding("Value");
|
||||||
|
binding.Source = propertyItem;
|
||||||
|
binding.Mode = propertyItem.IsReadOnly ? BindingMode.OneWay : BindingMode.TwoWay;
|
||||||
|
BindingOperations.SetBinding(this, ValueProperty, binding);
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void PickFileButton_Click(object sender, RoutedEventArgs e)
|
||||||
|
{
|
||||||
|
OpenFileDialog fd = new OpenFileDialog();
|
||||||
|
var st = HelperGdb.OpenFileDialog(TiposOpenFileDlg.OpenFtrClassPoint, Value);
|
||||||
|
if (!string.IsNullOrEmpty(st))
|
||||||
|
{
|
||||||
|
Value = st;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue