Welcome Guest, you are in: Login

FDOT Wiki

RSS RSS

GisFramework



Search the wiki
»

MailingListViewModel

RSS
Modified on Wednesday, 04 May 2016 09:12 AM by Administrator Categorized as Components
The MailingListViewModel component allows users to generate mailing lists bu drawing geometry onto the map and optionally buffering it.

Mailing List



Required Map Services

Essentially, the MailingListViewModel component is a geometry selector that offers a buffering capability. The bulk of the work of actually generating a mailing list is accomplished by ArcGIS Server. For the MailingListViewModel to function, the virtual application must have a map service that contains a layer that exactly contains all adress information, including the address of the parcel itself and the address of each parcel's owner. This allows the MailingListViewModel to be used by any District, even if their parcel model differs from that of District 7.

Location

Namespace: FDOT.GIS.Client.Components.MailingList.ViewModels

XAP File: FDOT.GIS.Client.Components.MailingList.xap

Source code: svn://dotsd7gis2/FDOT.GIS.Client.Components.MailingList

Configuration Options

NameIsRequiredDescription
MapServiceNametrueThe name of the map service containing the required layer.
LayerNametrueThe name of the parcel layer containing address information.

Sample Configuration


<component name="Mailing List Tool" type="FDOT.GIS.Client.Components.MailingList.ViewModels.MailingListViewModel, FDOT.GIS.Client.Components.MailingList, Version=1.0.0.0"
            xapuri="FDOT.GIS.Client.Components.MailingList.xap" helpText="Generates mailing lists." hotkey="F" >
  <customSettings>
    <add name="MapServiceName" value ="Parcels" />
    <add name="LayerName" value ="Mailing List" />
  </customSettings>
</component>

Downloads

FDOT.GIS.Client.Components.MailingList.xap Download

See Also

Any Questions or Comments? Email
Some of the icons created by FamFamFam.