Exemple #1
0
        /// <summary>See OperatorDisjoint.</summary>
        public static bool Disjoint(com.epl.geometry.Geometry geometry1, com.epl.geometry.Geometry geometry2, com.epl.geometry.SpatialReference spatialReference)
        {
            com.epl.geometry.OperatorDisjoint op = (com.epl.geometry.OperatorDisjoint)factory.GetOperator(com.epl.geometry.Operator.Type.Disjoint);
            bool result = op.Execute(geometry1, geometry2, spatialReference, null);

            return(result);
        }