{ "id": "O_reas_de_Matrculas", "displayName": "O_Áreas de Matrículas", "description": "Site para INTERnet. Localizar, para cada grau de ensino, a escola a frequentar em função do local de residência.", "currentVersion": "4.14", "arcGisPortalAuthentication": null, "hasLayerCatalogs": false, "hasNamedExtents": false, "hasPrintTemplates": true, "hasWorkflows": true, "hasSearchTables": false, "hasWebMaps": false, "hasViewers": true, "hasOverviewMap": false, "hasNorthArrow": true, "hasTimeSliders": false, "hasVirtualDirectory": true, "hasGeocodingEndpoints": false, "hasGeoprocessingEndpoints": false, "hasGeometryEndpoints": true, "hasKmlServiceEndpoint": false, "splashScreenUrl": "VirtualDirectory/logo entrada.jpg", "updateInterval": 3360, "timeZoneId": "Etc/UTC", "displayTimeZoneId": null, "dataProvider": null, "defaultCurrency": "EUR", "signInEnabled": true, "signOutEnabled": true, "signOutRedirectUrl": null, "principal": { "isAuthenticated": false, "label": "Guest", "expiry": null, "identities": [ { "authenticationType": "", "isAuthenticated": false, "nameClaimType": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name", "roleClaimType": "http://schemas.microsoft.com/ws/2008/06/identity/claims/role", "label": null, "claims": [ { "type": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name", "value": "Guest", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:guest", "originalIssuer": "urn:gcx:guest", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/category/guest", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:guest", "originalIssuer": "urn:gcx:guest", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/category/known", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/category/any", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/audience", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/policy", "value": "", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} }, { "type": "http://www.geocortex.net/security/claims/category", "value": "secure-conversation", "valueType": "http://www.w3.org/2001/XMLSchema#string", "issuer": "urn:gcx:global", "originalIssuer": "urn:gcx:global", "properties": {} } ] } ], "policy": { "authenticate": false, "hints": null, "issuers": [ { "displayName": "Geocortex Identity Server", "displayType": "Identity Server", "type": "wsfed-ids", "hint": null, "urls": { "signIn": "https://geo.cm-odivelas.pt/MuniSIG/REST/security/signIn?idp_name=urn:gcx:idp:1D77BF85-CEB2-4F8B-99DC-DE3B3D64FCC1" } }, { "displayName": "Windows Integrated", "displayType": "Windows Integrated", "type": "windows", "hint": null, "urls": { "signIn": "https://geo.cm-odivelas.pt/MuniSIG/REST/security/signIn?idp_name=AD AUTHORITY" } } ] }, "urls": { "expirationNotice": "https://geo.cm-odivelas.pt/MuniSIG/REST/security/expirationNotice", "referrer": null, "refresh": null, "signIn": "https://geo.cm-odivelas.pt/MuniSIG/REST/security/signIn", "signOut": "https://geo.cm-odivelas.pt/MuniSIG/REST/security/signOut" }, "tokens": { "arcgis": {}, "geocortex": {}, "site": null } }, "properties": [], "extensions": [{"className":"EsriPT.MuniSIG.Rest.Extension.Configuration.AdvancedSearchConfig","instance":{"SearchList":[{"ID":0,"Nome":"N.º de Polícia","Descricao":"Localizar UM n.º de polícia numa rua","DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Localidade","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.NPOLICIA","ValueColumn":"Localidade","DescriptiveColumn":"Localidade","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT Localidade FROM sdePROD.sde.NPOLICIA ORDER BY Localidade ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":""},{"ID":1,"Name":"Rua","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.NPOLICIA","ValueColumn":"Rua","DescriptiveColumn":"Rua","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT Rua FROM sdePROD.sde.NPOLICIA WHERE LOCALIDADE = {0} ORDER BY Rua ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":"0"},{"ID":2,"Name":"N.º de Polícia","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.NPOLICIA","ValueColumn":"NPolicia","DescriptiveColumn":"NPolicia","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT NPolicia FROM sdePROD.sde.NPOLICIA WHERE LOCALIDADE = {0} AND RUA= {1} ORDER BY NPolicia ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":"0;1"}],"SearchConditions":[{"Conjunction":"","ColumnName":"Localidade","Operator":"Equals","SearchField":0},{"Conjunction":"And","ColumnName":"Rua","Operator":"Equals","SearchField":1},{"Conjunction":"And","ColumnName":"NPolicia","Operator":"Equals","SearchField":2}],"AdvancedQueryExpression":"SELECT OBJECTID, LOCALIDADE, RUA, NPOLICIA\r\nFROM SDEPROD.SDE.NPOLICIA \r\nWHERE LOCALIDADE = {0}\r\nAND RUA = {1}\r\nAND NPOLICIA = {2}\r\n","SelectedTable":"sdePROD.sde.NPOLICIA","Columns":"objectid, localidade, rua, npolicia","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"2","MapServiceLayer":"0","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":false,"SetPushPins":false,"ZoomFactor":"1.25"},{"ID":1,"Nome":"Localizar Rua","Descricao":"Localizar UM arruamento de uma localidade","DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Localidade","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.EIXOSVIA","ValueColumn":"Localidade","DescriptiveColumn":"Localidade","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT Localidade FROM sdePROD.sde.EIXOSVIA ORDER BY Localidade ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":""},{"ID":1,"Name":"Tipo de Arruamento","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.EIXOSVIA","ValueColumn":"RuaTipo","DescriptiveColumn":"RuaTipo","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT RuaTipo FROM sdePROD.sde.EIXOSVIA WHERE LOCALIDADE = {0} ORDER BY RuaTipo ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":"0"},{"ID":2,"Name":"Arruamento","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.EIXOSVIA","ValueColumn":"RuaNome","DescriptiveColumn":"RuaNome","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT RuaNome FROM sdePROD.sde.EIXOSVIA WHERE LOCALIDADE = {0} AND RUATIPO = {1} ORDER BY RuaNome ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":"0;1"}],"SearchConditions":[],"AdvancedQueryExpression":"SELECT OBJECTID, RUATIPO, RUANOME, LOCALIDADE\r\nFROM SDEPROD.SDE.EIXOSVIA \r\nWHERE LOCALIDADE = {0}\r\nAND RUATIPO = {1}\r\nAND RUANOME ={2}","SelectedTable":"sdeDEV.sde.EIXOSVIA","Columns":"objectid, ruatipo, ruanome, localidade","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"2","MapServiceLayer":"2","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":false,"SetPushPins":false,"ZoomFactor":"1.25"},{"ID":2,"Nome":"Pesquisa Escolas Pré-Escolar- Área de Influência","Descricao":"Localizar área de influência de uma escola do Pré-Escolar","DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Escola","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULAPREESCOLAR","ValueColumn":"Escola","DescriptiveColumn":"Escola","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT ESCOLA FROM sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULAPREESCOLAR ORDER BY Escola ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":""}],"SearchConditions":[{"Conjunction":"","ColumnName":"Escola","Operator":"Equals","SearchField":0}],"AdvancedQueryExpression":"SELECT OBJECTID, ESCOLA \r\nFROM SDEPROD.SDE.AREASINFLUENCIAPARAEFEITOSMATRICULAPREESCOLAR \r\nWHERE ESCOLA = {0}","SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA1OCICLO","Columns":"objectid, escola","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"14","MapServiceLayer":"0","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":false,"SetPushPins":false,"ZoomFactor":"1.25"},{"ID":3,"Nome":"Pesquisa Escolas 1º Ciclo - Área de Influência","Descricao":"Localizar área de influência de uma escola do 1º Ciclo","DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Escola","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA1OCICLO","ValueColumn":"Escola","DescriptiveColumn":"Escola","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT Escola FROM sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA1OCICLO ORDER BY Escola ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":""}],"SearchConditions":[],"AdvancedQueryExpression":"SELECT OBJECTID, ESCOLA \r\nFROM SDEPROD.SDE.AREASINFLUENCIAPARAEFEITOSMATRICULA1OCICLO\r\nWHERE ESCOLA = {0}\r\n","SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA1OCICLO","Columns":"objectid, escola","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"14","MapServiceLayer":"1","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":false,"SetPushPins":false,"ZoomFactor":"1.25"},{"ID":4,"Nome":"Pesquisa Escolas 2º Ciclo- Área de Influência","Descricao":"Localizar área de influência de uma escola do 2º Ciclo","DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Escola","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA2OCICLO","ValueColumn":"Escola","DescriptiveColumn":"Escola","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT Escola FROM sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA2OCICLO ORDER BY Escola ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":""}],"SearchConditions":[],"AdvancedQueryExpression":"SELECT OBJECTID, ESCOLA \r\nFROM SDEPROD.SDE.AREASINFLUENCIAPARAEFEITOSMATRICULA2OCICLO\r\nWHERE ESCOLA = {0}\r\n","SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA2OCICLO","Columns":"objectid, escola","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"14","MapServiceLayer":"2","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":false,"SetPushPins":false,"ZoomFactor":"1.25"},{"ID":5,"Nome":"Pesquisa Escolas 3º Ciclo - Área de Influência","Descricao":"Localizar área de influência de uma escola do 3º Ciclo","DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Escola","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA3OCICLO","ValueColumn":"Escola","DescriptiveColumn":"Escola","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT Escola FROM sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA3OCICLO ORDER BY Escola ASC"},"TextBoxParameter":{"RegularExpression":"undefined","ErrorMessage":"undefined"},"RelationListId":""}],"SearchConditions":[],"AdvancedQueryExpression":"SELECT OBJECTID, ESCOLA \r\nFROM SDEPROD.SDE.AREASINFLUENCIAPARAEFEITOSMATRICULA3OCICLO\r\nWHERE ESCOLA = {0}\r\n","SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULA3OCICLO","Columns":"objectid, escola","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"14","MapServiceLayer":"3","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":false,"SetPushPins":false,"ZoomFactor":"1.25"},{"ID":6,"Nome":"Pesquisa Escolas Secundárias - Área de Influências","Descricao":"Localizar área de influência de uma escola do secundário","DataConnectionID":"0","SearchFields":[{"ID":0,"Name":"Escola","Mandatory":true,"FieldType":"ComboBox","ComboBoxParameter":{"SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULASECUNDARIO","ValueColumn":"Escola","DescriptiveColumn":"Escola","DistinctValue":true,"SortResults":"Ascending","pesqID":"","SQLExpression":"SELECT DISTINCT Escola FROM sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULASECUNDARIO ORDER BY Escola ASC"},"TextBoxParameter":{"RegularExpression":"","ErrorMessage":"undefined"},"RelationListId":""}],"SearchConditions":[],"AdvancedQueryExpression":"SELECT OBJECTID, ESCOLA \r\nFROM SDEPROD.SDE.AREASINFLUENCIAPARAEFEITOSMATRICULASECUNDARIO\r\nWHERE ESCOLA = {0}\r\n","SelectedTable":"sdePROD.sde.AREASINFLUENCIAPARAEFEITOSMATRICULASECUNDARIO","Columns":"objectid, escola","SelectDataColumns":[],"QueryRelationField":"OBJECTID","MapService":"14","MapServiceLayer":"4","MapServiceLayerFieldName":"OBJECTID","ZoomToSelection":true,"SelectIdentifiedElements":false,"SetPushPins":false,"ZoomFactor":"1.25"}]}}] }