GeoJsonDriver.OpenLayer
Содержание
[
Скрывать
]OpenLayer(string, GeoJsonOptions)
Открывает слой для чтения.
public VectorLayer OpenLayer(string path, GeoJsonOptions options)
| Параметр | Тип | Описание |
|---|---|---|
| path | String | Путь к файлу. |
| options | GeoJsonOptions | Параметры, зависящие от драйвера. |
Возвращаемое значение
ЭкземплярVectorLayer.
Смотрите также
- class VectorLayer
- class GeoJsonOptions
- class GeoJsonDriver
- пространство имен Aspose.Gis.Formats.GeoJson
- сборка Aspose.GIS
OpenLayer(AbstractPath, DriverOptions)
Открывает слой для чтения.
public override VectorLayer OpenLayer(AbstractPath path, DriverOptions options)
| Параметр | Тип | Описание |
|---|---|---|
| path | AbstractPath | Путь к файлу. |
| options | DriverOptions | Параметры, зависящие от драйвера. |
Возвращаемое значение
ЭкземплярVectorLayer.
Смотрите также
- class VectorLayer
- class AbstractPath
- class DriverOptions
- class GeoJsonDriver
- пространство имен Aspose.Gis.Formats.GeoJson
- сборка Aspose.GIS
OpenLayer(AbstractPath, GeoJsonOptions)
Открывает слой для чтения.
public VectorLayer OpenLayer(AbstractPath path, GeoJsonOptions options)
| Параметр | Тип | Описание |
|---|---|---|
| path | AbstractPath | Путь к файлу. |
| options | GeoJsonOptions | Параметры, зависящие от драйвера. |
Возвращаемое значение
ЭкземплярVectorLayer.
Смотрите также
- class VectorLayer
- class AbstractPath
- class GeoJsonOptions
- class GeoJsonDriver
- пространство имен Aspose.Gis.Formats.GeoJson
- сборка Aspose.GIS