C# 클래스 GPVoronoi.GPHelperFunctions

파일 보기 프로젝트 열기: EsriCanada/TechTrek_Idol_2016 1 사용 예제들

공개 메소드들

메소드 설명
AddField ( this fields, IField field ) : void
AddField ( this fields, string name, esriFieldType type ) : void
CreateFeatureClass ( IGPValue gpFeatureClass, IGPEnvironmentManager environment, IFields fields = null ) : IFeatureClass
createSpatialIndex ( IFeatureClass fc, double gridOneSize = 0.0, double gridTwoSize = 0.0, double gridThreeSize = 0.0 ) : void
dropSpatialIndex ( IFeatureClass fc ) : void

비공개 메소드들

메소드 설명
AddField ( IFeatureClass featureClass, string name, esriFieldType type ) : void

메소드 상세

AddField() 공개 정적인 메소드

public static AddField ( this fields, IField field ) : void
fields this
field IField
리턴 void

AddField() 공개 정적인 메소드

public static AddField ( this fields, string name, esriFieldType type ) : void
fields this
name string
type esriFieldType
리턴 void

CreateFeatureClass() 공개 정적인 메소드

public static CreateFeatureClass ( IGPValue gpFeatureClass, IGPEnvironmentManager environment, IFields fields = null ) : IFeatureClass
gpFeatureClass IGPValue
environment IGPEnvironmentManager
fields IFields
리턴 IFeatureClass

createSpatialIndex() 공개 정적인 메소드

public static createSpatialIndex ( IFeatureClass fc, double gridOneSize = 0.0, double gridTwoSize = 0.0, double gridThreeSize = 0.0 ) : void
fc IFeatureClass
gridOneSize double
gridTwoSize double
gridThreeSize double
리턴 void

dropSpatialIndex() 공개 정적인 메소드

public static dropSpatialIndex ( IFeatureClass fc ) : void
fc IFeatureClass
리턴 void