Azavea.NijPredictivePolicing.ACSAlchemistLibrary.FileLocator.GetStateAllGeometryUrl C# (CSharp) Method

GetStateAllGeometryUrl() public static method

Given a state, returns the URL to the file containing its block group data
public static GetStateAllGeometryUrl ( AcsState state ) : string
state AcsState
return string
        public static string GetStateAllGeometryUrl(AcsState state)
        {
            //TODO:
            return string.Concat(
                Settings.CurrentAcsAllStateTablesUrl,
                '/', GetStateAllGeometryFileName(state));
        }