Create constructor
Prototype: |
constructor Create; |
|
Description: |
Creates an ReclassificationWrapper |
|
Syntax: |
rcl.Create; |
|
Part |
Description |
|
rcl |
A reference to an instance of a TReclassifiactionWrapper |
|
See also:
Create, Free, LoadClassification, RaiseExceptionOnMissingClass, ReclassifiedValue, ReclassifyTable
Example:
var
rcl:TReclassificationWrapper;
begin
rcl:=TReclassificationWrapper.create;
try
rcl.LoadClassification(ProjectDir+'Misc\SpeciesReclass.xml','');
rcl.ReclassifyTable(Trees_2013,'Species','SpeciesGroup');
finally
rcl.Free;
end;
end.
© 2024 IFER-Monitoring and Mapping Solutions