30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
# manager_api_new.model.Geometry
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:manager_api_new/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**factory_** | [**GeometryFactory**](GeometryFactory.md) | | [optional]
|
|
**userData** | [**Object**](.md) | | [optional]
|
|
**srid** | **int** | | [optional]
|
|
**precisionModel** | [**GeometryPrecisionModel**](GeometryPrecisionModel.md) | | [optional]
|
|
**numGeometries** | **int** | | [optional]
|
|
**isSimple** | **bool** | | [optional]
|
|
**isValid** | **bool** | | [optional]
|
|
**area** | **double** | | [optional]
|
|
**length** | **double** | | [optional]
|
|
**centroid** | [**GeometryCentroid**](GeometryCentroid.md) | | [optional]
|
|
**interiorPoint** | [**GeometryCentroid**](GeometryCentroid.md) | | [optional]
|
|
**pointOnSurface** | [**GeometryCentroid**](GeometryCentroid.md) | | [optional]
|
|
**envelope** | [**MapAnnotationGeometry**](MapAnnotationGeometry.md) | | [optional]
|
|
**envelopeInternal** | [**GeometryEnvelopeInternal**](GeometryEnvelopeInternal.md) | | [optional]
|
|
**isRectangle** | **bool** | | [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)
|
|
|
|
|