代码搜索:FeatureClass
找到约 65 项符合「FeatureClass」的源代码
代码结果 65
www.eeworm.com/read/170529/9800666
pas unitfeatureclass.pas
unit UnitFeatureClass;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, Grids, ValEdit, frmTableDesigner,
www.eeworm.com/read/170529/9800748
~pas unitfeatureclass.~pas
unit UnitFeatureClass;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Buttons, ComCtrls, Grids, ValEdit, frmTableDesigner,
www.eeworm.com/read/246710/12707517
cs layerpropertiescontrol.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using ESRI.ArcGIS.Carto;
u
www.eeworm.com/read/182433/9204073
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public pDatabase As GeoStarCore.IGeoDatabase
Public newfeacls As New FeatureClass
www.eeworm.com/read/170529/9800622
~dfm unitfeatureclass.~dfm
object Form_FeatureClass: TForm_FeatureClass
Left = 239
Top = 181
Width = 529
Height = 368
BorderIcons = [biSystemMenu, biMaximize]
Caption = #22270#24418#31867#23450#20041
Color
www.eeworm.com/read/170529/9800839
dfm unitfeatureclass.dfm
object Form_FeatureClass: TForm_FeatureClass
Left = 239
Top = 181
Width = 529
Height = 368
BorderIcons = [biSystemMenu, biMaximize]
Caption = #22270#24418#31867#23450#20041
Color
www.eeworm.com/read/170529/9800769
~pas unitappconsts.~pas
unit UnitAppConsts;
interface
uses
MapXConsts;
const
LTN_FEATURECLASS = 1;
LTN_LAYER = 2;
const
ID_MODULE_MAIN = 1;
const
ID_ACTION_EDITLAYER = I
www.eeworm.com/read/170529/9800873
pas unitappconsts.pas
unit UnitAppConsts;
interface
uses
MapXConsts;
const
LTN_FEATURECLASS = 1;
LTN_LAYER = 2;
const
ID_MODULE_MAIN = 1;
const
ID_ACTION_EDITLAYER = I
www.eeworm.com/read/213239/15140087
bas module1.bas
Attribute VB_Name = "Module1"
Public featureclass As IFeatureClass
Public Sub CreateShapefile(sPath As String, sName As String, CreateShapefile As IFeatureClass) ' Dont include .shp extension
Dim
www.eeworm.com/read/411618/2185690
tmp tempfile.2.tmp
import java.io.IOException;
import com.esri.arcgis.datasourcesGDB.SdeWorkspaceFactory;
import com.esri.arcgis.geodatabase.FeatureClass;
import com.esri.arcgis.geodatabase.IArchivableObject;
impo