You are here:
Geoprocessing tool reference
>
Environment Settings
>
Geodatabase settings
Allowable coordinate range for .
Usage tips
- Unlike XY and Z domains, the M domain of a feature class inside a feature dataset is not constrained to match the feature dataset's M domain. For feature classes created inside a feature dataset, the feature dataset's M domain is used as the default. To override this default, set the M Domain environment to the desired range.
- If the M Resolution environment is set as well as the M Domain environment, the resolution value is used in combination with the domain's minimum value.
- It is recommended that you use the M Resolution in conjunction with the M Domain environment to avoid creating a dataset with extremely small resolution value. Extremely small resolution value can lead to a deterioration of performance.
- The keyword used at the command line or in scripts for this environment setting is MDomain.
-
Learn more about specifying geodatabase settings.
-
Learn more about environment settings.
-
Learn more about environment levels and hierarchy.
-
Learn more about geodatabases.
Command line syntax
An overview of the command line window
mdomain <value>
<value> |
Allowable coordinate range for m- (measure) values. The M domain requires the following values:
- M Min—Minimum m-value
- M Max—Maximum m-value
|
String |
Data types for geoprocessing tool parameters
Command line example
MDomain "9689921.98576562 27282108.0219896"
Scripting syntax
An overview of scripting in geoprocessing
mdomain (value)
value (Required) |
Allowable coordinate range for M-values. The M domain requires the following values:
- M Min—Minimum m-value
- M Max—Maximum m-value
|
String |
Data types for geoprocessing tool parameters
Script example
import arcgisscripting
gp = arcgisscripting.create()
gp.MDomain = "27282108.0219896 27282108.0219896"
Please visit the
Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.