19 lines
782 B
Markdown
19 lines
782 B
Markdown
# manager_api_new.model.GeometryFactory
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**precisionModel** | [**GeometryPrecisionModel**](GeometryPrecisionModel.md) | | [optional]
|
|
**coordinateSequenceFactory** | [**GeometryFactoryCoordinateSequenceFactory**](GeometryFactoryCoordinateSequenceFactory.md) | | [optional]
|
|
**srid** | **int** | | [optional]
|
|
**geometryServices** | [**GeometryFactoryGeometryServices**](GeometryFactoryGeometryServices.md) | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|