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

GetStateAllGeometryFileName() public static method

Given a state, returns the name to the file containing its block group data
public static GetStateAllGeometryFileName ( AcsState state ) : string
state AcsState
return string
        public static string GetStateAllGeometryFileName(AcsState state)
        {
            return States.StateToCensusName(state) + Settings.AllGeographiesDataTableSuffix
                + Settings.DataFileTypeExtension;
        }