Generally, feature classes are thematic collections of points, lines, or polygons, but there are several feature class types. The first three are supported in databases and geodatabases. The last four are only supported in geodatabases. Points—Features that are too small to represent as line...
Limits the feature classes returned to the feature dataset, if specified. If blank, only stand-alone feature classes will be returned in the workspace. String Return Value Data TypeExplanation String The list containing feature class names is returned from the function, limited by the optionalwild...
See ArcGIS field data types for more information. Geometry ST_Geometry, Geometry (PostGIS), Geography (PostGIS) In a geodatabase, the GEOMETRY_STORAGE setting of the configuration keyword used when creating the feature class determines which data type is created in the database. To use ST...
{ "paramName": "Output_Feature_Class", "dataType": "GPFeatureRecordSetLayer", "value": { "layerDefinition": { "name": "Output Feature Class", "type": "Feature Layer", "geometryType": "esriGeometryPolygon", "objectIdField": "OBJECTID", "fields": [ { "name": "OBJECTID", "...
Package com.esri.arcgisruntime.data Class FeatureType java.lang.Object com.esri.arcgisruntime.data.FeatureType public final class FeatureType extends Object A feature type defines the domains and feature templates that are used to create a new feature. A feature type is used to ensure ...
Feature class name The feature class name uniquely identifies it within the geodatabase. The specified name cannot contain spaces, punctuation, or start with a number. Ensure that the name of your feature class is unique; this can be done by using theIWorkspace2.NameExistsproperty. ...
(1)Network Dtaset:创建网络的数据源存储于Personal 或者Enterprise Geodatabase中,因为其中可以存储很多数据源,因此可以构建Multimodal Network (2)Shapefile-based Network Dataset:是基于Polyline Shapefile 文件创建的,也可以添加Shapefile Turn Feature Class,这种Network Dataset不能够支持多种Edge类型,也不能用于创建Mult...
various types—such as feature class, table, geometry, workspace, spatial reference, and so on—and in most cases, creates new data as output. Refer to the tool's help page to learn about the tool's behavior and to get appropriate data types and acceptable values of input and output ...
Calculates the values of a field for a feature class, feature layer, or raster. Usage Caution: This tool modifies the input data. SeeTools that modify or update the input datafor more information and strategies to avoid undesired data changes. ...
Geodatabase-LinearReferencing Snippets Linear Referencing Create a routes feature class using the DDL Create an events table using the DDL Get route information from a polyline feature class with M-values Get event information Create a RouteEventSource via dynamic segmentation process for point ...