C# Class GPVoronoi.GPHelperFunctions

Afficher le fichier Open project: EsriCanada/TechTrek_Idol_2016 Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
AddField ( IFeatureClass featureClass, string name, esriFieldType type ) : void

Method Details

AddField() public static méthode

public static AddField ( this fields, IField field ) : void
fields this
field IField
Résultat void

AddField() public static méthode

public static AddField ( this fields, string name, esriFieldType type ) : void
fields this
name string
type esriFieldType
Résultat void

CreateFeatureClass() public static méthode

public static CreateFeatureClass ( IGPValue gpFeatureClass, IGPEnvironmentManager environment, IFields fields = null ) : IFeatureClass
gpFeatureClass IGPValue
environment IGPEnvironmentManager
fields IFields
Résultat IFeatureClass

createSpatialIndex() public static méthode

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
Résultat void

dropSpatialIndex() public static méthode

public static dropSpatialIndex ( IFeatureClass fc ) : void
fc IFeatureClass
Résultat void