Library | Package Java Toolkit

Interface WPointTolerance

package com.ptc.wfc.wfcGeometry;

public interface WPointTolerance
  extends jxobject



Description

Interface for WPointTolerance



Method Summary
/*optional*/ DoubleGetTolerance ()
    Get method for attribute "Tolerance"
     Amount by which the distance between the points exceeds tolerance; can be NULL.
booleanGetWithinTolerance ()
    Get method for attribute "WithinTolerance"
    Boolean that check Points are within tolerance or not

Method Detail

GetWithinTolerance

booleanGetWithinTolerance ()


    Boolean that check Points are within tolerance or not



GetTolerance

/*optional*/ DoubleGetTolerance ()


     Amount by which the distance between the points exceeds tolerance; can be NULL.