Returns {@code true} if {@code this} envelope bounds is equals to {@code that} envelopebounds in two specified dimensions. The coordinate reference system is not compared, since it doesn't need to have the same number of dimensions.
@param that The envelope to compare to.
@param xDim The dimension of {@code that} envelope to compare to the x dimensionof {@code this} envelope.
@param yDim The dimension of {@code that} envelope to compare to the y dimensionof {@code this} envelope.
@param eps A small tolerance number for floating point number comparaisons. This value willbe scaled according this envelope {@linkplain #width width} and{@linkplain #height height}.
@return {@code true} if the envelope bounds are the same (up to the specified tolerancelevel) in the specified dimensions, or {@code false} otherwise.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.