메소드 | 설명 | |
---|---|---|
ExpandZipFile ( string sourceFile, string destPath ) : bool |
wrapper function for unzipping a file to a destination
|
|
GetAggregateDataGeographyFilename ( string dataDirectory ) : string |
Returns the path to the local copy of the geography file for a given state. Returns string.Empty if the file doesn't exist.
|
|
GetStateAllGeometryFileName ( AcsState state ) : string |
Given a state, returns the name to the file containing its block group data
|
|
GetStateAllGeometryUrl ( AcsState state ) : string |
Given a state, returns the URL to the file containing its block group data
|
|
GetStateBlockGroupDataDir ( AcsState state ) : string |
Returns the path to the directory where the raw data files for a given should be extracted/read from
|
|
GetStateBlockGroupDataFilePath ( AcsState state ) : string |
Gets the local path of the zip file containing all the raw blockgroup/tract data
|
|
GetStateBlockGroupFileName ( AcsState state ) : string |
Given a state, returns the name to the file containing its block group data
|
|
GetStateBlockGroupUrl ( AcsState state ) : string |
Given a state, returns the URL to the file containing its block group data
|
|
GetStateWorkingDir ( AcsState state ) : string |
Gets the working directory for a given state
|
public static ExpandZipFile ( string sourceFile, string destPath ) : bool | ||
sourceFile | string | |
destPath | string | |
리턴 | bool |
public static GetAggregateDataGeographyFilename ( string dataDirectory ) : string | ||
dataDirectory | string | |
리턴 | string |
public static GetStateAllGeometryFileName ( AcsState state ) : string | ||
state | AcsState | |
리턴 | string |
public static GetStateAllGeometryUrl ( AcsState state ) : string | ||
state | AcsState | |
리턴 | string |
public static GetStateBlockGroupDataDir ( AcsState state ) : string | ||
state | AcsState | |
리턴 | string |
public static GetStateBlockGroupDataFilePath ( AcsState state ) : string | ||
state | AcsState | |
리턴 | string |
public static GetStateBlockGroupFileName ( AcsState state ) : string | ||
state | AcsState | |
리턴 | string |
public static GetStateBlockGroupUrl ( AcsState state ) : string | ||
state | AcsState | |
리턴 | string |
public static GetStateWorkingDir ( AcsState state ) : string | ||
state | AcsState | |
리턴 | string |