com.esri.sde.sdk.client
Interface SeShapeCBMethod


public interface SeShapeCBMethod

Create your own calculus-based shape comparison method by imlementing this interface. Then use the SeFilter.METHOD_CBM comparison method. the implementation should have these fields: int _primaryEntityType; int _secondaryEntityType; int _mask; int[][] _sectDims;