GSTPy.GeometryFile¶
-
class
GSTPy.GeometryFile¶ Defines a reference to a geometry file on the filesystem.
-
__init__((object)arg1, (str)file_path, (str)main_file_name, (RequestFormat)request_format, (SRS)srs) → object :¶ Constructor.
- Parameters
file_path (str) – The path to the directory of the geometry.
main_file_name (str) – The file name of the geometry (relative to file path).
request_format (RequestFormat) – The file format of the geometry.
srs (SRS) – The srs of the geometry.
-